Skip to content

Instantly share code, notes, and snippets.

@jasom
Created April 29, 2014 19:30
Show Gist options
  • Save jasom/44c82a1dbbf8de1c0854 to your computer and use it in GitHub Desktop.
Save jasom/44c82a1dbbf8de1c0854 to your computer and use it in GitHub Desktop.
config.log from failed emerge
This file has been truncated, but you can view the full file.
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.67. Invocation command line was
$ ../src/configure --disable-option-checking --prefix=/usr --libdir=/usr/lib64 --with-readline --with-unicode --with-ffcall --with-dynamic-modules --cache-file=config.cache
## --------- ##
## Platform. ##
## --------- ##
hostname = clarabell
uname -m = x86_64
uname -r = 3.10.25-gentoo
uname -s = Linux
uname -v = #1 SMP Thu Jan 23 10:05:08 PST 2014
/usr/bin/uname -p = Intel(R) Core(TM) i7-2600 CPU @ 3.40GHz
/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 = unknown
/bin/universe = unknown
PATH: /usr/lib64/portage/bin/ebuild-helpers
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /opt/bin
PATH: /usr/x86_64-pc-linux-gnu/gcc-bin/4.7.3
## ----------- ##
## Core tests. ##
## ----------- ##
configure:3131: loading site script /usr/share/config.site
| #!/bin/bash
| # Copyright 2009 Gentoo Foundation
| # Distributed under the terms of the GNU General Public License v2
|
| TOPDIR=/usr/share/crossdev/include/site
|
| config_site_arch() {
| local host=$(echo ${CHOST/-/ } | awk '{print $1}')
|
| [[ ${host/arm.*eb/} != ${host} ]] && host=armeb
| [[ ${host/arm/} != ${host} ]] && [[ ${host} != armeb ]] && host=arm
|
| [[ ${host/mips.*el/} != ${host} ]] && host=mipsel
|
| #[[ ${host/i[4-5]/6} != ${host} ]] && host=i686
|
| echo ${host}
| }
|
| config_site_names() {
| local site_arch=$(config_site_arch)
| local sites=""
| local x
|
| [[ ${CHOST/-linux-/} != $CHOST ]] && sites+=" linux ${site_arch}-linux"
| [[ ${CHOST/darwin/} != $CHOST ]] && sites+=" darwin ${site_arch}-linux"
|
| [[ ${CHOST/-linux-uclibc/} != $CHOST ]] && sites+=" linux-uclibc ${site_arch}-linux-uclibc"
| [[ ${CHOST/-linux-gnu/} != $CHOST ]] && sites+=" linux-gnu ${site_arch}-linux-gnu"
|
| [[ ${CHOST/-linux-uclibceabi/} != $CHOST ]] && sites+=" linux-uclibceabi ${site_arch}-linux-uclibceabi"
| [[ ${CHOST/-linux-gnueabi/} != $CHOST ]] && sites+=" linux-gnueabi ${site_arch}-linux-gnueabi"
|
| for x in ${sites} ${CHOST}; do
| [[ -e ${TOPDIR}/${x} ]] && echo ${TOPDIR}/${x}
| done
| }
|
| # Only kick in for cross-compiles so we don't break native builds #427184
| if [[ ${CBUILD:-${CHOST}} != ${CHOST} ]]; then
| sites="$(config_site_names)"
| if [[ ${sites} != "" ]]; then
| for site in ${sites}; do
| echo "$(basename $0): loading site script ${site}"
| . ${site}
| done
| fi
| unset site
| unset sites
| fi
configure:3154: creating cache config.cache
configure:3324: checking for a BSD-compatible install
configure:3392: result: /usr/bin/install -c
configure:3403: checking whether build environment is sane
configure:3453: result: yes
configure:3594: checking for a thread-safe mkdir -p
configure:3633: result: /bin/mkdir -p
configure:3647: checking for gawk
configure:3663: found /usr/bin/gawk
configure:3674: result: gawk
configure:3685: checking whether make sets $(MAKE)
configure:3707: result: yes
configure:3825: ** check for host type(B
configure:3831: checking build system type
configure:3845: result: x86_64-unknown-linux-gnu
configure:3865: checking host system type
configure:3878: result: x86_64-unknown-linux-gnu
configure:3898: checking how to remove colons from paths
configure:3914: result: echo $x
configure:3918: ** checks for programs(B
configure:3968: checking for gcc
configure:3984: found /usr/bin/gcc
configure:3995: result: gcc
configure:4224: checking for C compiler version
configure:4233: gcc --version >&5
gcc (Gentoo 4.7.3-r1 p1.4, pie-0.5.5) 4.7.3
Copyright (C) 2012 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:4244: $? = 0
configure:4233: gcc -v >&5
Using built-in specs.
COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/4.7.3/gcc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.7.3/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /var/tmp/portage/sys-devel/gcc-4.7.3-r1/work/gcc-4.7.3/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.7.3 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.7.3 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.7.3/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.7.3/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/include/g++-v4 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/4.7.3/python --enable-languages=c,c++,java,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.7.3-r1 p1.4, pie-0.5.5' --enable-libstdcxx-time --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32,m64 --disable-altivec --disable-fixed-point --enable-targets=all --enable-libgomp --disable-libmudflap --disable-libssp --enable-lto --with-cloog --with-ppl --with-cloog-include=/usr/include/cloog-ppl --disable-ppl-version-check
Thread model: posix
gcc version 4.7.3 (Gentoo 4.7.3-r1 p1.4, pie-0.5.5)
configure:4244: $? = 0
configure:4233: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:4244: $? = 1
configure:4233: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:4244: $? = 1
configure:4264: checking whether the C compiler works
configure:4286: gcc -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:4290: $? = 0
configure:4338: result: yes
configure:4341: checking for C compiler default output file name
configure:4343: result: a.out
configure:4349: checking for suffix of executables
configure:4356: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:4360: $? = 0
configure:4382: result:
configure:4404: checking whether we are cross compiling
configure:4412: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:4416: $? = 0
configure:4423: ./conftest
configure:4427: $? = 0
configure:4442: result: no
configure:4447: checking for suffix of object files
configure:4469: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:4473: $? = 0
configure:4494: result: o
configure:4498: checking whether we are using the GNU C compiler
configure:4517: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:4517: $? = 0
configure:4526: result: yes
configure:4535: checking whether gcc accepts -g
configure:4555: gcc -c -g -I/usr/include/db4.8 conftest.c >&5
configure:4555: $? = 0
configure:4596: result: yes
configure:4613: checking for gcc option to accept ISO C89
configure:4677: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:4677: $? = 0
configure:4690: result: none needed
configure:4721: checking for style of include used by make
configure:4749: result: GNU
configure:4774: checking dependency style of gcc
configure:4884: result: gcc3
configure:4903: checking how to run the C preprocessor
configure:4934: gcc -E -I/usr/include/db4.8 conftest.c
configure:4934: $? = 0
configure:4948: gcc -E -I/usr/include/db4.8 conftest.c
conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:4948: $? = 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.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4973: result: gcc -E
configure:4993: gcc -E -I/usr/include/db4.8 conftest.c
configure:4993: $? = 0
configure:5007: gcc -E -I/usr/include/db4.8 conftest.c
conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:5007: $? = 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.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5036: checking for grep that handles long lines and -e
configure:5094: result: /bin/grep
configure:5099: checking for egrep
configure:5161: result: /bin/grep -E
configure:5228: checking for ranlib
configure:5244: found /usr/bin/ranlib
configure:5255: result: ranlib
configure:5285: checking whether gcc and cc understand -c and -o together
configure:5316: gcc -c conftest.c -o conftest2.o >&5
configure:5320: $? = 0
configure:5326: gcc -c conftest.c -o conftest2.o >&5
configure:5330: $? = 0
configure:5341: cc -c conftest.c >&5
configure:5345: $? = 0
configure:5353: cc -c conftest.c -o conftest2.o >&5
configure:5357: $? = 0
configure:5363: cc -c conftest.c -o conftest2.o >&5
configure:5367: $? = 0
configure:5385: result: yes
configure:5410: checking for ANSI C header files
configure:5430: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:5430: $? = 0
configure:5503: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:5503: $? = 0
configure:5503: ./conftest
configure:5503: $? = 0
configure:5514: result: yes
configure:5527: checking for sys/types.h
configure:5527: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:5527: $? = 0
configure:5527: result: yes
configure:5527: checking for sys/stat.h
configure:5527: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:5527: $? = 0
configure:5527: result: yes
configure:5527: checking for stdlib.h
configure:5527: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:5527: $? = 0
configure:5527: result: yes
configure:5527: checking for string.h
configure:5527: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:5527: $? = 0
configure:5527: result: yes
configure:5527: checking for memory.h
configure:5527: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:5527: $? = 0
configure:5527: result: yes
configure:5527: checking for strings.h
configure:5527: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:5527: $? = 0
configure:5527: result: yes
configure:5527: checking for inttypes.h
configure:5527: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:5527: $? = 0
configure:5527: result: yes
configure:5527: checking for stdint.h
configure:5527: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:5527: $? = 0
configure:5527: result: yes
configure:5527: checking for unistd.h
configure:5527: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:5527: $? = 0
configure:5527: result: yes
configure:5542: checking minix/config.h usability
configure:5542: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
conftest.c:52:26: fatal error: minix/config.h: No such file or directory
compilation terminated.
configure:5542: $? = 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.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:5542: result: no
configure:5542: checking minix/config.h presence
configure:5542: gcc -E -I/usr/include/db4.8 conftest.c
conftest.c:19:26: fatal error: minix/config.h: No such file or directory
compilation terminated.
configure:5542: $? = 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.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:5542: result: no
configure:5542: checking for minix/config.h
configure:5542: result: no
configure:5571: checking whether it is safe to define __EXTENSIONS__
configure:5589: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:5589: $? = 0
configure:5596: result: yes
configure:5792: checking how to make hard links
configure:5808: result: ln
configure:5812: checking whether ln -s works
configure:5826: result: yes
configure:5833: checking how to make hard links to symlinks
configure:5862: result: hln
configure:6214: checking how to print strings
configure:6241: result: printf
configure:6262: checking for a sed that does not truncate output
configure:6326: result: /bin/sed
configure:6344: checking for fgrep
configure:6406: result: /bin/grep -F
configure:6441: checking for ld used by gcc
configure:6508: result: /usr/x86_64-pc-linux-gnu/bin/ld
configure:6515: checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld
configure:6530: result: yes
configure:6542: checking for BSD- or MS-compatible name lister (nm)
configure:6591: result: /usr/bin/nm -B
configure:6721: checking the name lister (/usr/bin/nm -B) interface
configure:6728: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:6731: /usr/bin/nm -B "conftest.o"
configure:6734: output
0000000000000000 B some_variable
configure:6741: result: BSD nm
configure:6744: checking whether ln -s works
configure:6748: result: yes
configure:6756: checking the maximum length of command line arguments
configure:6881: result: 1572864
configure:6898: checking whether the shell understands some XSI constructs
configure:6908: result: yes
configure:6912: checking whether the shell understands "+="
configure:6918: result: yes
configure:6953: checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files
configure:6960: result: -r
configure:7029: checking for objdump
configure:7056: result: objdump
configure:7085: checking how to recognize dependent libraries
configure:7287: result: pass_all
configure:7347: checking for ar
configure:7374: result: ar
configure:7452: checking for strip
configure:7468: found /usr/bin/strip
configure:7479: result: strip
configure:7551: checking for ranlib
configure:7578: result: ranlib
configure:7680: checking command to parse /usr/bin/nm -B output from gcc object
configure:7798: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:7801: $? = 0
configure:7805: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
configure:7808: $? = 0
configure:7862: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c conftstm.o >&5
configure:7865: $? = 0
configure:7903: result: ok
configure:7998: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:8001: $? = 0
configure:8740: checking for dlfcn.h
configure:8740: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:8740: $? = 0
configure:8740: result: yes
configure:8925: checking for objdir
configure:8940: result: .libs
configure:9207: checking if gcc supports -fno-rtti -fno-exceptions
configure:9225: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default]
configure:9229: $? = 0
configure:9242: result: no
configure:9262: checking for gcc option to produce PIC
configure:9547: result: -fPIC -DPIC
configure:9559: checking if gcc PIC flag -fPIC -DPIC works
configure:9577: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -fPIC -DPIC -DPIC conftest.c >&5
configure:9581: $? = 0
configure:9594: result: yes
configure:9618: checking if gcc static flag -static works
configure:9646: result: yes
configure:9661: checking if gcc supports -c -o file.o
configure:9682: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -o out/conftest2.o conftest.c >&5
configure:9686: $? = 0
configure:9708: result: yes
configure:9716: checking if gcc supports -c -o file.o
configure:9763: result: yes
configure:9796: checking whether the gcc linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries
configure:10871: result: yes
configure:10908: checking whether -lc should be explicitly linked in
configure:10916: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:10919: $? = 0
configure:10934: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1
configure:10937: $? = 0
configure:10951: result: no
configure:11116: checking dynamic linker characteristics
configure:11571: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed -Wl,-rpath -Wl,/foo conftest.c >&5
configure:11571: $? = 0
configure:11793: result: GNU/Linux ld.so
configure:11900: checking how to hardcode library paths into programs
configure:11925: result: immediate
configure:12465: checking whether stripping libraries is possible
configure:12470: result: yes
configure:12505: checking if libtool supports shared libraries
configure:12507: result: yes
configure:12510: checking whether to build shared libraries
configure:12531: result: yes
configure:12534: checking whether to build static libraries
configure:12538: result: yes
configure:12576: checking for groff
configure:12592: found /usr/bin/groff
configure:12603: result: groff
configure:12613: checking for ps2pdf
configure:12629: found /usr/bin/ps2pdf
configure:12640: result: ps2pdf
configure:12652: checking for gzip
configure:12668: found /bin/gzip
configure:12679: result: gzip
configure:12690: checking whether test -nt works
configure:12706: result: yes
configure:12709: ** checks for system features(B
configure:12718: checking for special C compiler options needed for large files
configure:12763: result: no
configure:12769: checking for _FILE_OFFSET_BITS value needed for large files
configure:12794: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:12794: $? = 0
configure:12826: result: no
configure:12911: checking whether using GNU C
configure:12934: result: yes
configure:12944: checking whether using SUNPRO C
configure:12966: result: no
configure:12974: checking whether using C++
configure:12997: result: no
configure:13005: checking whether CPP likes empty macro arguments
configure:13016: gcc -E -I/usr/include/db4.8 conftest.c
configure:13016: $? = 0
configure:13023: result: yes
configure:13032: checking for underscore in external names
configure:13046: gcc -S conftest.c
configure:13049: $? = 0
configure:13059: result: no
configure:13069: checking whether CC works at all
configure:13112: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:13112: $? = 0
configure:13112: ./conftest
configure:13112: $? = 0
configure:13129: result: yes
configure:13137: ** check for add-ons(B
configure:13169: checking for inline
configure:13185: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:13185: $? = 0
configure:13193: result: inline
configure:13217: checking for sys/socket.h
configure:13217: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:13217: $? = 0
configure:13217: result: yes
configure:13217: checking for arpa/inet.h
configure:13217: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:13217: $? = 0
configure:13217: result: yes
configure:13217: checking for features.h
configure:13217: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:13217: $? = 0
configure:13217: result: yes
configure:13217: checking for wctype.h
configure:13217: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:13217: $? = 0
configure:13217: result: yes
configure:13217: checking for sys/param.h
configure:13217: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:13217: $? = 0
configure:13217: result: yes
configure:13217: checking for netdb.h
configure:13217: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:13217: $? = 0
configure:13217: result: yes
configure:13217: checking for sys/time.h
configure:13217: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:13217: $? = 0
configure:13217: result: yes
configure:13217: checking for netinet/in.h
configure:13217: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:13217: $? = 0
configure:13217: result: yes
configure:13217: checking for langinfo.h
configure:13217: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:13217: $? = 0
configure:13217: result: yes
configure:13217: checking for sys/mman.h
configure:13217: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:13217: $? = 0
configure:13217: result: yes
configure:13217: checking for unistd.h
configure:13217: result: yes
configure:13217: checking for sys/select.h
configure:13217: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:13217: $? = 0
configure:13217: result: yes
configure:13217: checking for wchar.h
configure:13217: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:13217: $? = 0
configure:13217: result: yes
configure:13217: checking for stdint.h
configure:13217: result: yes
configure:13217: checking for sys/ioctl.h
configure:13217: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:13217: $? = 0
configure:13217: result: yes
configure:13217: checking for sys/stat.h
configure:13217: result: yes
configure:13217: checking for sys/uio.h
configure:13217: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:13217: $? = 0
configure:13217: result: yes
configure:13217: checking for sys/utsname.h
configure:13217: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:13217: $? = 0
configure:13217: result: yes
configure:13217: checking for sys/wait.h
configure:13217: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:13217: $? = 0
configure:13217: result: yes
configure:13248: checking whether the preprocessor supports include_next
configure:13286: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Iconftestd1b -Iconftestd2 conftest.c >&5
configure:13286: $? = 0
configure:13307: result: yes
configure:13328: checking whether system header files limit the line length
configure:13351: result: no
configure:13493: checking whether <sys/socket.h> is self-contained
configure:13510: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:13510: $? = 0
configure:13518: result: yes
configure:13523: checking for shutdown
configure:13523: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:13523: $? = 0
configure:13523: result: yes
configure:13533: checking whether <sys/socket.h> defines the SHUT_* macros
configure:13550: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:13550: $? = 0
configure:13558: result: yes
configure:13642: checking for struct sockaddr_storage
configure:13642: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:13642: $? = 0
configure:13642: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
conftest.c: In function 'main':
conftest.c:63:38: error: expected expression before ')' token
configure:13642: $? = 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.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 _DARWIN_C_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 HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 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:13642: result: yes
configure:13663: checking for sa_family_t
configure:13663: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:13663: $? = 0
configure:13663: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
conftest.c: In function 'main':
conftest.c:64:26: error: expected expression before ')' token
configure:13663: $? = 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.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 _DARWIN_C_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 HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 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:13663: result: yes
configure:13692: checking for struct sockaddr_storage.ss_family
configure:13692: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:13692: $? = 0
configure:13692: result: yes
configure:13748: checking whether socket is declared without a macro
configure:13769: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:13769: $? = 0
configure:13777: result: yes
configure:13748: checking whether connect is declared without a macro
configure:13769: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:13769: $? = 0
configure:13777: result: yes
configure:13748: checking whether accept is declared without a macro
configure:13769: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:13769: $? = 0
configure:13777: result: yes
configure:13748: checking whether bind is declared without a macro
configure:13769: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:13769: $? = 0
configure:13777: result: yes
configure:13748: checking whether getpeername is declared without a macro
configure:13769: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:13769: $? = 0
configure:13777: result: yes
configure:13748: checking whether getsockname is declared without a macro
configure:13769: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:13769: $? = 0
configure:13777: result: yes
configure:13748: checking whether getsockopt is declared without a macro
configure:13769: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:13769: $? = 0
configure:13777: result: yes
configure:13748: checking whether listen is declared without a macro
configure:13769: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:13769: $? = 0
configure:13777: result: yes
configure:13748: checking whether recv is declared without a macro
configure:13769: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:13769: $? = 0
configure:13777: result: yes
configure:13748: checking whether send is declared without a macro
configure:13769: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:13769: $? = 0
configure:13777: result: yes
configure:13748: checking whether recvfrom is declared without a macro
configure:13769: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:13769: $? = 0
configure:13777: result: yes
configure:13748: checking whether sendto is declared without a macro
configure:13769: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:13769: $? = 0
configure:13777: result: yes
configure:13748: checking whether setsockopt is declared without a macro
configure:13769: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:13769: $? = 0
configure:13777: result: yes
configure:13748: checking whether shutdown is declared without a macro
configure:13769: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:13769: $? = 0
configure:13777: result: yes
configure:13748: checking whether accept4 is declared without a macro
configure:13769: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:13769: $? = 0
configure:13777: result: yes
configure:13791: checking for working alloca.h
configure:13808: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:13808: $? = 0
configure:13816: result: yes
configure:13824: checking for alloca
configure:13861: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:13861: $? = 0
configure:13869: result: yes
configure:14092: checking whether <wchar.h> uses 'inline' correctly
configure:14114: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:14117: $? = 0
configure:14135: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:14138: $? = 0
configure:14151: result: yes
configure:14171: checking for btowc
configure:14171: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:14171: $? = 0
configure:14171: result: yes
configure:14171: checking for isblank
configure:14171: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c >&5
conftest.c:91:6: warning: conflicting types for built-in function 'isblank' [enabled by default]
configure:14171: $? = 0
configure:14171: result: yes
configure:14171: checking for iswctype
configure:14171: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:14171: $? = 0
configure:14171: result: yes
configure:14171: checking for mbsrtowcs
configure:14171: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:14171: $? = 0
configure:14171: result: yes
configure:14171: checking for mempcpy
configure:14171: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c >&5
conftest.c:94:6: warning: conflicting types for built-in function 'mempcpy' [enabled by default]
configure:14171: $? = 0
configure:14171: result: yes
configure:14171: checking for wmemchr
configure:14171: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:14171: $? = 0
configure:14171: result: yes
configure:14171: checking for wmemcpy
configure:14171: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:14171: $? = 0
configure:14171: result: yes
configure:14171: checking for wmempcpy
configure:14171: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:14171: $? = 0
configure:14171: result: yes
configure:14171: checking for gettimeofday
configure:14171: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:14171: $? = 0
configure:14171: result: yes
configure:14171: checking for readlink
configure:14171: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:14171: $? = 0
configure:14171: result: yes
configure:14171: checking for lstat
configure:14171: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:14171: $? = 0
configure:14171: result: yes
configure:14171: checking for mbsinit
configure:14171: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:14171: $? = 0
configure:14171: result: yes
configure:14171: checking for mbrtowc
configure:14171: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:14171: $? = 0
configure:14171: result: yes
configure:14171: checking for mprotect
configure:14171: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:14171: $? = 0
configure:14171: result: yes
configure:14171: checking for mkfifo
configure:14171: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:14171: $? = 0
configure:14171: result: yes
configure:14171: checking for mknod
configure:14171: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:14171: $? = 0
configure:14171: result: yes
configure:14171: checking for mkstemp
configure:14171: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:14171: $? = 0
configure:14171: result: yes
configure:14171: checking for alarm
configure:14171: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:14171: $? = 0
configure:14171: result: yes
configure:14171: checking for nl_langinfo
configure:14171: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:14171: $? = 0
configure:14171: result: yes
configure:14171: checking for wcscoll
configure:14171: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:14171: $? = 0
configure:14171: result: yes
configure:14171: checking for setenv
configure:14171: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:14171: $? = 0
configure:14171: result: yes
configure:14171: checking for strerror_r
configure:14171: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:14171: $? = 0
configure:14171: result: yes
configure:14171: checking for __xpg_strerror_r
configure:14171: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:14171: $? = 0
configure:14171: result: yes
configure:14171: checking for catgets
configure:14171: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:14171: $? = 0
configure:14171: result: yes
configure:14171: checking for tzset
configure:14171: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:14171: $? = 0
configure:14171: result: yes
configure:14171: checking for strptime
configure:14171: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:14171: $? = 0
configure:14171: result: yes
configure:14171: checking for localtime_r
configure:14171: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:14171: $? = 0
configure:14171: result: yes
configure:14171: checking for wcrtomb
configure:14171: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:14171: $? = 0
configure:14171: result: yes
configure:14171: checking for iswcntrl
configure:14171: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c >&5
conftest.c:118:6: warning: conflicting types for built-in function 'iswcntrl' [enabled by default]
configure:14171: $? = 0
configure:14171: result: yes
configure:14183: checking for nl_langinfo and CODESET
configure:14199: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:14199: $? = 0
configure:14208: result: yes
configure:14219: checking for a traditional french locale
configure:14285: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:14288: $? = 0
configure:14344: result: none
configure:14354: checking if environ is properly declared
configure:14372: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
conftest.c:98:39: error: conflicting types for 'environ'
In file included from conftest.c:97:0:
/usr/include/unistd.h:545:15: note: previous declaration of 'environ' was here
configure:14372: $? = 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.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 _DARWIN_C_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 HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MEMPCPY 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_ALARM 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_CATGETS 1
| #define HAVE_TZSET 1
| #define HAVE_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_LANGINFO_CODESET 1
| /* end confdefs.h. */
| #include <unistd.h>
| extern struct { int foo; } environ;
| int
| main ()
| {
| environ.foo = 1;
| ;
| return 0;
| }
configure:14380: result: yes
configure:14395: checking for complete errno.h
configure:14456: result: yes
configure:14741: checking for mbstate_t
configure:14765: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:14765: $? = 0
configure:14772: result: yes
configure:14871: checking for C/C++ restrict keyword
configure:14896: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:14896: $? = 0
configure:14904: result: __restrict
configure:14995: checking for struct timeval
configure:15015: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:15015: $? = 0
configure:15022: result: yes
configure:15031: checking whether gettimeofday is declared without a macro
configure:15053: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:15053: $? = 0
configure:15061: result: yes
configure:15084: checking for IPv4 sockets
configure:15110: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:15110: $? = 0
configure:15118: result: yes
configure:15126: checking for IPv6 sockets
configure:15155: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:15155: $? = 0
configure:15163: result: yes
configure:15217: checking for ld used by GCC
configure:15281: result: /usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64
configure:15288: checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) is GNU ld
configure:15301: result: yes
configure:15308: checking for shared library run path origin
configure:15321: result: done
configure:15407: checking for working fcntl.h
configure:15491: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:15491: $? = 0
configure:15491: ./conftest
configure:15491: $? = 0
configure:15506: result: yes
configure:15529: checking whether getc_unlocked is declared
configure:15529: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:15529: $? = 0
configure:15529: result: yes
configure:15541: checking whether we are using the GNU C Library >= 2.1 or uClibc
configure:15571: result: yes
configure:15585: checking whether imported symbols can be declared weak
configure:15603: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:15603: $? = 0
configure:15637: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:15637: $? = 0
configure:15637: ./conftest
configure:15637: $? = 0
configure:15649: result: yes
configure:15654: checking pthread.h usability
configure:15654: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:15654: $? = 0
configure:15654: result: yes
configure:15654: checking pthread.h presence
configure:15654: gcc -E -I/usr/include/db4.8 conftest.c
configure:15654: $? = 0
configure:15654: result: yes
configure:15654: checking for pthread.h
configure:15654: result: yes
configure:15682: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c >&5
/var/tmp/portage/dev-lisp/clisp-2.50_pre20130414/temp/ccnSbXQl.o: In function `main':
conftest.c:(.text.startup+0xe): undefined reference to `pthread_mutexattr_init'
collect2: error: ld returned 1 exit status
configure:15682: $? = 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.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 _DARWIN_C_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 HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MEMPCPY 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_ALARM 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_CATGETS 1
| #define HAVE_TZSET 1
| #define HAVE_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_MBSTATE_T 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| /* end confdefs.h. */
| #include <pthread.h>
| int
| main ()
| {
| pthread_mutex_lock((pthread_mutex_t*)0);
| pthread_mutexattr_init((pthread_mutexattr_t*)0);
| ;
| return 0;
| }
configure:15745: checking for pthread_kill in -lpthread
configure:15770: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c -lpthread >&5
configure:15770: $? = 0
configure:15779: result: yes
configure:16467: checking for multithread API to use
configure:16469: result: posix
configure:16517: checking whether lstat correctly handles trailing slash
configure:16548: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:16548: $? = 0
configure:16548: ./conftest
configure:16548: $? = 0
configure:16565: result: yes
configure:16575: checking whether malloc, realloc, calloc are POSIX compliant
configure:16595: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:16595: $? = 0
configure:16603: result: yes
configure:16609: checking for stdlib.h
configure:16609: result: yes
configure:16619: checking for GNU libc compatible malloc
configure:16643: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:16643: $? = 0
configure:16643: ./conftest
configure:16643: $? = 0
configure:16653: result: yes
configure:16668: checking for unsigned long long int
configure:16707: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:16707: $? = 0
configure:16716: result: yes
configure:16726: checking for long long int
configure:16764: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:16764: $? = 0
configure:16764: ./conftest
configure:16764: $? = 0
configure:16776: result: yes
configure:16791: checking for a traditional japanese locale
configure:16861: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:16864: $? = 0
configure:16921: result: none
configure:16929: checking for a transitional chinese locale
configure:17000: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:17003: $? = 0
configure:17054: result: none
configure:17061: checking for a french Unicode locale
configure:17131: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:17134: $? = 0
configure:17180: result: none
configure:17271: checking for mmap
configure:17271: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:17271: $? = 0
configure:17271: result: yes
configure:17282: checking for MAP_ANONYMOUS
configure:17319: result: yes
configure:17341: checking whether memchr works
configure:17404: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:17404: $? = 0
configure:17404: ./conftest
configure:17404: $? = 0
configure:17414: result: yes
configure:17456: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
conftest.c:115:10: error: unknown type name 'not'
conftest.c:115:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
conftest.c:115:16: error: unknown type name 'universal'
configure:17456: $? = 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.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 _DARWIN_C_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 HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MEMPCPY 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_ALARM 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_CATGETS 1
| #define HAVE_TZSET 1
| #define HAVE_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_MBSTATE_T 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAP_ANONYMOUS 1
| /* end confdefs.h. */
| #ifndef __APPLE_CC__
| not a universal capable compiler
| #endif
| typedef int dummy;
|
configure:17504: checking whether <sys/select.h> is self-contained
configure:17521: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:17521: $? = 0
configure:17540: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:17540: $? = 0
configure:17570: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:17570: $? = 0
configure:17583: result: yes
configure:17682: checking whether pselect is declared without a macro
configure:17706: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:17706: $? = 0
configure:17714: result: yes
configure:17682: checking whether select is declared without a macro
configure:17706: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:17706: $? = 0
configure:17714: result: yes
configure:17800: checking for library containing setsockopt
configure:17822: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:17822: $? = 0
configure:17903: result: none needed
configure:17918: checking whether setenv is declared
configure:17918: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:17918: $? = 0
configure:17918: result: yes
configure:17944: checking search.h usability
configure:17944: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:17944: $? = 0
configure:17944: result: yes
configure:17944: checking search.h presence
configure:17944: gcc -E -I/usr/include/db4.8 conftest.c
configure:17944: $? = 0
configure:17944: result: yes
configure:17944: checking for search.h
configure:17944: result: yes
configure:17956: checking for tsearch
configure:17956: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:17956: $? = 0
configure:17956: result: yes
configure:17985: checking for sigset_t
configure:17985: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:17985: $? = 0
configure:17985: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
conftest.c: In function 'main':
conftest.c:128:23: error: expected expression before ')' token
configure:17985: $? = 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.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 _DARWIN_C_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 HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MEMPCPY 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_ALARM 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_CATGETS 1
| #define HAVE_TZSET 1
| #define HAVE_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_MBSTATE_T 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| /* end confdefs.h. */
|
| #include <signal.h>
| /* Mingw defines sigset_t not in <signal.h>, but in <sys/types.h>. */
| #include <sys/types.h>
|
|
| int
| main ()
| {
| if (sizeof ((sigset_t)))
| return 0;
| ;
| return 0;
| }
configure:17985: result: yes
configure:18006: checking for uid_t in sys/types.h
configure:18025: result: yes
configure:18036: checking for stdbool.h that conforms to C99
configure:18103: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:18103: $? = 0
configure:18110: result: yes
configure:18112: checking for _Bool
configure:18112: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:18112: $? = 0
configure:18112: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
conftest.c: In function 'main':
conftest.c:156:20: error: expected expression before ')' token
configure:18112: $? = 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.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 _DARWIN_C_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 HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MEMPCPY 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_ALARM 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_CATGETS 1
| #define HAVE_TZSET 1
| #define HAVE_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_MBSTATE_T 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SIGSET_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:18112: result: yes
configure:18128: checking for wchar_t
configure:18145: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:18145: $? = 0
configure:18152: result: yes
configure:18271: checking whether stdint.h conforms to C99
configure:18442: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:18442: $? = 0
configure:18524: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:18524: $? = 0
configure:18524: ./conftest
configure:18524: $? = 0
configure:18536: result: yes
configure:18877: checking whether strerror(0) succeeds
configure:18906: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:18906: $? = 0
configure:18906: ./conftest
configure:18906: $? = 0
configure:18917: result: yes
configure:18937: checking for strerror_r with POSIX signature
configure:18955: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
conftest.c:123:21: error: conflicting types for 'strerror_r'
In file included from conftest.c:122:0:
/usr/include/string.h:434:14: note: previous declaration of 'strerror_r' was here
configure:18955: $? = 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.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 _DARWIN_C_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 HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MEMPCPY 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_ALARM 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_CATGETS 1
| #define HAVE_TZSET 1
| #define HAVE_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_MBSTATE_T 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| /* end confdefs.h. */
| #include <string.h>
| int strerror_r (int, char *, size_t);
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:18963: result: no
configure:19037: checking whether __xpg_strerror_r works
configure:19077: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:19077: $? = 0
configure:19077: ./conftest
configure:19077: $? = 0
configure:19088: result: yes
configure:19095: checking whether strerror_r is declared
configure:19095: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:19095: $? = 0
configure:19095: result: yes
configure:19108: checking whether struct tm is in sys/time.h or time.h
configure:19128: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:19128: $? = 0
configure:19135: result: time.h
configure:19143: checking for struct tm.tm_zone
configure:19143: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:19143: $? = 0
configure:19143: result: yes
configure:19211: checking for struct tm.tm_gmtoff
configure:19211: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:19211: $? = 0
configure:19211: result: yes
configure:19282: checking whether ffsl is declared without a macro
configure:19300: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:19300: $? = 0
configure:19308: result: yes
configure:19282: checking whether ffsll is declared without a macro
configure:19300: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:19300: $? = 0
configure:19308: result: yes
configure:19282: checking whether memmem is declared without a macro
configure:19300: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:19300: $? = 0
configure:19308: result: yes
configure:19282: checking whether mempcpy is declared without a macro
configure:19300: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:19300: $? = 0
configure:19308: result: yes
configure:19282: checking whether memrchr is declared without a macro
configure:19300: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:19300: $? = 0
configure:19308: result: yes
configure:19282: checking whether rawmemchr is declared without a macro
configure:19300: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:19300: $? = 0
configure:19308: result: yes
configure:19282: checking whether stpcpy is declared without a macro
configure:19300: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:19300: $? = 0
configure:19308: result: yes
configure:19282: checking whether stpncpy is declared without a macro
configure:19300: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:19300: $? = 0
configure:19308: result: yes
configure:19282: checking whether strchrnul is declared without a macro
configure:19300: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:19300: $? = 0
configure:19308: result: yes
configure:19282: checking whether strdup is declared without a macro
configure:19300: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:19300: $? = 0
configure:19308: result: yes
configure:19282: checking whether strncat is declared without a macro
configure:19300: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:19300: $? = 0
configure:19308: result: yes
configure:19282: checking whether strndup is declared without a macro
configure:19300: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:19300: $? = 0
configure:19308: result: yes
configure:19282: checking whether strnlen is declared without a macro
configure:19300: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:19300: $? = 0
configure:19308: result: yes
configure:19282: checking whether strpbrk is declared without a macro
configure:19300: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:19300: $? = 0
configure:19308: result: yes
configure:19282: checking whether strsep is declared without a macro
configure:19300: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:19300: $? = 0
configure:19308: result: yes
configure:19282: checking whether strcasestr is declared without a macro
configure:19300: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:19300: $? = 0
configure:19308: result: yes
configure:19282: checking whether strtok_r is declared without a macro
configure:19300: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:19300: $? = 0
configure:19308: result: yes
configure:19282: checking whether strerror_r is declared without a macro
configure:19300: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:19300: $? = 0
configure:19308: result: yes
configure:19282: checking whether strsignal is declared without a macro
configure:19300: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:19300: $? = 0
configure:19308: result: yes
configure:19282: checking whether strverscmp is declared without a macro
configure:19300: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:19300: $? = 0
configure:19308: result: yes
configure:19324: checking whether stat file-mode macros are broken
configure:19351: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:19351: $? = 0
configure:19358: result: no
configure:19386: checking for struct timespec in <time.h>
configure:19403: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:19403: $? = 0
configure:19410: result: yes
configure:19541: checking whether localtime_r is declared
configure:19541: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
conftest.c: In function 'main':
conftest.c:186:10: error: 'localtime_r' undeclared (first use in this function)
conftest.c:186:10: note: each undeclared identifier is reported only once for each function it appears in
configure:19541: $? = 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.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 _DARWIN_C_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 HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MEMPCPY 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_ALARM 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_CATGETS 1
| #define HAVE_TZSET 1
| #define HAVE_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_MBSTATE_T 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_FFSLL 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_MEMPCPY 1
| #define HAVE_RAW_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_RAWMEMCHR 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRCHRNUL 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_STRCASESTR 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRERROR_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_RAW_DECL_STRVERSCMP 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 localtime_r
| #ifdef __cplusplus
| (void) localtime_r;
| #else
| (void) localtime_r;
| #endif
| #endif
|
| ;
| return 0;
| }
configure:19541: result: no
configure:19583: checking whether unsetenv is declared
configure:19583: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:19583: $? = 0
configure:19583: result: yes
configure:19595: checking for wint_t
configure:19620: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:19620: $? = 0
configure:19627: result: yes
configure:19709: checking for alloca as a compiler built-in
configure:19733: result: yes
configure:19832: checking whether inet_ntop is declared without a macro
configure:19858: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:19858: $? = 0
configure:19866: result: yes
configure:19832: checking whether inet_pton is declared without a macro
configure:19858: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:19858: $? = 0
configure:19866: result: yes
configure:19920: checking whether btowc(0) is correct
configure:19955: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:19955: $? = 0
configure:19955: ./conftest
configure:19955: $? = 0
configure:19966: result: yes
configure:19969: checking whether btowc(EOF) is correct
configure:20020: result: guessing yes
configure:20218: checking for working GNU fnmatch
configure:20319: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:20319: $? = 0
configure:20319: ./conftest
configure:20319: $? = 0
configure:20331: result: yes
configure:20455: checking for gethostname
configure:20455: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:20455: $? = 0
configure:20455: result: yes
configure:20513: checking for HOST_NAME_MAX
configure:20562: result: yes
configure:20624: checking for getloadavg
configure:20624: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:20624: $? = 0
configure:20624: result: yes
configure:20982: checking sys/loadavg.h usability
configure:20982: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
conftest.c:193:25: fatal error: sys/loadavg.h: No such file or directory
compilation terminated.
configure:20982: $? = 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.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 _DARWIN_C_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 HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MEMPCPY 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_ALARM 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_CATGETS 1
| #define HAVE_TZSET 1
| #define HAVE_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_MBSTATE_T 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_FFSLL 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_MEMPCPY 1
| #define HAVE_RAW_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_RAWMEMCHR 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRCHRNUL 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_STRCASESTR 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRERROR_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_RAW_DECL_STRVERSCMP 1
| #define HAVE_DECL_LOCALTIME_R 0
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WINT_T 1
| #define GNULIB_TEST_ACCEPT 1
| #define HAVE_ALLOCA 1
| #define HAVE_RAW_DECL_INET_NTOP 1
| #define HAVE_RAW_DECL_INET_PTON 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define GNULIB_TEST_CLOSE 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETHOSTNAME 1
| #define GNULIB_TEST_GETHOSTNAME 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/loadavg.h>
configure:20982: result: no
configure:20982: checking sys/loadavg.h presence
configure:20982: gcc -E -I/usr/include/db4.8 conftest.c
conftest.c:160:25: fatal error: sys/loadavg.h: No such file or directory
compilation terminated.
configure:20982: $? = 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.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 _DARWIN_C_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 HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MEMPCPY 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_ALARM 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_CATGETS 1
| #define HAVE_TZSET 1
| #define HAVE_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_MBSTATE_T 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_FFSLL 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_MEMPCPY 1
| #define HAVE_RAW_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_RAWMEMCHR 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRCHRNUL 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_STRCASESTR 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRERROR_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_RAW_DECL_STRVERSCMP 1
| #define HAVE_DECL_LOCALTIME_R 0
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WINT_T 1
| #define GNULIB_TEST_ACCEPT 1
| #define HAVE_ALLOCA 1
| #define HAVE_RAW_DECL_INET_NTOP 1
| #define HAVE_RAW_DECL_INET_PTON 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define GNULIB_TEST_CLOSE 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETHOSTNAME 1
| #define GNULIB_TEST_GETHOSTNAME 1
| /* end confdefs.h. */
| #include <sys/loadavg.h>
configure:20982: result: no
configure:20982: checking for sys/loadavg.h
configure:20982: result: no
configure:20997: checking whether getloadavg is declared
configure:20997: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:20997: $? = 0
configure:20997: result: yes
configure:21156: checking for getpagesize
configure:21156: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:21156: $? = 0
configure:21156: result: yes
configure:21203: checking whether getpagesize is declared
configure:21203: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:21203: $? = 0
configure:21203: result: yes
configure:21338: checking whether gettimeofday clobbers localtime buffer
configure:21370: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:21370: $? = 0
configure:21370: ./conftest
configure:21370: $? = 0
configure:21380: result: no
configure:21398: checking for gettimeofday with POSIX signature
configure:21426: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
conftest.c:168:19: error: conflicting types for 'gettimeofday'
In file included from conftest.c:166:0:
/usr/include/sys/time.h:72:12: note: previous declaration of 'gettimeofday' was here
configure:21426: $? = 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.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 _DARWIN_C_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 HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MEMPCPY 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_ALARM 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_CATGETS 1
| #define HAVE_TZSET 1
| #define HAVE_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_MBSTATE_T 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_FFSLL 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_MEMPCPY 1
| #define HAVE_RAW_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_RAWMEMCHR 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRCHRNUL 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_STRCASESTR 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRERROR_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_RAW_DECL_STRVERSCMP 1
| #define HAVE_DECL_LOCALTIME_R 0
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WINT_T 1
| #define GNULIB_TEST_ACCEPT 1
| #define HAVE_ALLOCA 1
| #define HAVE_RAW_DECL_INET_NTOP 1
| #define HAVE_RAW_DECL_INET_PTON 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define GNULIB_TEST_CLOSE 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETHOSTNAME 1
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOADAVG 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define GNULIB_TEST_GETSOCKNAME 1
| #define GNULIB_TEST_GETSOCKOPT 1
| /* end confdefs.h. */
| #include <sys/time.h>
| struct timeval c;
| int gettimeofday (struct timeval *restrict, void *restrict);
|
| int
| main ()
| {
| /* glibc uses struct timezone * rather than the POSIX void *
| if _GNU_SOURCE is defined. However, since the only portable
| use of gettimeofday uses NULL as the second parameter, and
| since the glibc definition is actually more typesafe, it is
| not worth wrapping this to get a compliant signature. */
| int (*f) (struct timeval *restrict, void *restrict)
| = gettimeofday;
| int x = f (&c, 0);
| return !(x | c.tv_sec | c.tv_usec);
|
| ;
| return 0;
| }
configure:21442: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:21442: $? = 0
configure:21451: result: almost
configure:21530: checking host CPU and C ABI
configure:21672: result: x86_64
configure:21693: checking for library containing inet_ntop
configure:21724: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:21724: $? = 0
configure:21741: result: none required
configure:21775: checking whether inet_ntop is declared
configure:21775: result: yes
configure:21826: checking for library containing inet_pton
configure:21857: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:21857: $? = 0
configure:21874: result: none required
configure:21908: checking whether inet_pton is declared
configure:21908: result: yes
configure:21963: checking for ioctl
configure:21963: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:21963: $? = 0
configure:21963: result: yes
configure:21972: checking for ioctl with POSIX signature
configure:21994: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
conftest.c: In function 'main':
conftest.c:182:19: error: conflicting types for 'ioctl'
In file included from conftest.c:174:0:
/usr/include/sys/ioctl.h:41:12: note: previous declaration of 'ioctl' was here
configure:21994: $? = 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.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 _DARWIN_C_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 HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MEMPCPY 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_ALARM 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_CATGETS 1
| #define HAVE_TZSET 1
| #define HAVE_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_MBSTATE_T 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_FFSLL 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_MEMPCPY 1
| #define HAVE_RAW_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_RAWMEMCHR 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRCHRNUL 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_STRCASESTR 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRERROR_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_RAW_DECL_STRVERSCMP 1
| #define HAVE_DECL_LOCALTIME_R 0
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WINT_T 1
| #define GNULIB_TEST_ACCEPT 1
| #define HAVE_ALLOCA 1
| #define HAVE_RAW_DECL_INET_NTOP 1
| #define HAVE_RAW_DECL_INET_PTON 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define GNULIB_TEST_CLOSE 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETHOSTNAME 1
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOADAVG 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define GNULIB_TEST_GETSOCKNAME 1
| #define GNULIB_TEST_GETSOCKOPT 1
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __x86_64__
| #define __x86_64__ 1
| #endif
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define HAVE_IOCTL 1
| /* end confdefs.h. */
| #include <sys/ioctl.h>
| int
| main ()
| {
| extern
| #ifdef __cplusplus
| "C"
| #endif
| int ioctl (int, int, ...);
|
| ;
| return 0;
| }
|
configure:22002: result: no
configure:22109: checking whether langinfo.h defines CODESET
configure:22127: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:22127: $? = 0
configure:22135: result: yes
configure:22140: checking whether langinfo.h defines T_FMT_AMPM
configure:22158: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:22158: $? = 0
configure:22166: result: yes
configure:22171: checking whether langinfo.h defines ERA
configure:22189: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:22189: $? = 0
configure:22197: result: yes
configure:22202: checking whether langinfo.h defines YESEXPR
configure:22220: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:22220: $? = 0
configure:22228: result: yes
configure:22245: checking whether nl_langinfo is declared without a macro
configure:22263: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:22263: $? = 0
configure:22271: result: yes
configure:22777: checking for libsigsegv
configure:22799: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c /usr/lib64/libsigsegv.so /usr/lib64/libc.so >&5
configure:22799: $? = 0
configure:22809: result: yes
configure:22816: checking how to link with libsigsegv
configure:22818: result: /usr/lib64/libsigsegv.so /usr/lib64/libc.so
configure:22839: checking for __xpg4
configure:22855: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c >&5
/var/tmp/portage/dev-lisp/clisp-2.50_pre20130414/temp/ccsApNGk.o: In function `main':
conftest.c:(.text.startup+0x2): undefined reference to `__xpg4'
collect2: error: ld returned 1 exit status
configure:22855: $? = 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.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 _DARWIN_C_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 HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MEMPCPY 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_ALARM 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_CATGETS 1
| #define HAVE_TZSET 1
| #define HAVE_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_MBSTATE_T 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_FFSLL 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_MEMPCPY 1
| #define HAVE_RAW_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_RAWMEMCHR 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRCHRNUL 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_STRCASESTR 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRERROR_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_RAW_DECL_STRVERSCMP 1
| #define HAVE_DECL_LOCALTIME_R 0
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WINT_T 1
| #define GNULIB_TEST_ACCEPT 1
| #define HAVE_ALLOCA 1
| #define HAVE_RAW_DECL_INET_NTOP 1
| #define HAVE_RAW_DECL_INET_PTON 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define GNULIB_TEST_CLOSE 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETHOSTNAME 1
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOADAVG 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define GNULIB_TEST_GETSOCKNAME 1
| #define GNULIB_TEST_GETSOCKOPT 1
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __x86_64__
| #define __x86_64__ 1
| #endif
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define HAVE_IOCTL 1
| #define GNULIB_TEST_IOCTL 1
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| /* end confdefs.h. */
| extern int __xpg4;
| int
| main ()
| {
| return __xpg4;
| ;
| return 0;
| }
configure:22864: result: no
configure:22869: checking whether link(2) dereferences a symlink
configure:22919: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:22919: $? = 0
configure:22919: ./conftest
configure:22919: $? = 0
configure:22931: result: no
configure:22989: checking for pthread_rwlock_t
configure:22989: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:22989: $? = 0
configure:22989: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
conftest.c: In function 'main':
conftest.c:184:31: error: expected expression before ')' token
configure:22989: $? = 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.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 _DARWIN_C_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 HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MEMPCPY 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_ALARM 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_CATGETS 1
| #define HAVE_TZSET 1
| #define HAVE_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_MBSTATE_T 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_FFSLL 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_MEMPCPY 1
| #define HAVE_RAW_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_RAWMEMCHR 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRCHRNUL 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_STRCASESTR 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRERROR_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_RAW_DECL_STRVERSCMP 1
| #define HAVE_DECL_LOCALTIME_R 0
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WINT_T 1
| #define GNULIB_TEST_ACCEPT 1
| #define HAVE_ALLOCA 1
| #define HAVE_RAW_DECL_INET_NTOP 1
| #define HAVE_RAW_DECL_INET_PTON 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define GNULIB_TEST_CLOSE 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETHOSTNAME 1
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOADAVG 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define GNULIB_TEST_GETSOCKNAME 1
| #define GNULIB_TEST_GETSOCKOPT 1
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __x86_64__
| #define __x86_64__ 1
| #endif
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define HAVE_IOCTL 1
| #define GNULIB_TEST_IOCTL 1
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 0
| #define GNULIB_TEST_LISTEN 1
| /* end confdefs.h. */
| #include <pthread.h>
|
| int
| main ()
| {
| if (sizeof ((pthread_rwlock_t)))
| return 0;
| ;
| return 0;
| }
configure:22989: result: yes
configure:23017: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:23017: $? = 0
configure:23075: checking for stdlib.h
configure:23075: result: yes
configure:23085: checking for GNU libc compatible malloc
configure:23119: result: yes
configure:23208: checking whether mbrtowc handles incomplete characters
configure:23265: result: guessing yes
configure:23271: checking whether mbrtowc works as well as mbtowc
configure:23332: result: guessing yes
configure:23383: checking whether mbrtowc handles a NULL pwc argument
configure:23454: result: guessing yes
configure:23460: checking whether mbrtowc handles a NULL string argument
configure:23519: result: guessing yes
configure:23527: checking whether mbrtowc has a correct return value
configure:23657: result: guessing yes
configure:23663: checking whether mbrtowc returns 0 when parsing a NUL character
configure:23719: result: guessing yes
configure:23802: checking whether mbrtowc handles incomplete characters
configure:23859: result: guessing yes
configure:23865: checking whether mbrtowc works as well as mbtowc
configure:23926: result: guessing yes
configure:24024: checking whether mbrtowc handles incomplete characters
configure:24081: result: guessing yes
configure:24087: checking whether mbrtowc works as well as mbtowc
configure:24148: result: guessing yes
configure:24202: checking whether mbsrtowcs works
configure:24306: result: guessing yes
configure:24439: checking for mkdtemp
configure:24439: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:24439: $? = 0
configure:24439: result: yes
configure:24488: checking whether mkfifo rejects trailing slashes
configure:24520: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:24520: $? = 0
configure:24520: ./conftest
configure:24520: $? = 0
configure:24531: result: yes
configure:24576: checking whether mknod can create fifo without root privileges
configure:24600: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:24600: $? = 0
configure:24600: ./conftest
configure:24600: $? = 0
configure:24617: result: yes
configure:24661: checking for working mkstemp
configure:24708: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:24708: $? = 0
configure:24708: ./conftest
configure:24708: $? = 0
configure:24720: result: yes
configure:24770: checking for working mktime
configure:24972: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:24972: $? = 0
configure:24972: ./conftest
configure:24972: $? = 0
configure:24983: result: yes
configure:25024: checking whether <netinet/in.h> is self-contained
configure:25041: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:25041: $? = 0
configure:25049: result: yes
configure:25151: checking whether YESEXPR works
configure:25179: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:25179: $? = 0
configure:25179: ./conftest
configure:25179: $? = 0
configure:25190: result: yes
configure:25265: checking whether readlink signature is correct
configure:25283: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:25283: $? = 0
configure:25290: result: yes
configure:25292: checking whether readlink handles trailing slash correctly
configure:25316: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:25316: $? = 0
configure:25316: ./conftest
configure:25316: $? = 0
configure:25327: result: yes
configure:25441: checking for working re_compile_pattern
configure:25588: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:25588: $? = 0
configure:25588: ./conftest
configure:25588: $? = 0
configure:25598: result: yes
configure:25710: checking whether select supports a 0 argument
configure:25742: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:25742: $? = 0
configure:25742: ./conftest
configure:25742: $? = 0
configure:25753: result: yes
configure:25849: checking whether setenv validates arguments
configure:25887: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:25887: $? = 0
configure:25887: ./conftest
configure:25887: $? = 0
configure:25897: result: yes
configure:26046: checking for volatile sig_atomic_t
configure:26046: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:26046: $? = 0
configure:26046: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
conftest.c: In function 'main':
conftest.c:216:36: error: expected expression before ')' token
configure:26046: $? = 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.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 _DARWIN_C_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 HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MEMPCPY 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_ALARM 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_CATGETS 1
| #define HAVE_TZSET 1
| #define HAVE_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_MBSTATE_T 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_FFSLL 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_MEMPCPY 1
| #define HAVE_RAW_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_RAWMEMCHR 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRCHRNUL 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_STRCASESTR 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRERROR_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_RAW_DECL_STRVERSCMP 1
| #define HAVE_DECL_LOCALTIME_R 0
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WINT_T 1
| #define GNULIB_TEST_ACCEPT 1
| #define HAVE_ALLOCA 1
| #define HAVE_RAW_DECL_INET_NTOP 1
| #define HAVE_RAW_DECL_INET_PTON 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define GNULIB_TEST_CLOSE 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETHOSTNAME 1
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOADAVG 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define GNULIB_TEST_GETSOCKNAME 1
| #define GNULIB_TEST_GETSOCKOPT 1
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __x86_64__
| #define __x86_64__ 1
| #endif
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define HAVE_IOCTL 1
| #define GNULIB_TEST_IOCTL 1
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 0
| #define GNULIB_TEST_LISTEN 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC_GNU 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MBTOWC 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MKDTEMP 1
| #define GNULIB_TEST_MKDTEMP 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_TEST_MKNOD 1
| #define GNULIB_TEST_MKSTEMP 1
| #define GNULIB_TEST_MKTIME 1
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define GNULIB_TEST_SELECT 1
| #define GNULIB_TEST_SEND 1
| #define GNULIB_TEST_SENDTO 1
| #define GNULIB_TEST_SETENV 1
| #define GNULIB_TEST_SETSOCKOPT 1
| #define GNULIB_TEST_SHUTDOWN 1
| /* end confdefs.h. */
|
| #include <signal.h>
|
|
| int
| main ()
| {
| if (sizeof ((volatile sig_atomic_t)))
| return 0;
| ;
| return 0;
| }
configure:26046: result: yes
configure:26060: checking for sighandler_t
configure:26060: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:26060: $? = 0
configure:26060: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
conftest.c: In function 'main':
conftest.c:216:27: error: expected expression before ')' token
configure:26060: $? = 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.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 _DARWIN_C_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 HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MEMPCPY 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_ALARM 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_CATGETS 1
| #define HAVE_TZSET 1
| #define HAVE_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_MBSTATE_T 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_FFSLL 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_MEMPCPY 1
| #define HAVE_RAW_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_RAWMEMCHR 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRCHRNUL 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_STRCASESTR 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRERROR_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_RAW_DECL_STRVERSCMP 1
| #define HAVE_DECL_LOCALTIME_R 0
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WINT_T 1
| #define GNULIB_TEST_ACCEPT 1
| #define HAVE_ALLOCA 1
| #define HAVE_RAW_DECL_INET_NTOP 1
| #define HAVE_RAW_DECL_INET_PTON 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define GNULIB_TEST_CLOSE 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETHOSTNAME 1
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOADAVG 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define GNULIB_TEST_GETSOCKNAME 1
| #define GNULIB_TEST_GETSOCKOPT 1
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __x86_64__
| #define __x86_64__ 1
| #endif
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define HAVE_IOCTL 1
| #define GNULIB_TEST_IOCTL 1
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 0
| #define GNULIB_TEST_LISTEN 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC_GNU 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MBTOWC 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MKDTEMP 1
| #define GNULIB_TEST_MKDTEMP 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_TEST_MKNOD 1
| #define GNULIB_TEST_MKSTEMP 1
| #define GNULIB_TEST_MKTIME 1
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define GNULIB_TEST_SELECT 1
| #define GNULIB_TEST_SEND 1
| #define GNULIB_TEST_SENDTO 1
| #define GNULIB_TEST_SETENV 1
| #define GNULIB_TEST_SETSOCKOPT 1
| #define GNULIB_TEST_SHUTDOWN 1
| /* end confdefs.h. */
|
| #include <signal.h>
|
|
| int
| main ()
| {
| if (sizeof ((sighandler_t)))
| return 0;
| ;
| return 0;
| }
configure:26060: result: yes
configure:26074: checking whether pthread_sigmask is declared without a macro
configure:26092: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:26092: $? = 0
configure:26100: result: yes
configure:26074: checking whether sigaction is declared without a macro
configure:26092: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:26092: $? = 0
configure:26100: result: yes
configure:26074: checking whether sigaddset is declared without a macro
configure:26092: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:26092: $? = 0
configure:26100: result: yes
configure:26074: checking whether sigdelset is declared without a macro
configure:26092: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:26092: $? = 0
configure:26100: result: yes
configure:26074: checking whether sigemptyset is declared without a macro
configure:26092: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:26092: $? = 0
configure:26100: result: yes
configure:26074: checking whether sigfillset is declared without a macro
configure:26092: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:26092: $? = 0
configure:26100: result: yes
configure:26074: checking whether sigismember is declared without a macro
configure:26092: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:26092: $? = 0
configure:26100: result: yes
configure:26074: checking whether sigpending is declared without a macro
configure:26092: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:26092: $? = 0
configure:26100: result: yes
configure:26074: checking whether sigprocmask is declared without a macro
configure:26092: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:26092: $? = 0
configure:26100: result: yes
configure:26223: checking for library containing setsockopt
configure:26326: result: none needed
configure:26341: checking for socklen_t
configure:26341: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:26341: $? = 0
configure:26341: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
conftest.c: In function 'main':
conftest.c:234:24: error: expected expression before ')' token
configure:26341: $? = 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.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 _DARWIN_C_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 HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MEMPCPY 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_ALARM 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_CATGETS 1
| #define HAVE_TZSET 1
| #define HAVE_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_MBSTATE_T 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_FFSLL 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_MEMPCPY 1
| #define HAVE_RAW_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_RAWMEMCHR 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRCHRNUL 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_STRCASESTR 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRERROR_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_RAW_DECL_STRVERSCMP 1
| #define HAVE_DECL_LOCALTIME_R 0
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WINT_T 1
| #define GNULIB_TEST_ACCEPT 1
| #define HAVE_ALLOCA 1
| #define HAVE_RAW_DECL_INET_NTOP 1
| #define HAVE_RAW_DECL_INET_PTON 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define GNULIB_TEST_CLOSE 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETHOSTNAME 1
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOADAVG 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define GNULIB_TEST_GETSOCKNAME 1
| #define GNULIB_TEST_GETSOCKOPT 1
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __x86_64__
| #define __x86_64__ 1
| #endif
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define HAVE_IOCTL 1
| #define GNULIB_TEST_IOCTL 1
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 0
| #define GNULIB_TEST_LISTEN 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC_GNU 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MBTOWC 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MKDTEMP 1
| #define GNULIB_TEST_MKDTEMP 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_TEST_MKNOD 1
| #define GNULIB_TEST_MKSTEMP 1
| #define GNULIB_TEST_MKTIME 1
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define GNULIB_TEST_SELECT 1
| #define GNULIB_TEST_SEND 1
| #define GNULIB_TEST_SENDTO 1
| #define GNULIB_TEST_SETENV 1
| #define GNULIB_TEST_SETSOCKOPT 1
| #define GNULIB_TEST_SHUTDOWN 1
| #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1
| #define HAVE_RAW_DECL_SIGACTION 1
| #define HAVE_RAW_DECL_SIGADDSET 1
| #define HAVE_RAW_DECL_SIGDELSET 1
| #define HAVE_RAW_DECL_SIGEMPTYSET 1
| #define HAVE_RAW_DECL_SIGFILLSET 1
| #define HAVE_RAW_DECL_SIGISMEMBER 1
| #define HAVE_RAW_DECL_SIGPENDING 1
| #define HAVE_RAW_DECL_SIGPROCMASK 1
| #define GNULIB_TEST_SOCKET 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>
| #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:26341: result: yes
configure:26405: checking for ssize_t
configure:26422: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:26422: $? = 0
configure:26429: result: yes
configure:26440: checking whether stat handles trailing slashes on directories
configure:26463: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:26463: $? = 0
configure:26463: ./conftest
configure:26463: $? = 0
configure:26473: result: yes
configure:26475: checking whether stat handles trailing slashes on files
configure:26509: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:26509: $? = 0
configure:26509: ./conftest
configure:26509: $? = 0
configure:26520: result: yes
configure:26601: checking whether NULL can be used in arbitrary expressions
configure:26619: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:26619: $? = 0
configure:26626: result: yes
configure:26757: checking whether _Exit is declared without a macro
configure:26781: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:26781: $? = 0
configure:26789: result: yes
configure:26757: checking whether atoll is declared without a macro
configure:26781: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:26781: $? = 0
configure:26789: result: yes
configure:26757: checking whether canonicalize_file_name is declared without a macro
configure:26781: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:26781: $? = 0
configure:26789: result: yes
configure:26757: checking whether getloadavg is declared without a macro
configure:26781: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:26781: $? = 0
configure:26789: result: yes
configure:26757: checking whether getsubopt is declared without a macro
configure:26781: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:26781: $? = 0
configure:26789: result: yes
configure:26757: checking whether grantpt is declared without a macro
configure:26781: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:26781: $? = 0
configure:26789: result: yes
configure:26757: checking whether mkdtemp is declared without a macro
configure:26781: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:26781: $? = 0
configure:26789: result: yes
configure:26757: checking whether mkostemp is declared without a macro
configure:26781: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:26781: $? = 0
configure:26789: result: yes
configure:26757: checking whether mkostemps is declared without a macro
configure:26781: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:26781: $? = 0
configure:26789: result: yes
configure:26757: checking whether mkstemp is declared without a macro
configure:26781: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:26781: $? = 0
configure:26789: result: yes
configure:26757: checking whether mkstemps is declared without a macro
configure:26781: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:26781: $? = 0
configure:26789: result: yes
configure:26757: checking whether ptsname is declared without a macro
configure:26781: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:26781: $? = 0
configure:26789: result: yes
configure:26757: checking whether random_r is declared without a macro
configure:26781: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:26781: $? = 0
configure:26789: result: yes
configure:26757: checking whether initstat_r is declared without a macro
configure:26781: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
conftest.c: In function 'main':
conftest.c:245:10: error: 'initstat_r' undeclared (first use in this function)
conftest.c:245:10: note: each undeclared identifier is reported only once for each function it appears in
configure:26781: $? = 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.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 _DARWIN_C_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 HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MEMPCPY 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_ALARM 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_CATGETS 1
| #define HAVE_TZSET 1
| #define HAVE_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_MBSTATE_T 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_FFSLL 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_MEMPCPY 1
| #define HAVE_RAW_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_RAWMEMCHR 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRCHRNUL 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_STRCASESTR 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRERROR_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_RAW_DECL_STRVERSCMP 1
| #define HAVE_DECL_LOCALTIME_R 0
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WINT_T 1
| #define GNULIB_TEST_ACCEPT 1
| #define HAVE_ALLOCA 1
| #define HAVE_RAW_DECL_INET_NTOP 1
| #define HAVE_RAW_DECL_INET_PTON 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define GNULIB_TEST_CLOSE 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETHOSTNAME 1
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOADAVG 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define GNULIB_TEST_GETSOCKNAME 1
| #define GNULIB_TEST_GETSOCKOPT 1
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __x86_64__
| #define __x86_64__ 1
| #endif
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define HAVE_IOCTL 1
| #define GNULIB_TEST_IOCTL 1
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 0
| #define GNULIB_TEST_LISTEN 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC_GNU 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MBTOWC 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MKDTEMP 1
| #define GNULIB_TEST_MKDTEMP 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_TEST_MKNOD 1
| #define GNULIB_TEST_MKSTEMP 1
| #define GNULIB_TEST_MKTIME 1
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define GNULIB_TEST_SELECT 1
| #define GNULIB_TEST_SEND 1
| #define GNULIB_TEST_SENDTO 1
| #define GNULIB_TEST_SETENV 1
| #define GNULIB_TEST_SETSOCKOPT 1
| #define GNULIB_TEST_SHUTDOWN 1
| #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1
| #define HAVE_RAW_DECL_SIGACTION 1
| #define HAVE_RAW_DECL_SIGADDSET 1
| #define HAVE_RAW_DECL_SIGDELSET 1
| #define HAVE_RAW_DECL_SIGEMPTYSET 1
| #define HAVE_RAW_DECL_SIGFILLSET 1
| #define HAVE_RAW_DECL_SIGISMEMBER 1
| #define HAVE_RAW_DECL_SIGPENDING 1
| #define HAVE_RAW_DECL_SIGPROCMASK 1
| #define GNULIB_TEST_SOCKET 1
| #define GNULIB_TEST_STAT 1
| #define HAVE_RAW_DECL__EXIT 1
| #define HAVE_RAW_DECL_ATOLL 1
| #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
| #define HAVE_RAW_DECL_GETLOADAVG 1
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKDTEMP 1
| #define HAVE_RAW_DECL_MKOSTEMP 1
| #define HAVE_RAW_DECL_MKOSTEMPS 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_MKSTEMPS 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_RANDOM_R 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:26789: result: no
configure:26757: checking whether srandom_r is declared without a macro
configure:26781: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:26781: $? = 0
configure:26789: result: yes
configure:26757: checking whether setstate_r is declared without a macro
configure:26781: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:26781: $? = 0
configure:26789: result: yes
configure:26757: checking whether realpath is declared without a macro
configure:26781: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:26781: $? = 0
configure:26789: result: yes
configure:26757: checking whether rpmatch is declared without a macro
configure:26781: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:26781: $? = 0
configure:26789: result: yes
configure:26757: checking whether setenv is declared without a macro
configure:26781: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:26781: $? = 0
configure:26789: result: yes
configure:26757: checking whether strtod is declared without a macro
configure:26781: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:26781: $? = 0
configure:26789: result: yes
configure:26757: checking whether strtoll is declared without a macro
configure:26781: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:26781: $? = 0
configure:26789: result: yes
configure:26757: checking whether strtoull is declared without a macro
configure:26781: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:26781: $? = 0
configure:26789: result: yes
configure:26757: checking whether unlockpt is declared without a macro
configure:26781: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:26781: $? = 0
configure:26789: result: yes
configure:26757: checking whether unsetenv is declared without a macro
configure:26781: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:26781: $? = 0
configure:26789: result: yes
configure:26960: checking for strverscmp
configure:26960: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:26960: $? = 0
configure:26960: result: yes
configure:27009: checking whether <sys/ioctl.h> declares ioctl
configure:27026: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:27026: $? = 0
configure:27034: result: yes
configure:27104: checking whether ioctl is declared without a macro
configure:27126: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:27126: $? = 0
configure:27134: result: yes
configure:27150: checking whether <sys/select.h> is self-contained
configure:27229: result: yes
configure:27328: checking whether pselect is declared without a macro
configure:27360: result: yes
configure:27328: checking whether select is declared without a macro
configure:27360: result: yes
configure:27386: checking whether <sys/socket.h> is self-contained
configure:27411: result: yes
configure:27416: checking for shutdown
configure:27416: result: yes
configure:27426: checking whether <sys/socket.h> defines the SHUT_* macros
configure:27451: result: yes
configure:27535: checking for struct sockaddr_storage
configure:27535: result: yes
configure:27556: checking for sa_family_t
configure:27556: result: yes
configure:27585: checking for struct sockaddr_storage.ss_family
configure:27585: result: yes
configure:27641: checking whether socket is declared without a macro
configure:27670: result: yes
configure:27641: checking whether connect is declared without a macro
configure:27670: result: yes
configure:27641: checking whether accept is declared without a macro
configure:27670: result: yes
configure:27641: checking whether bind is declared without a macro
configure:27670: result: yes
configure:27641: checking whether getpeername is declared without a macro
configure:27670: result: yes
configure:27641: checking whether getsockname is declared without a macro
configure:27670: result: yes
configure:27641: checking whether getsockopt is declared without a macro
configure:27670: result: yes
configure:27641: checking whether listen is declared without a macro
configure:27670: result: yes
configure:27641: checking whether recv is declared without a macro
configure:27670: result: yes
configure:27641: checking whether send is declared without a macro
configure:27670: result: yes
configure:27641: checking whether recvfrom is declared without a macro
configure:27670: result: yes
configure:27641: checking whether sendto is declared without a macro
configure:27670: result: yes
configure:27641: checking whether setsockopt is declared without a macro
configure:27670: result: yes
configure:27641: checking whether shutdown is declared without a macro
configure:27670: result: yes
configure:27641: checking whether accept4 is declared without a macro
configure:27670: result: yes
configure:27751: checking for nlink_t
configure:27751: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:27751: $? = 0
configure:27751: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
conftest.c: In function 'main':
conftest.c:276:22: error: expected expression before ')' token
configure:27751: $? = 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.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 _DARWIN_C_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 HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MEMPCPY 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_ALARM 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_CATGETS 1
| #define HAVE_TZSET 1
| #define HAVE_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_MBSTATE_T 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_FFSLL 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_MEMPCPY 1
| #define HAVE_RAW_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_RAWMEMCHR 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRCHRNUL 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_STRCASESTR 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRERROR_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_RAW_DECL_STRVERSCMP 1
| #define HAVE_DECL_LOCALTIME_R 0
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WINT_T 1
| #define GNULIB_TEST_ACCEPT 1
| #define HAVE_ALLOCA 1
| #define HAVE_RAW_DECL_INET_NTOP 1
| #define HAVE_RAW_DECL_INET_PTON 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define GNULIB_TEST_CLOSE 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETHOSTNAME 1
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOADAVG 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define GNULIB_TEST_GETSOCKNAME 1
| #define GNULIB_TEST_GETSOCKOPT 1
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __x86_64__
| #define __x86_64__ 1
| #endif
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define HAVE_IOCTL 1
| #define GNULIB_TEST_IOCTL 1
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 0
| #define GNULIB_TEST_LISTEN 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC_GNU 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MBTOWC 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MKDTEMP 1
| #define GNULIB_TEST_MKDTEMP 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_TEST_MKNOD 1
| #define GNULIB_TEST_MKSTEMP 1
| #define GNULIB_TEST_MKTIME 1
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define GNULIB_TEST_SELECT 1
| #define GNULIB_TEST_SEND 1
| #define GNULIB_TEST_SENDTO 1
| #define GNULIB_TEST_SETENV 1
| #define GNULIB_TEST_SETSOCKOPT 1
| #define GNULIB_TEST_SHUTDOWN 1
| #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1
| #define HAVE_RAW_DECL_SIGACTION 1
| #define HAVE_RAW_DECL_SIGADDSET 1
| #define HAVE_RAW_DECL_SIGDELSET 1
| #define HAVE_RAW_DECL_SIGEMPTYSET 1
| #define HAVE_RAW_DECL_SIGFILLSET 1
| #define HAVE_RAW_DECL_SIGISMEMBER 1
| #define HAVE_RAW_DECL_SIGPENDING 1
| #define HAVE_RAW_DECL_SIGPROCMASK 1
| #define GNULIB_TEST_SOCKET 1
| #define GNULIB_TEST_STAT 1
| #define HAVE_RAW_DECL__EXIT 1
| #define HAVE_RAW_DECL_ATOLL 1
| #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
| #define HAVE_RAW_DECL_GETLOADAVG 1
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKDTEMP 1
| #define HAVE_RAW_DECL_MKOSTEMP 1
| #define HAVE_RAW_DECL_MKOSTEMPS 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_MKSTEMPS 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_RANDOM_R 1
| #define HAVE_RAW_DECL_SRANDOM_R 1
| #define HAVE_RAW_DECL_SETSTATE_R 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_RAW_DECL_UNSETENV 1
| #define GNULIB_TEST_STRERROR_R 1
| #define my_strftime nstrftime
| #define GNULIB_TEST_STRPTIME 1
| #define HAVE_STRVERSCMP 1
| #define GNULIB_TEST_STRVERSCMP 1
| #define HAVE_RAW_DECL_IOCTL 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <sys/stat.h>
|
| int
| main ()
| {
| if (sizeof ((nlink_t)))
| return 0;
| ;
| return 0;
| }
configure:27751: result: yes
configure:27766: checking whether fchmodat is declared without a macro
configure:27784: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:27784: $? = 0
configure:27792: result: yes
configure:27766: checking whether fstatat is declared without a macro
configure:27784: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:27784: $? = 0
configure:27792: result: yes
configure:27766: checking whether futimens is declared without a macro
configure:27784: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:27784: $? = 0
configure:27792: result: yes
configure:27766: checking whether lchmod is declared without a macro
configure:27784: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:27784: $? = 0
configure:27792: result: yes
configure:27766: checking whether lstat is declared without a macro
configure:27784: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:27784: $? = 0
configure:27792: result: yes
configure:27766: checking whether mkdirat is declared without a macro
configure:27784: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:27784: $? = 0
configure:27792: result: yes
configure:27766: checking whether mkfifo is declared without a macro
configure:27784: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:27784: $? = 0
configure:27792: result: yes
configure:27766: checking whether mkfifoat is declared without a macro
configure:27784: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:27784: $? = 0
configure:27792: result: yes
configure:27766: checking whether mknod is declared without a macro
configure:27784: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:27784: $? = 0
configure:27792: result: yes
configure:27766: checking whether mknodat is declared without a macro
configure:27784: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:27784: $? = 0
configure:27792: result: yes
configure:27766: checking whether stat is declared without a macro
configure:27784: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:27784: $? = 0
configure:27792: result: yes
configure:27766: checking whether utimensat is declared without a macro
configure:27784: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:27784: $? = 0
configure:27792: result: yes
configure:27947: checking for struct utsname
configure:27947: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:27947: $? = 0
configure:27947: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
conftest.c: In function 'main':
conftest.c:292:29: error: expected expression before ')' token
configure:27947: $? = 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.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 _DARWIN_C_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 HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MEMPCPY 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_ALARM 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_CATGETS 1
| #define HAVE_TZSET 1
| #define HAVE_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_MBSTATE_T 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_FFSLL 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_MEMPCPY 1
| #define HAVE_RAW_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_RAWMEMCHR 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRCHRNUL 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_STRCASESTR 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRERROR_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_RAW_DECL_STRVERSCMP 1
| #define HAVE_DECL_LOCALTIME_R 0
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WINT_T 1
| #define GNULIB_TEST_ACCEPT 1
| #define HAVE_ALLOCA 1
| #define HAVE_RAW_DECL_INET_NTOP 1
| #define HAVE_RAW_DECL_INET_PTON 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define GNULIB_TEST_CLOSE 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETHOSTNAME 1
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOADAVG 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define GNULIB_TEST_GETSOCKNAME 1
| #define GNULIB_TEST_GETSOCKOPT 1
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __x86_64__
| #define __x86_64__ 1
| #endif
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define HAVE_IOCTL 1
| #define GNULIB_TEST_IOCTL 1
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 0
| #define GNULIB_TEST_LISTEN 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC_GNU 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MBTOWC 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MKDTEMP 1
| #define GNULIB_TEST_MKDTEMP 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_TEST_MKNOD 1
| #define GNULIB_TEST_MKSTEMP 1
| #define GNULIB_TEST_MKTIME 1
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define GNULIB_TEST_SELECT 1
| #define GNULIB_TEST_SEND 1
| #define GNULIB_TEST_SENDTO 1
| #define GNULIB_TEST_SETENV 1
| #define GNULIB_TEST_SETSOCKOPT 1
| #define GNULIB_TEST_SHUTDOWN 1
| #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1
| #define HAVE_RAW_DECL_SIGACTION 1
| #define HAVE_RAW_DECL_SIGADDSET 1
| #define HAVE_RAW_DECL_SIGDELSET 1
| #define HAVE_RAW_DECL_SIGEMPTYSET 1
| #define HAVE_RAW_DECL_SIGFILLSET 1
| #define HAVE_RAW_DECL_SIGISMEMBER 1
| #define HAVE_RAW_DECL_SIGPENDING 1
| #define HAVE_RAW_DECL_SIGPROCMASK 1
| #define GNULIB_TEST_SOCKET 1
| #define GNULIB_TEST_STAT 1
| #define HAVE_RAW_DECL__EXIT 1
| #define HAVE_RAW_DECL_ATOLL 1
| #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
| #define HAVE_RAW_DECL_GETLOADAVG 1
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKDTEMP 1
| #define HAVE_RAW_DECL_MKOSTEMP 1
| #define HAVE_RAW_DECL_MKOSTEMPS 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_MKSTEMPS 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_RANDOM_R 1
| #define HAVE_RAW_DECL_SRANDOM_R 1
| #define HAVE_RAW_DECL_SETSTATE_R 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_RAW_DECL_UNSETENV 1
| #define GNULIB_TEST_STRERROR_R 1
| #define my_strftime nstrftime
| #define GNULIB_TEST_STRPTIME 1
| #define HAVE_STRVERSCMP 1
| #define GNULIB_TEST_STRVERSCMP 1
| #define HAVE_RAW_DECL_IOCTL 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_RAW_DECL_FCHMODAT 1
| #define HAVE_RAW_DECL_FSTATAT 1
| #define HAVE_RAW_DECL_FUTIMENS 1
| #define HAVE_RAW_DECL_LCHMOD 1
| #define HAVE_RAW_DECL_LSTAT 1
| #define HAVE_RAW_DECL_MKDIRAT 1
| #define HAVE_RAW_DECL_MKFIFO 1
| #define HAVE_RAW_DECL_MKFIFOAT 1
| #define HAVE_RAW_DECL_MKNOD 1
| #define HAVE_RAW_DECL_MKNODAT 1
| #define HAVE_RAW_DECL_STAT 1
| #define HAVE_RAW_DECL_UTIMENSAT 1
| /* end confdefs.h. */
|
| /* Minix 3.1.8 has a bug: <stddef.h> must be included before
| <sys/utsname.h>. */
| #include <stddef.h>
| #include <sys/utsname.h>
|
|
| int
| main ()
| {
| if (sizeof ((struct utsname)))
| return 0;
| ;
| return 0;
| }
configure:27947: result: yes
configure:27971: checking whether uname is declared without a macro
configure:27993: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:27993: $? = 0
configure:28001: result: yes
configure:28081: checking whether waitpid is declared without a macro
configure:28098: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:28098: $? = 0
configure:28106: result: yes
configure:28145: checking whether localtime_r is compatible with its POSIX signature
configure:28169: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:28169: $? = 0
configure:28177: result: yes
configure:28222: checking for uname
configure:28222: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:28222: $? = 0
configure:28222: result: yes
configure:28390: checking whether chown is declared without a macro
configure:28417: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:28417: $? = 0
configure:28425: result: yes
configure:28390: checking whether dup2 is declared without a macro
configure:28417: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:28417: $? = 0
configure:28425: result: yes
configure:28390: checking whether dup3 is declared without a macro
configure:28417: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:28417: $? = 0
configure:28425: result: yes
configure:28390: checking whether environ is declared without a macro
configure:28417: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:28417: $? = 0
configure:28425: result: yes
configure:28390: checking whether euidaccess is declared without a macro
configure:28417: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:28417: $? = 0
configure:28425: result: yes
configure:28390: checking whether faccessat is declared without a macro
configure:28417: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:28417: $? = 0
configure:28425: result: yes
configure:28390: checking whether fchdir is declared without a macro
configure:28417: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:28417: $? = 0
configure:28425: result: yes
configure:28390: checking whether fchownat is declared without a macro
configure:28417: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:28417: $? = 0
configure:28425: result: yes
configure:28390: checking whether fsync is declared without a macro
configure:28417: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:28417: $? = 0
configure:28425: result: yes
configure:28390: checking whether ftruncate is declared without a macro
configure:28417: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:28417: $? = 0
configure:28425: result: yes
configure:28390: checking whether getcwd is declared without a macro
configure:28417: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:28417: $? = 0
configure:28425: result: yes
configure:28390: checking whether getdomainname is declared without a macro
configure:28417: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:28417: $? = 0
configure:28425: result: yes
configure:28390: checking whether getdtablesize is declared without a macro
configure:28417: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:28417: $? = 0
configure:28425: result: yes
configure:28390: checking whether getgroups is declared without a macro
configure:28417: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:28417: $? = 0
configure:28425: result: yes
configure:28390: checking whether gethostname is declared without a macro
configure:28417: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:28417: $? = 0
configure:28425: result: yes
configure:28390: checking whether getlogin is declared without a macro
configure:28417: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:28417: $? = 0
configure:28425: result: yes
configure:28390: checking whether getlogin_r is declared without a macro
configure:28417: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:28417: $? = 0
configure:28425: result: yes
configure:28390: checking whether getpagesize is declared without a macro
configure:28417: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:28417: $? = 0
configure:28425: result: yes
configure:28390: checking whether getusershell is declared without a macro
configure:28417: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:28417: $? = 0
configure:28425: result: yes
configure:28390: checking whether setusershell is declared without a macro
configure:28417: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:28417: $? = 0
configure:28425: result: yes
configure:28390: checking whether endusershell is declared without a macro
configure:28417: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:28417: $? = 0
configure:28425: result: yes
configure:28390: checking whether group_member is declared without a macro
configure:28417: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:28417: $? = 0
configure:28425: result: yes
configure:28390: checking whether lchown is declared without a macro
configure:28417: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:28417: $? = 0
configure:28425: result: yes
configure:28390: checking whether link is declared without a macro
configure:28417: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:28417: $? = 0
configure:28425: result: yes
configure:28390: checking whether linkat is declared without a macro
configure:28417: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:28417: $? = 0
configure:28425: result: yes
configure:28390: checking whether lseek is declared without a macro
configure:28417: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:28417: $? = 0
configure:28425: result: yes
configure:28390: checking whether pipe is declared without a macro
configure:28417: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:28417: $? = 0
configure:28425: result: yes
configure:28390: checking whether pipe2 is declared without a macro
configure:28417: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:28417: $? = 0
configure:28425: result: yes
configure:28390: checking whether pread is declared without a macro
configure:28417: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:28417: $? = 0
configure:28425: result: yes
configure:28390: checking whether pwrite is declared without a macro
configure:28417: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:28417: $? = 0
configure:28425: result: yes
configure:28390: checking whether readlink is declared without a macro
configure:28417: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:28417: $? = 0
configure:28425: result: yes
configure:28390: checking whether readlinkat is declared without a macro
configure:28417: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:28417: $? = 0
configure:28425: result: yes
configure:28390: checking whether rmdir is declared without a macro
configure:28417: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:28417: $? = 0
configure:28425: result: yes
configure:28390: checking whether sleep is declared without a macro
configure:28417: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:28417: $? = 0
configure:28425: result: yes
configure:28390: checking whether symlink is declared without a macro
configure:28417: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:28417: $? = 0
configure:28425: result: yes
configure:28390: checking whether symlinkat is declared without a macro
configure:28417: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:28417: $? = 0
configure:28425: result: yes
configure:28390: checking whether ttyname_r is declared without a macro
configure:28417: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:28417: $? = 0
configure:28425: result: yes
configure:28390: checking whether unlink is declared without a macro
configure:28417: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:28417: $? = 0
configure:28425: result: yes
configure:28390: checking whether unlinkat is declared without a macro
configure:28417: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:28417: $? = 0
configure:28425: result: yes
configure:28390: checking whether usleep is declared without a macro
configure:28417: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:28417: $? = 0
configure:28425: result: yes
configure:28528: checking for unsetenv
configure:28528: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:28528: $? = 0
configure:28528: result: yes
configure:28541: checking for unsetenv() return type
configure:28570: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:28570: $? = 0
configure:28577: result: int
configure:28586: checking whether unsetenv obeys POSIX
configure:28625: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:28625: $? = 0
configure:28625: ./conftest
configure:28625: $? = 0
configure:28635: result: yes
configure:28756: checking whether btowc is declared without a macro
configure:28784: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:28784: $? = 0
configure:28792: result: yes
configure:28756: checking whether wctob is declared without a macro
configure:28784: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:28784: $? = 0
configure:28792: result: yes
configure:28756: checking whether mbsinit is declared without a macro
configure:28784: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:28784: $? = 0
configure:28792: result: yes
configure:28756: checking whether mbrtowc is declared without a macro
configure:28784: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:28784: $? = 0
configure:28792: result: yes
configure:28756: checking whether mbrlen is declared without a macro
configure:28784: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:28784: $? = 0
configure:28792: result: yes
configure:28756: checking whether mbsrtowcs is declared without a macro
configure:28784: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:28784: $? = 0
configure:28792: result: yes
configure:28756: checking whether mbsnrtowcs is declared without a macro
configure:28784: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:28784: $? = 0
configure:28792: result: yes
configure:28756: checking whether wcrtomb is declared without a macro
configure:28784: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:28784: $? = 0
configure:28792: result: yes
configure:28756: checking whether wcsrtombs is declared without a macro
configure:28784: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:28784: $? = 0
configure:28792: result: yes
configure:28756: checking whether wcsnrtombs is declared without a macro
configure:28784: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:28784: $? = 0
configure:28792: result: yes
configure:28756: checking whether wcwidth is declared without a macro
configure:28784: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:28784: $? = 0
configure:28792: result: yes
configure:28756: checking whether wmemchr is declared without a macro
configure:28784: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:28784: $? = 0
configure:28792: result: yes
configure:28756: checking whether wmemcmp is declared without a macro
configure:28784: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:28784: $? = 0
configure:28792: result: yes
configure:28756: checking whether wmemcpy is declared without a macro
configure:28784: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:28784: $? = 0
configure:28792: result: yes
configure:28756: checking whether wmemmove is declared without a macro
configure:28784: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:28784: $? = 0
configure:28792: result: yes
configure:28756: checking whether wmemset is declared without a macro
configure:28784: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:28784: $? = 0
configure:28792: result: yes
configure:28756: checking whether wcslen is declared without a macro
configure:28784: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:28784: $? = 0
configure:28792: result: yes
configure:28756: checking whether wcsnlen is declared without a macro
configure:28784: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:28784: $? = 0
configure:28792: result: yes
configure:28756: checking whether wcscpy is declared without a macro
configure:28784: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:28784: $? = 0
configure:28792: result: yes
configure:28756: checking whether wcpcpy is declared without a macro
configure:28784: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:28784: $? = 0
configure:28792: result: yes
configure:28756: checking whether wcsncpy is declared without a macro
configure:28784: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:28784: $? = 0
configure:28792: result: yes
configure:28756: checking whether wcpncpy is declared without a macro
configure:28784: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:28784: $? = 0
configure:28792: result: yes
configure:28756: checking whether wcscat is declared without a macro
configure:28784: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:28784: $? = 0
configure:28792: result: yes
configure:28756: checking whether wcsncat is declared without a macro
configure:28784: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:28784: $? = 0
configure:28792: result: yes
configure:28756: checking whether wcscmp is declared without a macro
configure:28784: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:28784: $? = 0
configure:28792: result: yes
configure:28756: checking whether wcsncmp is declared without a macro
configure:28784: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:28784: $? = 0
configure:28792: result: yes
configure:28756: checking whether wcscasecmp is declared without a macro
configure:28784: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:28784: $? = 0
configure:28792: result: yes
configure:28756: checking whether wcsncasecmp is declared without a macro
configure:28784: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:28784: $? = 0
configure:28792: result: yes
configure:28756: checking whether wcscoll is declared without a macro
configure:28784: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:28784: $? = 0
configure:28792: result: yes
configure:28756: checking whether wcsxfrm is declared without a macro
configure:28784: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:28784: $? = 0
configure:28792: result: yes
configure:28756: checking whether wcsdup is declared without a macro
configure:28784: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:28784: $? = 0
configure:28792: result: yes
configure:28756: checking whether wcschr is declared without a macro
configure:28784: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:28784: $? = 0
configure:28792: result: yes
configure:28756: checking whether wcsrchr is declared without a macro
configure:28784: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:28784: $? = 0
configure:28792: result: yes
configure:28756: checking whether wcscspn is declared without a macro
configure:28784: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:28784: $? = 0
configure:28792: result: yes
configure:28756: checking whether wcsspn is declared without a macro
configure:28784: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:28784: $? = 0
configure:28792: result: yes
configure:28756: checking whether wcspbrk is declared without a macro
configure:28784: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:28784: $? = 0
configure:28792: result: yes
configure:28756: checking whether wcsstr is declared without a macro
configure:28784: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:28784: $? = 0
configure:28792: result: yes
configure:28756: checking whether wcstok is declared without a macro
configure:28784: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:28784: $? = 0
configure:28792: result: yes
configure:28756: checking whether wcswidth is declared without a macro
configure:28784: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:28784: $? = 0
configure:28792: result: yes
configure:28818: checking whether mbrtowc handles incomplete characters
configure:28875: result: guessing yes
configure:28881: checking whether mbrtowc works as well as mbtowc
configure:28942: result: guessing yes
configure:28995: checking whether wcrtomb return value is correct
configure:29062: result: guessing yes
configure:29185: checking whether iswcntrl works
configure:29229: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:29229: $? = 0
configure:29229: ./conftest
configure:29229: $? = 0
configure:29240: result: yes
configure:29265: checking for towlower
configure:29265: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c >&5
conftest.c:392:6: warning: conflicting types for built-in function 'towlower' [enabled by default]
configure:29265: $? = 0
configure:29265: result: yes
configure:29313: checking for wctype_t
configure:29341: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:29341: $? = 0
configure:29349: result: yes
configure:29355: checking for wctrans_t
configure:29381: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:29381: $? = 0
configure:29389: result: yes
configure:29398: checking whether wctype is declared without a macro
configure:29427: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:29427: $? = 0
configure:29435: result: yes
configure:29398: checking whether iswctype is declared without a macro
configure:29427: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:29427: $? = 0
configure:29435: result: yes
configure:29398: checking whether wctrans is declared without a macro
configure:29427: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:29427: $? = 0
configure:29435: result: yes
configure:29398: checking whether towctrans is declared without a macro
configure:29427: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:29427: $? = 0
configure:29435: result: yes
configure:29982: checking for iconv
configure:30006: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:30006: $? = 0
configure:30040: result: yes
configure:30043: checking for working iconv
configure:30163: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:30163: $? = 0
configure:30163: ./conftest
configure:30163: $? = 0
configure:30175: result: yes
configure:30203: checking for iconv declaration
configure:30232: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:30232: $? = 0
configure:30243: result:
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
configure:30254: checking whether NLS is requested
configure:30263: result: yes
configure:30303: checking for msgfmt
configure: trying /usr/bin/msgfmt...
0 translated messages.
configure:30335: result: /usr/bin/msgfmt
configure:30344: checking for gmsgfmt
configure:30362: found /usr/bin/gmsgfmt
configure:30375: result: /usr/bin/gmsgfmt
configure:30425: checking for xgettext
configure: trying /usr/bin/xgettext...
/usr/bin/xgettext: warning: file '/dev/null' extension '' is unknown; will try C
configure:30457: result: /usr/bin/xgettext
configure:30502: checking for msgmerge
configure: trying /usr/bin/msgmerge...
configure:30533: result: /usr/bin/msgmerge
configure:30574: checking for CFPreferencesCopyAppValue
configure:30592: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c -Wl,-framework -Wl,CoreFoundation >&5
conftest.c:376:42: fatal error: CoreFoundation/CFPreferences.h: No such file or directory
compilation terminated.
configure:30592: $? = 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.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 _DARWIN_C_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 HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MEMPCPY 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_ALARM 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_CATGETS 1
| #define HAVE_TZSET 1
| #define HAVE_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_MBSTATE_T 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_FFSLL 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_MEMPCPY 1
| #define HAVE_RAW_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_RAWMEMCHR 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRCHRNUL 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_STRCASESTR 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRERROR_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_RAW_DECL_STRVERSCMP 1
| #define HAVE_DECL_LOCALTIME_R 0
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WINT_T 1
| #define GNULIB_TEST_ACCEPT 1
| #define HAVE_ALLOCA 1
| #define HAVE_RAW_DECL_INET_NTOP 1
| #define HAVE_RAW_DECL_INET_PTON 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define GNULIB_TEST_CLOSE 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETHOSTNAME 1
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOADAVG 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define GNULIB_TEST_GETSOCKNAME 1
| #define GNULIB_TEST_GETSOCKOPT 1
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __x86_64__
| #define __x86_64__ 1
| #endif
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define HAVE_IOCTL 1
| #define GNULIB_TEST_IOCTL 1
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 0
| #define GNULIB_TEST_LISTEN 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC_GNU 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MBTOWC 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MKDTEMP 1
| #define GNULIB_TEST_MKDTEMP 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_TEST_MKNOD 1
| #define GNULIB_TEST_MKSTEMP 1
| #define GNULIB_TEST_MKTIME 1
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define GNULIB_TEST_SELECT 1
| #define GNULIB_TEST_SEND 1
| #define GNULIB_TEST_SENDTO 1
| #define GNULIB_TEST_SETENV 1
| #define GNULIB_TEST_SETSOCKOPT 1
| #define GNULIB_TEST_SHUTDOWN 1
| #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1
| #define HAVE_RAW_DECL_SIGACTION 1
| #define HAVE_RAW_DECL_SIGADDSET 1
| #define HAVE_RAW_DECL_SIGDELSET 1
| #define HAVE_RAW_DECL_SIGEMPTYSET 1
| #define HAVE_RAW_DECL_SIGFILLSET 1
| #define HAVE_RAW_DECL_SIGISMEMBER 1
| #define HAVE_RAW_DECL_SIGPENDING 1
| #define HAVE_RAW_DECL_SIGPROCMASK 1
| #define GNULIB_TEST_SOCKET 1
| #define GNULIB_TEST_STAT 1
| #define HAVE_RAW_DECL__EXIT 1
| #define HAVE_RAW_DECL_ATOLL 1
| #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
| #define HAVE_RAW_DECL_GETLOADAVG 1
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKDTEMP 1
| #define HAVE_RAW_DECL_MKOSTEMP 1
| #define HAVE_RAW_DECL_MKOSTEMPS 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_MKSTEMPS 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_RANDOM_R 1
| #define HAVE_RAW_DECL_SRANDOM_R 1
| #define HAVE_RAW_DECL_SETSTATE_R 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_RAW_DECL_UNSETENV 1
| #define GNULIB_TEST_STRERROR_R 1
| #define my_strftime nstrftime
| #define GNULIB_TEST_STRPTIME 1
| #define HAVE_STRVERSCMP 1
| #define GNULIB_TEST_STRVERSCMP 1
| #define HAVE_RAW_DECL_IOCTL 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_RAW_DECL_FCHMODAT 1
| #define HAVE_RAW_DECL_FSTATAT 1
| #define HAVE_RAW_DECL_FUTIMENS 1
| #define HAVE_RAW_DECL_LCHMOD 1
| #define HAVE_RAW_DECL_LSTAT 1
| #define HAVE_RAW_DECL_MKDIRAT 1
| #define HAVE_RAW_DECL_MKFIFO 1
| #define HAVE_RAW_DECL_MKFIFOAT 1
| #define HAVE_RAW_DECL_MKNOD 1
| #define HAVE_RAW_DECL_MKNODAT 1
| #define HAVE_RAW_DECL_STAT 1
| #define HAVE_RAW_DECL_UTIMENSAT 1
| #define HAVE_STRUCT_UTSNAME 1
| #define HAVE_RAW_DECL_UNAME 1
| #define HAVE_RAW_DECL_WAITPID 1
| #define GNULIB_TEST_TIME_R 1
| #define HAVE_UNAME 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_DUP3 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_EUIDACCESS 1
| #define HAVE_RAW_DECL_FACCESSAT 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FCHOWNAT 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_FTRUNCATE 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDOMAINNAME 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_GROUP_MEMBER 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| #define HAVE_RAW_DECL_LINKAT 1
| #define HAVE_RAW_DECL_LSEEK 1
| #define HAVE_RAW_DECL_PIPE 1
| #define HAVE_RAW_DECL_PIPE2 1
| #define HAVE_RAW_DECL_PREAD 1
| #define HAVE_RAW_DECL_PWRITE 1
| #define HAVE_RAW_DECL_READLINK 1
| #define HAVE_RAW_DECL_READLINKAT 1
| #define HAVE_RAW_DECL_RMDIR 1
| #define HAVE_RAW_DECL_SLEEP 1
| #define HAVE_RAW_DECL_SYMLINK 1
| #define HAVE_RAW_DECL_SYMLINKAT 1
| #define HAVE_RAW_DECL_TTYNAME_R 1
| #define HAVE_RAW_DECL_UNLINK 1
| #define HAVE_RAW_DECL_UNLINKAT 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 HAVE_RAW_DECL_WMEMCHR 1
| #define HAVE_RAW_DECL_WMEMCMP 1
| #define HAVE_RAW_DECL_WMEMCPY 1
| #define HAVE_RAW_DECL_WMEMMOVE 1
| #define HAVE_RAW_DECL_WMEMSET 1
| #define HAVE_RAW_DECL_WCSLEN 1
| #define HAVE_RAW_DECL_WCSNLEN 1
| #define HAVE_RAW_DECL_WCSCPY 1
| #define HAVE_RAW_DECL_WCPCPY 1
| #define HAVE_RAW_DECL_WCSNCPY 1
| #define HAVE_RAW_DECL_WCPNCPY 1
| #define HAVE_RAW_DECL_WCSCAT 1
| #define HAVE_RAW_DECL_WCSNCAT 1
| #define HAVE_RAW_DECL_WCSCMP 1
| #define HAVE_RAW_DECL_WCSNCMP 1
| #define HAVE_RAW_DECL_WCSCASECMP 1
| #define HAVE_RAW_DECL_WCSNCASECMP 1
| #define HAVE_RAW_DECL_WCSCOLL 1
| #define HAVE_RAW_DECL_WCSXFRM 1
| #define HAVE_RAW_DECL_WCSDUP 1
| #define HAVE_RAW_DECL_WCSCHR 1
| #define HAVE_RAW_DECL_WCSRCHR 1
| #define HAVE_RAW_DECL_WCSCSPN 1
| #define HAVE_RAW_DECL_WCSSPN 1
| #define HAVE_RAW_DECL_WCSPBRK 1
| #define HAVE_RAW_DECL_WCSSTR 1
| #define HAVE_RAW_DECL_WCSTOK 1
| #define HAVE_RAW_DECL_WCSWIDTH 1
| #define GNULIB_TEST_WCRTOMB 1
| #define HAVE_TOWLOWER 1
| #define HAVE_RAW_DECL_WCTYPE 1
| #define HAVE_RAW_DECL_ISWCTYPE 1
| #define HAVE_RAW_DECL_WCTRANS 1
| #define HAVE_RAW_DECL_TOWCTRANS 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| /* end confdefs.h. */
| #include <CoreFoundation/CFPreferences.h>
| int
| main ()
| {
| CFPreferencesCopyAppValue(NULL, NULL)
| ;
| return 0;
| }
configure:30601: result: no
configure:30608: checking for CFLocaleCopyCurrent
configure:30626: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c -Wl,-framework -Wl,CoreFoundation >&5
conftest.c:376:37: fatal error: CoreFoundation/CFLocale.h: No such file or directory
compilation terminated.
configure:30626: $? = 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.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 _DARWIN_C_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 HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MEMPCPY 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_ALARM 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_CATGETS 1
| #define HAVE_TZSET 1
| #define HAVE_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_MBSTATE_T 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_FFSLL 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_MEMPCPY 1
| #define HAVE_RAW_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_RAWMEMCHR 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRCHRNUL 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_STRCASESTR 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRERROR_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_RAW_DECL_STRVERSCMP 1
| #define HAVE_DECL_LOCALTIME_R 0
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WINT_T 1
| #define GNULIB_TEST_ACCEPT 1
| #define HAVE_ALLOCA 1
| #define HAVE_RAW_DECL_INET_NTOP 1
| #define HAVE_RAW_DECL_INET_PTON 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define GNULIB_TEST_CLOSE 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETHOSTNAME 1
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOADAVG 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define GNULIB_TEST_GETSOCKNAME 1
| #define GNULIB_TEST_GETSOCKOPT 1
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __x86_64__
| #define __x86_64__ 1
| #endif
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define HAVE_IOCTL 1
| #define GNULIB_TEST_IOCTL 1
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 0
| #define GNULIB_TEST_LISTEN 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC_GNU 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MBTOWC 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MKDTEMP 1
| #define GNULIB_TEST_MKDTEMP 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_TEST_MKNOD 1
| #define GNULIB_TEST_MKSTEMP 1
| #define GNULIB_TEST_MKTIME 1
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define GNULIB_TEST_SELECT 1
| #define GNULIB_TEST_SEND 1
| #define GNULIB_TEST_SENDTO 1
| #define GNULIB_TEST_SETENV 1
| #define GNULIB_TEST_SETSOCKOPT 1
| #define GNULIB_TEST_SHUTDOWN 1
| #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1
| #define HAVE_RAW_DECL_SIGACTION 1
| #define HAVE_RAW_DECL_SIGADDSET 1
| #define HAVE_RAW_DECL_SIGDELSET 1
| #define HAVE_RAW_DECL_SIGEMPTYSET 1
| #define HAVE_RAW_DECL_SIGFILLSET 1
| #define HAVE_RAW_DECL_SIGISMEMBER 1
| #define HAVE_RAW_DECL_SIGPENDING 1
| #define HAVE_RAW_DECL_SIGPROCMASK 1
| #define GNULIB_TEST_SOCKET 1
| #define GNULIB_TEST_STAT 1
| #define HAVE_RAW_DECL__EXIT 1
| #define HAVE_RAW_DECL_ATOLL 1
| #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
| #define HAVE_RAW_DECL_GETLOADAVG 1
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKDTEMP 1
| #define HAVE_RAW_DECL_MKOSTEMP 1
| #define HAVE_RAW_DECL_MKOSTEMPS 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_MKSTEMPS 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_RANDOM_R 1
| #define HAVE_RAW_DECL_SRANDOM_R 1
| #define HAVE_RAW_DECL_SETSTATE_R 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_RAW_DECL_UNSETENV 1
| #define GNULIB_TEST_STRERROR_R 1
| #define my_strftime nstrftime
| #define GNULIB_TEST_STRPTIME 1
| #define HAVE_STRVERSCMP 1
| #define GNULIB_TEST_STRVERSCMP 1
| #define HAVE_RAW_DECL_IOCTL 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_RAW_DECL_FCHMODAT 1
| #define HAVE_RAW_DECL_FSTATAT 1
| #define HAVE_RAW_DECL_FUTIMENS 1
| #define HAVE_RAW_DECL_LCHMOD 1
| #define HAVE_RAW_DECL_LSTAT 1
| #define HAVE_RAW_DECL_MKDIRAT 1
| #define HAVE_RAW_DECL_MKFIFO 1
| #define HAVE_RAW_DECL_MKFIFOAT 1
| #define HAVE_RAW_DECL_MKNOD 1
| #define HAVE_RAW_DECL_MKNODAT 1
| #define HAVE_RAW_DECL_STAT 1
| #define HAVE_RAW_DECL_UTIMENSAT 1
| #define HAVE_STRUCT_UTSNAME 1
| #define HAVE_RAW_DECL_UNAME 1
| #define HAVE_RAW_DECL_WAITPID 1
| #define GNULIB_TEST_TIME_R 1
| #define HAVE_UNAME 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_DUP3 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_EUIDACCESS 1
| #define HAVE_RAW_DECL_FACCESSAT 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FCHOWNAT 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_FTRUNCATE 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDOMAINNAME 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_GROUP_MEMBER 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| #define HAVE_RAW_DECL_LINKAT 1
| #define HAVE_RAW_DECL_LSEEK 1
| #define HAVE_RAW_DECL_PIPE 1
| #define HAVE_RAW_DECL_PIPE2 1
| #define HAVE_RAW_DECL_PREAD 1
| #define HAVE_RAW_DECL_PWRITE 1
| #define HAVE_RAW_DECL_READLINK 1
| #define HAVE_RAW_DECL_READLINKAT 1
| #define HAVE_RAW_DECL_RMDIR 1
| #define HAVE_RAW_DECL_SLEEP 1
| #define HAVE_RAW_DECL_SYMLINK 1
| #define HAVE_RAW_DECL_SYMLINKAT 1
| #define HAVE_RAW_DECL_TTYNAME_R 1
| #define HAVE_RAW_DECL_UNLINK 1
| #define HAVE_RAW_DECL_UNLINKAT 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 HAVE_RAW_DECL_WMEMCHR 1
| #define HAVE_RAW_DECL_WMEMCMP 1
| #define HAVE_RAW_DECL_WMEMCPY 1
| #define HAVE_RAW_DECL_WMEMMOVE 1
| #define HAVE_RAW_DECL_WMEMSET 1
| #define HAVE_RAW_DECL_WCSLEN 1
| #define HAVE_RAW_DECL_WCSNLEN 1
| #define HAVE_RAW_DECL_WCSCPY 1
| #define HAVE_RAW_DECL_WCPCPY 1
| #define HAVE_RAW_DECL_WCSNCPY 1
| #define HAVE_RAW_DECL_WCPNCPY 1
| #define HAVE_RAW_DECL_WCSCAT 1
| #define HAVE_RAW_DECL_WCSNCAT 1
| #define HAVE_RAW_DECL_WCSCMP 1
| #define HAVE_RAW_DECL_WCSNCMP 1
| #define HAVE_RAW_DECL_WCSCASECMP 1
| #define HAVE_RAW_DECL_WCSNCASECMP 1
| #define HAVE_RAW_DECL_WCSCOLL 1
| #define HAVE_RAW_DECL_WCSXFRM 1
| #define HAVE_RAW_DECL_WCSDUP 1
| #define HAVE_RAW_DECL_WCSCHR 1
| #define HAVE_RAW_DECL_WCSRCHR 1
| #define HAVE_RAW_DECL_WCSCSPN 1
| #define HAVE_RAW_DECL_WCSSPN 1
| #define HAVE_RAW_DECL_WCSPBRK 1
| #define HAVE_RAW_DECL_WCSSTR 1
| #define HAVE_RAW_DECL_WCSTOK 1
| #define HAVE_RAW_DECL_WCSWIDTH 1
| #define GNULIB_TEST_WCRTOMB 1
| #define HAVE_TOWLOWER 1
| #define HAVE_RAW_DECL_WCTYPE 1
| #define HAVE_RAW_DECL_ISWCTYPE 1
| #define HAVE_RAW_DECL_WCTRANS 1
| #define HAVE_RAW_DECL_TOWCTRANS 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| /* end confdefs.h. */
| #include <CoreFoundation/CFLocale.h>
| int
| main ()
| {
| CFLocaleCopyCurrent();
| ;
| return 0;
| }
configure:30635: result: no
configure:30684: checking for GNU gettext in libc
configure:30708: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:30708: $? = 0
configure:30717: result: yes
configure:31545: checking whether to use NLS
configure:31547: result: yes
configure:31550: checking where the gettext function comes from
configure:31561: result: libc
configure:31652: checking how to link with libavcall
configure:32125: result: /usr/lib64/libavcall.so
configure:32166: checking how to link with libcallback
configure:32639: result: /usr/lib64/libcallback.so
configure:32678: checking avcall.h usability
configure:32678: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:32678: $? = 0
configure:32678: result: yes
configure:32678: checking avcall.h presence
configure:32678: gcc -E -I/usr/include/db4.8 conftest.c
configure:32678: $? = 0
configure:32678: result: yes
configure:32678: checking for avcall.h
configure:32678: result: yes
configure:32678: checking callback.h usability
configure:32678: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:32678: $? = 0
configure:32678: result: yes
configure:32678: checking callback.h presence
configure:32678: gcc -E -I/usr/include/db4.8 conftest.c
configure:32678: $? = 0
configure:32678: result: yes
configure:32678: checking for callback.h
configure:32678: result: yes
configure:32738: checking for library containing __builtin_avcall
configure:32769: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c /usr/lib64/libavcall.so /usr/lib64/libcallback.so >&5
configure:32769: $? = 0
configure:32786: result: none required
configure:32794: checking for library containing trampoline_r_data0
configure:32825: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c /usr/lib64/libavcall.so /usr/lib64/libcallback.so >&5
configure:32825: $? = 0
configure:32842: result: none required
configure:32855: checking whether libffcall is installed
configure:32868: result: yes
configure:32916: checking lightning.h usability
configure:32916: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
conftest.c:414:23: fatal error: lightning.h: No such file or directory
compilation terminated.
configure:32916: $? = 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.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 _DARWIN_C_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 HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MEMPCPY 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_ALARM 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_CATGETS 1
| #define HAVE_TZSET 1
| #define HAVE_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_MBSTATE_T 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_FFSLL 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_MEMPCPY 1
| #define HAVE_RAW_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_RAWMEMCHR 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRCHRNUL 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_STRCASESTR 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRERROR_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_RAW_DECL_STRVERSCMP 1
| #define HAVE_DECL_LOCALTIME_R 0
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WINT_T 1
| #define GNULIB_TEST_ACCEPT 1
| #define HAVE_ALLOCA 1
| #define HAVE_RAW_DECL_INET_NTOP 1
| #define HAVE_RAW_DECL_INET_PTON 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define GNULIB_TEST_CLOSE 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETHOSTNAME 1
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOADAVG 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define GNULIB_TEST_GETSOCKNAME 1
| #define GNULIB_TEST_GETSOCKOPT 1
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __x86_64__
| #define __x86_64__ 1
| #endif
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define HAVE_IOCTL 1
| #define GNULIB_TEST_IOCTL 1
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 0
| #define GNULIB_TEST_LISTEN 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC_GNU 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MBTOWC 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MKDTEMP 1
| #define GNULIB_TEST_MKDTEMP 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_TEST_MKNOD 1
| #define GNULIB_TEST_MKSTEMP 1
| #define GNULIB_TEST_MKTIME 1
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define GNULIB_TEST_SELECT 1
| #define GNULIB_TEST_SEND 1
| #define GNULIB_TEST_SENDTO 1
| #define GNULIB_TEST_SETENV 1
| #define GNULIB_TEST_SETSOCKOPT 1
| #define GNULIB_TEST_SHUTDOWN 1
| #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1
| #define HAVE_RAW_DECL_SIGACTION 1
| #define HAVE_RAW_DECL_SIGADDSET 1
| #define HAVE_RAW_DECL_SIGDELSET 1
| #define HAVE_RAW_DECL_SIGEMPTYSET 1
| #define HAVE_RAW_DECL_SIGFILLSET 1
| #define HAVE_RAW_DECL_SIGISMEMBER 1
| #define HAVE_RAW_DECL_SIGPENDING 1
| #define HAVE_RAW_DECL_SIGPROCMASK 1
| #define GNULIB_TEST_SOCKET 1
| #define GNULIB_TEST_STAT 1
| #define HAVE_RAW_DECL__EXIT 1
| #define HAVE_RAW_DECL_ATOLL 1
| #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
| #define HAVE_RAW_DECL_GETLOADAVG 1
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKDTEMP 1
| #define HAVE_RAW_DECL_MKOSTEMP 1
| #define HAVE_RAW_DECL_MKOSTEMPS 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_MKSTEMPS 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_RANDOM_R 1
| #define HAVE_RAW_DECL_SRANDOM_R 1
| #define HAVE_RAW_DECL_SETSTATE_R 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_RAW_DECL_UNSETENV 1
| #define GNULIB_TEST_STRERROR_R 1
| #define my_strftime nstrftime
| #define GNULIB_TEST_STRPTIME 1
| #define HAVE_STRVERSCMP 1
| #define GNULIB_TEST_STRVERSCMP 1
| #define HAVE_RAW_DECL_IOCTL 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_RAW_DECL_FCHMODAT 1
| #define HAVE_RAW_DECL_FSTATAT 1
| #define HAVE_RAW_DECL_FUTIMENS 1
| #define HAVE_RAW_DECL_LCHMOD 1
| #define HAVE_RAW_DECL_LSTAT 1
| #define HAVE_RAW_DECL_MKDIRAT 1
| #define HAVE_RAW_DECL_MKFIFO 1
| #define HAVE_RAW_DECL_MKFIFOAT 1
| #define HAVE_RAW_DECL_MKNOD 1
| #define HAVE_RAW_DECL_MKNODAT 1
| #define HAVE_RAW_DECL_STAT 1
| #define HAVE_RAW_DECL_UTIMENSAT 1
| #define HAVE_STRUCT_UTSNAME 1
| #define HAVE_RAW_DECL_UNAME 1
| #define HAVE_RAW_DECL_WAITPID 1
| #define GNULIB_TEST_TIME_R 1
| #define HAVE_UNAME 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_DUP3 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_EUIDACCESS 1
| #define HAVE_RAW_DECL_FACCESSAT 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FCHOWNAT 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_FTRUNCATE 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDOMAINNAME 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_GROUP_MEMBER 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| #define HAVE_RAW_DECL_LINKAT 1
| #define HAVE_RAW_DECL_LSEEK 1
| #define HAVE_RAW_DECL_PIPE 1
| #define HAVE_RAW_DECL_PIPE2 1
| #define HAVE_RAW_DECL_PREAD 1
| #define HAVE_RAW_DECL_PWRITE 1
| #define HAVE_RAW_DECL_READLINK 1
| #define HAVE_RAW_DECL_READLINKAT 1
| #define HAVE_RAW_DECL_RMDIR 1
| #define HAVE_RAW_DECL_SLEEP 1
| #define HAVE_RAW_DECL_SYMLINK 1
| #define HAVE_RAW_DECL_SYMLINKAT 1
| #define HAVE_RAW_DECL_TTYNAME_R 1
| #define HAVE_RAW_DECL_UNLINK 1
| #define HAVE_RAW_DECL_UNLINKAT 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 HAVE_RAW_DECL_WMEMCHR 1
| #define HAVE_RAW_DECL_WMEMCMP 1
| #define HAVE_RAW_DECL_WMEMCPY 1
| #define HAVE_RAW_DECL_WMEMMOVE 1
| #define HAVE_RAW_DECL_WMEMSET 1
| #define HAVE_RAW_DECL_WCSLEN 1
| #define HAVE_RAW_DECL_WCSNLEN 1
| #define HAVE_RAW_DECL_WCSCPY 1
| #define HAVE_RAW_DECL_WCPCPY 1
| #define HAVE_RAW_DECL_WCSNCPY 1
| #define HAVE_RAW_DECL_WCPNCPY 1
| #define HAVE_RAW_DECL_WCSCAT 1
| #define HAVE_RAW_DECL_WCSNCAT 1
| #define HAVE_RAW_DECL_WCSCMP 1
| #define HAVE_RAW_DECL_WCSNCMP 1
| #define HAVE_RAW_DECL_WCSCASECMP 1
| #define HAVE_RAW_DECL_WCSNCASECMP 1
| #define HAVE_RAW_DECL_WCSCOLL 1
| #define HAVE_RAW_DECL_WCSXFRM 1
| #define HAVE_RAW_DECL_WCSDUP 1
| #define HAVE_RAW_DECL_WCSCHR 1
| #define HAVE_RAW_DECL_WCSRCHR 1
| #define HAVE_RAW_DECL_WCSCSPN 1
| #define HAVE_RAW_DECL_WCSSPN 1
| #define HAVE_RAW_DECL_WCSPBRK 1
| #define HAVE_RAW_DECL_WCSSTR 1
| #define HAVE_RAW_DECL_WCSTOK 1
| #define HAVE_RAW_DECL_WCSWIDTH 1
| #define GNULIB_TEST_WCRTOMB 1
| #define HAVE_TOWLOWER 1
| #define HAVE_RAW_DECL_WCTYPE 1
| #define HAVE_RAW_DECL_ISWCTYPE 1
| #define HAVE_RAW_DECL_WCTRANS 1
| #define HAVE_RAW_DECL_TOWCTRANS 1
| #define HAVE_ICONV 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:32916: result: no
configure:32916: checking lightning.h presence
configure:32916: gcc -E -I/usr/include/db4.8 conftest.c
conftest.c:381:23: fatal error: lightning.h: No such file or directory
compilation terminated.
configure:32916: $? = 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.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 _DARWIN_C_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 HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MEMPCPY 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_ALARM 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_CATGETS 1
| #define HAVE_TZSET 1
| #define HAVE_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_MBSTATE_T 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_FFSLL 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_MEMPCPY 1
| #define HAVE_RAW_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_RAWMEMCHR 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRCHRNUL 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_STRCASESTR 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRERROR_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_RAW_DECL_STRVERSCMP 1
| #define HAVE_DECL_LOCALTIME_R 0
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WINT_T 1
| #define GNULIB_TEST_ACCEPT 1
| #define HAVE_ALLOCA 1
| #define HAVE_RAW_DECL_INET_NTOP 1
| #define HAVE_RAW_DECL_INET_PTON 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define GNULIB_TEST_CLOSE 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETHOSTNAME 1
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOADAVG 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define GNULIB_TEST_GETSOCKNAME 1
| #define GNULIB_TEST_GETSOCKOPT 1
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __x86_64__
| #define __x86_64__ 1
| #endif
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define HAVE_IOCTL 1
| #define GNULIB_TEST_IOCTL 1
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 0
| #define GNULIB_TEST_LISTEN 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC_GNU 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MBTOWC 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MKDTEMP 1
| #define GNULIB_TEST_MKDTEMP 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_TEST_MKNOD 1
| #define GNULIB_TEST_MKSTEMP 1
| #define GNULIB_TEST_MKTIME 1
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define GNULIB_TEST_SELECT 1
| #define GNULIB_TEST_SEND 1
| #define GNULIB_TEST_SENDTO 1
| #define GNULIB_TEST_SETENV 1
| #define GNULIB_TEST_SETSOCKOPT 1
| #define GNULIB_TEST_SHUTDOWN 1
| #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1
| #define HAVE_RAW_DECL_SIGACTION 1
| #define HAVE_RAW_DECL_SIGADDSET 1
| #define HAVE_RAW_DECL_SIGDELSET 1
| #define HAVE_RAW_DECL_SIGEMPTYSET 1
| #define HAVE_RAW_DECL_SIGFILLSET 1
| #define HAVE_RAW_DECL_SIGISMEMBER 1
| #define HAVE_RAW_DECL_SIGPENDING 1
| #define HAVE_RAW_DECL_SIGPROCMASK 1
| #define GNULIB_TEST_SOCKET 1
| #define GNULIB_TEST_STAT 1
| #define HAVE_RAW_DECL__EXIT 1
| #define HAVE_RAW_DECL_ATOLL 1
| #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
| #define HAVE_RAW_DECL_GETLOADAVG 1
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKDTEMP 1
| #define HAVE_RAW_DECL_MKOSTEMP 1
| #define HAVE_RAW_DECL_MKOSTEMPS 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_MKSTEMPS 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_RANDOM_R 1
| #define HAVE_RAW_DECL_SRANDOM_R 1
| #define HAVE_RAW_DECL_SETSTATE_R 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_RAW_DECL_UNSETENV 1
| #define GNULIB_TEST_STRERROR_R 1
| #define my_strftime nstrftime
| #define GNULIB_TEST_STRPTIME 1
| #define HAVE_STRVERSCMP 1
| #define GNULIB_TEST_STRVERSCMP 1
| #define HAVE_RAW_DECL_IOCTL 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_RAW_DECL_FCHMODAT 1
| #define HAVE_RAW_DECL_FSTATAT 1
| #define HAVE_RAW_DECL_FUTIMENS 1
| #define HAVE_RAW_DECL_LCHMOD 1
| #define HAVE_RAW_DECL_LSTAT 1
| #define HAVE_RAW_DECL_MKDIRAT 1
| #define HAVE_RAW_DECL_MKFIFO 1
| #define HAVE_RAW_DECL_MKFIFOAT 1
| #define HAVE_RAW_DECL_MKNOD 1
| #define HAVE_RAW_DECL_MKNODAT 1
| #define HAVE_RAW_DECL_STAT 1
| #define HAVE_RAW_DECL_UTIMENSAT 1
| #define HAVE_STRUCT_UTSNAME 1
| #define HAVE_RAW_DECL_UNAME 1
| #define HAVE_RAW_DECL_WAITPID 1
| #define GNULIB_TEST_TIME_R 1
| #define HAVE_UNAME 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_DUP3 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_EUIDACCESS 1
| #define HAVE_RAW_DECL_FACCESSAT 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FCHOWNAT 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_FTRUNCATE 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDOMAINNAME 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_GROUP_MEMBER 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| #define HAVE_RAW_DECL_LINKAT 1
| #define HAVE_RAW_DECL_LSEEK 1
| #define HAVE_RAW_DECL_PIPE 1
| #define HAVE_RAW_DECL_PIPE2 1
| #define HAVE_RAW_DECL_PREAD 1
| #define HAVE_RAW_DECL_PWRITE 1
| #define HAVE_RAW_DECL_READLINK 1
| #define HAVE_RAW_DECL_READLINKAT 1
| #define HAVE_RAW_DECL_RMDIR 1
| #define HAVE_RAW_DECL_SLEEP 1
| #define HAVE_RAW_DECL_SYMLINK 1
| #define HAVE_RAW_DECL_SYMLINKAT 1
| #define HAVE_RAW_DECL_TTYNAME_R 1
| #define HAVE_RAW_DECL_UNLINK 1
| #define HAVE_RAW_DECL_UNLINKAT 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 HAVE_RAW_DECL_WMEMCHR 1
| #define HAVE_RAW_DECL_WMEMCMP 1
| #define HAVE_RAW_DECL_WMEMCPY 1
| #define HAVE_RAW_DECL_WMEMMOVE 1
| #define HAVE_RAW_DECL_WMEMSET 1
| #define HAVE_RAW_DECL_WCSLEN 1
| #define HAVE_RAW_DECL_WCSNLEN 1
| #define HAVE_RAW_DECL_WCSCPY 1
| #define HAVE_RAW_DECL_WCPCPY 1
| #define HAVE_RAW_DECL_WCSNCPY 1
| #define HAVE_RAW_DECL_WCPNCPY 1
| #define HAVE_RAW_DECL_WCSCAT 1
| #define HAVE_RAW_DECL_WCSNCAT 1
| #define HAVE_RAW_DECL_WCSCMP 1
| #define HAVE_RAW_DECL_WCSNCMP 1
| #define HAVE_RAW_DECL_WCSCASECMP 1
| #define HAVE_RAW_DECL_WCSNCASECMP 1
| #define HAVE_RAW_DECL_WCSCOLL 1
| #define HAVE_RAW_DECL_WCSXFRM 1
| #define HAVE_RAW_DECL_WCSDUP 1
| #define HAVE_RAW_DECL_WCSCHR 1
| #define HAVE_RAW_DECL_WCSRCHR 1
| #define HAVE_RAW_DECL_WCSCSPN 1
| #define HAVE_RAW_DECL_WCSSPN 1
| #define HAVE_RAW_DECL_WCSPBRK 1
| #define HAVE_RAW_DECL_WCSSTR 1
| #define HAVE_RAW_DECL_WCSTOK 1
| #define HAVE_RAW_DECL_WCSWIDTH 1
| #define GNULIB_TEST_WCRTOMB 1
| #define HAVE_TOWLOWER 1
| #define HAVE_RAW_DECL_WCTYPE 1
| #define HAVE_RAW_DECL_ISWCTYPE 1
| #define HAVE_RAW_DECL_WCTRANS 1
| #define HAVE_RAW_DECL_TOWCTRANS 1
| #define HAVE_ICONV 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:32916: result: no
configure:32916: checking for lightning.h
configure:32916: result: no
configure:32929: ** checks for fundamental compiler characteristics(B
configure:32931: checking for inline
configure:32955: result: inline
configure:32972: checking for inline __builtin_strlen
configure:32983: gcc -S -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c
configure:32986: $? = 0
configure:32999: result: no
configure:33008: checking for long long int
configure:33058: result: yes
configure:33065: ** checks for header files(B
configure:33069: checking sys/shm.h usability
configure:33069: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:33069: $? = 0
configure:33069: result: yes
configure:33069: checking sys/shm.h presence
configure:33069: gcc -E -I/usr/include/db4.8 conftest.c
configure:33069: $? = 0
configure:33069: result: yes
configure:33069: checking for sys/shm.h
configure:33069: result: yes
configure:33082: checking sys/ipc.h usability
configure:33082: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:33082: $? = 0
configure:33082: result: yes
configure:33082: checking sys/ipc.h presence
configure:33082: gcc -E -I/usr/include/db4.8 conftest.c
configure:33082: $? = 0
configure:33082: result: yes
configure:33082: checking for sys/ipc.h
configure:33082: result: yes
configure:33097: checking termios.h usability
configure:33097: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:33097: $? = 0
configure:33097: result: yes
configure:33097: checking termios.h presence
configure:33097: gcc -E -I/usr/include/db4.8 conftest.c
configure:33097: $? = 0
configure:33097: result: yes
configure:33097: checking for termios.h
configure:33097: result: yes
configure:33097: checking termio.h usability
configure:33097: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:33097: $? = 0
configure:33097: result: yes
configure:33097: checking termio.h presence
configure:33097: gcc -E -I/usr/include/db4.8 conftest.c
configure:33097: $? = 0
configure:33097: result: yes
configure:33097: checking for termio.h
configure:33097: result: yes
configure:33097: checking sys/termio.h usability
configure:33097: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
conftest.c:419:24: fatal error: sys/termio.h: No such file or directory
compilation terminated.
configure:33097: $? = 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.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 _DARWIN_C_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 HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MEMPCPY 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_ALARM 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_CATGETS 1
| #define HAVE_TZSET 1
| #define HAVE_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_MBSTATE_T 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_FFSLL 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_MEMPCPY 1
| #define HAVE_RAW_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_RAWMEMCHR 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRCHRNUL 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_STRCASESTR 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRERROR_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_RAW_DECL_STRVERSCMP 1
| #define HAVE_DECL_LOCALTIME_R 0
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WINT_T 1
| #define GNULIB_TEST_ACCEPT 1
| #define HAVE_ALLOCA 1
| #define HAVE_RAW_DECL_INET_NTOP 1
| #define HAVE_RAW_DECL_INET_PTON 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define GNULIB_TEST_CLOSE 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETHOSTNAME 1
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOADAVG 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define GNULIB_TEST_GETSOCKNAME 1
| #define GNULIB_TEST_GETSOCKOPT 1
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __x86_64__
| #define __x86_64__ 1
| #endif
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define HAVE_IOCTL 1
| #define GNULIB_TEST_IOCTL 1
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 0
| #define GNULIB_TEST_LISTEN 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC_GNU 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MBTOWC 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MKDTEMP 1
| #define GNULIB_TEST_MKDTEMP 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_TEST_MKNOD 1
| #define GNULIB_TEST_MKSTEMP 1
| #define GNULIB_TEST_MKTIME 1
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define GNULIB_TEST_SELECT 1
| #define GNULIB_TEST_SEND 1
| #define GNULIB_TEST_SENDTO 1
| #define GNULIB_TEST_SETENV 1
| #define GNULIB_TEST_SETSOCKOPT 1
| #define GNULIB_TEST_SHUTDOWN 1
| #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1
| #define HAVE_RAW_DECL_SIGACTION 1
| #define HAVE_RAW_DECL_SIGADDSET 1
| #define HAVE_RAW_DECL_SIGDELSET 1
| #define HAVE_RAW_DECL_SIGEMPTYSET 1
| #define HAVE_RAW_DECL_SIGFILLSET 1
| #define HAVE_RAW_DECL_SIGISMEMBER 1
| #define HAVE_RAW_DECL_SIGPENDING 1
| #define HAVE_RAW_DECL_SIGPROCMASK 1
| #define GNULIB_TEST_SOCKET 1
| #define GNULIB_TEST_STAT 1
| #define HAVE_RAW_DECL__EXIT 1
| #define HAVE_RAW_DECL_ATOLL 1
| #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
| #define HAVE_RAW_DECL_GETLOADAVG 1
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKDTEMP 1
| #define HAVE_RAW_DECL_MKOSTEMP 1
| #define HAVE_RAW_DECL_MKOSTEMPS 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_MKSTEMPS 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_RANDOM_R 1
| #define HAVE_RAW_DECL_SRANDOM_R 1
| #define HAVE_RAW_DECL_SETSTATE_R 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_RAW_DECL_UNSETENV 1
| #define GNULIB_TEST_STRERROR_R 1
| #define my_strftime nstrftime
| #define GNULIB_TEST_STRPTIME 1
| #define HAVE_STRVERSCMP 1
| #define GNULIB_TEST_STRVERSCMP 1
| #define HAVE_RAW_DECL_IOCTL 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_RAW_DECL_FCHMODAT 1
| #define HAVE_RAW_DECL_FSTATAT 1
| #define HAVE_RAW_DECL_FUTIMENS 1
| #define HAVE_RAW_DECL_LCHMOD 1
| #define HAVE_RAW_DECL_LSTAT 1
| #define HAVE_RAW_DECL_MKDIRAT 1
| #define HAVE_RAW_DECL_MKFIFO 1
| #define HAVE_RAW_DECL_MKFIFOAT 1
| #define HAVE_RAW_DECL_MKNOD 1
| #define HAVE_RAW_DECL_MKNODAT 1
| #define HAVE_RAW_DECL_STAT 1
| #define HAVE_RAW_DECL_UTIMENSAT 1
| #define HAVE_STRUCT_UTSNAME 1
| #define HAVE_RAW_DECL_UNAME 1
| #define HAVE_RAW_DECL_WAITPID 1
| #define GNULIB_TEST_TIME_R 1
| #define HAVE_UNAME 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_DUP3 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_EUIDACCESS 1
| #define HAVE_RAW_DECL_FACCESSAT 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FCHOWNAT 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_FTRUNCATE 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDOMAINNAME 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_GROUP_MEMBER 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| #define HAVE_RAW_DECL_LINKAT 1
| #define HAVE_RAW_DECL_LSEEK 1
| #define HAVE_RAW_DECL_PIPE 1
| #define HAVE_RAW_DECL_PIPE2 1
| #define HAVE_RAW_DECL_PREAD 1
| #define HAVE_RAW_DECL_PWRITE 1
| #define HAVE_RAW_DECL_READLINK 1
| #define HAVE_RAW_DECL_READLINKAT 1
| #define HAVE_RAW_DECL_RMDIR 1
| #define HAVE_RAW_DECL_SLEEP 1
| #define HAVE_RAW_DECL_SYMLINK 1
| #define HAVE_RAW_DECL_SYMLINKAT 1
| #define HAVE_RAW_DECL_TTYNAME_R 1
| #define HAVE_RAW_DECL_UNLINK 1
| #define HAVE_RAW_DECL_UNLINKAT 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 HAVE_RAW_DECL_WMEMCHR 1
| #define HAVE_RAW_DECL_WMEMCMP 1
| #define HAVE_RAW_DECL_WMEMCPY 1
| #define HAVE_RAW_DECL_WMEMMOVE 1
| #define HAVE_RAW_DECL_WMEMSET 1
| #define HAVE_RAW_DECL_WCSLEN 1
| #define HAVE_RAW_DECL_WCSNLEN 1
| #define HAVE_RAW_DECL_WCSCPY 1
| #define HAVE_RAW_DECL_WCPCPY 1
| #define HAVE_RAW_DECL_WCSNCPY 1
| #define HAVE_RAW_DECL_WCPNCPY 1
| #define HAVE_RAW_DECL_WCSCAT 1
| #define HAVE_RAW_DECL_WCSNCAT 1
| #define HAVE_RAW_DECL_WCSCMP 1
| #define HAVE_RAW_DECL_WCSNCMP 1
| #define HAVE_RAW_DECL_WCSCASECMP 1
| #define HAVE_RAW_DECL_WCSNCASECMP 1
| #define HAVE_RAW_DECL_WCSCOLL 1
| #define HAVE_RAW_DECL_WCSXFRM 1
| #define HAVE_RAW_DECL_WCSDUP 1
| #define HAVE_RAW_DECL_WCSCHR 1
| #define HAVE_RAW_DECL_WCSRCHR 1
| #define HAVE_RAW_DECL_WCSCSPN 1
| #define HAVE_RAW_DECL_WCSSPN 1
| #define HAVE_RAW_DECL_WCSPBRK 1
| #define HAVE_RAW_DECL_WCSSTR 1
| #define HAVE_RAW_DECL_WCSTOK 1
| #define HAVE_RAW_DECL_WCSWIDTH 1
| #define GNULIB_TEST_WCRTOMB 1
| #define HAVE_TOWLOWER 1
| #define HAVE_RAW_DECL_WCTYPE 1
| #define HAVE_RAW_DECL_ISWCTYPE 1
| #define HAVE_RAW_DECL_WCTRANS 1
| #define HAVE_RAW_DECL_TOWCTRANS 1
| #define HAVE_ICONV 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_SHM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_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/termio.h>
configure:33097: result: no
configure:33097: checking sys/termio.h presence
configure:33097: gcc -E -I/usr/include/db4.8 conftest.c
conftest.c:386:24: fatal error: sys/termio.h: No such file or directory
compilation terminated.
configure:33097: $? = 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.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 _DARWIN_C_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 HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MEMPCPY 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_ALARM 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_CATGETS 1
| #define HAVE_TZSET 1
| #define HAVE_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_MBSTATE_T 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_FFSLL 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_MEMPCPY 1
| #define HAVE_RAW_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_RAWMEMCHR 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRCHRNUL 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_STRCASESTR 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRERROR_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_RAW_DECL_STRVERSCMP 1
| #define HAVE_DECL_LOCALTIME_R 0
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WINT_T 1
| #define GNULIB_TEST_ACCEPT 1
| #define HAVE_ALLOCA 1
| #define HAVE_RAW_DECL_INET_NTOP 1
| #define HAVE_RAW_DECL_INET_PTON 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define GNULIB_TEST_CLOSE 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETHOSTNAME 1
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOADAVG 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define GNULIB_TEST_GETSOCKNAME 1
| #define GNULIB_TEST_GETSOCKOPT 1
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __x86_64__
| #define __x86_64__ 1
| #endif
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define HAVE_IOCTL 1
| #define GNULIB_TEST_IOCTL 1
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 0
| #define GNULIB_TEST_LISTEN 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC_GNU 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MBTOWC 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MKDTEMP 1
| #define GNULIB_TEST_MKDTEMP 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_TEST_MKNOD 1
| #define GNULIB_TEST_MKSTEMP 1
| #define GNULIB_TEST_MKTIME 1
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define GNULIB_TEST_SELECT 1
| #define GNULIB_TEST_SEND 1
| #define GNULIB_TEST_SENDTO 1
| #define GNULIB_TEST_SETENV 1
| #define GNULIB_TEST_SETSOCKOPT 1
| #define GNULIB_TEST_SHUTDOWN 1
| #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1
| #define HAVE_RAW_DECL_SIGACTION 1
| #define HAVE_RAW_DECL_SIGADDSET 1
| #define HAVE_RAW_DECL_SIGDELSET 1
| #define HAVE_RAW_DECL_SIGEMPTYSET 1
| #define HAVE_RAW_DECL_SIGFILLSET 1
| #define HAVE_RAW_DECL_SIGISMEMBER 1
| #define HAVE_RAW_DECL_SIGPENDING 1
| #define HAVE_RAW_DECL_SIGPROCMASK 1
| #define GNULIB_TEST_SOCKET 1
| #define GNULIB_TEST_STAT 1
| #define HAVE_RAW_DECL__EXIT 1
| #define HAVE_RAW_DECL_ATOLL 1
| #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
| #define HAVE_RAW_DECL_GETLOADAVG 1
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKDTEMP 1
| #define HAVE_RAW_DECL_MKOSTEMP 1
| #define HAVE_RAW_DECL_MKOSTEMPS 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_MKSTEMPS 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_RANDOM_R 1
| #define HAVE_RAW_DECL_SRANDOM_R 1
| #define HAVE_RAW_DECL_SETSTATE_R 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_RAW_DECL_UNSETENV 1
| #define GNULIB_TEST_STRERROR_R 1
| #define my_strftime nstrftime
| #define GNULIB_TEST_STRPTIME 1
| #define HAVE_STRVERSCMP 1
| #define GNULIB_TEST_STRVERSCMP 1
| #define HAVE_RAW_DECL_IOCTL 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_RAW_DECL_FCHMODAT 1
| #define HAVE_RAW_DECL_FSTATAT 1
| #define HAVE_RAW_DECL_FUTIMENS 1
| #define HAVE_RAW_DECL_LCHMOD 1
| #define HAVE_RAW_DECL_LSTAT 1
| #define HAVE_RAW_DECL_MKDIRAT 1
| #define HAVE_RAW_DECL_MKFIFO 1
| #define HAVE_RAW_DECL_MKFIFOAT 1
| #define HAVE_RAW_DECL_MKNOD 1
| #define HAVE_RAW_DECL_MKNODAT 1
| #define HAVE_RAW_DECL_STAT 1
| #define HAVE_RAW_DECL_UTIMENSAT 1
| #define HAVE_STRUCT_UTSNAME 1
| #define HAVE_RAW_DECL_UNAME 1
| #define HAVE_RAW_DECL_WAITPID 1
| #define GNULIB_TEST_TIME_R 1
| #define HAVE_UNAME 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_DUP3 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_EUIDACCESS 1
| #define HAVE_RAW_DECL_FACCESSAT 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FCHOWNAT 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_FTRUNCATE 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDOMAINNAME 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_GROUP_MEMBER 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| #define HAVE_RAW_DECL_LINKAT 1
| #define HAVE_RAW_DECL_LSEEK 1
| #define HAVE_RAW_DECL_PIPE 1
| #define HAVE_RAW_DECL_PIPE2 1
| #define HAVE_RAW_DECL_PREAD 1
| #define HAVE_RAW_DECL_PWRITE 1
| #define HAVE_RAW_DECL_READLINK 1
| #define HAVE_RAW_DECL_READLINKAT 1
| #define HAVE_RAW_DECL_RMDIR 1
| #define HAVE_RAW_DECL_SLEEP 1
| #define HAVE_RAW_DECL_SYMLINK 1
| #define HAVE_RAW_DECL_SYMLINKAT 1
| #define HAVE_RAW_DECL_TTYNAME_R 1
| #define HAVE_RAW_DECL_UNLINK 1
| #define HAVE_RAW_DECL_UNLINKAT 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 HAVE_RAW_DECL_WMEMCHR 1
| #define HAVE_RAW_DECL_WMEMCMP 1
| #define HAVE_RAW_DECL_WMEMCPY 1
| #define HAVE_RAW_DECL_WMEMMOVE 1
| #define HAVE_RAW_DECL_WMEMSET 1
| #define HAVE_RAW_DECL_WCSLEN 1
| #define HAVE_RAW_DECL_WCSNLEN 1
| #define HAVE_RAW_DECL_WCSCPY 1
| #define HAVE_RAW_DECL_WCPCPY 1
| #define HAVE_RAW_DECL_WCSNCPY 1
| #define HAVE_RAW_DECL_WCPNCPY 1
| #define HAVE_RAW_DECL_WCSCAT 1
| #define HAVE_RAW_DECL_WCSNCAT 1
| #define HAVE_RAW_DECL_WCSCMP 1
| #define HAVE_RAW_DECL_WCSNCMP 1
| #define HAVE_RAW_DECL_WCSCASECMP 1
| #define HAVE_RAW_DECL_WCSNCASECMP 1
| #define HAVE_RAW_DECL_WCSCOLL 1
| #define HAVE_RAW_DECL_WCSXFRM 1
| #define HAVE_RAW_DECL_WCSDUP 1
| #define HAVE_RAW_DECL_WCSCHR 1
| #define HAVE_RAW_DECL_WCSRCHR 1
| #define HAVE_RAW_DECL_WCSCSPN 1
| #define HAVE_RAW_DECL_WCSSPN 1
| #define HAVE_RAW_DECL_WCSPBRK 1
| #define HAVE_RAW_DECL_WCSSTR 1
| #define HAVE_RAW_DECL_WCSTOK 1
| #define HAVE_RAW_DECL_WCSWIDTH 1
| #define GNULIB_TEST_WCRTOMB 1
| #define HAVE_TOWLOWER 1
| #define HAVE_RAW_DECL_WCTYPE 1
| #define HAVE_RAW_DECL_ISWCTYPE 1
| #define HAVE_RAW_DECL_WCTRANS 1
| #define HAVE_RAW_DECL_TOWCTRANS 1
| #define HAVE_ICONV 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_SHM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| /* end confdefs.h. */
| #include <sys/termio.h>
configure:33097: result: no
configure:33097: checking for sys/termio.h
configure:33097: result: no
configure:33097: checking sgtty.h usability
configure:33097: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:33097: $? = 0
configure:33097: result: yes
configure:33097: checking sgtty.h presence
configure:33097: gcc -E -I/usr/include/db4.8 conftest.c
configure:33097: $? = 0
configure:33097: result: yes
configure:33097: checking for sgtty.h
configure:33097: result: yes
configure:33107: checking for tcgetattr
configure:33123: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c /usr/lib64/libavcall.so /usr/lib64/libcallback.so >&5
configure:33123: $? = 0
configure:33131: result: yes
configure:33138: checking for TCSAFLUSH in termios.h
configure:33154: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c /usr/lib64/libavcall.so /usr/lib64/libcallback.so >&5
configure:33154: $? = 0
configure:33162: result: yes
configure:33169: checking for struct winsize in termios.h
configure:33185: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
conftest.c: In function 'main':
conftest.c:393:16: error: storage size of 'w' isn't known
configure:33185: $? = 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.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 _DARWIN_C_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 HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MEMPCPY 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_ALARM 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_CATGETS 1
| #define HAVE_TZSET 1
| #define HAVE_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_MBSTATE_T 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_FFSLL 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_MEMPCPY 1
| #define HAVE_RAW_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_RAWMEMCHR 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRCHRNUL 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_STRCASESTR 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRERROR_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_RAW_DECL_STRVERSCMP 1
| #define HAVE_DECL_LOCALTIME_R 0
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WINT_T 1
| #define GNULIB_TEST_ACCEPT 1
| #define HAVE_ALLOCA 1
| #define HAVE_RAW_DECL_INET_NTOP 1
| #define HAVE_RAW_DECL_INET_PTON 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define GNULIB_TEST_CLOSE 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETHOSTNAME 1
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOADAVG 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define GNULIB_TEST_GETSOCKNAME 1
| #define GNULIB_TEST_GETSOCKOPT 1
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __x86_64__
| #define __x86_64__ 1
| #endif
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define HAVE_IOCTL 1
| #define GNULIB_TEST_IOCTL 1
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 0
| #define GNULIB_TEST_LISTEN 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC_GNU 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MBTOWC 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MKDTEMP 1
| #define GNULIB_TEST_MKDTEMP 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_TEST_MKNOD 1
| #define GNULIB_TEST_MKSTEMP 1
| #define GNULIB_TEST_MKTIME 1
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define GNULIB_TEST_SELECT 1
| #define GNULIB_TEST_SEND 1
| #define GNULIB_TEST_SENDTO 1
| #define GNULIB_TEST_SETENV 1
| #define GNULIB_TEST_SETSOCKOPT 1
| #define GNULIB_TEST_SHUTDOWN 1
| #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1
| #define HAVE_RAW_DECL_SIGACTION 1
| #define HAVE_RAW_DECL_SIGADDSET 1
| #define HAVE_RAW_DECL_SIGDELSET 1
| #define HAVE_RAW_DECL_SIGEMPTYSET 1
| #define HAVE_RAW_DECL_SIGFILLSET 1
| #define HAVE_RAW_DECL_SIGISMEMBER 1
| #define HAVE_RAW_DECL_SIGPENDING 1
| #define HAVE_RAW_DECL_SIGPROCMASK 1
| #define GNULIB_TEST_SOCKET 1
| #define GNULIB_TEST_STAT 1
| #define HAVE_RAW_DECL__EXIT 1
| #define HAVE_RAW_DECL_ATOLL 1
| #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
| #define HAVE_RAW_DECL_GETLOADAVG 1
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKDTEMP 1
| #define HAVE_RAW_DECL_MKOSTEMP 1
| #define HAVE_RAW_DECL_MKOSTEMPS 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_MKSTEMPS 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_RANDOM_R 1
| #define HAVE_RAW_DECL_SRANDOM_R 1
| #define HAVE_RAW_DECL_SETSTATE_R 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_RAW_DECL_UNSETENV 1
| #define GNULIB_TEST_STRERROR_R 1
| #define my_strftime nstrftime
| #define GNULIB_TEST_STRPTIME 1
| #define HAVE_STRVERSCMP 1
| #define GNULIB_TEST_STRVERSCMP 1
| #define HAVE_RAW_DECL_IOCTL 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_RAW_DECL_FCHMODAT 1
| #define HAVE_RAW_DECL_FSTATAT 1
| #define HAVE_RAW_DECL_FUTIMENS 1
| #define HAVE_RAW_DECL_LCHMOD 1
| #define HAVE_RAW_DECL_LSTAT 1
| #define HAVE_RAW_DECL_MKDIRAT 1
| #define HAVE_RAW_DECL_MKFIFO 1
| #define HAVE_RAW_DECL_MKFIFOAT 1
| #define HAVE_RAW_DECL_MKNOD 1
| #define HAVE_RAW_DECL_MKNODAT 1
| #define HAVE_RAW_DECL_STAT 1
| #define HAVE_RAW_DECL_UTIMENSAT 1
| #define HAVE_STRUCT_UTSNAME 1
| #define HAVE_RAW_DECL_UNAME 1
| #define HAVE_RAW_DECL_WAITPID 1
| #define GNULIB_TEST_TIME_R 1
| #define HAVE_UNAME 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_DUP3 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_EUIDACCESS 1
| #define HAVE_RAW_DECL_FACCESSAT 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FCHOWNAT 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_FTRUNCATE 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDOMAINNAME 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_GROUP_MEMBER 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| #define HAVE_RAW_DECL_LINKAT 1
| #define HAVE_RAW_DECL_LSEEK 1
| #define HAVE_RAW_DECL_PIPE 1
| #define HAVE_RAW_DECL_PIPE2 1
| #define HAVE_RAW_DECL_PREAD 1
| #define HAVE_RAW_DECL_PWRITE 1
| #define HAVE_RAW_DECL_READLINK 1
| #define HAVE_RAW_DECL_READLINKAT 1
| #define HAVE_RAW_DECL_RMDIR 1
| #define HAVE_RAW_DECL_SLEEP 1
| #define HAVE_RAW_DECL_SYMLINK 1
| #define HAVE_RAW_DECL_SYMLINKAT 1
| #define HAVE_RAW_DECL_TTYNAME_R 1
| #define HAVE_RAW_DECL_UNLINK 1
| #define HAVE_RAW_DECL_UNLINKAT 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 HAVE_RAW_DECL_WMEMCHR 1
| #define HAVE_RAW_DECL_WMEMCMP 1
| #define HAVE_RAW_DECL_WMEMCPY 1
| #define HAVE_RAW_DECL_WMEMMOVE 1
| #define HAVE_RAW_DECL_WMEMSET 1
| #define HAVE_RAW_DECL_WCSLEN 1
| #define HAVE_RAW_DECL_WCSNLEN 1
| #define HAVE_RAW_DECL_WCSCPY 1
| #define HAVE_RAW_DECL_WCPCPY 1
| #define HAVE_RAW_DECL_WCSNCPY 1
| #define HAVE_RAW_DECL_WCPNCPY 1
| #define HAVE_RAW_DECL_WCSCAT 1
| #define HAVE_RAW_DECL_WCSNCAT 1
| #define HAVE_RAW_DECL_WCSCMP 1
| #define HAVE_RAW_DECL_WCSNCMP 1
| #define HAVE_RAW_DECL_WCSCASECMP 1
| #define HAVE_RAW_DECL_WCSNCASECMP 1
| #define HAVE_RAW_DECL_WCSCOLL 1
| #define HAVE_RAW_DECL_WCSXFRM 1
| #define HAVE_RAW_DECL_WCSDUP 1
| #define HAVE_RAW_DECL_WCSCHR 1
| #define HAVE_RAW_DECL_WCSRCHR 1
| #define HAVE_RAW_DECL_WCSCSPN 1
| #define HAVE_RAW_DECL_WCSSPN 1
| #define HAVE_RAW_DECL_WCSPBRK 1
| #define HAVE_RAW_DECL_WCSSTR 1
| #define HAVE_RAW_DECL_WCSTOK 1
| #define HAVE_RAW_DECL_WCSWIDTH 1
| #define GNULIB_TEST_WCRTOMB 1
| #define HAVE_TOWLOWER 1
| #define HAVE_RAW_DECL_WCTYPE 1
| #define HAVE_RAW_DECL_ISWCTYPE 1
| #define HAVE_RAW_DECL_WCTRANS 1
| #define HAVE_RAW_DECL_TOWCTRANS 1
| #define HAVE_ICONV 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_SHM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_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:33192: result: no
configure:33198: checking for struct winsize in sys/ioctl.h
configure:33215: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:33215: $? = 0
configure:33222: result: yes
configure:33265: checking for X
configure:33404: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c -lX11 /usr/lib64/libavcall.so /usr/lib64/libcallback.so >&5
configure:33404: $? = 0
configure:33454: result: libraries , headers
configure:33553: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c /usr/lib64/libavcall.so /usr/lib64/libcallback.so -lX11 >&5
configure:33553: $? = 0
configure:33651: checking for gethostbyname
configure:33651: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c /usr/lib64/libavcall.so /usr/lib64/libcallback.so >&5
configure:33651: $? = 0
configure:33651: result: yes
configure:33748: checking for connect
configure:33748: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c /usr/lib64/libavcall.so /usr/lib64/libcallback.so >&5
configure:33748: $? = 0
configure:33748: result: yes
configure:33797: checking for remove
configure:33797: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c /usr/lib64/libavcall.so /usr/lib64/libcallback.so >&5
configure:33797: $? = 0
configure:33797: result: yes
configure:33846: checking for shmat
configure:33846: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c /usr/lib64/libavcall.so /usr/lib64/libcallback.so >&5
configure:33846: $? = 0
configure:33846: result: yes
configure:33904: checking for IceConnectionNumber in -lICE
configure:33929: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c -lICE /usr/lib64/libavcall.so /usr/lib64/libcallback.so >&5
configure:33929: $? = 0
configure:33938: result: yes
configure:33949: ** checks for typedefs(B
configure:33951: checking for caddr_t in sys/types.h
configure:33972: result: yes
configure:33986: checking size of off_t
configure:33991: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c /usr/lib64/libavcall.so /usr/lib64/libcallback.so >&5
configure:33991: $? = 0
configure:33991: ./conftest
configure:33991: $? = 0
configure:34005: result: 8
configure:34019: checking size of struct timeval
configure:34024: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c /usr/lib64/libavcall.so /usr/lib64/libcallback.so >&5
configure:34024: $? = 0
configure:34024: ./conftest
configure:34024: $? = 0
configure:34040: result: 16
configure:34050: ** checks for structure members(B
configure:34052: checking for struct dirent.d_namlen
configure:34052: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
conftest.c: In function 'main':
conftest.c:399:12: error: 'struct dirent' has no member named 'd_namlen'
configure:34052: $? = 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.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 _DARWIN_C_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 HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MEMPCPY 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_ALARM 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_CATGETS 1
| #define HAVE_TZSET 1
| #define HAVE_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_MBSTATE_T 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_FFSLL 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_MEMPCPY 1
| #define HAVE_RAW_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_RAWMEMCHR 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRCHRNUL 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_STRCASESTR 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRERROR_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_RAW_DECL_STRVERSCMP 1
| #define HAVE_DECL_LOCALTIME_R 0
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WINT_T 1
| #define GNULIB_TEST_ACCEPT 1
| #define HAVE_ALLOCA 1
| #define HAVE_RAW_DECL_INET_NTOP 1
| #define HAVE_RAW_DECL_INET_PTON 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define GNULIB_TEST_CLOSE 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETHOSTNAME 1
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOADAVG 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define GNULIB_TEST_GETSOCKNAME 1
| #define GNULIB_TEST_GETSOCKOPT 1
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __x86_64__
| #define __x86_64__ 1
| #endif
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define HAVE_IOCTL 1
| #define GNULIB_TEST_IOCTL 1
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 0
| #define GNULIB_TEST_LISTEN 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC_GNU 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MBTOWC 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MKDTEMP 1
| #define GNULIB_TEST_MKDTEMP 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_TEST_MKNOD 1
| #define GNULIB_TEST_MKSTEMP 1
| #define GNULIB_TEST_MKTIME 1
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define GNULIB_TEST_SELECT 1
| #define GNULIB_TEST_SEND 1
| #define GNULIB_TEST_SENDTO 1
| #define GNULIB_TEST_SETENV 1
| #define GNULIB_TEST_SETSOCKOPT 1
| #define GNULIB_TEST_SHUTDOWN 1
| #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1
| #define HAVE_RAW_DECL_SIGACTION 1
| #define HAVE_RAW_DECL_SIGADDSET 1
| #define HAVE_RAW_DECL_SIGDELSET 1
| #define HAVE_RAW_DECL_SIGEMPTYSET 1
| #define HAVE_RAW_DECL_SIGFILLSET 1
| #define HAVE_RAW_DECL_SIGISMEMBER 1
| #define HAVE_RAW_DECL_SIGPENDING 1
| #define HAVE_RAW_DECL_SIGPROCMASK 1
| #define GNULIB_TEST_SOCKET 1
| #define GNULIB_TEST_STAT 1
| #define HAVE_RAW_DECL__EXIT 1
| #define HAVE_RAW_DECL_ATOLL 1
| #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
| #define HAVE_RAW_DECL_GETLOADAVG 1
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKDTEMP 1
| #define HAVE_RAW_DECL_MKOSTEMP 1
| #define HAVE_RAW_DECL_MKOSTEMPS 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_MKSTEMPS 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_RANDOM_R 1
| #define HAVE_RAW_DECL_SRANDOM_R 1
| #define HAVE_RAW_DECL_SETSTATE_R 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_RAW_DECL_UNSETENV 1
| #define GNULIB_TEST_STRERROR_R 1
| #define my_strftime nstrftime
| #define GNULIB_TEST_STRPTIME 1
| #define HAVE_STRVERSCMP 1
| #define GNULIB_TEST_STRVERSCMP 1
| #define HAVE_RAW_DECL_IOCTL 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_RAW_DECL_FCHMODAT 1
| #define HAVE_RAW_DECL_FSTATAT 1
| #define HAVE_RAW_DECL_FUTIMENS 1
| #define HAVE_RAW_DECL_LCHMOD 1
| #define HAVE_RAW_DECL_LSTAT 1
| #define HAVE_RAW_DECL_MKDIRAT 1
| #define HAVE_RAW_DECL_MKFIFO 1
| #define HAVE_RAW_DECL_MKFIFOAT 1
| #define HAVE_RAW_DECL_MKNOD 1
| #define HAVE_RAW_DECL_MKNODAT 1
| #define HAVE_RAW_DECL_STAT 1
| #define HAVE_RAW_DECL_UTIMENSAT 1
| #define HAVE_STRUCT_UTSNAME 1
| #define HAVE_RAW_DECL_UNAME 1
| #define HAVE_RAW_DECL_WAITPID 1
| #define GNULIB_TEST_TIME_R 1
| #define HAVE_UNAME 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_DUP3 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_EUIDACCESS 1
| #define HAVE_RAW_DECL_FACCESSAT 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FCHOWNAT 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_FTRUNCATE 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDOMAINNAME 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_GROUP_MEMBER 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| #define HAVE_RAW_DECL_LINKAT 1
| #define HAVE_RAW_DECL_LSEEK 1
| #define HAVE_RAW_DECL_PIPE 1
| #define HAVE_RAW_DECL_PIPE2 1
| #define HAVE_RAW_DECL_PREAD 1
| #define HAVE_RAW_DECL_PWRITE 1
| #define HAVE_RAW_DECL_READLINK 1
| #define HAVE_RAW_DECL_READLINKAT 1
| #define HAVE_RAW_DECL_RMDIR 1
| #define HAVE_RAW_DECL_SLEEP 1
| #define HAVE_RAW_DECL_SYMLINK 1
| #define HAVE_RAW_DECL_SYMLINKAT 1
| #define HAVE_RAW_DECL_TTYNAME_R 1
| #define HAVE_RAW_DECL_UNLINK 1
| #define HAVE_RAW_DECL_UNLINKAT 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 HAVE_RAW_DECL_WMEMCHR 1
| #define HAVE_RAW_DECL_WMEMCMP 1
| #define HAVE_RAW_DECL_WMEMCPY 1
| #define HAVE_RAW_DECL_WMEMMOVE 1
| #define HAVE_RAW_DECL_WMEMSET 1
| #define HAVE_RAW_DECL_WCSLEN 1
| #define HAVE_RAW_DECL_WCSNLEN 1
| #define HAVE_RAW_DECL_WCSCPY 1
| #define HAVE_RAW_DECL_WCPCPY 1
| #define HAVE_RAW_DECL_WCSNCPY 1
| #define HAVE_RAW_DECL_WCPNCPY 1
| #define HAVE_RAW_DECL_WCSCAT 1
| #define HAVE_RAW_DECL_WCSNCAT 1
| #define HAVE_RAW_DECL_WCSCMP 1
| #define HAVE_RAW_DECL_WCSNCMP 1
| #define HAVE_RAW_DECL_WCSCASECMP 1
| #define HAVE_RAW_DECL_WCSNCASECMP 1
| #define HAVE_RAW_DECL_WCSCOLL 1
| #define HAVE_RAW_DECL_WCSXFRM 1
| #define HAVE_RAW_DECL_WCSDUP 1
| #define HAVE_RAW_DECL_WCSCHR 1
| #define HAVE_RAW_DECL_WCSRCHR 1
| #define HAVE_RAW_DECL_WCSCSPN 1
| #define HAVE_RAW_DECL_WCSSPN 1
| #define HAVE_RAW_DECL_WCSPBRK 1
| #define HAVE_RAW_DECL_WCSSTR 1
| #define HAVE_RAW_DECL_WCSTOK 1
| #define HAVE_RAW_DECL_WCSWIDTH 1
| #define GNULIB_TEST_WCRTOMB 1
| #define HAVE_TOWLOWER 1
| #define HAVE_RAW_DECL_WCTYPE 1
| #define HAVE_RAW_DECL_ISWCTYPE 1
| #define HAVE_RAW_DECL_WCTRANS 1
| #define HAVE_RAW_DECL_TOWCTRANS 1
| #define HAVE_ICONV 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_SHM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_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 16
| /* end confdefs.h. */
| #include <dirent.h>
|
| int
| main ()
| {
| static struct dirent ac_aggr;
| if (ac_aggr.d_namlen)
| return 0;
| ;
| return 0;
| }
configure:34052: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
conftest.c: In function 'main':
conftest.c:399:19: error: 'struct dirent' has no member named 'd_namlen'
configure:34052: $? = 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.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 _DARWIN_C_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 HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MEMPCPY 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_ALARM 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_CATGETS 1
| #define HAVE_TZSET 1
| #define HAVE_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_MBSTATE_T 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_FFSLL 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_MEMPCPY 1
| #define HAVE_RAW_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_RAWMEMCHR 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRCHRNUL 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_STRCASESTR 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRERROR_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_RAW_DECL_STRVERSCMP 1
| #define HAVE_DECL_LOCALTIME_R 0
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WINT_T 1
| #define GNULIB_TEST_ACCEPT 1
| #define HAVE_ALLOCA 1
| #define HAVE_RAW_DECL_INET_NTOP 1
| #define HAVE_RAW_DECL_INET_PTON 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define GNULIB_TEST_CLOSE 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETHOSTNAME 1
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOADAVG 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define GNULIB_TEST_GETSOCKNAME 1
| #define GNULIB_TEST_GETSOCKOPT 1
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __x86_64__
| #define __x86_64__ 1
| #endif
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define HAVE_IOCTL 1
| #define GNULIB_TEST_IOCTL 1
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 0
| #define GNULIB_TEST_LISTEN 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC_GNU 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MBTOWC 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MKDTEMP 1
| #define GNULIB_TEST_MKDTEMP 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_TEST_MKNOD 1
| #define GNULIB_TEST_MKSTEMP 1
| #define GNULIB_TEST_MKTIME 1
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define GNULIB_TEST_SELECT 1
| #define GNULIB_TEST_SEND 1
| #define GNULIB_TEST_SENDTO 1
| #define GNULIB_TEST_SETENV 1
| #define GNULIB_TEST_SETSOCKOPT 1
| #define GNULIB_TEST_SHUTDOWN 1
| #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1
| #define HAVE_RAW_DECL_SIGACTION 1
| #define HAVE_RAW_DECL_SIGADDSET 1
| #define HAVE_RAW_DECL_SIGDELSET 1
| #define HAVE_RAW_DECL_SIGEMPTYSET 1
| #define HAVE_RAW_DECL_SIGFILLSET 1
| #define HAVE_RAW_DECL_SIGISMEMBER 1
| #define HAVE_RAW_DECL_SIGPENDING 1
| #define HAVE_RAW_DECL_SIGPROCMASK 1
| #define GNULIB_TEST_SOCKET 1
| #define GNULIB_TEST_STAT 1
| #define HAVE_RAW_DECL__EXIT 1
| #define HAVE_RAW_DECL_ATOLL 1
| #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
| #define HAVE_RAW_DECL_GETLOADAVG 1
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKDTEMP 1
| #define HAVE_RAW_DECL_MKOSTEMP 1
| #define HAVE_RAW_DECL_MKOSTEMPS 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_MKSTEMPS 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_RANDOM_R 1
| #define HAVE_RAW_DECL_SRANDOM_R 1
| #define HAVE_RAW_DECL_SETSTATE_R 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_RAW_DECL_UNSETENV 1
| #define GNULIB_TEST_STRERROR_R 1
| #define my_strftime nstrftime
| #define GNULIB_TEST_STRPTIME 1
| #define HAVE_STRVERSCMP 1
| #define GNULIB_TEST_STRVERSCMP 1
| #define HAVE_RAW_DECL_IOCTL 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_RAW_DECL_FCHMODAT 1
| #define HAVE_RAW_DECL_FSTATAT 1
| #define HAVE_RAW_DECL_FUTIMENS 1
| #define HAVE_RAW_DECL_LCHMOD 1
| #define HAVE_RAW_DECL_LSTAT 1
| #define HAVE_RAW_DECL_MKDIRAT 1
| #define HAVE_RAW_DECL_MKFIFO 1
| #define HAVE_RAW_DECL_MKFIFOAT 1
| #define HAVE_RAW_DECL_MKNOD 1
| #define HAVE_RAW_DECL_MKNODAT 1
| #define HAVE_RAW_DECL_STAT 1
| #define HAVE_RAW_DECL_UTIMENSAT 1
| #define HAVE_STRUCT_UTSNAME 1
| #define HAVE_RAW_DECL_UNAME 1
| #define HAVE_RAW_DECL_WAITPID 1
| #define GNULIB_TEST_TIME_R 1
| #define HAVE_UNAME 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_DUP3 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_EUIDACCESS 1
| #define HAVE_RAW_DECL_FACCESSAT 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FCHOWNAT 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_FTRUNCATE 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDOMAINNAME 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_GROUP_MEMBER 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| #define HAVE_RAW_DECL_LINKAT 1
| #define HAVE_RAW_DECL_LSEEK 1
| #define HAVE_RAW_DECL_PIPE 1
| #define HAVE_RAW_DECL_PIPE2 1
| #define HAVE_RAW_DECL_PREAD 1
| #define HAVE_RAW_DECL_PWRITE 1
| #define HAVE_RAW_DECL_READLINK 1
| #define HAVE_RAW_DECL_READLINKAT 1
| #define HAVE_RAW_DECL_RMDIR 1
| #define HAVE_RAW_DECL_SLEEP 1
| #define HAVE_RAW_DECL_SYMLINK 1
| #define HAVE_RAW_DECL_SYMLINKAT 1
| #define HAVE_RAW_DECL_TTYNAME_R 1
| #define HAVE_RAW_DECL_UNLINK 1
| #define HAVE_RAW_DECL_UNLINKAT 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 HAVE_RAW_DECL_WMEMCHR 1
| #define HAVE_RAW_DECL_WMEMCMP 1
| #define HAVE_RAW_DECL_WMEMCPY 1
| #define HAVE_RAW_DECL_WMEMMOVE 1
| #define HAVE_RAW_DECL_WMEMSET 1
| #define HAVE_RAW_DECL_WCSLEN 1
| #define HAVE_RAW_DECL_WCSNLEN 1
| #define HAVE_RAW_DECL_WCSCPY 1
| #define HAVE_RAW_DECL_WCPCPY 1
| #define HAVE_RAW_DECL_WCSNCPY 1
| #define HAVE_RAW_DECL_WCPNCPY 1
| #define HAVE_RAW_DECL_WCSCAT 1
| #define HAVE_RAW_DECL_WCSNCAT 1
| #define HAVE_RAW_DECL_WCSCMP 1
| #define HAVE_RAW_DECL_WCSNCMP 1
| #define HAVE_RAW_DECL_WCSCASECMP 1
| #define HAVE_RAW_DECL_WCSNCASECMP 1
| #define HAVE_RAW_DECL_WCSCOLL 1
| #define HAVE_RAW_DECL_WCSXFRM 1
| #define HAVE_RAW_DECL_WCSDUP 1
| #define HAVE_RAW_DECL_WCSCHR 1
| #define HAVE_RAW_DECL_WCSRCHR 1
| #define HAVE_RAW_DECL_WCSCSPN 1
| #define HAVE_RAW_DECL_WCSSPN 1
| #define HAVE_RAW_DECL_WCSPBRK 1
| #define HAVE_RAW_DECL_WCSSTR 1
| #define HAVE_RAW_DECL_WCSTOK 1
| #define HAVE_RAW_DECL_WCSWIDTH 1
| #define GNULIB_TEST_WCRTOMB 1
| #define HAVE_TOWLOWER 1
| #define HAVE_RAW_DECL_WCTYPE 1
| #define HAVE_RAW_DECL_ISWCTYPE 1
| #define HAVE_RAW_DECL_WCTRANS 1
| #define HAVE_RAW_DECL_TOWCTRANS 1
| #define HAVE_ICONV 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_SHM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_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 16
| /* end confdefs.h. */
| #include <dirent.h>
|
| int
| main ()
| {
| static struct dirent ac_aggr;
| if (sizeof ac_aggr.d_namlen)
| return 0;
| ;
| return 0;
| }
configure:34052: result: no
configure:34063: ** checks for functions and declarations(B
configure:34067: checking for working alloca.h
configure:34092: result: yes
configure:34100: checking for alloca
configure:34145: result: yes
configure:34250: checking for _setjmp
configure:34250: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c /usr/lib64/libavcall.so /usr/lib64/libcallback.so >&5
configure:34250: $? = 0
configure:34250: result: yes
configure:34257: checking for _longjmp
configure:34257: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c /usr/lib64/libavcall.so /usr/lib64/libcallback.so >&5
configure:34257: $? = 0
configure:34257: result: yes
configure:34284: checking whether signal handlers need to be reinstalled
configure:34317: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c /usr/lib64/libavcall.so /usr/lib64/libcallback.so >&5
configure:34317: $? = 0
configure:34317: ./conftest
configure:34317: $? = 0
configure:34328: result: no
configure:34473: checking for sigaction
configure:34473: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c /usr/lib64/libavcall.so /usr/lib64/libcallback.so >&5
configure:34473: $? = 0
configure:34473: result: yes
configure:34621: checking for siginterrupt
configure:34621: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c /usr/lib64/libavcall.so /usr/lib64/libcallback.so >&5
configure:34621: $? = 0
configure:34621: result: yes
configure:34632: checking for strerror
configure:34632: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c /usr/lib64/libavcall.so /usr/lib64/libcallback.so >&5
configure:34632: $? = 0
configure:34632: result: yes
configure:34632: checking for sysconf
configure:34632: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c /usr/lib64/libavcall.so /usr/lib64/libcallback.so >&5
configure:34632: $? = 0
configure:34632: result: yes
configure:34632: checking for getdtablesize
configure:34632: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c /usr/lib64/libavcall.so /usr/lib64/libcallback.so >&5
configure:34632: $? = 0
configure:34632: result: yes
configure:34632: checking for memset
configure:34632: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c /usr/lib64/libavcall.so /usr/lib64/libcallback.so >&5
conftest.c:424:6: warning: conflicting types for built-in function 'memset' [enabled by default]
configure:34632: $? = 0
configure:34632: result: yes
configure:34632: checking for setsid
configure:34632: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c /usr/lib64/libavcall.so /usr/lib64/libcallback.so >&5
configure:34632: $? = 0
configure:34632: result: yes
configure:34632: checking for setpgid
configure:34632: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c /usr/lib64/libavcall.so /usr/lib64/libcallback.so >&5
configure:34632: $? = 0
configure:34632: result: yes
configure:34632: checking for fchmod
configure:34632: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c /usr/lib64/libavcall.so /usr/lib64/libcallback.so >&5
configure:34632: $? = 0
configure:34632: result: yes
configure:34632: checking for fsync
configure:34632: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c /usr/lib64/libavcall.so /usr/lib64/libcallback.so >&5
configure:34632: $? = 0
configure:34632: result: yes
configure:34632: checking for flock
configure:34632: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c /usr/lib64/libavcall.so /usr/lib64/libcallback.so >&5
configure:34632: $? = 0
configure:34632: result: yes
configure:34632: checking for gethostent
configure:34632: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c /usr/lib64/libavcall.so /usr/lib64/libcallback.so >&5
configure:34632: $? = 0
configure:34632: result: yes
configure:34632: checking for shutdown
configure:34632: result: yes
configure:34632: checking for usleep
configure:34632: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c /usr/lib64/libavcall.so /usr/lib64/libcallback.so >&5
configure:34632: $? = 0
configure:34632: result: yes
configure:34632: checking for ualarm
configure:34632: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c /usr/lib64/libavcall.so /usr/lib64/libcallback.so >&5
configure:34632: $? = 0
configure:34632: result: yes
configure:34632: checking for setitimer
configure:34632: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c /usr/lib64/libavcall.so /usr/lib64/libcallback.so >&5
configure:34632: $? = 0
configure:34632: result: yes
configure:34632: checking for nice
configure:34632: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c /usr/lib64/libavcall.so /usr/lib64/libcallback.so >&5
configure:34632: $? = 0
configure:34632: result: yes
configure:34632: checking for ftime
configure:34632: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c /usr/lib64/libavcall.so /usr/lib64/libcallback.so >&5
configure:34632: $? = 0
configure:34632: result: yes
configure:34632: checking for realpath
configure:34632: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c /usr/lib64/libavcall.so /usr/lib64/libcallback.so >&5
configure:34632: $? = 0
configure:34632: result: yes
configure:34632: checking for getresuid
configure:34632: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c /usr/lib64/libavcall.so /usr/lib64/libcallback.so >&5
configure:34632: $? = 0
configure:34632: result: yes
configure:34632: checking for setresuid
configure:34632: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c /usr/lib64/libavcall.so /usr/lib64/libcallback.so >&5
configure:34632: $? = 0
configure:34632: result: yes
configure:34632: checking for getresgid
configure:34632: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c /usr/lib64/libavcall.so /usr/lib64/libcallback.so >&5
configure:34632: $? = 0
configure:34632: result: yes
configure:34632: checking for setresgid
configure:34632: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c /usr/lib64/libavcall.so /usr/lib64/libcallback.so >&5
configure:34632: $? = 0
configure:34632: result: yes
configure:34632: checking for setreuid
configure:34632: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c /usr/lib64/libavcall.so /usr/lib64/libcallback.so >&5
configure:34632: $? = 0
configure:34632: result: yes
configure:34632: checking for setregid
configure:34632: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c /usr/lib64/libavcall.so /usr/lib64/libcallback.so >&5
configure:34632: $? = 0
configure:34632: result: yes
configure:34632: checking for gethostname
configure:34632: result: yes
configure:34632: checking for getcwd
configure:34632: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c /usr/lib64/libavcall.so /usr/lib64/libcallback.so >&5
configure:34632: $? = 0
configure:34632: result: yes
configure:34632: checking for uname
configure:34632: result: yes
configure:34632: checking for readdir_r
configure:34632: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c /usr/lib64/libavcall.so /usr/lib64/libcallback.so >&5
configure:34632: $? = 0
configure:34632: result: yes
configure:34632: checking for rand_r
configure:34632: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c /usr/lib64/libavcall.so /usr/lib64/libcallback.so >&5
configure:34632: $? = 0
configure:34632: result: yes
configure:34644: checking for getrlimit
configure:34644: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c /usr/lib64/libavcall.so /usr/lib64/libcallback.so >&5
configure:34644: $? = 0
configure:34644: result: yes
configure:34644: checking for setrlimit
configure:34644: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c /usr/lib64/libavcall.so /usr/lib64/libcallback.so >&5
configure:34644: $? = 0
configure:34644: result: yes
configure:34657: checking size of rlim_t
configure:34662: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c /usr/lib64/libavcall.so /usr/lib64/libcallback.so >&5
configure:34662: $? = 0
configure:34662: ./conftest
configure:34662: $? = 0
configure:34678: result: 8
configure:34688: checking for getrlimit declaration
configure:34720: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
conftest.c:443:5: error: conflicting types for 'getrlimit'
In file included from conftest.c:436:0:
/usr/include/sys/resource.h:51:12: note: previous declaration of 'getrlimit' was here
configure:34720: $? = 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.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 _DARWIN_C_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 HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MEMPCPY 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_ALARM 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_CATGETS 1
| #define HAVE_TZSET 1
| #define HAVE_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_MBSTATE_T 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_FFSLL 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_MEMPCPY 1
| #define HAVE_RAW_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_RAWMEMCHR 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRCHRNUL 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_STRCASESTR 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRERROR_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_RAW_DECL_STRVERSCMP 1
| #define HAVE_DECL_LOCALTIME_R 0
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WINT_T 1
| #define GNULIB_TEST_ACCEPT 1
| #define HAVE_ALLOCA 1
| #define HAVE_RAW_DECL_INET_NTOP 1
| #define HAVE_RAW_DECL_INET_PTON 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define GNULIB_TEST_CLOSE 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETHOSTNAME 1
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOADAVG 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define GNULIB_TEST_GETSOCKNAME 1
| #define GNULIB_TEST_GETSOCKOPT 1
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __x86_64__
| #define __x86_64__ 1
| #endif
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define HAVE_IOCTL 1
| #define GNULIB_TEST_IOCTL 1
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 0
| #define GNULIB_TEST_LISTEN 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC_GNU 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MBTOWC 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MKDTEMP 1
| #define GNULIB_TEST_MKDTEMP 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_TEST_MKNOD 1
| #define GNULIB_TEST_MKSTEMP 1
| #define GNULIB_TEST_MKTIME 1
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define GNULIB_TEST_SELECT 1
| #define GNULIB_TEST_SEND 1
| #define GNULIB_TEST_SENDTO 1
| #define GNULIB_TEST_SETENV 1
| #define GNULIB_TEST_SETSOCKOPT 1
| #define GNULIB_TEST_SHUTDOWN 1
| #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1
| #define HAVE_RAW_DECL_SIGACTION 1
| #define HAVE_RAW_DECL_SIGADDSET 1
| #define HAVE_RAW_DECL_SIGDELSET 1
| #define HAVE_RAW_DECL_SIGEMPTYSET 1
| #define HAVE_RAW_DECL_SIGFILLSET 1
| #define HAVE_RAW_DECL_SIGISMEMBER 1
| #define HAVE_RAW_DECL_SIGPENDING 1
| #define HAVE_RAW_DECL_SIGPROCMASK 1
| #define GNULIB_TEST_SOCKET 1
| #define GNULIB_TEST_STAT 1
| #define HAVE_RAW_DECL__EXIT 1
| #define HAVE_RAW_DECL_ATOLL 1
| #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
| #define HAVE_RAW_DECL_GETLOADAVG 1
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKDTEMP 1
| #define HAVE_RAW_DECL_MKOSTEMP 1
| #define HAVE_RAW_DECL_MKOSTEMPS 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_MKSTEMPS 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_RANDOM_R 1
| #define HAVE_RAW_DECL_SRANDOM_R 1
| #define HAVE_RAW_DECL_SETSTATE_R 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_RAW_DECL_UNSETENV 1
| #define GNULIB_TEST_STRERROR_R 1
| #define my_strftime nstrftime
| #define GNULIB_TEST_STRPTIME 1
| #define HAVE_STRVERSCMP 1
| #define GNULIB_TEST_STRVERSCMP 1
| #define HAVE_RAW_DECL_IOCTL 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_RAW_DECL_FCHMODAT 1
| #define HAVE_RAW_DECL_FSTATAT 1
| #define HAVE_RAW_DECL_FUTIMENS 1
| #define HAVE_RAW_DECL_LCHMOD 1
| #define HAVE_RAW_DECL_LSTAT 1
| #define HAVE_RAW_DECL_MKDIRAT 1
| #define HAVE_RAW_DECL_MKFIFO 1
| #define HAVE_RAW_DECL_MKFIFOAT 1
| #define HAVE_RAW_DECL_MKNOD 1
| #define HAVE_RAW_DECL_MKNODAT 1
| #define HAVE_RAW_DECL_STAT 1
| #define HAVE_RAW_DECL_UTIMENSAT 1
| #define HAVE_STRUCT_UTSNAME 1
| #define HAVE_RAW_DECL_UNAME 1
| #define HAVE_RAW_DECL_WAITPID 1
| #define GNULIB_TEST_TIME_R 1
| #define HAVE_UNAME 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_DUP3 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_EUIDACCESS 1
| #define HAVE_RAW_DECL_FACCESSAT 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FCHOWNAT 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_FTRUNCATE 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDOMAINNAME 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_GROUP_MEMBER 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| #define HAVE_RAW_DECL_LINKAT 1
| #define HAVE_RAW_DECL_LSEEK 1
| #define HAVE_RAW_DECL_PIPE 1
| #define HAVE_RAW_DECL_PIPE2 1
| #define HAVE_RAW_DECL_PREAD 1
| #define HAVE_RAW_DECL_PWRITE 1
| #define HAVE_RAW_DECL_READLINK 1
| #define HAVE_RAW_DECL_READLINKAT 1
| #define HAVE_RAW_DECL_RMDIR 1
| #define HAVE_RAW_DECL_SLEEP 1
| #define HAVE_RAW_DECL_SYMLINK 1
| #define HAVE_RAW_DECL_SYMLINKAT 1
| #define HAVE_RAW_DECL_TTYNAME_R 1
| #define HAVE_RAW_DECL_UNLINK 1
| #define HAVE_RAW_DECL_UNLINKAT 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 HAVE_RAW_DECL_WMEMCHR 1
| #define HAVE_RAW_DECL_WMEMCMP 1
| #define HAVE_RAW_DECL_WMEMCPY 1
| #define HAVE_RAW_DECL_WMEMMOVE 1
| #define HAVE_RAW_DECL_WMEMSET 1
| #define HAVE_RAW_DECL_WCSLEN 1
| #define HAVE_RAW_DECL_WCSNLEN 1
| #define HAVE_RAW_DECL_WCSCPY 1
| #define HAVE_RAW_DECL_WCPCPY 1
| #define HAVE_RAW_DECL_WCSNCPY 1
| #define HAVE_RAW_DECL_WCPNCPY 1
| #define HAVE_RAW_DECL_WCSCAT 1
| #define HAVE_RAW_DECL_WCSNCAT 1
| #define HAVE_RAW_DECL_WCSCMP 1
| #define HAVE_RAW_DECL_WCSNCMP 1
| #define HAVE_RAW_DECL_WCSCASECMP 1
| #define HAVE_RAW_DECL_WCSNCASECMP 1
| #define HAVE_RAW_DECL_WCSCOLL 1
| #define HAVE_RAW_DECL_WCSXFRM 1
| #define HAVE_RAW_DECL_WCSDUP 1
| #define HAVE_RAW_DECL_WCSCHR 1
| #define HAVE_RAW_DECL_WCSRCHR 1
| #define HAVE_RAW_DECL_WCSCSPN 1
| #define HAVE_RAW_DECL_WCSSPN 1
| #define HAVE_RAW_DECL_WCSPBRK 1
| #define HAVE_RAW_DECL_WCSSTR 1
| #define HAVE_RAW_DECL_WCSTOK 1
| #define HAVE_RAW_DECL_WCSWIDTH 1
| #define GNULIB_TEST_WCRTOMB 1
| #define HAVE_TOWLOWER 1
| #define HAVE_RAW_DECL_WCTYPE 1
| #define HAVE_RAW_DECL_ISWCTYPE 1
| #define HAVE_RAW_DECL_WCTRANS 1
| #define HAVE_RAW_DECL_TOWCTRANS 1
| #define HAVE_ICONV 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_SHM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_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 16
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE__JMP /**/
| #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_FLOCK 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_GETRESUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_GETRESGID 1
| #define HAVE_SETRESGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETCWD 1
| #define HAVE_UNAME 1
| #define HAVE_READDIR_R 1
| #define HAVE_RAND_R 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define SIZEOF_RLIM_T 8
| /* 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 getrlimit (int resource, struct rlimit * rlim);
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:34732: result: extern int getrlimit (enum __rlimit_resource, struct rlimit *);
configure:34740: checking for setrlimit declaration
configure:34772: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
conftest.c:444:5: error: conflicting types for 'setrlimit'
In file included from conftest.c:437:0:
/usr/include/sys/resource.h:70:12: note: previous declaration of 'setrlimit' was here
configure:34772: $? = 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.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 _DARWIN_C_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 HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MEMPCPY 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_ALARM 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_CATGETS 1
| #define HAVE_TZSET 1
| #define HAVE_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_MBSTATE_T 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_FFSLL 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_MEMPCPY 1
| #define HAVE_RAW_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_RAWMEMCHR 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRCHRNUL 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_STRCASESTR 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRERROR_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_RAW_DECL_STRVERSCMP 1
| #define HAVE_DECL_LOCALTIME_R 0
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WINT_T 1
| #define GNULIB_TEST_ACCEPT 1
| #define HAVE_ALLOCA 1
| #define HAVE_RAW_DECL_INET_NTOP 1
| #define HAVE_RAW_DECL_INET_PTON 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define GNULIB_TEST_CLOSE 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETHOSTNAME 1
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOADAVG 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define GNULIB_TEST_GETSOCKNAME 1
| #define GNULIB_TEST_GETSOCKOPT 1
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __x86_64__
| #define __x86_64__ 1
| #endif
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define HAVE_IOCTL 1
| #define GNULIB_TEST_IOCTL 1
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 0
| #define GNULIB_TEST_LISTEN 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC_GNU 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MBTOWC 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MKDTEMP 1
| #define GNULIB_TEST_MKDTEMP 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_TEST_MKNOD 1
| #define GNULIB_TEST_MKSTEMP 1
| #define GNULIB_TEST_MKTIME 1
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define GNULIB_TEST_SELECT 1
| #define GNULIB_TEST_SEND 1
| #define GNULIB_TEST_SENDTO 1
| #define GNULIB_TEST_SETENV 1
| #define GNULIB_TEST_SETSOCKOPT 1
| #define GNULIB_TEST_SHUTDOWN 1
| #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1
| #define HAVE_RAW_DECL_SIGACTION 1
| #define HAVE_RAW_DECL_SIGADDSET 1
| #define HAVE_RAW_DECL_SIGDELSET 1
| #define HAVE_RAW_DECL_SIGEMPTYSET 1
| #define HAVE_RAW_DECL_SIGFILLSET 1
| #define HAVE_RAW_DECL_SIGISMEMBER 1
| #define HAVE_RAW_DECL_SIGPENDING 1
| #define HAVE_RAW_DECL_SIGPROCMASK 1
| #define GNULIB_TEST_SOCKET 1
| #define GNULIB_TEST_STAT 1
| #define HAVE_RAW_DECL__EXIT 1
| #define HAVE_RAW_DECL_ATOLL 1
| #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
| #define HAVE_RAW_DECL_GETLOADAVG 1
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKDTEMP 1
| #define HAVE_RAW_DECL_MKOSTEMP 1
| #define HAVE_RAW_DECL_MKOSTEMPS 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_MKSTEMPS 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_RANDOM_R 1
| #define HAVE_RAW_DECL_SRANDOM_R 1
| #define HAVE_RAW_DECL_SETSTATE_R 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_RAW_DECL_UNSETENV 1
| #define GNULIB_TEST_STRERROR_R 1
| #define my_strftime nstrftime
| #define GNULIB_TEST_STRPTIME 1
| #define HAVE_STRVERSCMP 1
| #define GNULIB_TEST_STRVERSCMP 1
| #define HAVE_RAW_DECL_IOCTL 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_RAW_DECL_FCHMODAT 1
| #define HAVE_RAW_DECL_FSTATAT 1
| #define HAVE_RAW_DECL_FUTIMENS 1
| #define HAVE_RAW_DECL_LCHMOD 1
| #define HAVE_RAW_DECL_LSTAT 1
| #define HAVE_RAW_DECL_MKDIRAT 1
| #define HAVE_RAW_DECL_MKFIFO 1
| #define HAVE_RAW_DECL_MKFIFOAT 1
| #define HAVE_RAW_DECL_MKNOD 1
| #define HAVE_RAW_DECL_MKNODAT 1
| #define HAVE_RAW_DECL_STAT 1
| #define HAVE_RAW_DECL_UTIMENSAT 1
| #define HAVE_STRUCT_UTSNAME 1
| #define HAVE_RAW_DECL_UNAME 1
| #define HAVE_RAW_DECL_WAITPID 1
| #define GNULIB_TEST_TIME_R 1
| #define HAVE_UNAME 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_DUP3 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_EUIDACCESS 1
| #define HAVE_RAW_DECL_FACCESSAT 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FCHOWNAT 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_FTRUNCATE 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDOMAINNAME 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_GROUP_MEMBER 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| #define HAVE_RAW_DECL_LINKAT 1
| #define HAVE_RAW_DECL_LSEEK 1
| #define HAVE_RAW_DECL_PIPE 1
| #define HAVE_RAW_DECL_PIPE2 1
| #define HAVE_RAW_DECL_PREAD 1
| #define HAVE_RAW_DECL_PWRITE 1
| #define HAVE_RAW_DECL_READLINK 1
| #define HAVE_RAW_DECL_READLINKAT 1
| #define HAVE_RAW_DECL_RMDIR 1
| #define HAVE_RAW_DECL_SLEEP 1
| #define HAVE_RAW_DECL_SYMLINK 1
| #define HAVE_RAW_DECL_SYMLINKAT 1
| #define HAVE_RAW_DECL_TTYNAME_R 1
| #define HAVE_RAW_DECL_UNLINK 1
| #define HAVE_RAW_DECL_UNLINKAT 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 HAVE_RAW_DECL_WMEMCHR 1
| #define HAVE_RAW_DECL_WMEMCMP 1
| #define HAVE_RAW_DECL_WMEMCPY 1
| #define HAVE_RAW_DECL_WMEMMOVE 1
| #define HAVE_RAW_DECL_WMEMSET 1
| #define HAVE_RAW_DECL_WCSLEN 1
| #define HAVE_RAW_DECL_WCSNLEN 1
| #define HAVE_RAW_DECL_WCSCPY 1
| #define HAVE_RAW_DECL_WCPCPY 1
| #define HAVE_RAW_DECL_WCSNCPY 1
| #define HAVE_RAW_DECL_WCPNCPY 1
| #define HAVE_RAW_DECL_WCSCAT 1
| #define HAVE_RAW_DECL_WCSNCAT 1
| #define HAVE_RAW_DECL_WCSCMP 1
| #define HAVE_RAW_DECL_WCSNCMP 1
| #define HAVE_RAW_DECL_WCSCASECMP 1
| #define HAVE_RAW_DECL_WCSNCASECMP 1
| #define HAVE_RAW_DECL_WCSCOLL 1
| #define HAVE_RAW_DECL_WCSXFRM 1
| #define HAVE_RAW_DECL_WCSDUP 1
| #define HAVE_RAW_DECL_WCSCHR 1
| #define HAVE_RAW_DECL_WCSRCHR 1
| #define HAVE_RAW_DECL_WCSCSPN 1
| #define HAVE_RAW_DECL_WCSSPN 1
| #define HAVE_RAW_DECL_WCSPBRK 1
| #define HAVE_RAW_DECL_WCSSTR 1
| #define HAVE_RAW_DECL_WCSTOK 1
| #define HAVE_RAW_DECL_WCSWIDTH 1
| #define GNULIB_TEST_WCRTOMB 1
| #define HAVE_TOWLOWER 1
| #define HAVE_RAW_DECL_WCTYPE 1
| #define HAVE_RAW_DECL_ISWCTYPE 1
| #define HAVE_RAW_DECL_WCTRANS 1
| #define HAVE_RAW_DECL_TOWCTRANS 1
| #define HAVE_ICONV 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_SHM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_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 16
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE__JMP /**/
| #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_FLOCK 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_GETRESUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_GETRESGID 1
| #define HAVE_SETRESGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETCWD 1
| #define HAVE_UNAME 1
| #define HAVE_READDIR_R 1
| #define HAVE_RAND_R 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define SIZEOF_RLIM_T 8
| #define RLIMIT_RESOURCE_T enum __rlimit_resource
| /* 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:34785: result: extern int setrlimit (enum __rlimit_resource, const struct rlimit *);
configure:34794: checking for pid_t
configure:34794: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:34794: $? = 0
configure:34794: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
conftest.c: In function 'main':
conftest.c:467:20: error: expected expression before ')' token
configure:34794: $? = 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.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 _DARWIN_C_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 HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MEMPCPY 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_ALARM 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_CATGETS 1
| #define HAVE_TZSET 1
| #define HAVE_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_MBSTATE_T 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_FFSLL 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_MEMPCPY 1
| #define HAVE_RAW_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_RAWMEMCHR 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRCHRNUL 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_STRCASESTR 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRERROR_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_RAW_DECL_STRVERSCMP 1
| #define HAVE_DECL_LOCALTIME_R 0
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WINT_T 1
| #define GNULIB_TEST_ACCEPT 1
| #define HAVE_ALLOCA 1
| #define HAVE_RAW_DECL_INET_NTOP 1
| #define HAVE_RAW_DECL_INET_PTON 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define GNULIB_TEST_CLOSE 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETHOSTNAME 1
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOADAVG 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define GNULIB_TEST_GETSOCKNAME 1
| #define GNULIB_TEST_GETSOCKOPT 1
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __x86_64__
| #define __x86_64__ 1
| #endif
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define HAVE_IOCTL 1
| #define GNULIB_TEST_IOCTL 1
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 0
| #define GNULIB_TEST_LISTEN 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC_GNU 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MBTOWC 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MKDTEMP 1
| #define GNULIB_TEST_MKDTEMP 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_TEST_MKNOD 1
| #define GNULIB_TEST_MKSTEMP 1
| #define GNULIB_TEST_MKTIME 1
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define GNULIB_TEST_SELECT 1
| #define GNULIB_TEST_SEND 1
| #define GNULIB_TEST_SENDTO 1
| #define GNULIB_TEST_SETENV 1
| #define GNULIB_TEST_SETSOCKOPT 1
| #define GNULIB_TEST_SHUTDOWN 1
| #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1
| #define HAVE_RAW_DECL_SIGACTION 1
| #define HAVE_RAW_DECL_SIGADDSET 1
| #define HAVE_RAW_DECL_SIGDELSET 1
| #define HAVE_RAW_DECL_SIGEMPTYSET 1
| #define HAVE_RAW_DECL_SIGFILLSET 1
| #define HAVE_RAW_DECL_SIGISMEMBER 1
| #define HAVE_RAW_DECL_SIGPENDING 1
| #define HAVE_RAW_DECL_SIGPROCMASK 1
| #define GNULIB_TEST_SOCKET 1
| #define GNULIB_TEST_STAT 1
| #define HAVE_RAW_DECL__EXIT 1
| #define HAVE_RAW_DECL_ATOLL 1
| #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
| #define HAVE_RAW_DECL_GETLOADAVG 1
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKDTEMP 1
| #define HAVE_RAW_DECL_MKOSTEMP 1
| #define HAVE_RAW_DECL_MKOSTEMPS 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_MKSTEMPS 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_RANDOM_R 1
| #define HAVE_RAW_DECL_SRANDOM_R 1
| #define HAVE_RAW_DECL_SETSTATE_R 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_RAW_DECL_UNSETENV 1
| #define GNULIB_TEST_STRERROR_R 1
| #define my_strftime nstrftime
| #define GNULIB_TEST_STRPTIME 1
| #define HAVE_STRVERSCMP 1
| #define GNULIB_TEST_STRVERSCMP 1
| #define HAVE_RAW_DECL_IOCTL 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_RAW_DECL_FCHMODAT 1
| #define HAVE_RAW_DECL_FSTATAT 1
| #define HAVE_RAW_DECL_FUTIMENS 1
| #define HAVE_RAW_DECL_LCHMOD 1
| #define HAVE_RAW_DECL_LSTAT 1
| #define HAVE_RAW_DECL_MKDIRAT 1
| #define HAVE_RAW_DECL_MKFIFO 1
| #define HAVE_RAW_DECL_MKFIFOAT 1
| #define HAVE_RAW_DECL_MKNOD 1
| #define HAVE_RAW_DECL_MKNODAT 1
| #define HAVE_RAW_DECL_STAT 1
| #define HAVE_RAW_DECL_UTIMENSAT 1
| #define HAVE_STRUCT_UTSNAME 1
| #define HAVE_RAW_DECL_UNAME 1
| #define HAVE_RAW_DECL_WAITPID 1
| #define GNULIB_TEST_TIME_R 1
| #define HAVE_UNAME 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_DUP3 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_EUIDACCESS 1
| #define HAVE_RAW_DECL_FACCESSAT 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FCHOWNAT 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_FTRUNCATE 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDOMAINNAME 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_GROUP_MEMBER 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| #define HAVE_RAW_DECL_LINKAT 1
| #define HAVE_RAW_DECL_LSEEK 1
| #define HAVE_RAW_DECL_PIPE 1
| #define HAVE_RAW_DECL_PIPE2 1
| #define HAVE_RAW_DECL_PREAD 1
| #define HAVE_RAW_DECL_PWRITE 1
| #define HAVE_RAW_DECL_READLINK 1
| #define HAVE_RAW_DECL_READLINKAT 1
| #define HAVE_RAW_DECL_RMDIR 1
| #define HAVE_RAW_DECL_SLEEP 1
| #define HAVE_RAW_DECL_SYMLINK 1
| #define HAVE_RAW_DECL_SYMLINKAT 1
| #define HAVE_RAW_DECL_TTYNAME_R 1
| #define HAVE_RAW_DECL_UNLINK 1
| #define HAVE_RAW_DECL_UNLINKAT 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 HAVE_RAW_DECL_WMEMCHR 1
| #define HAVE_RAW_DECL_WMEMCMP 1
| #define HAVE_RAW_DECL_WMEMCPY 1
| #define HAVE_RAW_DECL_WMEMMOVE 1
| #define HAVE_RAW_DECL_WMEMSET 1
| #define HAVE_RAW_DECL_WCSLEN 1
| #define HAVE_RAW_DECL_WCSNLEN 1
| #define HAVE_RAW_DECL_WCSCPY 1
| #define HAVE_RAW_DECL_WCPCPY 1
| #define HAVE_RAW_DECL_WCSNCPY 1
| #define HAVE_RAW_DECL_WCPNCPY 1
| #define HAVE_RAW_DECL_WCSCAT 1
| #define HAVE_RAW_DECL_WCSNCAT 1
| #define HAVE_RAW_DECL_WCSCMP 1
| #define HAVE_RAW_DECL_WCSNCMP 1
| #define HAVE_RAW_DECL_WCSCASECMP 1
| #define HAVE_RAW_DECL_WCSNCASECMP 1
| #define HAVE_RAW_DECL_WCSCOLL 1
| #define HAVE_RAW_DECL_WCSXFRM 1
| #define HAVE_RAW_DECL_WCSDUP 1
| #define HAVE_RAW_DECL_WCSCHR 1
| #define HAVE_RAW_DECL_WCSRCHR 1
| #define HAVE_RAW_DECL_WCSCSPN 1
| #define HAVE_RAW_DECL_WCSSPN 1
| #define HAVE_RAW_DECL_WCSPBRK 1
| #define HAVE_RAW_DECL_WCSSTR 1
| #define HAVE_RAW_DECL_WCSTOK 1
| #define HAVE_RAW_DECL_WCSWIDTH 1
| #define GNULIB_TEST_WCRTOMB 1
| #define HAVE_TOWLOWER 1
| #define HAVE_RAW_DECL_WCTYPE 1
| #define HAVE_RAW_DECL_ISWCTYPE 1
| #define HAVE_RAW_DECL_WCTRANS 1
| #define HAVE_RAW_DECL_TOWCTRANS 1
| #define HAVE_ICONV 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_SHM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_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 16
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE__JMP /**/
| #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_FLOCK 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_GETRESUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_GETRESGID 1
| #define HAVE_SETRESGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETCWD 1
| #define HAVE_UNAME 1
| #define HAVE_READDIR_R 1
| #define HAVE_RAND_R 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define SIZEOF_RLIM_T 8
| #define RLIMIT_RESOURCE_T enum __rlimit_resource
| #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:34794: result: yes
configure:34807: checking vfork.h usability
configure:34807: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
conftest.c:464:19: fatal error: vfork.h: No such file or directory
compilation terminated.
configure:34807: $? = 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.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 _DARWIN_C_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 HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MEMPCPY 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_ALARM 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_CATGETS 1
| #define HAVE_TZSET 1
| #define HAVE_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_MBSTATE_T 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_FFSLL 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_MEMPCPY 1
| #define HAVE_RAW_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_RAWMEMCHR 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRCHRNUL 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_STRCASESTR 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRERROR_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_RAW_DECL_STRVERSCMP 1
| #define HAVE_DECL_LOCALTIME_R 0
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WINT_T 1
| #define GNULIB_TEST_ACCEPT 1
| #define HAVE_ALLOCA 1
| #define HAVE_RAW_DECL_INET_NTOP 1
| #define HAVE_RAW_DECL_INET_PTON 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define GNULIB_TEST_CLOSE 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETHOSTNAME 1
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOADAVG 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define GNULIB_TEST_GETSOCKNAME 1
| #define GNULIB_TEST_GETSOCKOPT 1
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __x86_64__
| #define __x86_64__ 1
| #endif
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define HAVE_IOCTL 1
| #define GNULIB_TEST_IOCTL 1
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 0
| #define GNULIB_TEST_LISTEN 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC_GNU 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MBTOWC 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MKDTEMP 1
| #define GNULIB_TEST_MKDTEMP 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_TEST_MKNOD 1
| #define GNULIB_TEST_MKSTEMP 1
| #define GNULIB_TEST_MKTIME 1
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define GNULIB_TEST_SELECT 1
| #define GNULIB_TEST_SEND 1
| #define GNULIB_TEST_SENDTO 1
| #define GNULIB_TEST_SETENV 1
| #define GNULIB_TEST_SETSOCKOPT 1
| #define GNULIB_TEST_SHUTDOWN 1
| #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1
| #define HAVE_RAW_DECL_SIGACTION 1
| #define HAVE_RAW_DECL_SIGADDSET 1
| #define HAVE_RAW_DECL_SIGDELSET 1
| #define HAVE_RAW_DECL_SIGEMPTYSET 1
| #define HAVE_RAW_DECL_SIGFILLSET 1
| #define HAVE_RAW_DECL_SIGISMEMBER 1
| #define HAVE_RAW_DECL_SIGPENDING 1
| #define HAVE_RAW_DECL_SIGPROCMASK 1
| #define GNULIB_TEST_SOCKET 1
| #define GNULIB_TEST_STAT 1
| #define HAVE_RAW_DECL__EXIT 1
| #define HAVE_RAW_DECL_ATOLL 1
| #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
| #define HAVE_RAW_DECL_GETLOADAVG 1
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKDTEMP 1
| #define HAVE_RAW_DECL_MKOSTEMP 1
| #define HAVE_RAW_DECL_MKOSTEMPS 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_MKSTEMPS 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_RANDOM_R 1
| #define HAVE_RAW_DECL_SRANDOM_R 1
| #define HAVE_RAW_DECL_SETSTATE_R 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_RAW_DECL_UNSETENV 1
| #define GNULIB_TEST_STRERROR_R 1
| #define my_strftime nstrftime
| #define GNULIB_TEST_STRPTIME 1
| #define HAVE_STRVERSCMP 1
| #define GNULIB_TEST_STRVERSCMP 1
| #define HAVE_RAW_DECL_IOCTL 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_RAW_DECL_FCHMODAT 1
| #define HAVE_RAW_DECL_FSTATAT 1
| #define HAVE_RAW_DECL_FUTIMENS 1
| #define HAVE_RAW_DECL_LCHMOD 1
| #define HAVE_RAW_DECL_LSTAT 1
| #define HAVE_RAW_DECL_MKDIRAT 1
| #define HAVE_RAW_DECL_MKFIFO 1
| #define HAVE_RAW_DECL_MKFIFOAT 1
| #define HAVE_RAW_DECL_MKNOD 1
| #define HAVE_RAW_DECL_MKNODAT 1
| #define HAVE_RAW_DECL_STAT 1
| #define HAVE_RAW_DECL_UTIMENSAT 1
| #define HAVE_STRUCT_UTSNAME 1
| #define HAVE_RAW_DECL_UNAME 1
| #define HAVE_RAW_DECL_WAITPID 1
| #define GNULIB_TEST_TIME_R 1
| #define HAVE_UNAME 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_DUP3 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_EUIDACCESS 1
| #define HAVE_RAW_DECL_FACCESSAT 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FCHOWNAT 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_FTRUNCATE 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDOMAINNAME 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_GROUP_MEMBER 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| #define HAVE_RAW_DECL_LINKAT 1
| #define HAVE_RAW_DECL_LSEEK 1
| #define HAVE_RAW_DECL_PIPE 1
| #define HAVE_RAW_DECL_PIPE2 1
| #define HAVE_RAW_DECL_PREAD 1
| #define HAVE_RAW_DECL_PWRITE 1
| #define HAVE_RAW_DECL_READLINK 1
| #define HAVE_RAW_DECL_READLINKAT 1
| #define HAVE_RAW_DECL_RMDIR 1
| #define HAVE_RAW_DECL_SLEEP 1
| #define HAVE_RAW_DECL_SYMLINK 1
| #define HAVE_RAW_DECL_SYMLINKAT 1
| #define HAVE_RAW_DECL_TTYNAME_R 1
| #define HAVE_RAW_DECL_UNLINK 1
| #define HAVE_RAW_DECL_UNLINKAT 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 HAVE_RAW_DECL_WMEMCHR 1
| #define HAVE_RAW_DECL_WMEMCMP 1
| #define HAVE_RAW_DECL_WMEMCPY 1
| #define HAVE_RAW_DECL_WMEMMOVE 1
| #define HAVE_RAW_DECL_WMEMSET 1
| #define HAVE_RAW_DECL_WCSLEN 1
| #define HAVE_RAW_DECL_WCSNLEN 1
| #define HAVE_RAW_DECL_WCSCPY 1
| #define HAVE_RAW_DECL_WCPCPY 1
| #define HAVE_RAW_DECL_WCSNCPY 1
| #define HAVE_RAW_DECL_WCPNCPY 1
| #define HAVE_RAW_DECL_WCSCAT 1
| #define HAVE_RAW_DECL_WCSNCAT 1
| #define HAVE_RAW_DECL_WCSCMP 1
| #define HAVE_RAW_DECL_WCSNCMP 1
| #define HAVE_RAW_DECL_WCSCASECMP 1
| #define HAVE_RAW_DECL_WCSNCASECMP 1
| #define HAVE_RAW_DECL_WCSCOLL 1
| #define HAVE_RAW_DECL_WCSXFRM 1
| #define HAVE_RAW_DECL_WCSDUP 1
| #define HAVE_RAW_DECL_WCSCHR 1
| #define HAVE_RAW_DECL_WCSRCHR 1
| #define HAVE_RAW_DECL_WCSCSPN 1
| #define HAVE_RAW_DECL_WCSSPN 1
| #define HAVE_RAW_DECL_WCSPBRK 1
| #define HAVE_RAW_DECL_WCSSTR 1
| #define HAVE_RAW_DECL_WCSTOK 1
| #define HAVE_RAW_DECL_WCSWIDTH 1
| #define GNULIB_TEST_WCRTOMB 1
| #define HAVE_TOWLOWER 1
| #define HAVE_RAW_DECL_WCTYPE 1
| #define HAVE_RAW_DECL_ISWCTYPE 1
| #define HAVE_RAW_DECL_WCTRANS 1
| #define HAVE_RAW_DECL_TOWCTRANS 1
| #define HAVE_ICONV 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_SHM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_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 16
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE__JMP /**/
| #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_FLOCK 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_GETRESUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_GETRESGID 1
| #define HAVE_SETRESGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETCWD 1
| #define HAVE_UNAME 1
| #define HAVE_READDIR_R 1
| #define HAVE_RAND_R 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define SIZEOF_RLIM_T 8
| #define RLIMIT_RESOURCE_T enum __rlimit_resource
| #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:34807: result: no
configure:34807: checking vfork.h presence
configure:34807: gcc -E -I/usr/include/db4.8 conftest.c
conftest.c:431:19: fatal error: vfork.h: No such file or directory
compilation terminated.
configure:34807: $? = 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.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 _DARWIN_C_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 HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MEMPCPY 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_ALARM 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_CATGETS 1
| #define HAVE_TZSET 1
| #define HAVE_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_MBSTATE_T 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_FFSLL 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_MEMPCPY 1
| #define HAVE_RAW_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_RAWMEMCHR 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRCHRNUL 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_STRCASESTR 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRERROR_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_RAW_DECL_STRVERSCMP 1
| #define HAVE_DECL_LOCALTIME_R 0
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WINT_T 1
| #define GNULIB_TEST_ACCEPT 1
| #define HAVE_ALLOCA 1
| #define HAVE_RAW_DECL_INET_NTOP 1
| #define HAVE_RAW_DECL_INET_PTON 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define GNULIB_TEST_CLOSE 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETHOSTNAME 1
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOADAVG 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define GNULIB_TEST_GETSOCKNAME 1
| #define GNULIB_TEST_GETSOCKOPT 1
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __x86_64__
| #define __x86_64__ 1
| #endif
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define HAVE_IOCTL 1
| #define GNULIB_TEST_IOCTL 1
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 0
| #define GNULIB_TEST_LISTEN 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC_GNU 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MBTOWC 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MKDTEMP 1
| #define GNULIB_TEST_MKDTEMP 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_TEST_MKNOD 1
| #define GNULIB_TEST_MKSTEMP 1
| #define GNULIB_TEST_MKTIME 1
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define GNULIB_TEST_SELECT 1
| #define GNULIB_TEST_SEND 1
| #define GNULIB_TEST_SENDTO 1
| #define GNULIB_TEST_SETENV 1
| #define GNULIB_TEST_SETSOCKOPT 1
| #define GNULIB_TEST_SHUTDOWN 1
| #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1
| #define HAVE_RAW_DECL_SIGACTION 1
| #define HAVE_RAW_DECL_SIGADDSET 1
| #define HAVE_RAW_DECL_SIGDELSET 1
| #define HAVE_RAW_DECL_SIGEMPTYSET 1
| #define HAVE_RAW_DECL_SIGFILLSET 1
| #define HAVE_RAW_DECL_SIGISMEMBER 1
| #define HAVE_RAW_DECL_SIGPENDING 1
| #define HAVE_RAW_DECL_SIGPROCMASK 1
| #define GNULIB_TEST_SOCKET 1
| #define GNULIB_TEST_STAT 1
| #define HAVE_RAW_DECL__EXIT 1
| #define HAVE_RAW_DECL_ATOLL 1
| #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
| #define HAVE_RAW_DECL_GETLOADAVG 1
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKDTEMP 1
| #define HAVE_RAW_DECL_MKOSTEMP 1
| #define HAVE_RAW_DECL_MKOSTEMPS 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_MKSTEMPS 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_RANDOM_R 1
| #define HAVE_RAW_DECL_SRANDOM_R 1
| #define HAVE_RAW_DECL_SETSTATE_R 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_RAW_DECL_UNSETENV 1
| #define GNULIB_TEST_STRERROR_R 1
| #define my_strftime nstrftime
| #define GNULIB_TEST_STRPTIME 1
| #define HAVE_STRVERSCMP 1
| #define GNULIB_TEST_STRVERSCMP 1
| #define HAVE_RAW_DECL_IOCTL 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_RAW_DECL_FCHMODAT 1
| #define HAVE_RAW_DECL_FSTATAT 1
| #define HAVE_RAW_DECL_FUTIMENS 1
| #define HAVE_RAW_DECL_LCHMOD 1
| #define HAVE_RAW_DECL_LSTAT 1
| #define HAVE_RAW_DECL_MKDIRAT 1
| #define HAVE_RAW_DECL_MKFIFO 1
| #define HAVE_RAW_DECL_MKFIFOAT 1
| #define HAVE_RAW_DECL_MKNOD 1
| #define HAVE_RAW_DECL_MKNODAT 1
| #define HAVE_RAW_DECL_STAT 1
| #define HAVE_RAW_DECL_UTIMENSAT 1
| #define HAVE_STRUCT_UTSNAME 1
| #define HAVE_RAW_DECL_UNAME 1
| #define HAVE_RAW_DECL_WAITPID 1
| #define GNULIB_TEST_TIME_R 1
| #define HAVE_UNAME 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_DUP3 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_EUIDACCESS 1
| #define HAVE_RAW_DECL_FACCESSAT 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FCHOWNAT 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_FTRUNCATE 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDOMAINNAME 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_GROUP_MEMBER 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| #define HAVE_RAW_DECL_LINKAT 1
| #define HAVE_RAW_DECL_LSEEK 1
| #define HAVE_RAW_DECL_PIPE 1
| #define HAVE_RAW_DECL_PIPE2 1
| #define HAVE_RAW_DECL_PREAD 1
| #define HAVE_RAW_DECL_PWRITE 1
| #define HAVE_RAW_DECL_READLINK 1
| #define HAVE_RAW_DECL_READLINKAT 1
| #define HAVE_RAW_DECL_RMDIR 1
| #define HAVE_RAW_DECL_SLEEP 1
| #define HAVE_RAW_DECL_SYMLINK 1
| #define HAVE_RAW_DECL_SYMLINKAT 1
| #define HAVE_RAW_DECL_TTYNAME_R 1
| #define HAVE_RAW_DECL_UNLINK 1
| #define HAVE_RAW_DECL_UNLINKAT 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 HAVE_RAW_DECL_WMEMCHR 1
| #define HAVE_RAW_DECL_WMEMCMP 1
| #define HAVE_RAW_DECL_WMEMCPY 1
| #define HAVE_RAW_DECL_WMEMMOVE 1
| #define HAVE_RAW_DECL_WMEMSET 1
| #define HAVE_RAW_DECL_WCSLEN 1
| #define HAVE_RAW_DECL_WCSNLEN 1
| #define HAVE_RAW_DECL_WCSCPY 1
| #define HAVE_RAW_DECL_WCPCPY 1
| #define HAVE_RAW_DECL_WCSNCPY 1
| #define HAVE_RAW_DECL_WCPNCPY 1
| #define HAVE_RAW_DECL_WCSCAT 1
| #define HAVE_RAW_DECL_WCSNCAT 1
| #define HAVE_RAW_DECL_WCSCMP 1
| #define HAVE_RAW_DECL_WCSNCMP 1
| #define HAVE_RAW_DECL_WCSCASECMP 1
| #define HAVE_RAW_DECL_WCSNCASECMP 1
| #define HAVE_RAW_DECL_WCSCOLL 1
| #define HAVE_RAW_DECL_WCSXFRM 1
| #define HAVE_RAW_DECL_WCSDUP 1
| #define HAVE_RAW_DECL_WCSCHR 1
| #define HAVE_RAW_DECL_WCSRCHR 1
| #define HAVE_RAW_DECL_WCSCSPN 1
| #define HAVE_RAW_DECL_WCSSPN 1
| #define HAVE_RAW_DECL_WCSPBRK 1
| #define HAVE_RAW_DECL_WCSSTR 1
| #define HAVE_RAW_DECL_WCSTOK 1
| #define HAVE_RAW_DECL_WCSWIDTH 1
| #define GNULIB_TEST_WCRTOMB 1
| #define HAVE_TOWLOWER 1
| #define HAVE_RAW_DECL_WCTYPE 1
| #define HAVE_RAW_DECL_ISWCTYPE 1
| #define HAVE_RAW_DECL_WCTRANS 1
| #define HAVE_RAW_DECL_TOWCTRANS 1
| #define HAVE_ICONV 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_SHM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_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 16
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE__JMP /**/
| #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_FLOCK 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_GETRESUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_GETRESGID 1
| #define HAVE_SETRESGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETCWD 1
| #define HAVE_UNAME 1
| #define HAVE_READDIR_R 1
| #define HAVE_RAND_R 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define SIZEOF_RLIM_T 8
| #define RLIMIT_RESOURCE_T enum __rlimit_resource
| #define SETRLIMIT_CONST const
| /* end confdefs.h. */
| #include <vfork.h>
configure:34807: result: no
configure:34807: checking for vfork.h
configure:34807: result: no
configure:34820: checking for fork
configure:34820: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c /usr/lib64/libavcall.so /usr/lib64/libcallback.so >&5
conftest.c:454:6: warning: conflicting types for built-in function 'fork' [enabled by default]
configure:34820: $? = 0
configure:34820: result: yes
configure:34820: checking for vfork
configure:34820: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c /usr/lib64/libavcall.so /usr/lib64/libcallback.so >&5
configure:34820: $? = 0
configure:34820: result: yes
configure:34830: checking for working fork
configure:34852: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c /usr/lib64/libavcall.so /usr/lib64/libcallback.so >&5
configure:34852: $? = 0
configure:34852: ./conftest
configure:34852: $? = 0
configure:34862: result: yes
configure:34883: checking for working vfork
configure:34993: result: yes
configure:35017: checking for waitpid declaration
configure:35047: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:35047: $? = 0
configure:35059: result: extern pid_t waitpid (pid_t, int*, int);
configure:35069: checking sys/resource.h usability
configure:35069: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:35069: $? = 0
configure:35069: result: yes
configure:35069: checking sys/resource.h presence
configure:35069: gcc -E -I/usr/include/db4.8 conftest.c
configure:35069: $? = 0
configure:35069: result: yes
configure:35069: checking for sys/resource.h
configure:35069: result: yes
configure:35079: checking for getrusage
configure:35097: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c /usr/lib64/libavcall.so /usr/lib64/libcallback.so >&5
configure:35097: $? = 0
configure:35105: result: yes
configure:35111: checking for getrusage declaration
configure:35142: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:35142: $? = 0
configure:35154: result: extern int getrusage (int, struct rusage *);
configure:35156: checking whether getrusage works
configure:35199: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c /usr/lib64/libavcall.so /usr/lib64/libcallback.so >&5
configure:35199: $? = 0
configure:35199: ./conftest
configure:35199: $? = 0
configure:35209: result: yes
configure:35223: checking for ELOOP
configure:35283: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c /usr/lib64/libavcall.so /usr/lib64/libcallback.so >&5
configure:35283: $? = 0
configure:35283: ./conftest
configure:35283: $? = 0
configure:35301: result: yes
configure:35310: checking for usable closedir return value
configure:35332: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c /usr/lib64/libavcall.so /usr/lib64/libcallback.so >&5
configure:35332: $? = 0
configure:35332: ./conftest
configure:35332: $? = 0
configure:35342: result: yes
configure:35351: checking for ioctl
configure:35351: result: yes
configure:35387: checking for ioctl declaration
configure:35409: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:35409: $? = 0
configure:35440: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
conftest.c:453:7: error: conflicting types for 'ioctl'
In file included from conftest.c:447:0:
/usr/include/sys/ioctl.h:41:12: note: previous declaration of 'ioctl' was here
configure:35440: $? = 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.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 _DARWIN_C_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 HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MEMPCPY 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_ALARM 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_CATGETS 1
| #define HAVE_TZSET 1
| #define HAVE_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_MBSTATE_T 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_FFSLL 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_MEMPCPY 1
| #define HAVE_RAW_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_RAWMEMCHR 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRCHRNUL 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_STRCASESTR 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRERROR_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_RAW_DECL_STRVERSCMP 1
| #define HAVE_DECL_LOCALTIME_R 0
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WINT_T 1
| #define GNULIB_TEST_ACCEPT 1
| #define HAVE_ALLOCA 1
| #define HAVE_RAW_DECL_INET_NTOP 1
| #define HAVE_RAW_DECL_INET_PTON 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define GNULIB_TEST_CLOSE 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETHOSTNAME 1
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOADAVG 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define GNULIB_TEST_GETSOCKNAME 1
| #define GNULIB_TEST_GETSOCKOPT 1
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __x86_64__
| #define __x86_64__ 1
| #endif
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define HAVE_IOCTL 1
| #define GNULIB_TEST_IOCTL 1
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 0
| #define GNULIB_TEST_LISTEN 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC_GNU 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MBTOWC 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MKDTEMP 1
| #define GNULIB_TEST_MKDTEMP 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_TEST_MKNOD 1
| #define GNULIB_TEST_MKSTEMP 1
| #define GNULIB_TEST_MKTIME 1
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define GNULIB_TEST_SELECT 1
| #define GNULIB_TEST_SEND 1
| #define GNULIB_TEST_SENDTO 1
| #define GNULIB_TEST_SETENV 1
| #define GNULIB_TEST_SETSOCKOPT 1
| #define GNULIB_TEST_SHUTDOWN 1
| #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1
| #define HAVE_RAW_DECL_SIGACTION 1
| #define HAVE_RAW_DECL_SIGADDSET 1
| #define HAVE_RAW_DECL_SIGDELSET 1
| #define HAVE_RAW_DECL_SIGEMPTYSET 1
| #define HAVE_RAW_DECL_SIGFILLSET 1
| #define HAVE_RAW_DECL_SIGISMEMBER 1
| #define HAVE_RAW_DECL_SIGPENDING 1
| #define HAVE_RAW_DECL_SIGPROCMASK 1
| #define GNULIB_TEST_SOCKET 1
| #define GNULIB_TEST_STAT 1
| #define HAVE_RAW_DECL__EXIT 1
| #define HAVE_RAW_DECL_ATOLL 1
| #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
| #define HAVE_RAW_DECL_GETLOADAVG 1
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKDTEMP 1
| #define HAVE_RAW_DECL_MKOSTEMP 1
| #define HAVE_RAW_DECL_MKOSTEMPS 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_MKSTEMPS 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_RANDOM_R 1
| #define HAVE_RAW_DECL_SRANDOM_R 1
| #define HAVE_RAW_DECL_SETSTATE_R 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_RAW_DECL_UNSETENV 1
| #define GNULIB_TEST_STRERROR_R 1
| #define my_strftime nstrftime
| #define GNULIB_TEST_STRPTIME 1
| #define HAVE_STRVERSCMP 1
| #define GNULIB_TEST_STRVERSCMP 1
| #define HAVE_RAW_DECL_IOCTL 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_RAW_DECL_FCHMODAT 1
| #define HAVE_RAW_DECL_FSTATAT 1
| #define HAVE_RAW_DECL_FUTIMENS 1
| #define HAVE_RAW_DECL_LCHMOD 1
| #define HAVE_RAW_DECL_LSTAT 1
| #define HAVE_RAW_DECL_MKDIRAT 1
| #define HAVE_RAW_DECL_MKFIFO 1
| #define HAVE_RAW_DECL_MKFIFOAT 1
| #define HAVE_RAW_DECL_MKNOD 1
| #define HAVE_RAW_DECL_MKNODAT 1
| #define HAVE_RAW_DECL_STAT 1
| #define HAVE_RAW_DECL_UTIMENSAT 1
| #define HAVE_STRUCT_UTSNAME 1
| #define HAVE_RAW_DECL_UNAME 1
| #define HAVE_RAW_DECL_WAITPID 1
| #define GNULIB_TEST_TIME_R 1
| #define HAVE_UNAME 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_DUP3 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_EUIDACCESS 1
| #define HAVE_RAW_DECL_FACCESSAT 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FCHOWNAT 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_FTRUNCATE 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDOMAINNAME 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_GROUP_MEMBER 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| #define HAVE_RAW_DECL_LINKAT 1
| #define HAVE_RAW_DECL_LSEEK 1
| #define HAVE_RAW_DECL_PIPE 1
| #define HAVE_RAW_DECL_PIPE2 1
| #define HAVE_RAW_DECL_PREAD 1
| #define HAVE_RAW_DECL_PWRITE 1
| #define HAVE_RAW_DECL_READLINK 1
| #define HAVE_RAW_DECL_READLINKAT 1
| #define HAVE_RAW_DECL_RMDIR 1
| #define HAVE_RAW_DECL_SLEEP 1
| #define HAVE_RAW_DECL_SYMLINK 1
| #define HAVE_RAW_DECL_SYMLINKAT 1
| #define HAVE_RAW_DECL_TTYNAME_R 1
| #define HAVE_RAW_DECL_UNLINK 1
| #define HAVE_RAW_DECL_UNLINKAT 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 HAVE_RAW_DECL_WMEMCHR 1
| #define HAVE_RAW_DECL_WMEMCMP 1
| #define HAVE_RAW_DECL_WMEMCPY 1
| #define HAVE_RAW_DECL_WMEMMOVE 1
| #define HAVE_RAW_DECL_WMEMSET 1
| #define HAVE_RAW_DECL_WCSLEN 1
| #define HAVE_RAW_DECL_WCSNLEN 1
| #define HAVE_RAW_DECL_WCSCPY 1
| #define HAVE_RAW_DECL_WCPCPY 1
| #define HAVE_RAW_DECL_WCSNCPY 1
| #define HAVE_RAW_DECL_WCPNCPY 1
| #define HAVE_RAW_DECL_WCSCAT 1
| #define HAVE_RAW_DECL_WCSNCAT 1
| #define HAVE_RAW_DECL_WCSCMP 1
| #define HAVE_RAW_DECL_WCSNCMP 1
| #define HAVE_RAW_DECL_WCSCASECMP 1
| #define HAVE_RAW_DECL_WCSNCASECMP 1
| #define HAVE_RAW_DECL_WCSCOLL 1
| #define HAVE_RAW_DECL_WCSXFRM 1
| #define HAVE_RAW_DECL_WCSDUP 1
| #define HAVE_RAW_DECL_WCSCHR 1
| #define HAVE_RAW_DECL_WCSRCHR 1
| #define HAVE_RAW_DECL_WCSCSPN 1
| #define HAVE_RAW_DECL_WCSSPN 1
| #define HAVE_RAW_DECL_WCSPBRK 1
| #define HAVE_RAW_DECL_WCSSTR 1
| #define HAVE_RAW_DECL_WCSTOK 1
| #define HAVE_RAW_DECL_WCSWIDTH 1
| #define GNULIB_TEST_WCRTOMB 1
| #define HAVE_TOWLOWER 1
| #define HAVE_RAW_DECL_WCTYPE 1
| #define HAVE_RAW_DECL_ISWCTYPE 1
| #define HAVE_RAW_DECL_WCTRANS 1
| #define HAVE_RAW_DECL_TOWCTRANS 1
| #define HAVE_ICONV 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_SHM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_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 16
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE__JMP /**/
| #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_FLOCK 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_GETRESUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_GETRESGID 1
| #define HAVE_SETRESGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETCWD 1
| #define HAVE_UNAME 1
| #define HAVE_READDIR_R 1
| #define HAVE_RAND_R 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define SIZEOF_RLIM_T 8
| #define RLIMIT_RESOURCE_T enum __rlimit_resource
| #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_GETRUSAGE /**/
| #define RUSAGE_WHO_T int
| #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:35472: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
conftest.c:458:5: error: conflicting types for 'ioctl'
In file included from conftest.c:447:0:
/usr/include/sys/ioctl.h:41:12: note: previous declaration of 'ioctl' was here
configure:35472: $? = 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.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 _DARWIN_C_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 HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MEMPCPY 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_ALARM 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_CATGETS 1
| #define HAVE_TZSET 1
| #define HAVE_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_MBSTATE_T 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_FFSLL 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_MEMPCPY 1
| #define HAVE_RAW_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_RAWMEMCHR 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRCHRNUL 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_STRCASESTR 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRERROR_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_RAW_DECL_STRVERSCMP 1
| #define HAVE_DECL_LOCALTIME_R 0
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WINT_T 1
| #define GNULIB_TEST_ACCEPT 1
| #define HAVE_ALLOCA 1
| #define HAVE_RAW_DECL_INET_NTOP 1
| #define HAVE_RAW_DECL_INET_PTON 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define GNULIB_TEST_CLOSE 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETHOSTNAME 1
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOADAVG 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define GNULIB_TEST_GETSOCKNAME 1
| #define GNULIB_TEST_GETSOCKOPT 1
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __x86_64__
| #define __x86_64__ 1
| #endif
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define HAVE_IOCTL 1
| #define GNULIB_TEST_IOCTL 1
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 0
| #define GNULIB_TEST_LISTEN 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC_GNU 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MBTOWC 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MKDTEMP 1
| #define GNULIB_TEST_MKDTEMP 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_TEST_MKNOD 1
| #define GNULIB_TEST_MKSTEMP 1
| #define GNULIB_TEST_MKTIME 1
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define GNULIB_TEST_SELECT 1
| #define GNULIB_TEST_SEND 1
| #define GNULIB_TEST_SENDTO 1
| #define GNULIB_TEST_SETENV 1
| #define GNULIB_TEST_SETSOCKOPT 1
| #define GNULIB_TEST_SHUTDOWN 1
| #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1
| #define HAVE_RAW_DECL_SIGACTION 1
| #define HAVE_RAW_DECL_SIGADDSET 1
| #define HAVE_RAW_DECL_SIGDELSET 1
| #define HAVE_RAW_DECL_SIGEMPTYSET 1
| #define HAVE_RAW_DECL_SIGFILLSET 1
| #define HAVE_RAW_DECL_SIGISMEMBER 1
| #define HAVE_RAW_DECL_SIGPENDING 1
| #define HAVE_RAW_DECL_SIGPROCMASK 1
| #define GNULIB_TEST_SOCKET 1
| #define GNULIB_TEST_STAT 1
| #define HAVE_RAW_DECL__EXIT 1
| #define HAVE_RAW_DECL_ATOLL 1
| #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
| #define HAVE_RAW_DECL_GETLOADAVG 1
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKDTEMP 1
| #define HAVE_RAW_DECL_MKOSTEMP 1
| #define HAVE_RAW_DECL_MKOSTEMPS 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_MKSTEMPS 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_RANDOM_R 1
| #define HAVE_RAW_DECL_SRANDOM_R 1
| #define HAVE_RAW_DECL_SETSTATE_R 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_RAW_DECL_UNSETENV 1
| #define GNULIB_TEST_STRERROR_R 1
| #define my_strftime nstrftime
| #define GNULIB_TEST_STRPTIME 1
| #define HAVE_STRVERSCMP 1
| #define GNULIB_TEST_STRVERSCMP 1
| #define HAVE_RAW_DECL_IOCTL 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_RAW_DECL_FCHMODAT 1
| #define HAVE_RAW_DECL_FSTATAT 1
| #define HAVE_RAW_DECL_FUTIMENS 1
| #define HAVE_RAW_DECL_LCHMOD 1
| #define HAVE_RAW_DECL_LSTAT 1
| #define HAVE_RAW_DECL_MKDIRAT 1
| #define HAVE_RAW_DECL_MKFIFO 1
| #define HAVE_RAW_DECL_MKFIFOAT 1
| #define HAVE_RAW_DECL_MKNOD 1
| #define HAVE_RAW_DECL_MKNODAT 1
| #define HAVE_RAW_DECL_STAT 1
| #define HAVE_RAW_DECL_UTIMENSAT 1
| #define HAVE_STRUCT_UTSNAME 1
| #define HAVE_RAW_DECL_UNAME 1
| #define HAVE_RAW_DECL_WAITPID 1
| #define GNULIB_TEST_TIME_R 1
| #define HAVE_UNAME 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_DUP3 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_EUIDACCESS 1
| #define HAVE_RAW_DECL_FACCESSAT 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FCHOWNAT 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_FTRUNCATE 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDOMAINNAME 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_GROUP_MEMBER 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| #define HAVE_RAW_DECL_LINKAT 1
| #define HAVE_RAW_DECL_LSEEK 1
| #define HAVE_RAW_DECL_PIPE 1
| #define HAVE_RAW_DECL_PIPE2 1
| #define HAVE_RAW_DECL_PREAD 1
| #define HAVE_RAW_DECL_PWRITE 1
| #define HAVE_RAW_DECL_READLINK 1
| #define HAVE_RAW_DECL_READLINKAT 1
| #define HAVE_RAW_DECL_RMDIR 1
| #define HAVE_RAW_DECL_SLEEP 1
| #define HAVE_RAW_DECL_SYMLINK 1
| #define HAVE_RAW_DECL_SYMLINKAT 1
| #define HAVE_RAW_DECL_TTYNAME_R 1
| #define HAVE_RAW_DECL_UNLINK 1
| #define HAVE_RAW_DECL_UNLINKAT 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 HAVE_RAW_DECL_WMEMCHR 1
| #define HAVE_RAW_DECL_WMEMCMP 1
| #define HAVE_RAW_DECL_WMEMCPY 1
| #define HAVE_RAW_DECL_WMEMMOVE 1
| #define HAVE_RAW_DECL_WMEMSET 1
| #define HAVE_RAW_DECL_WCSLEN 1
| #define HAVE_RAW_DECL_WCSNLEN 1
| #define HAVE_RAW_DECL_WCSCPY 1
| #define HAVE_RAW_DECL_WCPCPY 1
| #define HAVE_RAW_DECL_WCSNCPY 1
| #define HAVE_RAW_DECL_WCPNCPY 1
| #define HAVE_RAW_DECL_WCSCAT 1
| #define HAVE_RAW_DECL_WCSNCAT 1
| #define HAVE_RAW_DECL_WCSCMP 1
| #define HAVE_RAW_DECL_WCSNCMP 1
| #define HAVE_RAW_DECL_WCSCASECMP 1
| #define HAVE_RAW_DECL_WCSNCASECMP 1
| #define HAVE_RAW_DECL_WCSCOLL 1
| #define HAVE_RAW_DECL_WCSXFRM 1
| #define HAVE_RAW_DECL_WCSDUP 1
| #define HAVE_RAW_DECL_WCSCHR 1
| #define HAVE_RAW_DECL_WCSRCHR 1
| #define HAVE_RAW_DECL_WCSCSPN 1
| #define HAVE_RAW_DECL_WCSSPN 1
| #define HAVE_RAW_DECL_WCSPBRK 1
| #define HAVE_RAW_DECL_WCSSTR 1
| #define HAVE_RAW_DECL_WCSTOK 1
| #define HAVE_RAW_DECL_WCSWIDTH 1
| #define GNULIB_TEST_WCRTOMB 1
| #define HAVE_TOWLOWER 1
| #define HAVE_RAW_DECL_WCTYPE 1
| #define HAVE_RAW_DECL_ISWCTYPE 1
| #define HAVE_RAW_DECL_WCTRANS 1
| #define HAVE_RAW_DECL_TOWCTRANS 1
| #define HAVE_ICONV 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_SHM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_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 16
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE__JMP /**/
| #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_FLOCK 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_GETRESUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_GETRESGID 1
| #define HAVE_SETRESGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETCWD 1
| #define HAVE_UNAME 1
| #define HAVE_READDIR_R 1
| #define HAVE_RAND_R 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define SIZEOF_RLIM_T 8
| #define RLIMIT_RESOURCE_T enum __rlimit_resource
| #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_GETRUSAGE /**/
| #define RUSAGE_WHO_T int
| #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:35472: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
conftest.c:458:5: error: conflicting types for 'ioctl'
In file included from conftest.c:447:0:
/usr/include/sys/ioctl.h:41:12: note: previous declaration of 'ioctl' was here
configure:35472: $? = 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.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 _DARWIN_C_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 HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MEMPCPY 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_ALARM 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_CATGETS 1
| #define HAVE_TZSET 1
| #define HAVE_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_MBSTATE_T 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_FFSLL 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_MEMPCPY 1
| #define HAVE_RAW_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_RAWMEMCHR 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRCHRNUL 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_STRCASESTR 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRERROR_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_RAW_DECL_STRVERSCMP 1
| #define HAVE_DECL_LOCALTIME_R 0
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WINT_T 1
| #define GNULIB_TEST_ACCEPT 1
| #define HAVE_ALLOCA 1
| #define HAVE_RAW_DECL_INET_NTOP 1
| #define HAVE_RAW_DECL_INET_PTON 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define GNULIB_TEST_CLOSE 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETHOSTNAME 1
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOADAVG 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define GNULIB_TEST_GETSOCKNAME 1
| #define GNULIB_TEST_GETSOCKOPT 1
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __x86_64__
| #define __x86_64__ 1
| #endif
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define HAVE_IOCTL 1
| #define GNULIB_TEST_IOCTL 1
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 0
| #define GNULIB_TEST_LISTEN 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC_GNU 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MBTOWC 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MKDTEMP 1
| #define GNULIB_TEST_MKDTEMP 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_TEST_MKNOD 1
| #define GNULIB_TEST_MKSTEMP 1
| #define GNULIB_TEST_MKTIME 1
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define GNULIB_TEST_SELECT 1
| #define GNULIB_TEST_SEND 1
| #define GNULIB_TEST_SENDTO 1
| #define GNULIB_TEST_SETENV 1
| #define GNULIB_TEST_SETSOCKOPT 1
| #define GNULIB_TEST_SHUTDOWN 1
| #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1
| #define HAVE_RAW_DECL_SIGACTION 1
| #define HAVE_RAW_DECL_SIGADDSET 1
| #define HAVE_RAW_DECL_SIGDELSET 1
| #define HAVE_RAW_DECL_SIGEMPTYSET 1
| #define HAVE_RAW_DECL_SIGFILLSET 1
| #define HAVE_RAW_DECL_SIGISMEMBER 1
| #define HAVE_RAW_DECL_SIGPENDING 1
| #define HAVE_RAW_DECL_SIGPROCMASK 1
| #define GNULIB_TEST_SOCKET 1
| #define GNULIB_TEST_STAT 1
| #define HAVE_RAW_DECL__EXIT 1
| #define HAVE_RAW_DECL_ATOLL 1
| #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
| #define HAVE_RAW_DECL_GETLOADAVG 1
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKDTEMP 1
| #define HAVE_RAW_DECL_MKOSTEMP 1
| #define HAVE_RAW_DECL_MKOSTEMPS 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_MKSTEMPS 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_RANDOM_R 1
| #define HAVE_RAW_DECL_SRANDOM_R 1
| #define HAVE_RAW_DECL_SETSTATE_R 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_RAW_DECL_UNSETENV 1
| #define GNULIB_TEST_STRERROR_R 1
| #define my_strftime nstrftime
| #define GNULIB_TEST_STRPTIME 1
| #define HAVE_STRVERSCMP 1
| #define GNULIB_TEST_STRVERSCMP 1
| #define HAVE_RAW_DECL_IOCTL 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_RAW_DECL_FCHMODAT 1
| #define HAVE_RAW_DECL_FSTATAT 1
| #define HAVE_RAW_DECL_FUTIMENS 1
| #define HAVE_RAW_DECL_LCHMOD 1
| #define HAVE_RAW_DECL_LSTAT 1
| #define HAVE_RAW_DECL_MKDIRAT 1
| #define HAVE_RAW_DECL_MKFIFO 1
| #define HAVE_RAW_DECL_MKFIFOAT 1
| #define HAVE_RAW_DECL_MKNOD 1
| #define HAVE_RAW_DECL_MKNODAT 1
| #define HAVE_RAW_DECL_STAT 1
| #define HAVE_RAW_DECL_UTIMENSAT 1
| #define HAVE_STRUCT_UTSNAME 1
| #define HAVE_RAW_DECL_UNAME 1
| #define HAVE_RAW_DECL_WAITPID 1
| #define GNULIB_TEST_TIME_R 1
| #define HAVE_UNAME 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_DUP3 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_EUIDACCESS 1
| #define HAVE_RAW_DECL_FACCESSAT 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FCHOWNAT 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_FTRUNCATE 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDOMAINNAME 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_GROUP_MEMBER 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| #define HAVE_RAW_DECL_LINKAT 1
| #define HAVE_RAW_DECL_LSEEK 1
| #define HAVE_RAW_DECL_PIPE 1
| #define HAVE_RAW_DECL_PIPE2 1
| #define HAVE_RAW_DECL_PREAD 1
| #define HAVE_RAW_DECL_PWRITE 1
| #define HAVE_RAW_DECL_READLINK 1
| #define HAVE_RAW_DECL_READLINKAT 1
| #define HAVE_RAW_DECL_RMDIR 1
| #define HAVE_RAW_DECL_SLEEP 1
| #define HAVE_RAW_DECL_SYMLINK 1
| #define HAVE_RAW_DECL_SYMLINKAT 1
| #define HAVE_RAW_DECL_TTYNAME_R 1
| #define HAVE_RAW_DECL_UNLINK 1
| #define HAVE_RAW_DECL_UNLINKAT 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 HAVE_RAW_DECL_WMEMCHR 1
| #define HAVE_RAW_DECL_WMEMCMP 1
| #define HAVE_RAW_DECL_WMEMCPY 1
| #define HAVE_RAW_DECL_WMEMMOVE 1
| #define HAVE_RAW_DECL_WMEMSET 1
| #define HAVE_RAW_DECL_WCSLEN 1
| #define HAVE_RAW_DECL_WCSNLEN 1
| #define HAVE_RAW_DECL_WCSCPY 1
| #define HAVE_RAW_DECL_WCPCPY 1
| #define HAVE_RAW_DECL_WCSNCPY 1
| #define HAVE_RAW_DECL_WCPNCPY 1
| #define HAVE_RAW_DECL_WCSCAT 1
| #define HAVE_RAW_DECL_WCSNCAT 1
| #define HAVE_RAW_DECL_WCSCMP 1
| #define HAVE_RAW_DECL_WCSNCMP 1
| #define HAVE_RAW_DECL_WCSCASECMP 1
| #define HAVE_RAW_DECL_WCSNCASECMP 1
| #define HAVE_RAW_DECL_WCSCOLL 1
| #define HAVE_RAW_DECL_WCSXFRM 1
| #define HAVE_RAW_DECL_WCSDUP 1
| #define HAVE_RAW_DECL_WCSCHR 1
| #define HAVE_RAW_DECL_WCSRCHR 1
| #define HAVE_RAW_DECL_WCSCSPN 1
| #define HAVE_RAW_DECL_WCSSPN 1
| #define HAVE_RAW_DECL_WCSPBRK 1
| #define HAVE_RAW_DECL_WCSSTR 1
| #define HAVE_RAW_DECL_WCSTOK 1
| #define HAVE_RAW_DECL_WCSWIDTH 1
| #define GNULIB_TEST_WCRTOMB 1
| #define HAVE_TOWLOWER 1
| #define HAVE_RAW_DECL_WCTYPE 1
| #define HAVE_RAW_DECL_ISWCTYPE 1
| #define HAVE_RAW_DECL_WCTRANS 1
| #define HAVE_RAW_DECL_TOWCTRANS 1
| #define HAVE_ICONV 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_SHM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_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 16
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE__JMP /**/
| #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_FLOCK 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_GETRESUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_GETRESGID 1
| #define HAVE_SETRESGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETCWD 1
| #define HAVE_UNAME 1
| #define HAVE_READDIR_R 1
| #define HAVE_RAND_R 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define SIZEOF_RLIM_T 8
| #define RLIMIT_RESOURCE_T enum __rlimit_resource
| #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_GETRUSAGE /**/
| #define RUSAGE_WHO_T int
| #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:35472: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
conftest.c:458:5: error: conflicting types for 'ioctl'
In file included from conftest.c:447:0:
/usr/include/sys/ioctl.h:41:12: note: previous declaration of 'ioctl' was here
configure:35472: $? = 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.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 _DARWIN_C_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 HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MEMPCPY 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_ALARM 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_CATGETS 1
| #define HAVE_TZSET 1
| #define HAVE_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_MBSTATE_T 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_FFSLL 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_MEMPCPY 1
| #define HAVE_RAW_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_RAWMEMCHR 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRCHRNUL 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_STRCASESTR 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRERROR_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_RAW_DECL_STRVERSCMP 1
| #define HAVE_DECL_LOCALTIME_R 0
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WINT_T 1
| #define GNULIB_TEST_ACCEPT 1
| #define HAVE_ALLOCA 1
| #define HAVE_RAW_DECL_INET_NTOP 1
| #define HAVE_RAW_DECL_INET_PTON 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define GNULIB_TEST_CLOSE 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETHOSTNAME 1
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOADAVG 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define GNULIB_TEST_GETSOCKNAME 1
| #define GNULIB_TEST_GETSOCKOPT 1
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __x86_64__
| #define __x86_64__ 1
| #endif
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define HAVE_IOCTL 1
| #define GNULIB_TEST_IOCTL 1
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 0
| #define GNULIB_TEST_LISTEN 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC_GNU 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MBTOWC 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MKDTEMP 1
| #define GNULIB_TEST_MKDTEMP 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_TEST_MKNOD 1
| #define GNULIB_TEST_MKSTEMP 1
| #define GNULIB_TEST_MKTIME 1
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define GNULIB_TEST_SELECT 1
| #define GNULIB_TEST_SEND 1
| #define GNULIB_TEST_SENDTO 1
| #define GNULIB_TEST_SETENV 1
| #define GNULIB_TEST_SETSOCKOPT 1
| #define GNULIB_TEST_SHUTDOWN 1
| #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1
| #define HAVE_RAW_DECL_SIGACTION 1
| #define HAVE_RAW_DECL_SIGADDSET 1
| #define HAVE_RAW_DECL_SIGDELSET 1
| #define HAVE_RAW_DECL_SIGEMPTYSET 1
| #define HAVE_RAW_DECL_SIGFILLSET 1
| #define HAVE_RAW_DECL_SIGISMEMBER 1
| #define HAVE_RAW_DECL_SIGPENDING 1
| #define HAVE_RAW_DECL_SIGPROCMASK 1
| #define GNULIB_TEST_SOCKET 1
| #define GNULIB_TEST_STAT 1
| #define HAVE_RAW_DECL__EXIT 1
| #define HAVE_RAW_DECL_ATOLL 1
| #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
| #define HAVE_RAW_DECL_GETLOADAVG 1
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKDTEMP 1
| #define HAVE_RAW_DECL_MKOSTEMP 1
| #define HAVE_RAW_DECL_MKOSTEMPS 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_MKSTEMPS 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_RANDOM_R 1
| #define HAVE_RAW_DECL_SRANDOM_R 1
| #define HAVE_RAW_DECL_SETSTATE_R 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_RAW_DECL_UNSETENV 1
| #define GNULIB_TEST_STRERROR_R 1
| #define my_strftime nstrftime
| #define GNULIB_TEST_STRPTIME 1
| #define HAVE_STRVERSCMP 1
| #define GNULIB_TEST_STRVERSCMP 1
| #define HAVE_RAW_DECL_IOCTL 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_RAW_DECL_FCHMODAT 1
| #define HAVE_RAW_DECL_FSTATAT 1
| #define HAVE_RAW_DECL_FUTIMENS 1
| #define HAVE_RAW_DECL_LCHMOD 1
| #define HAVE_RAW_DECL_LSTAT 1
| #define HAVE_RAW_DECL_MKDIRAT 1
| #define HAVE_RAW_DECL_MKFIFO 1
| #define HAVE_RAW_DECL_MKFIFOAT 1
| #define HAVE_RAW_DECL_MKNOD 1
| #define HAVE_RAW_DECL_MKNODAT 1
| #define HAVE_RAW_DECL_STAT 1
| #define HAVE_RAW_DECL_UTIMENSAT 1
| #define HAVE_STRUCT_UTSNAME 1
| #define HAVE_RAW_DECL_UNAME 1
| #define HAVE_RAW_DECL_WAITPID 1
| #define GNULIB_TEST_TIME_R 1
| #define HAVE_UNAME 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_DUP3 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_EUIDACCESS 1
| #define HAVE_RAW_DECL_FACCESSAT 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FCHOWNAT 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_FTRUNCATE 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDOMAINNAME 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_GROUP_MEMBER 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| #define HAVE_RAW_DECL_LINKAT 1
| #define HAVE_RAW_DECL_LSEEK 1
| #define HAVE_RAW_DECL_PIPE 1
| #define HAVE_RAW_DECL_PIPE2 1
| #define HAVE_RAW_DECL_PREAD 1
| #define HAVE_RAW_DECL_PWRITE 1
| #define HAVE_RAW_DECL_READLINK 1
| #define HAVE_RAW_DECL_READLINKAT 1
| #define HAVE_RAW_DECL_RMDIR 1
| #define HAVE_RAW_DECL_SLEEP 1
| #define HAVE_RAW_DECL_SYMLINK 1
| #define HAVE_RAW_DECL_SYMLINKAT 1
| #define HAVE_RAW_DECL_TTYNAME_R 1
| #define HAVE_RAW_DECL_UNLINK 1
| #define HAVE_RAW_DECL_UNLINKAT 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 HAVE_RAW_DECL_WMEMCHR 1
| #define HAVE_RAW_DECL_WMEMCMP 1
| #define HAVE_RAW_DECL_WMEMCPY 1
| #define HAVE_RAW_DECL_WMEMMOVE 1
| #define HAVE_RAW_DECL_WMEMSET 1
| #define HAVE_RAW_DECL_WCSLEN 1
| #define HAVE_RAW_DECL_WCSNLEN 1
| #define HAVE_RAW_DECL_WCSCPY 1
| #define HAVE_RAW_DECL_WCPCPY 1
| #define HAVE_RAW_DECL_WCSNCPY 1
| #define HAVE_RAW_DECL_WCPNCPY 1
| #define HAVE_RAW_DECL_WCSCAT 1
| #define HAVE_RAW_DECL_WCSNCAT 1
| #define HAVE_RAW_DECL_WCSCMP 1
| #define HAVE_RAW_DECL_WCSNCMP 1
| #define HAVE_RAW_DECL_WCSCASECMP 1
| #define HAVE_RAW_DECL_WCSNCASECMP 1
| #define HAVE_RAW_DECL_WCSCOLL 1
| #define HAVE_RAW_DECL_WCSXFRM 1
| #define HAVE_RAW_DECL_WCSDUP 1
| #define HAVE_RAW_DECL_WCSCHR 1
| #define HAVE_RAW_DECL_WCSRCHR 1
| #define HAVE_RAW_DECL_WCSCSPN 1
| #define HAVE_RAW_DECL_WCSSPN 1
| #define HAVE_RAW_DECL_WCSPBRK 1
| #define HAVE_RAW_DECL_WCSSTR 1
| #define HAVE_RAW_DECL_WCSTOK 1
| #define HAVE_RAW_DECL_WCSWIDTH 1
| #define GNULIB_TEST_WCRTOMB 1
| #define HAVE_TOWLOWER 1
| #define HAVE_RAW_DECL_WCTYPE 1
| #define HAVE_RAW_DECL_ISWCTYPE 1
| #define HAVE_RAW_DECL_WCTRANS 1
| #define HAVE_RAW_DECL_TOWCTRANS 1
| #define HAVE_ICONV 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_SHM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_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 16
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE__JMP /**/
| #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_FLOCK 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_GETRESUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_GETRESGID 1
| #define HAVE_SETRESGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETCWD 1
| #define HAVE_UNAME 1
| #define HAVE_READDIR_R 1
| #define HAVE_RAND_R 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define SIZEOF_RLIM_T 8
| #define RLIMIT_RESOURCE_T enum __rlimit_resource
| #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_GETRUSAGE /**/
| #define RUSAGE_WHO_T int
| #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:35472: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
conftest.c:458:5: error: conflicting types for 'ioctl'
In file included from conftest.c:447:0:
/usr/include/sys/ioctl.h:41:12: note: previous declaration of 'ioctl' was here
configure:35472: $? = 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.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 _DARWIN_C_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 HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MEMPCPY 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_ALARM 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_CATGETS 1
| #define HAVE_TZSET 1
| #define HAVE_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_MBSTATE_T 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_FFSLL 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_MEMPCPY 1
| #define HAVE_RAW_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_RAWMEMCHR 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRCHRNUL 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_STRCASESTR 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRERROR_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_RAW_DECL_STRVERSCMP 1
| #define HAVE_DECL_LOCALTIME_R 0
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WINT_T 1
| #define GNULIB_TEST_ACCEPT 1
| #define HAVE_ALLOCA 1
| #define HAVE_RAW_DECL_INET_NTOP 1
| #define HAVE_RAW_DECL_INET_PTON 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define GNULIB_TEST_CLOSE 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETHOSTNAME 1
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOADAVG 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define GNULIB_TEST_GETSOCKNAME 1
| #define GNULIB_TEST_GETSOCKOPT 1
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __x86_64__
| #define __x86_64__ 1
| #endif
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define HAVE_IOCTL 1
| #define GNULIB_TEST_IOCTL 1
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 0
| #define GNULIB_TEST_LISTEN 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC_GNU 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MBTOWC 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MKDTEMP 1
| #define GNULIB_TEST_MKDTEMP 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_TEST_MKNOD 1
| #define GNULIB_TEST_MKSTEMP 1
| #define GNULIB_TEST_MKTIME 1
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define GNULIB_TEST_SELECT 1
| #define GNULIB_TEST_SEND 1
| #define GNULIB_TEST_SENDTO 1
| #define GNULIB_TEST_SETENV 1
| #define GNULIB_TEST_SETSOCKOPT 1
| #define GNULIB_TEST_SHUTDOWN 1
| #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1
| #define HAVE_RAW_DECL_SIGACTION 1
| #define HAVE_RAW_DECL_SIGADDSET 1
| #define HAVE_RAW_DECL_SIGDELSET 1
| #define HAVE_RAW_DECL_SIGEMPTYSET 1
| #define HAVE_RAW_DECL_SIGFILLSET 1
| #define HAVE_RAW_DECL_SIGISMEMBER 1
| #define HAVE_RAW_DECL_SIGPENDING 1
| #define HAVE_RAW_DECL_SIGPROCMASK 1
| #define GNULIB_TEST_SOCKET 1
| #define GNULIB_TEST_STAT 1
| #define HAVE_RAW_DECL__EXIT 1
| #define HAVE_RAW_DECL_ATOLL 1
| #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
| #define HAVE_RAW_DECL_GETLOADAVG 1
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKDTEMP 1
| #define HAVE_RAW_DECL_MKOSTEMP 1
| #define HAVE_RAW_DECL_MKOSTEMPS 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_MKSTEMPS 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_RANDOM_R 1
| #define HAVE_RAW_DECL_SRANDOM_R 1
| #define HAVE_RAW_DECL_SETSTATE_R 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_RAW_DECL_UNSETENV 1
| #define GNULIB_TEST_STRERROR_R 1
| #define my_strftime nstrftime
| #define GNULIB_TEST_STRPTIME 1
| #define HAVE_STRVERSCMP 1
| #define GNULIB_TEST_STRVERSCMP 1
| #define HAVE_RAW_DECL_IOCTL 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_RAW_DECL_FCHMODAT 1
| #define HAVE_RAW_DECL_FSTATAT 1
| #define HAVE_RAW_DECL_FUTIMENS 1
| #define HAVE_RAW_DECL_LCHMOD 1
| #define HAVE_RAW_DECL_LSTAT 1
| #define HAVE_RAW_DECL_MKDIRAT 1
| #define HAVE_RAW_DECL_MKFIFO 1
| #define HAVE_RAW_DECL_MKFIFOAT 1
| #define HAVE_RAW_DECL_MKNOD 1
| #define HAVE_RAW_DECL_MKNODAT 1
| #define HAVE_RAW_DECL_STAT 1
| #define HAVE_RAW_DECL_UTIMENSAT 1
| #define HAVE_STRUCT_UTSNAME 1
| #define HAVE_RAW_DECL_UNAME 1
| #define HAVE_RAW_DECL_WAITPID 1
| #define GNULIB_TEST_TIME_R 1
| #define HAVE_UNAME 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_DUP3 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_EUIDACCESS 1
| #define HAVE_RAW_DECL_FACCESSAT 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FCHOWNAT 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_FTRUNCATE 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDOMAINNAME 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_GROUP_MEMBER 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| #define HAVE_RAW_DECL_LINKAT 1
| #define HAVE_RAW_DECL_LSEEK 1
| #define HAVE_RAW_DECL_PIPE 1
| #define HAVE_RAW_DECL_PIPE2 1
| #define HAVE_RAW_DECL_PREAD 1
| #define HAVE_RAW_DECL_PWRITE 1
| #define HAVE_RAW_DECL_READLINK 1
| #define HAVE_RAW_DECL_READLINKAT 1
| #define HAVE_RAW_DECL_RMDIR 1
| #define HAVE_RAW_DECL_SLEEP 1
| #define HAVE_RAW_DECL_SYMLINK 1
| #define HAVE_RAW_DECL_SYMLINKAT 1
| #define HAVE_RAW_DECL_TTYNAME_R 1
| #define HAVE_RAW_DECL_UNLINK 1
| #define HAVE_RAW_DECL_UNLINKAT 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 HAVE_RAW_DECL_WMEMCHR 1
| #define HAVE_RAW_DECL_WMEMCMP 1
| #define HAVE_RAW_DECL_WMEMCPY 1
| #define HAVE_RAW_DECL_WMEMMOVE 1
| #define HAVE_RAW_DECL_WMEMSET 1
| #define HAVE_RAW_DECL_WCSLEN 1
| #define HAVE_RAW_DECL_WCSNLEN 1
| #define HAVE_RAW_DECL_WCSCPY 1
| #define HAVE_RAW_DECL_WCPCPY 1
| #define HAVE_RAW_DECL_WCSNCPY 1
| #define HAVE_RAW_DECL_WCPNCPY 1
| #define HAVE_RAW_DECL_WCSCAT 1
| #define HAVE_RAW_DECL_WCSNCAT 1
| #define HAVE_RAW_DECL_WCSCMP 1
| #define HAVE_RAW_DECL_WCSNCMP 1
| #define HAVE_RAW_DECL_WCSCASECMP 1
| #define HAVE_RAW_DECL_WCSNCASECMP 1
| #define HAVE_RAW_DECL_WCSCOLL 1
| #define HAVE_RAW_DECL_WCSXFRM 1
| #define HAVE_RAW_DECL_WCSDUP 1
| #define HAVE_RAW_DECL_WCSCHR 1
| #define HAVE_RAW_DECL_WCSRCHR 1
| #define HAVE_RAW_DECL_WCSCSPN 1
| #define HAVE_RAW_DECL_WCSSPN 1
| #define HAVE_RAW_DECL_WCSPBRK 1
| #define HAVE_RAW_DECL_WCSSTR 1
| #define HAVE_RAW_DECL_WCSTOK 1
| #define HAVE_RAW_DECL_WCSWIDTH 1
| #define GNULIB_TEST_WCRTOMB 1
| #define HAVE_TOWLOWER 1
| #define HAVE_RAW_DECL_WCTYPE 1
| #define HAVE_RAW_DECL_ISWCTYPE 1
| #define HAVE_RAW_DECL_WCTRANS 1
| #define HAVE_RAW_DECL_TOWCTRANS 1
| #define HAVE_ICONV 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_SHM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_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 16
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE__JMP /**/
| #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_FLOCK 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_GETRESUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_GETRESGID 1
| #define HAVE_SETRESGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETCWD 1
| #define HAVE_UNAME 1
| #define HAVE_READDIR_R 1
| #define HAVE_RAND_R 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define SIZEOF_RLIM_T 8
| #define RLIMIT_RESOURCE_T enum __rlimit_resource
| #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_GETRUSAGE /**/
| #define RUSAGE_WHO_T int
| #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:35472: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
conftest.c:458:5: error: conflicting types for 'ioctl'
In file included from conftest.c:447:0:
/usr/include/sys/ioctl.h:41:12: note: previous declaration of 'ioctl' was here
configure:35472: $? = 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.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 _DARWIN_C_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 HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MEMPCPY 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_ALARM 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_CATGETS 1
| #define HAVE_TZSET 1
| #define HAVE_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_MBSTATE_T 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_FFSLL 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_MEMPCPY 1
| #define HAVE_RAW_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_RAWMEMCHR 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRCHRNUL 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_STRCASESTR 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRERROR_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_RAW_DECL_STRVERSCMP 1
| #define HAVE_DECL_LOCALTIME_R 0
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WINT_T 1
| #define GNULIB_TEST_ACCEPT 1
| #define HAVE_ALLOCA 1
| #define HAVE_RAW_DECL_INET_NTOP 1
| #define HAVE_RAW_DECL_INET_PTON 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define GNULIB_TEST_CLOSE 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETHOSTNAME 1
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOADAVG 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define GNULIB_TEST_GETSOCKNAME 1
| #define GNULIB_TEST_GETSOCKOPT 1
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __x86_64__
| #define __x86_64__ 1
| #endif
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define HAVE_IOCTL 1
| #define GNULIB_TEST_IOCTL 1
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 0
| #define GNULIB_TEST_LISTEN 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC_GNU 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MBTOWC 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MKDTEMP 1
| #define GNULIB_TEST_MKDTEMP 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_TEST_MKNOD 1
| #define GNULIB_TEST_MKSTEMP 1
| #define GNULIB_TEST_MKTIME 1
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define GNULIB_TEST_SELECT 1
| #define GNULIB_TEST_SEND 1
| #define GNULIB_TEST_SENDTO 1
| #define GNULIB_TEST_SETENV 1
| #define GNULIB_TEST_SETSOCKOPT 1
| #define GNULIB_TEST_SHUTDOWN 1
| #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1
| #define HAVE_RAW_DECL_SIGACTION 1
| #define HAVE_RAW_DECL_SIGADDSET 1
| #define HAVE_RAW_DECL_SIGDELSET 1
| #define HAVE_RAW_DECL_SIGEMPTYSET 1
| #define HAVE_RAW_DECL_SIGFILLSET 1
| #define HAVE_RAW_DECL_SIGISMEMBER 1
| #define HAVE_RAW_DECL_SIGPENDING 1
| #define HAVE_RAW_DECL_SIGPROCMASK 1
| #define GNULIB_TEST_SOCKET 1
| #define GNULIB_TEST_STAT 1
| #define HAVE_RAW_DECL__EXIT 1
| #define HAVE_RAW_DECL_ATOLL 1
| #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
| #define HAVE_RAW_DECL_GETLOADAVG 1
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKDTEMP 1
| #define HAVE_RAW_DECL_MKOSTEMP 1
| #define HAVE_RAW_DECL_MKOSTEMPS 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_MKSTEMPS 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_RANDOM_R 1
| #define HAVE_RAW_DECL_SRANDOM_R 1
| #define HAVE_RAW_DECL_SETSTATE_R 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_RAW_DECL_UNSETENV 1
| #define GNULIB_TEST_STRERROR_R 1
| #define my_strftime nstrftime
| #define GNULIB_TEST_STRPTIME 1
| #define HAVE_STRVERSCMP 1
| #define GNULIB_TEST_STRVERSCMP 1
| #define HAVE_RAW_DECL_IOCTL 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_RAW_DECL_FCHMODAT 1
| #define HAVE_RAW_DECL_FSTATAT 1
| #define HAVE_RAW_DECL_FUTIMENS 1
| #define HAVE_RAW_DECL_LCHMOD 1
| #define HAVE_RAW_DECL_LSTAT 1
| #define HAVE_RAW_DECL_MKDIRAT 1
| #define HAVE_RAW_DECL_MKFIFO 1
| #define HAVE_RAW_DECL_MKFIFOAT 1
| #define HAVE_RAW_DECL_MKNOD 1
| #define HAVE_RAW_DECL_MKNODAT 1
| #define HAVE_RAW_DECL_STAT 1
| #define HAVE_RAW_DECL_UTIMENSAT 1
| #define HAVE_STRUCT_UTSNAME 1
| #define HAVE_RAW_DECL_UNAME 1
| #define HAVE_RAW_DECL_WAITPID 1
| #define GNULIB_TEST_TIME_R 1
| #define HAVE_UNAME 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_DUP3 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_EUIDACCESS 1
| #define HAVE_RAW_DECL_FACCESSAT 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FCHOWNAT 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_FTRUNCATE 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDOMAINNAME 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_GROUP_MEMBER 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| #define HAVE_RAW_DECL_LINKAT 1
| #define HAVE_RAW_DECL_LSEEK 1
| #define HAVE_RAW_DECL_PIPE 1
| #define HAVE_RAW_DECL_PIPE2 1
| #define HAVE_RAW_DECL_PREAD 1
| #define HAVE_RAW_DECL_PWRITE 1
| #define HAVE_RAW_DECL_READLINK 1
| #define HAVE_RAW_DECL_READLINKAT 1
| #define HAVE_RAW_DECL_RMDIR 1
| #define HAVE_RAW_DECL_SLEEP 1
| #define HAVE_RAW_DECL_SYMLINK 1
| #define HAVE_RAW_DECL_SYMLINKAT 1
| #define HAVE_RAW_DECL_TTYNAME_R 1
| #define HAVE_RAW_DECL_UNLINK 1
| #define HAVE_RAW_DECL_UNLINKAT 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 HAVE_RAW_DECL_WMEMCHR 1
| #define HAVE_RAW_DECL_WMEMCMP 1
| #define HAVE_RAW_DECL_WMEMCPY 1
| #define HAVE_RAW_DECL_WMEMMOVE 1
| #define HAVE_RAW_DECL_WMEMSET 1
| #define HAVE_RAW_DECL_WCSLEN 1
| #define HAVE_RAW_DECL_WCSNLEN 1
| #define HAVE_RAW_DECL_WCSCPY 1
| #define HAVE_RAW_DECL_WCPCPY 1
| #define HAVE_RAW_DECL_WCSNCPY 1
| #define HAVE_RAW_DECL_WCPNCPY 1
| #define HAVE_RAW_DECL_WCSCAT 1
| #define HAVE_RAW_DECL_WCSNCAT 1
| #define HAVE_RAW_DECL_WCSCMP 1
| #define HAVE_RAW_DECL_WCSNCMP 1
| #define HAVE_RAW_DECL_WCSCASECMP 1
| #define HAVE_RAW_DECL_WCSNCASECMP 1
| #define HAVE_RAW_DECL_WCSCOLL 1
| #define HAVE_RAW_DECL_WCSXFRM 1
| #define HAVE_RAW_DECL_WCSDUP 1
| #define HAVE_RAW_DECL_WCSCHR 1
| #define HAVE_RAW_DECL_WCSRCHR 1
| #define HAVE_RAW_DECL_WCSCSPN 1
| #define HAVE_RAW_DECL_WCSSPN 1
| #define HAVE_RAW_DECL_WCSPBRK 1
| #define HAVE_RAW_DECL_WCSSTR 1
| #define HAVE_RAW_DECL_WCSTOK 1
| #define HAVE_RAW_DECL_WCSWIDTH 1
| #define GNULIB_TEST_WCRTOMB 1
| #define HAVE_TOWLOWER 1
| #define HAVE_RAW_DECL_WCTYPE 1
| #define HAVE_RAW_DECL_ISWCTYPE 1
| #define HAVE_RAW_DECL_WCTRANS 1
| #define HAVE_RAW_DECL_TOWCTRANS 1
| #define HAVE_ICONV 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_SHM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_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 16
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE__JMP /**/
| #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_FLOCK 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_GETRESUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_GETRESGID 1
| #define HAVE_SETRESGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETCWD 1
| #define HAVE_UNAME 1
| #define HAVE_READDIR_R 1
| #define HAVE_RAND_R 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define SIZEOF_RLIM_T 8
| #define RLIMIT_RESOURCE_T enum __rlimit_resource
| #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_GETRUSAGE /**/
| #define RUSAGE_WHO_T int
| #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:35472: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
conftest.c:458:5: error: conflicting types for 'ioctl'
In file included from conftest.c:447:0:
/usr/include/sys/ioctl.h:41:12: note: previous declaration of 'ioctl' was here
configure:35472: $? = 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.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 _DARWIN_C_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 HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MEMPCPY 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_ALARM 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_CATGETS 1
| #define HAVE_TZSET 1
| #define HAVE_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_MBSTATE_T 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_FFSLL 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_MEMPCPY 1
| #define HAVE_RAW_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_RAWMEMCHR 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRCHRNUL 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_STRCASESTR 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRERROR_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_RAW_DECL_STRVERSCMP 1
| #define HAVE_DECL_LOCALTIME_R 0
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WINT_T 1
| #define GNULIB_TEST_ACCEPT 1
| #define HAVE_ALLOCA 1
| #define HAVE_RAW_DECL_INET_NTOP 1
| #define HAVE_RAW_DECL_INET_PTON 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define GNULIB_TEST_CLOSE 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETHOSTNAME 1
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOADAVG 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define GNULIB_TEST_GETSOCKNAME 1
| #define GNULIB_TEST_GETSOCKOPT 1
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __x86_64__
| #define __x86_64__ 1
| #endif
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define HAVE_IOCTL 1
| #define GNULIB_TEST_IOCTL 1
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 0
| #define GNULIB_TEST_LISTEN 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC_GNU 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MBTOWC 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MKDTEMP 1
| #define GNULIB_TEST_MKDTEMP 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_TEST_MKNOD 1
| #define GNULIB_TEST_MKSTEMP 1
| #define GNULIB_TEST_MKTIME 1
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define GNULIB_TEST_SELECT 1
| #define GNULIB_TEST_SEND 1
| #define GNULIB_TEST_SENDTO 1
| #define GNULIB_TEST_SETENV 1
| #define GNULIB_TEST_SETSOCKOPT 1
| #define GNULIB_TEST_SHUTDOWN 1
| #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1
| #define HAVE_RAW_DECL_SIGACTION 1
| #define HAVE_RAW_DECL_SIGADDSET 1
| #define HAVE_RAW_DECL_SIGDELSET 1
| #define HAVE_RAW_DECL_SIGEMPTYSET 1
| #define HAVE_RAW_DECL_SIGFILLSET 1
| #define HAVE_RAW_DECL_SIGISMEMBER 1
| #define HAVE_RAW_DECL_SIGPENDING 1
| #define HAVE_RAW_DECL_SIGPROCMASK 1
| #define GNULIB_TEST_SOCKET 1
| #define GNULIB_TEST_STAT 1
| #define HAVE_RAW_DECL__EXIT 1
| #define HAVE_RAW_DECL_ATOLL 1
| #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
| #define HAVE_RAW_DECL_GETLOADAVG 1
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKDTEMP 1
| #define HAVE_RAW_DECL_MKOSTEMP 1
| #define HAVE_RAW_DECL_MKOSTEMPS 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_MKSTEMPS 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_RANDOM_R 1
| #define HAVE_RAW_DECL_SRANDOM_R 1
| #define HAVE_RAW_DECL_SETSTATE_R 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_RAW_DECL_UNSETENV 1
| #define GNULIB_TEST_STRERROR_R 1
| #define my_strftime nstrftime
| #define GNULIB_TEST_STRPTIME 1
| #define HAVE_STRVERSCMP 1
| #define GNULIB_TEST_STRVERSCMP 1
| #define HAVE_RAW_DECL_IOCTL 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_RAW_DECL_FCHMODAT 1
| #define HAVE_RAW_DECL_FSTATAT 1
| #define HAVE_RAW_DECL_FUTIMENS 1
| #define HAVE_RAW_DECL_LCHMOD 1
| #define HAVE_RAW_DECL_LSTAT 1
| #define HAVE_RAW_DECL_MKDIRAT 1
| #define HAVE_RAW_DECL_MKFIFO 1
| #define HAVE_RAW_DECL_MKFIFOAT 1
| #define HAVE_RAW_DECL_MKNOD 1
| #define HAVE_RAW_DECL_MKNODAT 1
| #define HAVE_RAW_DECL_STAT 1
| #define HAVE_RAW_DECL_UTIMENSAT 1
| #define HAVE_STRUCT_UTSNAME 1
| #define HAVE_RAW_DECL_UNAME 1
| #define HAVE_RAW_DECL_WAITPID 1
| #define GNULIB_TEST_TIME_R 1
| #define HAVE_UNAME 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_DUP3 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_EUIDACCESS 1
| #define HAVE_RAW_DECL_FACCESSAT 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FCHOWNAT 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_FTRUNCATE 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDOMAINNAME 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_GROUP_MEMBER 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| #define HAVE_RAW_DECL_LINKAT 1
| #define HAVE_RAW_DECL_LSEEK 1
| #define HAVE_RAW_DECL_PIPE 1
| #define HAVE_RAW_DECL_PIPE2 1
| #define HAVE_RAW_DECL_PREAD 1
| #define HAVE_RAW_DECL_PWRITE 1
| #define HAVE_RAW_DECL_READLINK 1
| #define HAVE_RAW_DECL_READLINKAT 1
| #define HAVE_RAW_DECL_RMDIR 1
| #define HAVE_RAW_DECL_SLEEP 1
| #define HAVE_RAW_DECL_SYMLINK 1
| #define HAVE_RAW_DECL_SYMLINKAT 1
| #define HAVE_RAW_DECL_TTYNAME_R 1
| #define HAVE_RAW_DECL_UNLINK 1
| #define HAVE_RAW_DECL_UNLINKAT 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 HAVE_RAW_DECL_WMEMCHR 1
| #define HAVE_RAW_DECL_WMEMCMP 1
| #define HAVE_RAW_DECL_WMEMCPY 1
| #define HAVE_RAW_DECL_WMEMMOVE 1
| #define HAVE_RAW_DECL_WMEMSET 1
| #define HAVE_RAW_DECL_WCSLEN 1
| #define HAVE_RAW_DECL_WCSNLEN 1
| #define HAVE_RAW_DECL_WCSCPY 1
| #define HAVE_RAW_DECL_WCPCPY 1
| #define HAVE_RAW_DECL_WCSNCPY 1
| #define HAVE_RAW_DECL_WCPNCPY 1
| #define HAVE_RAW_DECL_WCSCAT 1
| #define HAVE_RAW_DECL_WCSNCAT 1
| #define HAVE_RAW_DECL_WCSCMP 1
| #define HAVE_RAW_DECL_WCSNCMP 1
| #define HAVE_RAW_DECL_WCSCASECMP 1
| #define HAVE_RAW_DECL_WCSNCASECMP 1
| #define HAVE_RAW_DECL_WCSCOLL 1
| #define HAVE_RAW_DECL_WCSXFRM 1
| #define HAVE_RAW_DECL_WCSDUP 1
| #define HAVE_RAW_DECL_WCSCHR 1
| #define HAVE_RAW_DECL_WCSRCHR 1
| #define HAVE_RAW_DECL_WCSCSPN 1
| #define HAVE_RAW_DECL_WCSSPN 1
| #define HAVE_RAW_DECL_WCSPBRK 1
| #define HAVE_RAW_DECL_WCSSTR 1
| #define HAVE_RAW_DECL_WCSTOK 1
| #define HAVE_RAW_DECL_WCSWIDTH 1
| #define GNULIB_TEST_WCRTOMB 1
| #define HAVE_TOWLOWER 1
| #define HAVE_RAW_DECL_WCTYPE 1
| #define HAVE_RAW_DECL_ISWCTYPE 1
| #define HAVE_RAW_DECL_WCTRANS 1
| #define HAVE_RAW_DECL_TOWCTRANS 1
| #define HAVE_ICONV 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_SHM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_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 16
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE__JMP /**/
| #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_FLOCK 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_GETRESUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_GETRESGID 1
| #define HAVE_SETRESGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETCWD 1
| #define HAVE_UNAME 1
| #define HAVE_READDIR_R 1
| #define HAVE_RAND_R 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define SIZEOF_RLIM_T 8
| #define RLIMIT_RESOURCE_T enum __rlimit_resource
| #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_GETRUSAGE /**/
| #define RUSAGE_WHO_T int
| #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:35472: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
conftest.c:458:5: error: conflicting types for 'ioctl'
In file included from conftest.c:447:0:
/usr/include/sys/ioctl.h:41:12: note: previous declaration of 'ioctl' was here
configure:35472: $? = 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.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 _DARWIN_C_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 HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MEMPCPY 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_ALARM 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_CATGETS 1
| #define HAVE_TZSET 1
| #define HAVE_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_MBSTATE_T 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_FFSLL 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_MEMPCPY 1
| #define HAVE_RAW_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_RAWMEMCHR 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRCHRNUL 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_STRCASESTR 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRERROR_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_RAW_DECL_STRVERSCMP 1
| #define HAVE_DECL_LOCALTIME_R 0
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WINT_T 1
| #define GNULIB_TEST_ACCEPT 1
| #define HAVE_ALLOCA 1
| #define HAVE_RAW_DECL_INET_NTOP 1
| #define HAVE_RAW_DECL_INET_PTON 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define GNULIB_TEST_CLOSE 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETHOSTNAME 1
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOADAVG 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define GNULIB_TEST_GETSOCKNAME 1
| #define GNULIB_TEST_GETSOCKOPT 1
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __x86_64__
| #define __x86_64__ 1
| #endif
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define HAVE_IOCTL 1
| #define GNULIB_TEST_IOCTL 1
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 0
| #define GNULIB_TEST_LISTEN 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC_GNU 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MBTOWC 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MKDTEMP 1
| #define GNULIB_TEST_MKDTEMP 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_TEST_MKNOD 1
| #define GNULIB_TEST_MKSTEMP 1
| #define GNULIB_TEST_MKTIME 1
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define GNULIB_TEST_SELECT 1
| #define GNULIB_TEST_SEND 1
| #define GNULIB_TEST_SENDTO 1
| #define GNULIB_TEST_SETENV 1
| #define GNULIB_TEST_SETSOCKOPT 1
| #define GNULIB_TEST_SHUTDOWN 1
| #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1
| #define HAVE_RAW_DECL_SIGACTION 1
| #define HAVE_RAW_DECL_SIGADDSET 1
| #define HAVE_RAW_DECL_SIGDELSET 1
| #define HAVE_RAW_DECL_SIGEMPTYSET 1
| #define HAVE_RAW_DECL_SIGFILLSET 1
| #define HAVE_RAW_DECL_SIGISMEMBER 1
| #define HAVE_RAW_DECL_SIGPENDING 1
| #define HAVE_RAW_DECL_SIGPROCMASK 1
| #define GNULIB_TEST_SOCKET 1
| #define GNULIB_TEST_STAT 1
| #define HAVE_RAW_DECL__EXIT 1
| #define HAVE_RAW_DECL_ATOLL 1
| #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
| #define HAVE_RAW_DECL_GETLOADAVG 1
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKDTEMP 1
| #define HAVE_RAW_DECL_MKOSTEMP 1
| #define HAVE_RAW_DECL_MKOSTEMPS 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_MKSTEMPS 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_RANDOM_R 1
| #define HAVE_RAW_DECL_SRANDOM_R 1
| #define HAVE_RAW_DECL_SETSTATE_R 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_RAW_DECL_UNSETENV 1
| #define GNULIB_TEST_STRERROR_R 1
| #define my_strftime nstrftime
| #define GNULIB_TEST_STRPTIME 1
| #define HAVE_STRVERSCMP 1
| #define GNULIB_TEST_STRVERSCMP 1
| #define HAVE_RAW_DECL_IOCTL 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_RAW_DECL_FCHMODAT 1
| #define HAVE_RAW_DECL_FSTATAT 1
| #define HAVE_RAW_DECL_FUTIMENS 1
| #define HAVE_RAW_DECL_LCHMOD 1
| #define HAVE_RAW_DECL_LSTAT 1
| #define HAVE_RAW_DECL_MKDIRAT 1
| #define HAVE_RAW_DECL_MKFIFO 1
| #define HAVE_RAW_DECL_MKFIFOAT 1
| #define HAVE_RAW_DECL_MKNOD 1
| #define HAVE_RAW_DECL_MKNODAT 1
| #define HAVE_RAW_DECL_STAT 1
| #define HAVE_RAW_DECL_UTIMENSAT 1
| #define HAVE_STRUCT_UTSNAME 1
| #define HAVE_RAW_DECL_UNAME 1
| #define HAVE_RAW_DECL_WAITPID 1
| #define GNULIB_TEST_TIME_R 1
| #define HAVE_UNAME 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_DUP3 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_EUIDACCESS 1
| #define HAVE_RAW_DECL_FACCESSAT 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FCHOWNAT 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_FTRUNCATE 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDOMAINNAME 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_GROUP_MEMBER 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| #define HAVE_RAW_DECL_LINKAT 1
| #define HAVE_RAW_DECL_LSEEK 1
| #define HAVE_RAW_DECL_PIPE 1
| #define HAVE_RAW_DECL_PIPE2 1
| #define HAVE_RAW_DECL_PREAD 1
| #define HAVE_RAW_DECL_PWRITE 1
| #define HAVE_RAW_DECL_READLINK 1
| #define HAVE_RAW_DECL_READLINKAT 1
| #define HAVE_RAW_DECL_RMDIR 1
| #define HAVE_RAW_DECL_SLEEP 1
| #define HAVE_RAW_DECL_SYMLINK 1
| #define HAVE_RAW_DECL_SYMLINKAT 1
| #define HAVE_RAW_DECL_TTYNAME_R 1
| #define HAVE_RAW_DECL_UNLINK 1
| #define HAVE_RAW_DECL_UNLINKAT 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 HAVE_RAW_DECL_WMEMCHR 1
| #define HAVE_RAW_DECL_WMEMCMP 1
| #define HAVE_RAW_DECL_WMEMCPY 1
| #define HAVE_RAW_DECL_WMEMMOVE 1
| #define HAVE_RAW_DECL_WMEMSET 1
| #define HAVE_RAW_DECL_WCSLEN 1
| #define HAVE_RAW_DECL_WCSNLEN 1
| #define HAVE_RAW_DECL_WCSCPY 1
| #define HAVE_RAW_DECL_WCPCPY 1
| #define HAVE_RAW_DECL_WCSNCPY 1
| #define HAVE_RAW_DECL_WCPNCPY 1
| #define HAVE_RAW_DECL_WCSCAT 1
| #define HAVE_RAW_DECL_WCSNCAT 1
| #define HAVE_RAW_DECL_WCSCMP 1
| #define HAVE_RAW_DECL_WCSNCMP 1
| #define HAVE_RAW_DECL_WCSCASECMP 1
| #define HAVE_RAW_DECL_WCSNCASECMP 1
| #define HAVE_RAW_DECL_WCSCOLL 1
| #define HAVE_RAW_DECL_WCSXFRM 1
| #define HAVE_RAW_DECL_WCSDUP 1
| #define HAVE_RAW_DECL_WCSCHR 1
| #define HAVE_RAW_DECL_WCSRCHR 1
| #define HAVE_RAW_DECL_WCSCSPN 1
| #define HAVE_RAW_DECL_WCSSPN 1
| #define HAVE_RAW_DECL_WCSPBRK 1
| #define HAVE_RAW_DECL_WCSSTR 1
| #define HAVE_RAW_DECL_WCSTOK 1
| #define HAVE_RAW_DECL_WCSWIDTH 1
| #define GNULIB_TEST_WCRTOMB 1
| #define HAVE_TOWLOWER 1
| #define HAVE_RAW_DECL_WCTYPE 1
| #define HAVE_RAW_DECL_ISWCTYPE 1
| #define HAVE_RAW_DECL_WCTRANS 1
| #define HAVE_RAW_DECL_TOWCTRANS 1
| #define HAVE_ICONV 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_SHM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_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 16
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE__JMP /**/
| #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_FLOCK 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_GETRESUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_GETRESGID 1
| #define HAVE_SETRESGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETCWD 1
| #define HAVE_UNAME 1
| #define HAVE_READDIR_R 1
| #define HAVE_RAND_R 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define SIZEOF_RLIM_T 8
| #define RLIMIT_RESOURCE_T enum __rlimit_resource
| #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_GETRUSAGE /**/
| #define RUSAGE_WHO_T int
| #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:35472: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
conftest.c:458:5: error: conflicting types for 'ioctl'
In file included from conftest.c:447:0:
/usr/include/sys/ioctl.h:41:12: note: previous declaration of 'ioctl' was here
configure:35472: $? = 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.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 _DARWIN_C_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 HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MEMPCPY 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_ALARM 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_CATGETS 1
| #define HAVE_TZSET 1
| #define HAVE_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_MBSTATE_T 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_FFSLL 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_MEMPCPY 1
| #define HAVE_RAW_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_RAWMEMCHR 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRCHRNUL 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_STRCASESTR 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRERROR_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_RAW_DECL_STRVERSCMP 1
| #define HAVE_DECL_LOCALTIME_R 0
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WINT_T 1
| #define GNULIB_TEST_ACCEPT 1
| #define HAVE_ALLOCA 1
| #define HAVE_RAW_DECL_INET_NTOP 1
| #define HAVE_RAW_DECL_INET_PTON 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define GNULIB_TEST_CLOSE 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETHOSTNAME 1
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOADAVG 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define GNULIB_TEST_GETSOCKNAME 1
| #define GNULIB_TEST_GETSOCKOPT 1
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __x86_64__
| #define __x86_64__ 1
| #endif
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define HAVE_IOCTL 1
| #define GNULIB_TEST_IOCTL 1
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 0
| #define GNULIB_TEST_LISTEN 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC_GNU 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MBTOWC 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MKDTEMP 1
| #define GNULIB_TEST_MKDTEMP 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_TEST_MKNOD 1
| #define GNULIB_TEST_MKSTEMP 1
| #define GNULIB_TEST_MKTIME 1
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define GNULIB_TEST_SELECT 1
| #define GNULIB_TEST_SEND 1
| #define GNULIB_TEST_SENDTO 1
| #define GNULIB_TEST_SETENV 1
| #define GNULIB_TEST_SETSOCKOPT 1
| #define GNULIB_TEST_SHUTDOWN 1
| #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1
| #define HAVE_RAW_DECL_SIGACTION 1
| #define HAVE_RAW_DECL_SIGADDSET 1
| #define HAVE_RAW_DECL_SIGDELSET 1
| #define HAVE_RAW_DECL_SIGEMPTYSET 1
| #define HAVE_RAW_DECL_SIGFILLSET 1
| #define HAVE_RAW_DECL_SIGISMEMBER 1
| #define HAVE_RAW_DECL_SIGPENDING 1
| #define HAVE_RAW_DECL_SIGPROCMASK 1
| #define GNULIB_TEST_SOCKET 1
| #define GNULIB_TEST_STAT 1
| #define HAVE_RAW_DECL__EXIT 1
| #define HAVE_RAW_DECL_ATOLL 1
| #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
| #define HAVE_RAW_DECL_GETLOADAVG 1
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKDTEMP 1
| #define HAVE_RAW_DECL_MKOSTEMP 1
| #define HAVE_RAW_DECL_MKOSTEMPS 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_MKSTEMPS 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_RANDOM_R 1
| #define HAVE_RAW_DECL_SRANDOM_R 1
| #define HAVE_RAW_DECL_SETSTATE_R 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_RAW_DECL_UNSETENV 1
| #define GNULIB_TEST_STRERROR_R 1
| #define my_strftime nstrftime
| #define GNULIB_TEST_STRPTIME 1
| #define HAVE_STRVERSCMP 1
| #define GNULIB_TEST_STRVERSCMP 1
| #define HAVE_RAW_DECL_IOCTL 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_RAW_DECL_FCHMODAT 1
| #define HAVE_RAW_DECL_FSTATAT 1
| #define HAVE_RAW_DECL_FUTIMENS 1
| #define HAVE_RAW_DECL_LCHMOD 1
| #define HAVE_RAW_DECL_LSTAT 1
| #define HAVE_RAW_DECL_MKDIRAT 1
| #define HAVE_RAW_DECL_MKFIFO 1
| #define HAVE_RAW_DECL_MKFIFOAT 1
| #define HAVE_RAW_DECL_MKNOD 1
| #define HAVE_RAW_DECL_MKNODAT 1
| #define HAVE_RAW_DECL_STAT 1
| #define HAVE_RAW_DECL_UTIMENSAT 1
| #define HAVE_STRUCT_UTSNAME 1
| #define HAVE_RAW_DECL_UNAME 1
| #define HAVE_RAW_DECL_WAITPID 1
| #define GNULIB_TEST_TIME_R 1
| #define HAVE_UNAME 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_DUP3 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_EUIDACCESS 1
| #define HAVE_RAW_DECL_FACCESSAT 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FCHOWNAT 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_FTRUNCATE 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDOMAINNAME 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_GROUP_MEMBER 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| #define HAVE_RAW_DECL_LINKAT 1
| #define HAVE_RAW_DECL_LSEEK 1
| #define HAVE_RAW_DECL_PIPE 1
| #define HAVE_RAW_DECL_PIPE2 1
| #define HAVE_RAW_DECL_PREAD 1
| #define HAVE_RAW_DECL_PWRITE 1
| #define HAVE_RAW_DECL_READLINK 1
| #define HAVE_RAW_DECL_READLINKAT 1
| #define HAVE_RAW_DECL_RMDIR 1
| #define HAVE_RAW_DECL_SLEEP 1
| #define HAVE_RAW_DECL_SYMLINK 1
| #define HAVE_RAW_DECL_SYMLINKAT 1
| #define HAVE_RAW_DECL_TTYNAME_R 1
| #define HAVE_RAW_DECL_UNLINK 1
| #define HAVE_RAW_DECL_UNLINKAT 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 HAVE_RAW_DECL_WMEMCHR 1
| #define HAVE_RAW_DECL_WMEMCMP 1
| #define HAVE_RAW_DECL_WMEMCPY 1
| #define HAVE_RAW_DECL_WMEMMOVE 1
| #define HAVE_RAW_DECL_WMEMSET 1
| #define HAVE_RAW_DECL_WCSLEN 1
| #define HAVE_RAW_DECL_WCSNLEN 1
| #define HAVE_RAW_DECL_WCSCPY 1
| #define HAVE_RAW_DECL_WCPCPY 1
| #define HAVE_RAW_DECL_WCSNCPY 1
| #define HAVE_RAW_DECL_WCPNCPY 1
| #define HAVE_RAW_DECL_WCSCAT 1
| #define HAVE_RAW_DECL_WCSNCAT 1
| #define HAVE_RAW_DECL_WCSCMP 1
| #define HAVE_RAW_DECL_WCSNCMP 1
| #define HAVE_RAW_DECL_WCSCASECMP 1
| #define HAVE_RAW_DECL_WCSNCASECMP 1
| #define HAVE_RAW_DECL_WCSCOLL 1
| #define HAVE_RAW_DECL_WCSXFRM 1
| #define HAVE_RAW_DECL_WCSDUP 1
| #define HAVE_RAW_DECL_WCSCHR 1
| #define HAVE_RAW_DECL_WCSRCHR 1
| #define HAVE_RAW_DECL_WCSCSPN 1
| #define HAVE_RAW_DECL_WCSSPN 1
| #define HAVE_RAW_DECL_WCSPBRK 1
| #define HAVE_RAW_DECL_WCSSTR 1
| #define HAVE_RAW_DECL_WCSTOK 1
| #define HAVE_RAW_DECL_WCSWIDTH 1
| #define GNULIB_TEST_WCRTOMB 1
| #define HAVE_TOWLOWER 1
| #define HAVE_RAW_DECL_WCTYPE 1
| #define HAVE_RAW_DECL_ISWCTYPE 1
| #define HAVE_RAW_DECL_WCTRANS 1
| #define HAVE_RAW_DECL_TOWCTRANS 1
| #define HAVE_ICONV 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_SHM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_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 16
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE__JMP /**/
| #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_FLOCK 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_GETRESUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_GETRESGID 1
| #define HAVE_SETRESGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETCWD 1
| #define HAVE_UNAME 1
| #define HAVE_READDIR_R 1
| #define HAVE_RAND_R 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define SIZEOF_RLIM_T 8
| #define RLIMIT_RESOURCE_T enum __rlimit_resource
| #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_GETRUSAGE /**/
| #define RUSAGE_WHO_T int
| #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:35472: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
conftest.c:458:5: error: conflicting types for 'ioctl'
In file included from conftest.c:447:0:
/usr/include/sys/ioctl.h:41:12: note: previous declaration of 'ioctl' was here
configure:35472: $? = 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.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 _DARWIN_C_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 HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MEMPCPY 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_ALARM 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_CATGETS 1
| #define HAVE_TZSET 1
| #define HAVE_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_MBSTATE_T 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_FFSLL 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_MEMPCPY 1
| #define HAVE_RAW_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_RAWMEMCHR 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRCHRNUL 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_STRCASESTR 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRERROR_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_RAW_DECL_STRVERSCMP 1
| #define HAVE_DECL_LOCALTIME_R 0
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WINT_T 1
| #define GNULIB_TEST_ACCEPT 1
| #define HAVE_ALLOCA 1
| #define HAVE_RAW_DECL_INET_NTOP 1
| #define HAVE_RAW_DECL_INET_PTON 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define GNULIB_TEST_CLOSE 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETHOSTNAME 1
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOADAVG 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define GNULIB_TEST_GETSOCKNAME 1
| #define GNULIB_TEST_GETSOCKOPT 1
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __x86_64__
| #define __x86_64__ 1
| #endif
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define HAVE_IOCTL 1
| #define GNULIB_TEST_IOCTL 1
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 0
| #define GNULIB_TEST_LISTEN 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC_GNU 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MBTOWC 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MKDTEMP 1
| #define GNULIB_TEST_MKDTEMP 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_TEST_MKNOD 1
| #define GNULIB_TEST_MKSTEMP 1
| #define GNULIB_TEST_MKTIME 1
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define GNULIB_TEST_SELECT 1
| #define GNULIB_TEST_SEND 1
| #define GNULIB_TEST_SENDTO 1
| #define GNULIB_TEST_SETENV 1
| #define GNULIB_TEST_SETSOCKOPT 1
| #define GNULIB_TEST_SHUTDOWN 1
| #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1
| #define HAVE_RAW_DECL_SIGACTION 1
| #define HAVE_RAW_DECL_SIGADDSET 1
| #define HAVE_RAW_DECL_SIGDELSET 1
| #define HAVE_RAW_DECL_SIGEMPTYSET 1
| #define HAVE_RAW_DECL_SIGFILLSET 1
| #define HAVE_RAW_DECL_SIGISMEMBER 1
| #define HAVE_RAW_DECL_SIGPENDING 1
| #define HAVE_RAW_DECL_SIGPROCMASK 1
| #define GNULIB_TEST_SOCKET 1
| #define GNULIB_TEST_STAT 1
| #define HAVE_RAW_DECL__EXIT 1
| #define HAVE_RAW_DECL_ATOLL 1
| #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
| #define HAVE_RAW_DECL_GETLOADAVG 1
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKDTEMP 1
| #define HAVE_RAW_DECL_MKOSTEMP 1
| #define HAVE_RAW_DECL_MKOSTEMPS 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_MKSTEMPS 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_RANDOM_R 1
| #define HAVE_RAW_DECL_SRANDOM_R 1
| #define HAVE_RAW_DECL_SETSTATE_R 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_RAW_DECL_UNSETENV 1
| #define GNULIB_TEST_STRERROR_R 1
| #define my_strftime nstrftime
| #define GNULIB_TEST_STRPTIME 1
| #define HAVE_STRVERSCMP 1
| #define GNULIB_TEST_STRVERSCMP 1
| #define HAVE_RAW_DECL_IOCTL 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_RAW_DECL_FCHMODAT 1
| #define HAVE_RAW_DECL_FSTATAT 1
| #define HAVE_RAW_DECL_FUTIMENS 1
| #define HAVE_RAW_DECL_LCHMOD 1
| #define HAVE_RAW_DECL_LSTAT 1
| #define HAVE_RAW_DECL_MKDIRAT 1
| #define HAVE_RAW_DECL_MKFIFO 1
| #define HAVE_RAW_DECL_MKFIFOAT 1
| #define HAVE_RAW_DECL_MKNOD 1
| #define HAVE_RAW_DECL_MKNODAT 1
| #define HAVE_RAW_DECL_STAT 1
| #define HAVE_RAW_DECL_UTIMENSAT 1
| #define HAVE_STRUCT_UTSNAME 1
| #define HAVE_RAW_DECL_UNAME 1
| #define HAVE_RAW_DECL_WAITPID 1
| #define GNULIB_TEST_TIME_R 1
| #define HAVE_UNAME 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_DUP3 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_EUIDACCESS 1
| #define HAVE_RAW_DECL_FACCESSAT 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FCHOWNAT 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_FTRUNCATE 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDOMAINNAME 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_GROUP_MEMBER 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| #define HAVE_RAW_DECL_LINKAT 1
| #define HAVE_RAW_DECL_LSEEK 1
| #define HAVE_RAW_DECL_PIPE 1
| #define HAVE_RAW_DECL_PIPE2 1
| #define HAVE_RAW_DECL_PREAD 1
| #define HAVE_RAW_DECL_PWRITE 1
| #define HAVE_RAW_DECL_READLINK 1
| #define HAVE_RAW_DECL_READLINKAT 1
| #define HAVE_RAW_DECL_RMDIR 1
| #define HAVE_RAW_DECL_SLEEP 1
| #define HAVE_RAW_DECL_SYMLINK 1
| #define HAVE_RAW_DECL_SYMLINKAT 1
| #define HAVE_RAW_DECL_TTYNAME_R 1
| #define HAVE_RAW_DECL_UNLINK 1
| #define HAVE_RAW_DECL_UNLINKAT 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 HAVE_RAW_DECL_WMEMCHR 1
| #define HAVE_RAW_DECL_WMEMCMP 1
| #define HAVE_RAW_DECL_WMEMCPY 1
| #define HAVE_RAW_DECL_WMEMMOVE 1
| #define HAVE_RAW_DECL_WMEMSET 1
| #define HAVE_RAW_DECL_WCSLEN 1
| #define HAVE_RAW_DECL_WCSNLEN 1
| #define HAVE_RAW_DECL_WCSCPY 1
| #define HAVE_RAW_DECL_WCPCPY 1
| #define HAVE_RAW_DECL_WCSNCPY 1
| #define HAVE_RAW_DECL_WCPNCPY 1
| #define HAVE_RAW_DECL_WCSCAT 1
| #define HAVE_RAW_DECL_WCSNCAT 1
| #define HAVE_RAW_DECL_WCSCMP 1
| #define HAVE_RAW_DECL_WCSNCMP 1
| #define HAVE_RAW_DECL_WCSCASECMP 1
| #define HAVE_RAW_DECL_WCSNCASECMP 1
| #define HAVE_RAW_DECL_WCSCOLL 1
| #define HAVE_RAW_DECL_WCSXFRM 1
| #define HAVE_RAW_DECL_WCSDUP 1
| #define HAVE_RAW_DECL_WCSCHR 1
| #define HAVE_RAW_DECL_WCSRCHR 1
| #define HAVE_RAW_DECL_WCSCSPN 1
| #define HAVE_RAW_DECL_WCSSPN 1
| #define HAVE_RAW_DECL_WCSPBRK 1
| #define HAVE_RAW_DECL_WCSSTR 1
| #define HAVE_RAW_DECL_WCSTOK 1
| #define HAVE_RAW_DECL_WCSWIDTH 1
| #define GNULIB_TEST_WCRTOMB 1
| #define HAVE_TOWLOWER 1
| #define HAVE_RAW_DECL_WCTYPE 1
| #define HAVE_RAW_DECL_ISWCTYPE 1
| #define HAVE_RAW_DECL_WCTRANS 1
| #define HAVE_RAW_DECL_TOWCTRANS 1
| #define HAVE_ICONV 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_SHM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_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 16
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE__JMP /**/
| #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_FLOCK 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_GETRESUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_GETRESGID 1
| #define HAVE_SETRESGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETCWD 1
| #define HAVE_UNAME 1
| #define HAVE_READDIR_R 1
| #define HAVE_RAND_R 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define SIZEOF_RLIM_T 8
| #define RLIMIT_RESOURCE_T enum __rlimit_resource
| #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_GETRUSAGE /**/
| #define RUSAGE_WHO_T int
| #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:35472: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
conftest.c:458:5: error: conflicting types for 'ioctl'
In file included from conftest.c:447:0:
/usr/include/sys/ioctl.h:41:12: note: previous declaration of 'ioctl' was here
configure:35472: $? = 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.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 _DARWIN_C_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 HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MEMPCPY 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_ALARM 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_CATGETS 1
| #define HAVE_TZSET 1
| #define HAVE_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_MBSTATE_T 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_FFSLL 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_MEMPCPY 1
| #define HAVE_RAW_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_RAWMEMCHR 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRCHRNUL 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_STRCASESTR 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRERROR_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_RAW_DECL_STRVERSCMP 1
| #define HAVE_DECL_LOCALTIME_R 0
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WINT_T 1
| #define GNULIB_TEST_ACCEPT 1
| #define HAVE_ALLOCA 1
| #define HAVE_RAW_DECL_INET_NTOP 1
| #define HAVE_RAW_DECL_INET_PTON 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define GNULIB_TEST_CLOSE 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETHOSTNAME 1
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOADAVG 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define GNULIB_TEST_GETSOCKNAME 1
| #define GNULIB_TEST_GETSOCKOPT 1
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __x86_64__
| #define __x86_64__ 1
| #endif
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define HAVE_IOCTL 1
| #define GNULIB_TEST_IOCTL 1
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 0
| #define GNULIB_TEST_LISTEN 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC_GNU 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MBTOWC 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MKDTEMP 1
| #define GNULIB_TEST_MKDTEMP 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_TEST_MKNOD 1
| #define GNULIB_TEST_MKSTEMP 1
| #define GNULIB_TEST_MKTIME 1
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define GNULIB_TEST_SELECT 1
| #define GNULIB_TEST_SEND 1
| #define GNULIB_TEST_SENDTO 1
| #define GNULIB_TEST_SETENV 1
| #define GNULIB_TEST_SETSOCKOPT 1
| #define GNULIB_TEST_SHUTDOWN 1
| #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1
| #define HAVE_RAW_DECL_SIGACTION 1
| #define HAVE_RAW_DECL_SIGADDSET 1
| #define HAVE_RAW_DECL_SIGDELSET 1
| #define HAVE_RAW_DECL_SIGEMPTYSET 1
| #define HAVE_RAW_DECL_SIGFILLSET 1
| #define HAVE_RAW_DECL_SIGISMEMBER 1
| #define HAVE_RAW_DECL_SIGPENDING 1
| #define HAVE_RAW_DECL_SIGPROCMASK 1
| #define GNULIB_TEST_SOCKET 1
| #define GNULIB_TEST_STAT 1
| #define HAVE_RAW_DECL__EXIT 1
| #define HAVE_RAW_DECL_ATOLL 1
| #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
| #define HAVE_RAW_DECL_GETLOADAVG 1
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKDTEMP 1
| #define HAVE_RAW_DECL_MKOSTEMP 1
| #define HAVE_RAW_DECL_MKOSTEMPS 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_MKSTEMPS 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_RANDOM_R 1
| #define HAVE_RAW_DECL_SRANDOM_R 1
| #define HAVE_RAW_DECL_SETSTATE_R 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_RAW_DECL_UNSETENV 1
| #define GNULIB_TEST_STRERROR_R 1
| #define my_strftime nstrftime
| #define GNULIB_TEST_STRPTIME 1
| #define HAVE_STRVERSCMP 1
| #define GNULIB_TEST_STRVERSCMP 1
| #define HAVE_RAW_DECL_IOCTL 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_RAW_DECL_FCHMODAT 1
| #define HAVE_RAW_DECL_FSTATAT 1
| #define HAVE_RAW_DECL_FUTIMENS 1
| #define HAVE_RAW_DECL_LCHMOD 1
| #define HAVE_RAW_DECL_LSTAT 1
| #define HAVE_RAW_DECL_MKDIRAT 1
| #define HAVE_RAW_DECL_MKFIFO 1
| #define HAVE_RAW_DECL_MKFIFOAT 1
| #define HAVE_RAW_DECL_MKNOD 1
| #define HAVE_RAW_DECL_MKNODAT 1
| #define HAVE_RAW_DECL_STAT 1
| #define HAVE_RAW_DECL_UTIMENSAT 1
| #define HAVE_STRUCT_UTSNAME 1
| #define HAVE_RAW_DECL_UNAME 1
| #define HAVE_RAW_DECL_WAITPID 1
| #define GNULIB_TEST_TIME_R 1
| #define HAVE_UNAME 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_DUP3 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_EUIDACCESS 1
| #define HAVE_RAW_DECL_FACCESSAT 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FCHOWNAT 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_FTRUNCATE 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDOMAINNAME 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_GROUP_MEMBER 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| #define HAVE_RAW_DECL_LINKAT 1
| #define HAVE_RAW_DECL_LSEEK 1
| #define HAVE_RAW_DECL_PIPE 1
| #define HAVE_RAW_DECL_PIPE2 1
| #define HAVE_RAW_DECL_PREAD 1
| #define HAVE_RAW_DECL_PWRITE 1
| #define HAVE_RAW_DECL_READLINK 1
| #define HAVE_RAW_DECL_READLINKAT 1
| #define HAVE_RAW_DECL_RMDIR 1
| #define HAVE_RAW_DECL_SLEEP 1
| #define HAVE_RAW_DECL_SYMLINK 1
| #define HAVE_RAW_DECL_SYMLINKAT 1
| #define HAVE_RAW_DECL_TTYNAME_R 1
| #define HAVE_RAW_DECL_UNLINK 1
| #define HAVE_RAW_DECL_UNLINKAT 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 HAVE_RAW_DECL_WMEMCHR 1
| #define HAVE_RAW_DECL_WMEMCMP 1
| #define HAVE_RAW_DECL_WMEMCPY 1
| #define HAVE_RAW_DECL_WMEMMOVE 1
| #define HAVE_RAW_DECL_WMEMSET 1
| #define HAVE_RAW_DECL_WCSLEN 1
| #define HAVE_RAW_DECL_WCSNLEN 1
| #define HAVE_RAW_DECL_WCSCPY 1
| #define HAVE_RAW_DECL_WCPCPY 1
| #define HAVE_RAW_DECL_WCSNCPY 1
| #define HAVE_RAW_DECL_WCPNCPY 1
| #define HAVE_RAW_DECL_WCSCAT 1
| #define HAVE_RAW_DECL_WCSNCAT 1
| #define HAVE_RAW_DECL_WCSCMP 1
| #define HAVE_RAW_DECL_WCSNCMP 1
| #define HAVE_RAW_DECL_WCSCASECMP 1
| #define HAVE_RAW_DECL_WCSNCASECMP 1
| #define HAVE_RAW_DECL_WCSCOLL 1
| #define HAVE_RAW_DECL_WCSXFRM 1
| #define HAVE_RAW_DECL_WCSDUP 1
| #define HAVE_RAW_DECL_WCSCHR 1
| #define HAVE_RAW_DECL_WCSRCHR 1
| #define HAVE_RAW_DECL_WCSCSPN 1
| #define HAVE_RAW_DECL_WCSSPN 1
| #define HAVE_RAW_DECL_WCSPBRK 1
| #define HAVE_RAW_DECL_WCSSTR 1
| #define HAVE_RAW_DECL_WCSTOK 1
| #define HAVE_RAW_DECL_WCSWIDTH 1
| #define GNULIB_TEST_WCRTOMB 1
| #define HAVE_TOWLOWER 1
| #define HAVE_RAW_DECL_WCTYPE 1
| #define HAVE_RAW_DECL_ISWCTYPE 1
| #define HAVE_RAW_DECL_WCTRANS 1
| #define HAVE_RAW_DECL_TOWCTRANS 1
| #define HAVE_ICONV 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_SHM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_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 16
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE__JMP /**/
| #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_FLOCK 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_GETRESUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_GETRESGID 1
| #define HAVE_SETRESGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETCWD 1
| #define HAVE_UNAME 1
| #define HAVE_READDIR_R 1
| #define HAVE_RAND_R 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define SIZEOF_RLIM_T 8
| #define RLIMIT_RESOURCE_T enum __rlimit_resource
| #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_GETRUSAGE /**/
| #define RUSAGE_WHO_T int
| #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:35472: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
conftest.c:458:5: error: conflicting types for 'ioctl'
In file included from conftest.c:447:0:
/usr/include/sys/ioctl.h:41:12: note: previous declaration of 'ioctl' was here
configure:35472: $? = 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.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 _DARWIN_C_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 HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MEMPCPY 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_ALARM 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_CATGETS 1
| #define HAVE_TZSET 1
| #define HAVE_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_MBSTATE_T 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_FFSLL 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_MEMPCPY 1
| #define HAVE_RAW_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_RAWMEMCHR 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRCHRNUL 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_STRCASESTR 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRERROR_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_RAW_DECL_STRVERSCMP 1
| #define HAVE_DECL_LOCALTIME_R 0
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WINT_T 1
| #define GNULIB_TEST_ACCEPT 1
| #define HAVE_ALLOCA 1
| #define HAVE_RAW_DECL_INET_NTOP 1
| #define HAVE_RAW_DECL_INET_PTON 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define GNULIB_TEST_CLOSE 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETHOSTNAME 1
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOADAVG 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define GNULIB_TEST_GETSOCKNAME 1
| #define GNULIB_TEST_GETSOCKOPT 1
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __x86_64__
| #define __x86_64__ 1
| #endif
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define HAVE_IOCTL 1
| #define GNULIB_TEST_IOCTL 1
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 0
| #define GNULIB_TEST_LISTEN 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC_GNU 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MBTOWC 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MKDTEMP 1
| #define GNULIB_TEST_MKDTEMP 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_TEST_MKNOD 1
| #define GNULIB_TEST_MKSTEMP 1
| #define GNULIB_TEST_MKTIME 1
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define GNULIB_TEST_SELECT 1
| #define GNULIB_TEST_SEND 1
| #define GNULIB_TEST_SENDTO 1
| #define GNULIB_TEST_SETENV 1
| #define GNULIB_TEST_SETSOCKOPT 1
| #define GNULIB_TEST_SHUTDOWN 1
| #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1
| #define HAVE_RAW_DECL_SIGACTION 1
| #define HAVE_RAW_DECL_SIGADDSET 1
| #define HAVE_RAW_DECL_SIGDELSET 1
| #define HAVE_RAW_DECL_SIGEMPTYSET 1
| #define HAVE_RAW_DECL_SIGFILLSET 1
| #define HAVE_RAW_DECL_SIGISMEMBER 1
| #define HAVE_RAW_DECL_SIGPENDING 1
| #define HAVE_RAW_DECL_SIGPROCMASK 1
| #define GNULIB_TEST_SOCKET 1
| #define GNULIB_TEST_STAT 1
| #define HAVE_RAW_DECL__EXIT 1
| #define HAVE_RAW_DECL_ATOLL 1
| #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
| #define HAVE_RAW_DECL_GETLOADAVG 1
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKDTEMP 1
| #define HAVE_RAW_DECL_MKOSTEMP 1
| #define HAVE_RAW_DECL_MKOSTEMPS 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_MKSTEMPS 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_RANDOM_R 1
| #define HAVE_RAW_DECL_SRANDOM_R 1
| #define HAVE_RAW_DECL_SETSTATE_R 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_RAW_DECL_UNSETENV 1
| #define GNULIB_TEST_STRERROR_R 1
| #define my_strftime nstrftime
| #define GNULIB_TEST_STRPTIME 1
| #define HAVE_STRVERSCMP 1
| #define GNULIB_TEST_STRVERSCMP 1
| #define HAVE_RAW_DECL_IOCTL 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_RAW_DECL_FCHMODAT 1
| #define HAVE_RAW_DECL_FSTATAT 1
| #define HAVE_RAW_DECL_FUTIMENS 1
| #define HAVE_RAW_DECL_LCHMOD 1
| #define HAVE_RAW_DECL_LSTAT 1
| #define HAVE_RAW_DECL_MKDIRAT 1
| #define HAVE_RAW_DECL_MKFIFO 1
| #define HAVE_RAW_DECL_MKFIFOAT 1
| #define HAVE_RAW_DECL_MKNOD 1
| #define HAVE_RAW_DECL_MKNODAT 1
| #define HAVE_RAW_DECL_STAT 1
| #define HAVE_RAW_DECL_UTIMENSAT 1
| #define HAVE_STRUCT_UTSNAME 1
| #define HAVE_RAW_DECL_UNAME 1
| #define HAVE_RAW_DECL_WAITPID 1
| #define GNULIB_TEST_TIME_R 1
| #define HAVE_UNAME 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_DUP3 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_EUIDACCESS 1
| #define HAVE_RAW_DECL_FACCESSAT 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FCHOWNAT 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_FTRUNCATE 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDOMAINNAME 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_GROUP_MEMBER 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| #define HAVE_RAW_DECL_LINKAT 1
| #define HAVE_RAW_DECL_LSEEK 1
| #define HAVE_RAW_DECL_PIPE 1
| #define HAVE_RAW_DECL_PIPE2 1
| #define HAVE_RAW_DECL_PREAD 1
| #define HAVE_RAW_DECL_PWRITE 1
| #define HAVE_RAW_DECL_READLINK 1
| #define HAVE_RAW_DECL_READLINKAT 1
| #define HAVE_RAW_DECL_RMDIR 1
| #define HAVE_RAW_DECL_SLEEP 1
| #define HAVE_RAW_DECL_SYMLINK 1
| #define HAVE_RAW_DECL_SYMLINKAT 1
| #define HAVE_RAW_DECL_TTYNAME_R 1
| #define HAVE_RAW_DECL_UNLINK 1
| #define HAVE_RAW_DECL_UNLINKAT 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 HAVE_RAW_DECL_WMEMCHR 1
| #define HAVE_RAW_DECL_WMEMCMP 1
| #define HAVE_RAW_DECL_WMEMCPY 1
| #define HAVE_RAW_DECL_WMEMMOVE 1
| #define HAVE_RAW_DECL_WMEMSET 1
| #define HAVE_RAW_DECL_WCSLEN 1
| #define HAVE_RAW_DECL_WCSNLEN 1
| #define HAVE_RAW_DECL_WCSCPY 1
| #define HAVE_RAW_DECL_WCPCPY 1
| #define HAVE_RAW_DECL_WCSNCPY 1
| #define HAVE_RAW_DECL_WCPNCPY 1
| #define HAVE_RAW_DECL_WCSCAT 1
| #define HAVE_RAW_DECL_WCSNCAT 1
| #define HAVE_RAW_DECL_WCSCMP 1
| #define HAVE_RAW_DECL_WCSNCMP 1
| #define HAVE_RAW_DECL_WCSCASECMP 1
| #define HAVE_RAW_DECL_WCSNCASECMP 1
| #define HAVE_RAW_DECL_WCSCOLL 1
| #define HAVE_RAW_DECL_WCSXFRM 1
| #define HAVE_RAW_DECL_WCSDUP 1
| #define HAVE_RAW_DECL_WCSCHR 1
| #define HAVE_RAW_DECL_WCSRCHR 1
| #define HAVE_RAW_DECL_WCSCSPN 1
| #define HAVE_RAW_DECL_WCSSPN 1
| #define HAVE_RAW_DECL_WCSPBRK 1
| #define HAVE_RAW_DECL_WCSSTR 1
| #define HAVE_RAW_DECL_WCSTOK 1
| #define HAVE_RAW_DECL_WCSWIDTH 1
| #define GNULIB_TEST_WCRTOMB 1
| #define HAVE_TOWLOWER 1
| #define HAVE_RAW_DECL_WCTYPE 1
| #define HAVE_RAW_DECL_ISWCTYPE 1
| #define HAVE_RAW_DECL_WCTRANS 1
| #define HAVE_RAW_DECL_TOWCTRANS 1
| #define HAVE_ICONV 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_SHM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_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 16
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE__JMP /**/
| #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_FLOCK 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_GETRESUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_GETRESGID 1
| #define HAVE_SETRESGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETCWD 1
| #define HAVE_UNAME 1
| #define HAVE_READDIR_R 1
| #define HAVE_RAND_R 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define SIZEOF_RLIM_T 8
| #define RLIMIT_RESOURCE_T enum __rlimit_resource
| #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_GETRUSAGE /**/
| #define RUSAGE_WHO_T int
| #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:35472: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
conftest.c:458:5: error: conflicting types for 'ioctl'
In file included from conftest.c:447:0:
/usr/include/sys/ioctl.h:41:12: note: previous declaration of 'ioctl' was here
configure:35472: $? = 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.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 _DARWIN_C_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 HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MEMPCPY 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_ALARM 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_CATGETS 1
| #define HAVE_TZSET 1
| #define HAVE_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_MBSTATE_T 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_FFSLL 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_MEMPCPY 1
| #define HAVE_RAW_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_RAWMEMCHR 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRCHRNUL 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_STRCASESTR 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRERROR_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_RAW_DECL_STRVERSCMP 1
| #define HAVE_DECL_LOCALTIME_R 0
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WINT_T 1
| #define GNULIB_TEST_ACCEPT 1
| #define HAVE_ALLOCA 1
| #define HAVE_RAW_DECL_INET_NTOP 1
| #define HAVE_RAW_DECL_INET_PTON 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define GNULIB_TEST_CLOSE 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETHOSTNAME 1
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOADAVG 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define GNULIB_TEST_GETSOCKNAME 1
| #define GNULIB_TEST_GETSOCKOPT 1
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __x86_64__
| #define __x86_64__ 1
| #endif
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define HAVE_IOCTL 1
| #define GNULIB_TEST_IOCTL 1
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 0
| #define GNULIB_TEST_LISTEN 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC_GNU 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MBTOWC 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MKDTEMP 1
| #define GNULIB_TEST_MKDTEMP 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_TEST_MKNOD 1
| #define GNULIB_TEST_MKSTEMP 1
| #define GNULIB_TEST_MKTIME 1
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define GNULIB_TEST_SELECT 1
| #define GNULIB_TEST_SEND 1
| #define GNULIB_TEST_SENDTO 1
| #define GNULIB_TEST_SETENV 1
| #define GNULIB_TEST_SETSOCKOPT 1
| #define GNULIB_TEST_SHUTDOWN 1
| #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1
| #define HAVE_RAW_DECL_SIGACTION 1
| #define HAVE_RAW_DECL_SIGADDSET 1
| #define HAVE_RAW_DECL_SIGDELSET 1
| #define HAVE_RAW_DECL_SIGEMPTYSET 1
| #define HAVE_RAW_DECL_SIGFILLSET 1
| #define HAVE_RAW_DECL_SIGISMEMBER 1
| #define HAVE_RAW_DECL_SIGPENDING 1
| #define HAVE_RAW_DECL_SIGPROCMASK 1
| #define GNULIB_TEST_SOCKET 1
| #define GNULIB_TEST_STAT 1
| #define HAVE_RAW_DECL__EXIT 1
| #define HAVE_RAW_DECL_ATOLL 1
| #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
| #define HAVE_RAW_DECL_GETLOADAVG 1
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKDTEMP 1
| #define HAVE_RAW_DECL_MKOSTEMP 1
| #define HAVE_RAW_DECL_MKOSTEMPS 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_MKSTEMPS 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_RANDOM_R 1
| #define HAVE_RAW_DECL_SRANDOM_R 1
| #define HAVE_RAW_DECL_SETSTATE_R 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_RAW_DECL_UNSETENV 1
| #define GNULIB_TEST_STRERROR_R 1
| #define my_strftime nstrftime
| #define GNULIB_TEST_STRPTIME 1
| #define HAVE_STRVERSCMP 1
| #define GNULIB_TEST_STRVERSCMP 1
| #define HAVE_RAW_DECL_IOCTL 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_RAW_DECL_FCHMODAT 1
| #define HAVE_RAW_DECL_FSTATAT 1
| #define HAVE_RAW_DECL_FUTIMENS 1
| #define HAVE_RAW_DECL_LCHMOD 1
| #define HAVE_RAW_DECL_LSTAT 1
| #define HAVE_RAW_DECL_MKDIRAT 1
| #define HAVE_RAW_DECL_MKFIFO 1
| #define HAVE_RAW_DECL_MKFIFOAT 1
| #define HAVE_RAW_DECL_MKNOD 1
| #define HAVE_RAW_DECL_MKNODAT 1
| #define HAVE_RAW_DECL_STAT 1
| #define HAVE_RAW_DECL_UTIMENSAT 1
| #define HAVE_STRUCT_UTSNAME 1
| #define HAVE_RAW_DECL_UNAME 1
| #define HAVE_RAW_DECL_WAITPID 1
| #define GNULIB_TEST_TIME_R 1
| #define HAVE_UNAME 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_DUP3 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_EUIDACCESS 1
| #define HAVE_RAW_DECL_FACCESSAT 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FCHOWNAT 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_FTRUNCATE 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDOMAINNAME 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_GROUP_MEMBER 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| #define HAVE_RAW_DECL_LINKAT 1
| #define HAVE_RAW_DECL_LSEEK 1
| #define HAVE_RAW_DECL_PIPE 1
| #define HAVE_RAW_DECL_PIPE2 1
| #define HAVE_RAW_DECL_PREAD 1
| #define HAVE_RAW_DECL_PWRITE 1
| #define HAVE_RAW_DECL_READLINK 1
| #define HAVE_RAW_DECL_READLINKAT 1
| #define HAVE_RAW_DECL_RMDIR 1
| #define HAVE_RAW_DECL_SLEEP 1
| #define HAVE_RAW_DECL_SYMLINK 1
| #define HAVE_RAW_DECL_SYMLINKAT 1
| #define HAVE_RAW_DECL_TTYNAME_R 1
| #define HAVE_RAW_DECL_UNLINK 1
| #define HAVE_RAW_DECL_UNLINKAT 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 HAVE_RAW_DECL_WMEMCHR 1
| #define HAVE_RAW_DECL_WMEMCMP 1
| #define HAVE_RAW_DECL_WMEMCPY 1
| #define HAVE_RAW_DECL_WMEMMOVE 1
| #define HAVE_RAW_DECL_WMEMSET 1
| #define HAVE_RAW_DECL_WCSLEN 1
| #define HAVE_RAW_DECL_WCSNLEN 1
| #define HAVE_RAW_DECL_WCSCPY 1
| #define HAVE_RAW_DECL_WCPCPY 1
| #define HAVE_RAW_DECL_WCSNCPY 1
| #define HAVE_RAW_DECL_WCPNCPY 1
| #define HAVE_RAW_DECL_WCSCAT 1
| #define HAVE_RAW_DECL_WCSNCAT 1
| #define HAVE_RAW_DECL_WCSCMP 1
| #define HAVE_RAW_DECL_WCSNCMP 1
| #define HAVE_RAW_DECL_WCSCASECMP 1
| #define HAVE_RAW_DECL_WCSNCASECMP 1
| #define HAVE_RAW_DECL_WCSCOLL 1
| #define HAVE_RAW_DECL_WCSXFRM 1
| #define HAVE_RAW_DECL_WCSDUP 1
| #define HAVE_RAW_DECL_WCSCHR 1
| #define HAVE_RAW_DECL_WCSRCHR 1
| #define HAVE_RAW_DECL_WCSCSPN 1
| #define HAVE_RAW_DECL_WCSSPN 1
| #define HAVE_RAW_DECL_WCSPBRK 1
| #define HAVE_RAW_DECL_WCSSTR 1
| #define HAVE_RAW_DECL_WCSTOK 1
| #define HAVE_RAW_DECL_WCSWIDTH 1
| #define GNULIB_TEST_WCRTOMB 1
| #define HAVE_TOWLOWER 1
| #define HAVE_RAW_DECL_WCTYPE 1
| #define HAVE_RAW_DECL_ISWCTYPE 1
| #define HAVE_RAW_DECL_WCTRANS 1
| #define HAVE_RAW_DECL_TOWCTRANS 1
| #define HAVE_ICONV 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_SHM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_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 16
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE__JMP /**/
| #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_FLOCK 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_GETRESUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_GETRESGID 1
| #define HAVE_SETRESGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETCWD 1
| #define HAVE_UNAME 1
| #define HAVE_READDIR_R 1
| #define HAVE_RAND_R 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define SIZEOF_RLIM_T 8
| #define RLIMIT_RESOURCE_T enum __rlimit_resource
| #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_GETRUSAGE /**/
| #define RUSAGE_WHO_T int
| #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:35472: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
conftest.c:458:5: error: conflicting types for 'ioctl'
In file included from conftest.c:447:0:
/usr/include/sys/ioctl.h:41:12: note: previous declaration of 'ioctl' was here
configure:35472: $? = 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.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 _DARWIN_C_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 HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MEMPCPY 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_ALARM 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_CATGETS 1
| #define HAVE_TZSET 1
| #define HAVE_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_MBSTATE_T 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_FFSLL 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_MEMPCPY 1
| #define HAVE_RAW_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_RAWMEMCHR 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRCHRNUL 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_STRCASESTR 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRERROR_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_RAW_DECL_STRVERSCMP 1
| #define HAVE_DECL_LOCALTIME_R 0
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WINT_T 1
| #define GNULIB_TEST_ACCEPT 1
| #define HAVE_ALLOCA 1
| #define HAVE_RAW_DECL_INET_NTOP 1
| #define HAVE_RAW_DECL_INET_PTON 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define GNULIB_TEST_CLOSE 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETHOSTNAME 1
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOADAVG 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define GNULIB_TEST_GETSOCKNAME 1
| #define GNULIB_TEST_GETSOCKOPT 1
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __x86_64__
| #define __x86_64__ 1
| #endif
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define HAVE_IOCTL 1
| #define GNULIB_TEST_IOCTL 1
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 0
| #define GNULIB_TEST_LISTEN 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC_GNU 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MBTOWC 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MKDTEMP 1
| #define GNULIB_TEST_MKDTEMP 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_TEST_MKNOD 1
| #define GNULIB_TEST_MKSTEMP 1
| #define GNULIB_TEST_MKTIME 1
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define GNULIB_TEST_SELECT 1
| #define GNULIB_TEST_SEND 1
| #define GNULIB_TEST_SENDTO 1
| #define GNULIB_TEST_SETENV 1
| #define GNULIB_TEST_SETSOCKOPT 1
| #define GNULIB_TEST_SHUTDOWN 1
| #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1
| #define HAVE_RAW_DECL_SIGACTION 1
| #define HAVE_RAW_DECL_SIGADDSET 1
| #define HAVE_RAW_DECL_SIGDELSET 1
| #define HAVE_RAW_DECL_SIGEMPTYSET 1
| #define HAVE_RAW_DECL_SIGFILLSET 1
| #define HAVE_RAW_DECL_SIGISMEMBER 1
| #define HAVE_RAW_DECL_SIGPENDING 1
| #define HAVE_RAW_DECL_SIGPROCMASK 1
| #define GNULIB_TEST_SOCKET 1
| #define GNULIB_TEST_STAT 1
| #define HAVE_RAW_DECL__EXIT 1
| #define HAVE_RAW_DECL_ATOLL 1
| #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
| #define HAVE_RAW_DECL_GETLOADAVG 1
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKDTEMP 1
| #define HAVE_RAW_DECL_MKOSTEMP 1
| #define HAVE_RAW_DECL_MKOSTEMPS 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_MKSTEMPS 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_RANDOM_R 1
| #define HAVE_RAW_DECL_SRANDOM_R 1
| #define HAVE_RAW_DECL_SETSTATE_R 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_RAW_DECL_UNSETENV 1
| #define GNULIB_TEST_STRERROR_R 1
| #define my_strftime nstrftime
| #define GNULIB_TEST_STRPTIME 1
| #define HAVE_STRVERSCMP 1
| #define GNULIB_TEST_STRVERSCMP 1
| #define HAVE_RAW_DECL_IOCTL 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_RAW_DECL_FCHMODAT 1
| #define HAVE_RAW_DECL_FSTATAT 1
| #define HAVE_RAW_DECL_FUTIMENS 1
| #define HAVE_RAW_DECL_LCHMOD 1
| #define HAVE_RAW_DECL_LSTAT 1
| #define HAVE_RAW_DECL_MKDIRAT 1
| #define HAVE_RAW_DECL_MKFIFO 1
| #define HAVE_RAW_DECL_MKFIFOAT 1
| #define HAVE_RAW_DECL_MKNOD 1
| #define HAVE_RAW_DECL_MKNODAT 1
| #define HAVE_RAW_DECL_STAT 1
| #define HAVE_RAW_DECL_UTIMENSAT 1
| #define HAVE_STRUCT_UTSNAME 1
| #define HAVE_RAW_DECL_UNAME 1
| #define HAVE_RAW_DECL_WAITPID 1
| #define GNULIB_TEST_TIME_R 1
| #define HAVE_UNAME 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_DUP3 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_EUIDACCESS 1
| #define HAVE_RAW_DECL_FACCESSAT 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FCHOWNAT 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_FTRUNCATE 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDOMAINNAME 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_GROUP_MEMBER 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| #define HAVE_RAW_DECL_LINKAT 1
| #define HAVE_RAW_DECL_LSEEK 1
| #define HAVE_RAW_DECL_PIPE 1
| #define HAVE_RAW_DECL_PIPE2 1
| #define HAVE_RAW_DECL_PREAD 1
| #define HAVE_RAW_DECL_PWRITE 1
| #define HAVE_RAW_DECL_READLINK 1
| #define HAVE_RAW_DECL_READLINKAT 1
| #define HAVE_RAW_DECL_RMDIR 1
| #define HAVE_RAW_DECL_SLEEP 1
| #define HAVE_RAW_DECL_SYMLINK 1
| #define HAVE_RAW_DECL_SYMLINKAT 1
| #define HAVE_RAW_DECL_TTYNAME_R 1
| #define HAVE_RAW_DECL_UNLINK 1
| #define HAVE_RAW_DECL_UNLINKAT 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 HAVE_RAW_DECL_WMEMCHR 1
| #define HAVE_RAW_DECL_WMEMCMP 1
| #define HAVE_RAW_DECL_WMEMCPY 1
| #define HAVE_RAW_DECL_WMEMMOVE 1
| #define HAVE_RAW_DECL_WMEMSET 1
| #define HAVE_RAW_DECL_WCSLEN 1
| #define HAVE_RAW_DECL_WCSNLEN 1
| #define HAVE_RAW_DECL_WCSCPY 1
| #define HAVE_RAW_DECL_WCPCPY 1
| #define HAVE_RAW_DECL_WCSNCPY 1
| #define HAVE_RAW_DECL_WCPNCPY 1
| #define HAVE_RAW_DECL_WCSCAT 1
| #define HAVE_RAW_DECL_WCSNCAT 1
| #define HAVE_RAW_DECL_WCSCMP 1
| #define HAVE_RAW_DECL_WCSNCMP 1
| #define HAVE_RAW_DECL_WCSCASECMP 1
| #define HAVE_RAW_DECL_WCSNCASECMP 1
| #define HAVE_RAW_DECL_WCSCOLL 1
| #define HAVE_RAW_DECL_WCSXFRM 1
| #define HAVE_RAW_DECL_WCSDUP 1
| #define HAVE_RAW_DECL_WCSCHR 1
| #define HAVE_RAW_DECL_WCSRCHR 1
| #define HAVE_RAW_DECL_WCSCSPN 1
| #define HAVE_RAW_DECL_WCSSPN 1
| #define HAVE_RAW_DECL_WCSPBRK 1
| #define HAVE_RAW_DECL_WCSSTR 1
| #define HAVE_RAW_DECL_WCSTOK 1
| #define HAVE_RAW_DECL_WCSWIDTH 1
| #define GNULIB_TEST_WCRTOMB 1
| #define HAVE_TOWLOWER 1
| #define HAVE_RAW_DECL_WCTYPE 1
| #define HAVE_RAW_DECL_ISWCTYPE 1
| #define HAVE_RAW_DECL_WCTRANS 1
| #define HAVE_RAW_DECL_TOWCTRANS 1
| #define HAVE_ICONV 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_SHM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_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 16
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE__JMP /**/
| #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_FLOCK 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_GETRESUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_GETRESGID 1
| #define HAVE_SETRESGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETCWD 1
| #define HAVE_UNAME 1
| #define HAVE_READDIR_R 1
| #define HAVE_RAND_R 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define SIZEOF_RLIM_T 8
| #define RLIMIT_RESOURCE_T enum __rlimit_resource
| #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_GETRUSAGE /**/
| #define RUSAGE_WHO_T int
| #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:35472: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
conftest.c:458:5: error: conflicting types for 'ioctl'
In file included from conftest.c:447:0:
/usr/include/sys/ioctl.h:41:12: note: previous declaration of 'ioctl' was here
configure:35472: $? = 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.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 _DARWIN_C_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 HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MEMPCPY 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_ALARM 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_CATGETS 1
| #define HAVE_TZSET 1
| #define HAVE_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_MBSTATE_T 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_FFSLL 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_MEMPCPY 1
| #define HAVE_RAW_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_RAWMEMCHR 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRCHRNUL 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_STRCASESTR 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRERROR_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_RAW_DECL_STRVERSCMP 1
| #define HAVE_DECL_LOCALTIME_R 0
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WINT_T 1
| #define GNULIB_TEST_ACCEPT 1
| #define HAVE_ALLOCA 1
| #define HAVE_RAW_DECL_INET_NTOP 1
| #define HAVE_RAW_DECL_INET_PTON 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define GNULIB_TEST_CLOSE 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETHOSTNAME 1
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOADAVG 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define GNULIB_TEST_GETSOCKNAME 1
| #define GNULIB_TEST_GETSOCKOPT 1
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __x86_64__
| #define __x86_64__ 1
| #endif
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define HAVE_IOCTL 1
| #define GNULIB_TEST_IOCTL 1
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 0
| #define GNULIB_TEST_LISTEN 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC_GNU 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MBTOWC 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MKDTEMP 1
| #define GNULIB_TEST_MKDTEMP 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_TEST_MKNOD 1
| #define GNULIB_TEST_MKSTEMP 1
| #define GNULIB_TEST_MKTIME 1
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define GNULIB_TEST_SELECT 1
| #define GNULIB_TEST_SEND 1
| #define GNULIB_TEST_SENDTO 1
| #define GNULIB_TEST_SETENV 1
| #define GNULIB_TEST_SETSOCKOPT 1
| #define GNULIB_TEST_SHUTDOWN 1
| #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1
| #define HAVE_RAW_DECL_SIGACTION 1
| #define HAVE_RAW_DECL_SIGADDSET 1
| #define HAVE_RAW_DECL_SIGDELSET 1
| #define HAVE_RAW_DECL_SIGEMPTYSET 1
| #define HAVE_RAW_DECL_SIGFILLSET 1
| #define HAVE_RAW_DECL_SIGISMEMBER 1
| #define HAVE_RAW_DECL_SIGPENDING 1
| #define HAVE_RAW_DECL_SIGPROCMASK 1
| #define GNULIB_TEST_SOCKET 1
| #define GNULIB_TEST_STAT 1
| #define HAVE_RAW_DECL__EXIT 1
| #define HAVE_RAW_DECL_ATOLL 1
| #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
| #define HAVE_RAW_DECL_GETLOADAVG 1
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKDTEMP 1
| #define HAVE_RAW_DECL_MKOSTEMP 1
| #define HAVE_RAW_DECL_MKOSTEMPS 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_MKSTEMPS 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_RANDOM_R 1
| #define HAVE_RAW_DECL_SRANDOM_R 1
| #define HAVE_RAW_DECL_SETSTATE_R 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_RAW_DECL_UNSETENV 1
| #define GNULIB_TEST_STRERROR_R 1
| #define my_strftime nstrftime
| #define GNULIB_TEST_STRPTIME 1
| #define HAVE_STRVERSCMP 1
| #define GNULIB_TEST_STRVERSCMP 1
| #define HAVE_RAW_DECL_IOCTL 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_RAW_DECL_FCHMODAT 1
| #define HAVE_RAW_DECL_FSTATAT 1
| #define HAVE_RAW_DECL_FUTIMENS 1
| #define HAVE_RAW_DECL_LCHMOD 1
| #define HAVE_RAW_DECL_LSTAT 1
| #define HAVE_RAW_DECL_MKDIRAT 1
| #define HAVE_RAW_DECL_MKFIFO 1
| #define HAVE_RAW_DECL_MKFIFOAT 1
| #define HAVE_RAW_DECL_MKNOD 1
| #define HAVE_RAW_DECL_MKNODAT 1
| #define HAVE_RAW_DECL_STAT 1
| #define HAVE_RAW_DECL_UTIMENSAT 1
| #define HAVE_STRUCT_UTSNAME 1
| #define HAVE_RAW_DECL_UNAME 1
| #define HAVE_RAW_DECL_WAITPID 1
| #define GNULIB_TEST_TIME_R 1
| #define HAVE_UNAME 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_DUP3 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_EUIDACCESS 1
| #define HAVE_RAW_DECL_FACCESSAT 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FCHOWNAT 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_FTRUNCATE 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDOMAINNAME 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_GROUP_MEMBER 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| #define HAVE_RAW_DECL_LINKAT 1
| #define HAVE_RAW_DECL_LSEEK 1
| #define HAVE_RAW_DECL_PIPE 1
| #define HAVE_RAW_DECL_PIPE2 1
| #define HAVE_RAW_DECL_PREAD 1
| #define HAVE_RAW_DECL_PWRITE 1
| #define HAVE_RAW_DECL_READLINK 1
| #define HAVE_RAW_DECL_READLINKAT 1
| #define HAVE_RAW_DECL_RMDIR 1
| #define HAVE_RAW_DECL_SLEEP 1
| #define HAVE_RAW_DECL_SYMLINK 1
| #define HAVE_RAW_DECL_SYMLINKAT 1
| #define HAVE_RAW_DECL_TTYNAME_R 1
| #define HAVE_RAW_DECL_UNLINK 1
| #define HAVE_RAW_DECL_UNLINKAT 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 HAVE_RAW_DECL_WMEMCHR 1
| #define HAVE_RAW_DECL_WMEMCMP 1
| #define HAVE_RAW_DECL_WMEMCPY 1
| #define HAVE_RAW_DECL_WMEMMOVE 1
| #define HAVE_RAW_DECL_WMEMSET 1
| #define HAVE_RAW_DECL_WCSLEN 1
| #define HAVE_RAW_DECL_WCSNLEN 1
| #define HAVE_RAW_DECL_WCSCPY 1
| #define HAVE_RAW_DECL_WCPCPY 1
| #define HAVE_RAW_DECL_WCSNCPY 1
| #define HAVE_RAW_DECL_WCPNCPY 1
| #define HAVE_RAW_DECL_WCSCAT 1
| #define HAVE_RAW_DECL_WCSNCAT 1
| #define HAVE_RAW_DECL_WCSCMP 1
| #define HAVE_RAW_DECL_WCSNCMP 1
| #define HAVE_RAW_DECL_WCSCASECMP 1
| #define HAVE_RAW_DECL_WCSNCASECMP 1
| #define HAVE_RAW_DECL_WCSCOLL 1
| #define HAVE_RAW_DECL_WCSXFRM 1
| #define HAVE_RAW_DECL_WCSDUP 1
| #define HAVE_RAW_DECL_WCSCHR 1
| #define HAVE_RAW_DECL_WCSRCHR 1
| #define HAVE_RAW_DECL_WCSCSPN 1
| #define HAVE_RAW_DECL_WCSSPN 1
| #define HAVE_RAW_DECL_WCSPBRK 1
| #define HAVE_RAW_DECL_WCSSTR 1
| #define HAVE_RAW_DECL_WCSTOK 1
| #define HAVE_RAW_DECL_WCSWIDTH 1
| #define GNULIB_TEST_WCRTOMB 1
| #define HAVE_TOWLOWER 1
| #define HAVE_RAW_DECL_WCTYPE 1
| #define HAVE_RAW_DECL_ISWCTYPE 1
| #define HAVE_RAW_DECL_WCTRANS 1
| #define HAVE_RAW_DECL_TOWCTRANS 1
| #define HAVE_ICONV 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_SHM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_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 16
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE__JMP /**/
| #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_FLOCK 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_GETRESUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_GETRESGID 1
| #define HAVE_SETRESGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETCWD 1
| #define HAVE_UNAME 1
| #define HAVE_READDIR_R 1
| #define HAVE_RAND_R 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define SIZEOF_RLIM_T 8
| #define RLIMIT_RESOURCE_T enum __rlimit_resource
| #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_GETRUSAGE /**/
| #define RUSAGE_WHO_T int
| #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, ...);
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:35472: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:35472: $? = 0
configure:35501: result: extern int ioctl (int, unsigned long, ...);
configure:35522: checking for FIONREAD
configure:35538: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
conftest.c: In function 'main':
conftest.c:472:9: error: 'FIONREAD' undeclared (first use in this function)
conftest.c:472:9: note: each undeclared identifier is reported only once for each function it appears in
configure:35538: $? = 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.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 _DARWIN_C_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 HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MEMPCPY 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_ALARM 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_CATGETS 1
| #define HAVE_TZSET 1
| #define HAVE_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_MBSTATE_T 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_FFSLL 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_MEMPCPY 1
| #define HAVE_RAW_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_RAWMEMCHR 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRCHRNUL 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_STRCASESTR 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRERROR_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_RAW_DECL_STRVERSCMP 1
| #define HAVE_DECL_LOCALTIME_R 0
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WINT_T 1
| #define GNULIB_TEST_ACCEPT 1
| #define HAVE_ALLOCA 1
| #define HAVE_RAW_DECL_INET_NTOP 1
| #define HAVE_RAW_DECL_INET_PTON 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define GNULIB_TEST_CLOSE 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETHOSTNAME 1
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOADAVG 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define GNULIB_TEST_GETSOCKNAME 1
| #define GNULIB_TEST_GETSOCKOPT 1
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __x86_64__
| #define __x86_64__ 1
| #endif
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define HAVE_IOCTL 1
| #define GNULIB_TEST_IOCTL 1
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 0
| #define GNULIB_TEST_LISTEN 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC_GNU 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MBTOWC 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MKDTEMP 1
| #define GNULIB_TEST_MKDTEMP 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_TEST_MKNOD 1
| #define GNULIB_TEST_MKSTEMP 1
| #define GNULIB_TEST_MKTIME 1
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define GNULIB_TEST_SELECT 1
| #define GNULIB_TEST_SEND 1
| #define GNULIB_TEST_SENDTO 1
| #define GNULIB_TEST_SETENV 1
| #define GNULIB_TEST_SETSOCKOPT 1
| #define GNULIB_TEST_SHUTDOWN 1
| #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1
| #define HAVE_RAW_DECL_SIGACTION 1
| #define HAVE_RAW_DECL_SIGADDSET 1
| #define HAVE_RAW_DECL_SIGDELSET 1
| #define HAVE_RAW_DECL_SIGEMPTYSET 1
| #define HAVE_RAW_DECL_SIGFILLSET 1
| #define HAVE_RAW_DECL_SIGISMEMBER 1
| #define HAVE_RAW_DECL_SIGPENDING 1
| #define HAVE_RAW_DECL_SIGPROCMASK 1
| #define GNULIB_TEST_SOCKET 1
| #define GNULIB_TEST_STAT 1
| #define HAVE_RAW_DECL__EXIT 1
| #define HAVE_RAW_DECL_ATOLL 1
| #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
| #define HAVE_RAW_DECL_GETLOADAVG 1
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKDTEMP 1
| #define HAVE_RAW_DECL_MKOSTEMP 1
| #define HAVE_RAW_DECL_MKOSTEMPS 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_MKSTEMPS 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_RANDOM_R 1
| #define HAVE_RAW_DECL_SRANDOM_R 1
| #define HAVE_RAW_DECL_SETSTATE_R 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_RAW_DECL_UNSETENV 1
| #define GNULIB_TEST_STRERROR_R 1
| #define my_strftime nstrftime
| #define GNULIB_TEST_STRPTIME 1
| #define HAVE_STRVERSCMP 1
| #define GNULIB_TEST_STRVERSCMP 1
| #define HAVE_RAW_DECL_IOCTL 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_RAW_DECL_FCHMODAT 1
| #define HAVE_RAW_DECL_FSTATAT 1
| #define HAVE_RAW_DECL_FUTIMENS 1
| #define HAVE_RAW_DECL_LCHMOD 1
| #define HAVE_RAW_DECL_LSTAT 1
| #define HAVE_RAW_DECL_MKDIRAT 1
| #define HAVE_RAW_DECL_MKFIFO 1
| #define HAVE_RAW_DECL_MKFIFOAT 1
| #define HAVE_RAW_DECL_MKNOD 1
| #define HAVE_RAW_DECL_MKNODAT 1
| #define HAVE_RAW_DECL_STAT 1
| #define HAVE_RAW_DECL_UTIMENSAT 1
| #define HAVE_STRUCT_UTSNAME 1
| #define HAVE_RAW_DECL_UNAME 1
| #define HAVE_RAW_DECL_WAITPID 1
| #define GNULIB_TEST_TIME_R 1
| #define HAVE_UNAME 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_DUP3 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_EUIDACCESS 1
| #define HAVE_RAW_DECL_FACCESSAT 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FCHOWNAT 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_FTRUNCATE 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDOMAINNAME 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_GROUP_MEMBER 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| #define HAVE_RAW_DECL_LINKAT 1
| #define HAVE_RAW_DECL_LSEEK 1
| #define HAVE_RAW_DECL_PIPE 1
| #define HAVE_RAW_DECL_PIPE2 1
| #define HAVE_RAW_DECL_PREAD 1
| #define HAVE_RAW_DECL_PWRITE 1
| #define HAVE_RAW_DECL_READLINK 1
| #define HAVE_RAW_DECL_READLINKAT 1
| #define HAVE_RAW_DECL_RMDIR 1
| #define HAVE_RAW_DECL_SLEEP 1
| #define HAVE_RAW_DECL_SYMLINK 1
| #define HAVE_RAW_DECL_SYMLINKAT 1
| #define HAVE_RAW_DECL_TTYNAME_R 1
| #define HAVE_RAW_DECL_UNLINK 1
| #define HAVE_RAW_DECL_UNLINKAT 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 HAVE_RAW_DECL_WMEMCHR 1
| #define HAVE_RAW_DECL_WMEMCMP 1
| #define HAVE_RAW_DECL_WMEMCPY 1
| #define HAVE_RAW_DECL_WMEMMOVE 1
| #define HAVE_RAW_DECL_WMEMSET 1
| #define HAVE_RAW_DECL_WCSLEN 1
| #define HAVE_RAW_DECL_WCSNLEN 1
| #define HAVE_RAW_DECL_WCSCPY 1
| #define HAVE_RAW_DECL_WCPCPY 1
| #define HAVE_RAW_DECL_WCSNCPY 1
| #define HAVE_RAW_DECL_WCPNCPY 1
| #define HAVE_RAW_DECL_WCSCAT 1
| #define HAVE_RAW_DECL_WCSNCAT 1
| #define HAVE_RAW_DECL_WCSCMP 1
| #define HAVE_RAW_DECL_WCSNCMP 1
| #define HAVE_RAW_DECL_WCSCASECMP 1
| #define HAVE_RAW_DECL_WCSNCASECMP 1
| #define HAVE_RAW_DECL_WCSCOLL 1
| #define HAVE_RAW_DECL_WCSXFRM 1
| #define HAVE_RAW_DECL_WCSDUP 1
| #define HAVE_RAW_DECL_WCSCHR 1
| #define HAVE_RAW_DECL_WCSRCHR 1
| #define HAVE_RAW_DECL_WCSCSPN 1
| #define HAVE_RAW_DECL_WCSSPN 1
| #define HAVE_RAW_DECL_WCSPBRK 1
| #define HAVE_RAW_DECL_WCSSTR 1
| #define HAVE_RAW_DECL_WCSTOK 1
| #define HAVE_RAW_DECL_WCSWIDTH 1
| #define GNULIB_TEST_WCRTOMB 1
| #define HAVE_TOWLOWER 1
| #define HAVE_RAW_DECL_WCTYPE 1
| #define HAVE_RAW_DECL_ISWCTYPE 1
| #define HAVE_RAW_DECL_WCTRANS 1
| #define HAVE_RAW_DECL_TOWCTRANS 1
| #define HAVE_ICONV 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_SHM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_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 16
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE__JMP /**/
| #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_FLOCK 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_GETRESUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_GETRESGID 1
| #define HAVE_SETRESGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETCWD 1
| #define HAVE_UNAME 1
| #define HAVE_READDIR_R 1
| #define HAVE_RAND_R 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define SIZEOF_RLIM_T 8
| #define RLIMIT_RESOURCE_T enum __rlimit_resource
| #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_GETRUSAGE /**/
| #define RUSAGE_WHO_T int
| #define ELOOP_VALUE ELOOP
| #define HAVE_IOCTL 1
| #define IOCTL_REQUEST_T unsigned long
| #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:35545: result: no
configure:35551: checking for FIONREAD in sys/filio.h
configure:35567: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
conftest.c:468:23: fatal error: sys/filio.h: No such file or directory
compilation terminated.
configure:35567: $? = 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.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 _DARWIN_C_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 HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MEMPCPY 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_ALARM 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_CATGETS 1
| #define HAVE_TZSET 1
| #define HAVE_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_MBSTATE_T 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_FFSLL 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_MEMPCPY 1
| #define HAVE_RAW_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_RAWMEMCHR 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRCHRNUL 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_STRCASESTR 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRERROR_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_RAW_DECL_STRVERSCMP 1
| #define HAVE_DECL_LOCALTIME_R 0
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WINT_T 1
| #define GNULIB_TEST_ACCEPT 1
| #define HAVE_ALLOCA 1
| #define HAVE_RAW_DECL_INET_NTOP 1
| #define HAVE_RAW_DECL_INET_PTON 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define GNULIB_TEST_CLOSE 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETHOSTNAME 1
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOADAVG 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define GNULIB_TEST_GETSOCKNAME 1
| #define GNULIB_TEST_GETSOCKOPT 1
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __x86_64__
| #define __x86_64__ 1
| #endif
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define HAVE_IOCTL 1
| #define GNULIB_TEST_IOCTL 1
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 0
| #define GNULIB_TEST_LISTEN 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC_GNU 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MBTOWC 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MKDTEMP 1
| #define GNULIB_TEST_MKDTEMP 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_TEST_MKNOD 1
| #define GNULIB_TEST_MKSTEMP 1
| #define GNULIB_TEST_MKTIME 1
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define GNULIB_TEST_SELECT 1
| #define GNULIB_TEST_SEND 1
| #define GNULIB_TEST_SENDTO 1
| #define GNULIB_TEST_SETENV 1
| #define GNULIB_TEST_SETSOCKOPT 1
| #define GNULIB_TEST_SHUTDOWN 1
| #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1
| #define HAVE_RAW_DECL_SIGACTION 1
| #define HAVE_RAW_DECL_SIGADDSET 1
| #define HAVE_RAW_DECL_SIGDELSET 1
| #define HAVE_RAW_DECL_SIGEMPTYSET 1
| #define HAVE_RAW_DECL_SIGFILLSET 1
| #define HAVE_RAW_DECL_SIGISMEMBER 1
| #define HAVE_RAW_DECL_SIGPENDING 1
| #define HAVE_RAW_DECL_SIGPROCMASK 1
| #define GNULIB_TEST_SOCKET 1
| #define GNULIB_TEST_STAT 1
| #define HAVE_RAW_DECL__EXIT 1
| #define HAVE_RAW_DECL_ATOLL 1
| #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
| #define HAVE_RAW_DECL_GETLOADAVG 1
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKDTEMP 1
| #define HAVE_RAW_DECL_MKOSTEMP 1
| #define HAVE_RAW_DECL_MKOSTEMPS 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_MKSTEMPS 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_RANDOM_R 1
| #define HAVE_RAW_DECL_SRANDOM_R 1
| #define HAVE_RAW_DECL_SETSTATE_R 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_RAW_DECL_UNSETENV 1
| #define GNULIB_TEST_STRERROR_R 1
| #define my_strftime nstrftime
| #define GNULIB_TEST_STRPTIME 1
| #define HAVE_STRVERSCMP 1
| #define GNULIB_TEST_STRVERSCMP 1
| #define HAVE_RAW_DECL_IOCTL 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_RAW_DECL_FCHMODAT 1
| #define HAVE_RAW_DECL_FSTATAT 1
| #define HAVE_RAW_DECL_FUTIMENS 1
| #define HAVE_RAW_DECL_LCHMOD 1
| #define HAVE_RAW_DECL_LSTAT 1
| #define HAVE_RAW_DECL_MKDIRAT 1
| #define HAVE_RAW_DECL_MKFIFO 1
| #define HAVE_RAW_DECL_MKFIFOAT 1
| #define HAVE_RAW_DECL_MKNOD 1
| #define HAVE_RAW_DECL_MKNODAT 1
| #define HAVE_RAW_DECL_STAT 1
| #define HAVE_RAW_DECL_UTIMENSAT 1
| #define HAVE_STRUCT_UTSNAME 1
| #define HAVE_RAW_DECL_UNAME 1
| #define HAVE_RAW_DECL_WAITPID 1
| #define GNULIB_TEST_TIME_R 1
| #define HAVE_UNAME 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_DUP3 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_EUIDACCESS 1
| #define HAVE_RAW_DECL_FACCESSAT 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FCHOWNAT 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_FTRUNCATE 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDOMAINNAME 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_GROUP_MEMBER 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| #define HAVE_RAW_DECL_LINKAT 1
| #define HAVE_RAW_DECL_LSEEK 1
| #define HAVE_RAW_DECL_PIPE 1
| #define HAVE_RAW_DECL_PIPE2 1
| #define HAVE_RAW_DECL_PREAD 1
| #define HAVE_RAW_DECL_PWRITE 1
| #define HAVE_RAW_DECL_READLINK 1
| #define HAVE_RAW_DECL_READLINKAT 1
| #define HAVE_RAW_DECL_RMDIR 1
| #define HAVE_RAW_DECL_SLEEP 1
| #define HAVE_RAW_DECL_SYMLINK 1
| #define HAVE_RAW_DECL_SYMLINKAT 1
| #define HAVE_RAW_DECL_TTYNAME_R 1
| #define HAVE_RAW_DECL_UNLINK 1
| #define HAVE_RAW_DECL_UNLINKAT 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 HAVE_RAW_DECL_WMEMCHR 1
| #define HAVE_RAW_DECL_WMEMCMP 1
| #define HAVE_RAW_DECL_WMEMCPY 1
| #define HAVE_RAW_DECL_WMEMMOVE 1
| #define HAVE_RAW_DECL_WMEMSET 1
| #define HAVE_RAW_DECL_WCSLEN 1
| #define HAVE_RAW_DECL_WCSNLEN 1
| #define HAVE_RAW_DECL_WCSCPY 1
| #define HAVE_RAW_DECL_WCPCPY 1
| #define HAVE_RAW_DECL_WCSNCPY 1
| #define HAVE_RAW_DECL_WCPNCPY 1
| #define HAVE_RAW_DECL_WCSCAT 1
| #define HAVE_RAW_DECL_WCSNCAT 1
| #define HAVE_RAW_DECL_WCSCMP 1
| #define HAVE_RAW_DECL_WCSNCMP 1
| #define HAVE_RAW_DECL_WCSCASECMP 1
| #define HAVE_RAW_DECL_WCSNCASECMP 1
| #define HAVE_RAW_DECL_WCSCOLL 1
| #define HAVE_RAW_DECL_WCSXFRM 1
| #define HAVE_RAW_DECL_WCSDUP 1
| #define HAVE_RAW_DECL_WCSCHR 1
| #define HAVE_RAW_DECL_WCSRCHR 1
| #define HAVE_RAW_DECL_WCSCSPN 1
| #define HAVE_RAW_DECL_WCSSPN 1
| #define HAVE_RAW_DECL_WCSPBRK 1
| #define HAVE_RAW_DECL_WCSSTR 1
| #define HAVE_RAW_DECL_WCSTOK 1
| #define HAVE_RAW_DECL_WCSWIDTH 1
| #define GNULIB_TEST_WCRTOMB 1
| #define HAVE_TOWLOWER 1
| #define HAVE_RAW_DECL_WCTYPE 1
| #define HAVE_RAW_DECL_ISWCTYPE 1
| #define HAVE_RAW_DECL_WCTRANS 1
| #define HAVE_RAW_DECL_TOWCTRANS 1
| #define HAVE_ICONV 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_SHM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_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 16
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE__JMP /**/
| #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_FLOCK 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_GETRESUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_GETRESGID 1
| #define HAVE_SETRESGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETCWD 1
| #define HAVE_UNAME 1
| #define HAVE_READDIR_R 1
| #define HAVE_RAND_R 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define SIZEOF_RLIM_T 8
| #define RLIMIT_RESOURCE_T enum __rlimit_resource
| #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_GETRUSAGE /**/
| #define RUSAGE_WHO_T int
| #define ELOOP_VALUE ELOOP
| #define HAVE_IOCTL 1
| #define IOCTL_REQUEST_T unsigned long
| #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:35574: result: no
configure:35584: checking for FIONREAD in sys/ioctl.h
configure:35600: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:35600: $? = 0
configure:35607: result: yes
configure:35623: checking for reliable FIONREAD
configure:35657: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c /usr/lib64/libavcall.so /usr/lib64/libcallback.so >&5
configure:35657: $? = 0
configure:35657: ./conftest
configure:35657: $? = 0
configure:35668: result: yes
configure:35678: checking for poll
configure:35678: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c /usr/lib64/libavcall.so /usr/lib64/libcallback.so >&5
configure:35678: $? = 0
configure:35678: result: yes
configure:35730: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c /usr/lib64/libavcall.so /usr/lib64/libcallback.so >&5
configure:35730: $? = 0
configure:35730: ./conftest
configure:35730: $? = 0
configure:35748: checking for reliable poll()
configure:35806: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c /usr/lib64/libavcall.so /usr/lib64/libcallback.so >&5
conftest.c: In function 'main':
conftest.c:490:3: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
configure:35806: $? = 0
configure:35806: ./conftest
configure:35806: $? = 0
configure:35817: result: yes
configure:35826: checking for select
configure:35858: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c /usr/lib64/libavcall.so /usr/lib64/libcallback.so >&5
configure:35858: $? = 0
configure:35866: result: yes
configure:35872: checking for sys/select.h
configure:35892: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
configure:35892: $? = 0
configure:35899: result: yes
configure:35906: checking for select declaration
configure:35947: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
conftest.c:448:0: warning: "HAVE_SYS_SELECT_H" redefined [enabled by default]
conftest.c:37:0: note: this is the location of the previous definition
conftest.c:469:5: error: conflicting types for 'select'
In file included from /usr/include/sys/types.h:219:0,
from /usr/include/stdlib.h:314,
from conftest.c:451:
/usr/include/sys/select.h:106:12: note: previous declaration of 'select' was here
configure:35947: $? = 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.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 _DARWIN_C_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 HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MEMPCPY 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_ALARM 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_CATGETS 1
| #define HAVE_TZSET 1
| #define HAVE_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_MBSTATE_T 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_FFSLL 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_MEMPCPY 1
| #define HAVE_RAW_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_RAWMEMCHR 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRCHRNUL 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_STRCASESTR 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRERROR_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_RAW_DECL_STRVERSCMP 1
| #define HAVE_DECL_LOCALTIME_R 0
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WINT_T 1
| #define GNULIB_TEST_ACCEPT 1
| #define HAVE_ALLOCA 1
| #define HAVE_RAW_DECL_INET_NTOP 1
| #define HAVE_RAW_DECL_INET_PTON 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define GNULIB_TEST_CLOSE 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETHOSTNAME 1
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOADAVG 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define GNULIB_TEST_GETSOCKNAME 1
| #define GNULIB_TEST_GETSOCKOPT 1
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __x86_64__
| #define __x86_64__ 1
| #endif
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define HAVE_IOCTL 1
| #define GNULIB_TEST_IOCTL 1
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 0
| #define GNULIB_TEST_LISTEN 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC_GNU 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MBTOWC 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MKDTEMP 1
| #define GNULIB_TEST_MKDTEMP 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_TEST_MKNOD 1
| #define GNULIB_TEST_MKSTEMP 1
| #define GNULIB_TEST_MKTIME 1
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define GNULIB_TEST_SELECT 1
| #define GNULIB_TEST_SEND 1
| #define GNULIB_TEST_SENDTO 1
| #define GNULIB_TEST_SETENV 1
| #define GNULIB_TEST_SETSOCKOPT 1
| #define GNULIB_TEST_SHUTDOWN 1
| #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1
| #define HAVE_RAW_DECL_SIGACTION 1
| #define HAVE_RAW_DECL_SIGADDSET 1
| #define HAVE_RAW_DECL_SIGDELSET 1
| #define HAVE_RAW_DECL_SIGEMPTYSET 1
| #define HAVE_RAW_DECL_SIGFILLSET 1
| #define HAVE_RAW_DECL_SIGISMEMBER 1
| #define HAVE_RAW_DECL_SIGPENDING 1
| #define HAVE_RAW_DECL_SIGPROCMASK 1
| #define GNULIB_TEST_SOCKET 1
| #define GNULIB_TEST_STAT 1
| #define HAVE_RAW_DECL__EXIT 1
| #define HAVE_RAW_DECL_ATOLL 1
| #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
| #define HAVE_RAW_DECL_GETLOADAVG 1
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKDTEMP 1
| #define HAVE_RAW_DECL_MKOSTEMP 1
| #define HAVE_RAW_DECL_MKOSTEMPS 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_MKSTEMPS 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_RANDOM_R 1
| #define HAVE_RAW_DECL_SRANDOM_R 1
| #define HAVE_RAW_DECL_SETSTATE_R 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_RAW_DECL_UNSETENV 1
| #define GNULIB_TEST_STRERROR_R 1
| #define my_strftime nstrftime
| #define GNULIB_TEST_STRPTIME 1
| #define HAVE_STRVERSCMP 1
| #define GNULIB_TEST_STRVERSCMP 1
| #define HAVE_RAW_DECL_IOCTL 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_RAW_DECL_FCHMODAT 1
| #define HAVE_RAW_DECL_FSTATAT 1
| #define HAVE_RAW_DECL_FUTIMENS 1
| #define HAVE_RAW_DECL_LCHMOD 1
| #define HAVE_RAW_DECL_LSTAT 1
| #define HAVE_RAW_DECL_MKDIRAT 1
| #define HAVE_RAW_DECL_MKFIFO 1
| #define HAVE_RAW_DECL_MKFIFOAT 1
| #define HAVE_RAW_DECL_MKNOD 1
| #define HAVE_RAW_DECL_MKNODAT 1
| #define HAVE_RAW_DECL_STAT 1
| #define HAVE_RAW_DECL_UTIMENSAT 1
| #define HAVE_STRUCT_UTSNAME 1
| #define HAVE_RAW_DECL_UNAME 1
| #define HAVE_RAW_DECL_WAITPID 1
| #define GNULIB_TEST_TIME_R 1
| #define HAVE_UNAME 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_DUP3 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_EUIDACCESS 1
| #define HAVE_RAW_DECL_FACCESSAT 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FCHOWNAT 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_FTRUNCATE 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDOMAINNAME 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_GROUP_MEMBER 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| #define HAVE_RAW_DECL_LINKAT 1
| #define HAVE_RAW_DECL_LSEEK 1
| #define HAVE_RAW_DECL_PIPE 1
| #define HAVE_RAW_DECL_PIPE2 1
| #define HAVE_RAW_DECL_PREAD 1
| #define HAVE_RAW_DECL_PWRITE 1
| #define HAVE_RAW_DECL_READLINK 1
| #define HAVE_RAW_DECL_READLINKAT 1
| #define HAVE_RAW_DECL_RMDIR 1
| #define HAVE_RAW_DECL_SLEEP 1
| #define HAVE_RAW_DECL_SYMLINK 1
| #define HAVE_RAW_DECL_SYMLINKAT 1
| #define HAVE_RAW_DECL_TTYNAME_R 1
| #define HAVE_RAW_DECL_UNLINK 1
| #define HAVE_RAW_DECL_UNLINKAT 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 HAVE_RAW_DECL_WMEMCHR 1
| #define HAVE_RAW_DECL_WMEMCMP 1
| #define HAVE_RAW_DECL_WMEMCPY 1
| #define HAVE_RAW_DECL_WMEMMOVE 1
| #define HAVE_RAW_DECL_WMEMSET 1
| #define HAVE_RAW_DECL_WCSLEN 1
| #define HAVE_RAW_DECL_WCSNLEN 1
| #define HAVE_RAW_DECL_WCSCPY 1
| #define HAVE_RAW_DECL_WCPCPY 1
| #define HAVE_RAW_DECL_WCSNCPY 1
| #define HAVE_RAW_DECL_WCPNCPY 1
| #define HAVE_RAW_DECL_WCSCAT 1
| #define HAVE_RAW_DECL_WCSNCAT 1
| #define HAVE_RAW_DECL_WCSCMP 1
| #define HAVE_RAW_DECL_WCSNCMP 1
| #define HAVE_RAW_DECL_WCSCASECMP 1
| #define HAVE_RAW_DECL_WCSNCASECMP 1
| #define HAVE_RAW_DECL_WCSCOLL 1
| #define HAVE_RAW_DECL_WCSXFRM 1
| #define HAVE_RAW_DECL_WCSDUP 1
| #define HAVE_RAW_DECL_WCSCHR 1
| #define HAVE_RAW_DECL_WCSRCHR 1
| #define HAVE_RAW_DECL_WCSCSPN 1
| #define HAVE_RAW_DECL_WCSSPN 1
| #define HAVE_RAW_DECL_WCSPBRK 1
| #define HAVE_RAW_DECL_WCSSTR 1
| #define HAVE_RAW_DECL_WCSTOK 1
| #define HAVE_RAW_DECL_WCSWIDTH 1
| #define GNULIB_TEST_WCRTOMB 1
| #define HAVE_TOWLOWER 1
| #define HAVE_RAW_DECL_WCTYPE 1
| #define HAVE_RAW_DECL_ISWCTYPE 1
| #define HAVE_RAW_DECL_WCTRANS 1
| #define HAVE_RAW_DECL_TOWCTRANS 1
| #define HAVE_ICONV 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_SHM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_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 16
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE__JMP /**/
| #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_FLOCK 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_GETRESUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_GETRESGID 1
| #define HAVE_SETRESGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETCWD 1
| #define HAVE_UNAME 1
| #define HAVE_READDIR_R 1
| #define HAVE_RAND_R 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define SIZEOF_RLIM_T 8
| #define RLIMIT_RESOURCE_T enum __rlimit_resource
| #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_GETRUSAGE /**/
| #define RUSAGE_WHO_T int
| #define ELOOP_VALUE ELOOP
| #define HAVE_IOCTL 1
| #define IOCTL_REQUEST_T unsigned long
| #define IOCTL_DOTS /**/
| #define NEED_SYS_IOCTL_H /**/
| #define HAVE_FIONREAD /**/
| #define HAVE_RELIABLE_FIONREAD /**/
| #define HAVE_POLL 1
| #define HAVE_RELIABLE_POLL /**/
| #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:35947: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
conftest.c:448:0: warning: "HAVE_SYS_SELECT_H" redefined [enabled by default]
conftest.c:37:0: note: this is the location of the previous definition
configure:35947: $? = 0
configure:35970: result: extern int select (int, fd_set *, fd_set *, fd_set *, struct timeval *);
configure:35990: checking for reliable select()
configure:36058: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c /usr/lib64/libavcall.so /usr/lib64/libcallback.so >&5
conftest.c:448:0: warning: "HAVE_SYS_SELECT_H" redefined [enabled by default]
conftest.c:37:0: note: this is the location of the previous definition
configure:36058: $? = 0
configure:36058: ./conftest
configure:36058: $? = 0
configure:36069: result: yes
configure:36080: checking for netdb.h
configure:36080: result: yes
configure:36093: checking sys/un.h usability
configure:36093: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
conftest.c:448:0: warning: "HAVE_SYS_SELECT_H" redefined [enabled by default]
conftest.c:37:0: note: this is the location of the previous definition
configure:36093: $? = 0
configure:36093: result: yes
configure:36093: checking sys/un.h presence
configure:36093: gcc -E -I/usr/include/db4.8 conftest.c
conftest.c:448:0: warning: "HAVE_SYS_SELECT_H" redefined [enabled by default]
conftest.c:37:0: note: this is the location of the previous definition
configure:36093: $? = 0
configure:36093: result: yes
configure:36093: checking for sys/un.h
configure:36093: result: yes
configure:36103: checking for sun_len in struct sockaddr_un
configure:36120: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
conftest.c:448:0: warning: "HAVE_SYS_SELECT_H" redefined [enabled by default]
conftest.c:37:0: note: this is the location of the previous definition
conftest.c: In function 'main':
conftest.c:462:34: error: 'struct sockaddr_un' has no member named 'sun_len'
configure:36120: $? = 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.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 _DARWIN_C_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 HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MEMPCPY 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_ALARM 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_CATGETS 1
| #define HAVE_TZSET 1
| #define HAVE_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_MBSTATE_T 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_FFSLL 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_MEMPCPY 1
| #define HAVE_RAW_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_RAWMEMCHR 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRCHRNUL 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_STRCASESTR 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRERROR_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_RAW_DECL_STRVERSCMP 1
| #define HAVE_DECL_LOCALTIME_R 0
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WINT_T 1
| #define GNULIB_TEST_ACCEPT 1
| #define HAVE_ALLOCA 1
| #define HAVE_RAW_DECL_INET_NTOP 1
| #define HAVE_RAW_DECL_INET_PTON 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define GNULIB_TEST_CLOSE 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETHOSTNAME 1
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOADAVG 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define GNULIB_TEST_GETSOCKNAME 1
| #define GNULIB_TEST_GETSOCKOPT 1
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __x86_64__
| #define __x86_64__ 1
| #endif
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define HAVE_IOCTL 1
| #define GNULIB_TEST_IOCTL 1
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 0
| #define GNULIB_TEST_LISTEN 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC_GNU 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MBTOWC 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MKDTEMP 1
| #define GNULIB_TEST_MKDTEMP 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_TEST_MKNOD 1
| #define GNULIB_TEST_MKSTEMP 1
| #define GNULIB_TEST_MKTIME 1
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define GNULIB_TEST_SELECT 1
| #define GNULIB_TEST_SEND 1
| #define GNULIB_TEST_SENDTO 1
| #define GNULIB_TEST_SETENV 1
| #define GNULIB_TEST_SETSOCKOPT 1
| #define GNULIB_TEST_SHUTDOWN 1
| #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1
| #define HAVE_RAW_DECL_SIGACTION 1
| #define HAVE_RAW_DECL_SIGADDSET 1
| #define HAVE_RAW_DECL_SIGDELSET 1
| #define HAVE_RAW_DECL_SIGEMPTYSET 1
| #define HAVE_RAW_DECL_SIGFILLSET 1
| #define HAVE_RAW_DECL_SIGISMEMBER 1
| #define HAVE_RAW_DECL_SIGPENDING 1
| #define HAVE_RAW_DECL_SIGPROCMASK 1
| #define GNULIB_TEST_SOCKET 1
| #define GNULIB_TEST_STAT 1
| #define HAVE_RAW_DECL__EXIT 1
| #define HAVE_RAW_DECL_ATOLL 1
| #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
| #define HAVE_RAW_DECL_GETLOADAVG 1
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKDTEMP 1
| #define HAVE_RAW_DECL_MKOSTEMP 1
| #define HAVE_RAW_DECL_MKOSTEMPS 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_MKSTEMPS 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_RANDOM_R 1
| #define HAVE_RAW_DECL_SRANDOM_R 1
| #define HAVE_RAW_DECL_SETSTATE_R 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_RAW_DECL_UNSETENV 1
| #define GNULIB_TEST_STRERROR_R 1
| #define my_strftime nstrftime
| #define GNULIB_TEST_STRPTIME 1
| #define HAVE_STRVERSCMP 1
| #define GNULIB_TEST_STRVERSCMP 1
| #define HAVE_RAW_DECL_IOCTL 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_RAW_DECL_FCHMODAT 1
| #define HAVE_RAW_DECL_FSTATAT 1
| #define HAVE_RAW_DECL_FUTIMENS 1
| #define HAVE_RAW_DECL_LCHMOD 1
| #define HAVE_RAW_DECL_LSTAT 1
| #define HAVE_RAW_DECL_MKDIRAT 1
| #define HAVE_RAW_DECL_MKFIFO 1
| #define HAVE_RAW_DECL_MKFIFOAT 1
| #define HAVE_RAW_DECL_MKNOD 1
| #define HAVE_RAW_DECL_MKNODAT 1
| #define HAVE_RAW_DECL_STAT 1
| #define HAVE_RAW_DECL_UTIMENSAT 1
| #define HAVE_STRUCT_UTSNAME 1
| #define HAVE_RAW_DECL_UNAME 1
| #define HAVE_RAW_DECL_WAITPID 1
| #define GNULIB_TEST_TIME_R 1
| #define HAVE_UNAME 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_DUP3 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_EUIDACCESS 1
| #define HAVE_RAW_DECL_FACCESSAT 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FCHOWNAT 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_FTRUNCATE 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDOMAINNAME 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_GROUP_MEMBER 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| #define HAVE_RAW_DECL_LINKAT 1
| #define HAVE_RAW_DECL_LSEEK 1
| #define HAVE_RAW_DECL_PIPE 1
| #define HAVE_RAW_DECL_PIPE2 1
| #define HAVE_RAW_DECL_PREAD 1
| #define HAVE_RAW_DECL_PWRITE 1
| #define HAVE_RAW_DECL_READLINK 1
| #define HAVE_RAW_DECL_READLINKAT 1
| #define HAVE_RAW_DECL_RMDIR 1
| #define HAVE_RAW_DECL_SLEEP 1
| #define HAVE_RAW_DECL_SYMLINK 1
| #define HAVE_RAW_DECL_SYMLINKAT 1
| #define HAVE_RAW_DECL_TTYNAME_R 1
| #define HAVE_RAW_DECL_UNLINK 1
| #define HAVE_RAW_DECL_UNLINKAT 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 HAVE_RAW_DECL_WMEMCHR 1
| #define HAVE_RAW_DECL_WMEMCMP 1
| #define HAVE_RAW_DECL_WMEMCPY 1
| #define HAVE_RAW_DECL_WMEMMOVE 1
| #define HAVE_RAW_DECL_WMEMSET 1
| #define HAVE_RAW_DECL_WCSLEN 1
| #define HAVE_RAW_DECL_WCSNLEN 1
| #define HAVE_RAW_DECL_WCSCPY 1
| #define HAVE_RAW_DECL_WCPCPY 1
| #define HAVE_RAW_DECL_WCSNCPY 1
| #define HAVE_RAW_DECL_WCPNCPY 1
| #define HAVE_RAW_DECL_WCSCAT 1
| #define HAVE_RAW_DECL_WCSNCAT 1
| #define HAVE_RAW_DECL_WCSCMP 1
| #define HAVE_RAW_DECL_WCSNCMP 1
| #define HAVE_RAW_DECL_WCSCASECMP 1
| #define HAVE_RAW_DECL_WCSNCASECMP 1
| #define HAVE_RAW_DECL_WCSCOLL 1
| #define HAVE_RAW_DECL_WCSXFRM 1
| #define HAVE_RAW_DECL_WCSDUP 1
| #define HAVE_RAW_DECL_WCSCHR 1
| #define HAVE_RAW_DECL_WCSRCHR 1
| #define HAVE_RAW_DECL_WCSCSPN 1
| #define HAVE_RAW_DECL_WCSSPN 1
| #define HAVE_RAW_DECL_WCSPBRK 1
| #define HAVE_RAW_DECL_WCSSTR 1
| #define HAVE_RAW_DECL_WCSTOK 1
| #define HAVE_RAW_DECL_WCSWIDTH 1
| #define GNULIB_TEST_WCRTOMB 1
| #define HAVE_TOWLOWER 1
| #define HAVE_RAW_DECL_WCTYPE 1
| #define HAVE_RAW_DECL_ISWCTYPE 1
| #define HAVE_RAW_DECL_WCTRANS 1
| #define HAVE_RAW_DECL_TOWCTRANS 1
| #define HAVE_ICONV 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_SHM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_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 16
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE__JMP /**/
| #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_FLOCK 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_GETRESUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_GETRESGID 1
| #define HAVE_SETRESGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETCWD 1
| #define HAVE_UNAME 1
| #define HAVE_READDIR_R 1
| #define HAVE_RAND_R 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define SIZEOF_RLIM_T 8
| #define RLIMIT_RESOURCE_T enum __rlimit_resource
| #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_GETRUSAGE /**/
| #define RUSAGE_WHO_T int
| #define ELOOP_VALUE ELOOP
| #define HAVE_IOCTL 1
| #define IOCTL_REQUEST_T unsigned long
| #define IOCTL_DOTS /**/
| #define NEED_SYS_IOCTL_H /**/
| #define HAVE_FIONREAD /**/
| #define HAVE_RELIABLE_FIONREAD /**/
| #define HAVE_POLL 1
| #define HAVE_RELIABLE_POLL /**/
| #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_SYS_UN_H 1
| /* end confdefs.h. */
| #include <sys/types.h> /* NetBSD 1.0 needs this */
| #include <sys/un.h>
| int
| main ()
| {
| struct sockaddr_un unaddr; unaddr.sun_len;
| ;
| return 0;
| }
configure:36127: result: no
configure:36135: checking for IPv4 sockets
configure:36153: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
conftest.c:448:0: warning: "HAVE_SYS_SELECT_H" redefined [enabled by default]
conftest.c:37:0: note: this is the location of the previous definition
configure:36153: $? = 0
configure:36160: result: yes
configure:36168: checking for IPv6 sockets
configure:36186: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
conftest.c:448:0: warning: "HAVE_SYS_SELECT_H" redefined [enabled by default]
conftest.c:37:0: note: this is the location of the previous definition
conftest.c:456:0: warning: "HAVE_IPV4" redefined [enabled by default]
conftest.c:100:0: note: this is the location of the previous definition
configure:36186: $? = 0
configure:36193: result: yes
configure:36242: checking for setsockopt
configure:36242: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c /usr/lib64/libavcall.so /usr/lib64/libcallback.so >&5
conftest.c:448:0: warning: "HAVE_SYS_SELECT_H" redefined [enabled by default]
conftest.c:37:0: note: this is the location of the previous definition
conftest.c:456:0: warning: "HAVE_IPV4" redefined [enabled by default]
conftest.c:100:0: note: this is the location of the previous definition
conftest.c:457:0: warning: "HAVE_IPV6" redefined [enabled by default]
conftest.c:101:0: note: this is the location of the previous definition
configure:36242: $? = 0
configure:36242: result: yes
configure:36242: checking for getsockopt
configure:36242: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c /usr/lib64/libavcall.so /usr/lib64/libcallback.so >&5
conftest.c:448:0: warning: "HAVE_SYS_SELECT_H" redefined [enabled by default]
conftest.c:37:0: note: this is the location of the previous definition
conftest.c:456:0: warning: "HAVE_IPV4" redefined [enabled by default]
conftest.c:100:0: note: this is the location of the previous definition
conftest.c:457:0: warning: "HAVE_IPV6" redefined [enabled by default]
conftest.c:101:0: note: this is the location of the previous definition
configure:36242: $? = 0
configure:36242: result: yes
configure:36253: checking for netinet/tcp.h
configure:36253: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
conftest.c:448:0: warning: "HAVE_SYS_SELECT_H" redefined [enabled by default]
conftest.c:37:0: note: this is the location of the previous definition
conftest.c:456:0: warning: "HAVE_IPV4" redefined [enabled by default]
conftest.c:100:0: note: this is the location of the previous definition
conftest.c:457:0: warning: "HAVE_IPV6" redefined [enabled by default]
conftest.c:101:0: note: this is the location of the previous definition
configure:36253: $? = 0
configure:36253: result: yes
configure:36268: checking for setsockopt declaration
configure:36299: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
conftest.c:448:0: warning: "HAVE_SYS_SELECT_H" redefined [enabled by default]
conftest.c:37:0: note: this is the location of the previous definition
conftest.c:456:0: warning: "HAVE_IPV4" redefined [enabled by default]
conftest.c:100:0: note: this is the location of the previous definition
conftest.c:457:0: warning: "HAVE_IPV6" redefined [enabled by default]
conftest.c:101:0: note: this is the location of the previous definition
conftest.c:471:5: error: conflicting types for 'setsockopt'
In file included from conftest.c:464:0:
/usr/include/sys/socket.h:227:12: note: previous declaration of 'setsockopt' was here
configure:36299: $? = 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.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 _DARWIN_C_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 HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MEMPCPY 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_ALARM 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_CATGETS 1
| #define HAVE_TZSET 1
| #define HAVE_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_MBSTATE_T 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_FFSLL 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_MEMPCPY 1
| #define HAVE_RAW_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_RAWMEMCHR 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRCHRNUL 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_STRCASESTR 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRERROR_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_RAW_DECL_STRVERSCMP 1
| #define HAVE_DECL_LOCALTIME_R 0
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WINT_T 1
| #define GNULIB_TEST_ACCEPT 1
| #define HAVE_ALLOCA 1
| #define HAVE_RAW_DECL_INET_NTOP 1
| #define HAVE_RAW_DECL_INET_PTON 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define GNULIB_TEST_CLOSE 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETHOSTNAME 1
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOADAVG 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define GNULIB_TEST_GETSOCKNAME 1
| #define GNULIB_TEST_GETSOCKOPT 1
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __x86_64__
| #define __x86_64__ 1
| #endif
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define HAVE_IOCTL 1
| #define GNULIB_TEST_IOCTL 1
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 0
| #define GNULIB_TEST_LISTEN 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC_GNU 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MBTOWC 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MKDTEMP 1
| #define GNULIB_TEST_MKDTEMP 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_TEST_MKNOD 1
| #define GNULIB_TEST_MKSTEMP 1
| #define GNULIB_TEST_MKTIME 1
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define GNULIB_TEST_SELECT 1
| #define GNULIB_TEST_SEND 1
| #define GNULIB_TEST_SENDTO 1
| #define GNULIB_TEST_SETENV 1
| #define GNULIB_TEST_SETSOCKOPT 1
| #define GNULIB_TEST_SHUTDOWN 1
| #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1
| #define HAVE_RAW_DECL_SIGACTION 1
| #define HAVE_RAW_DECL_SIGADDSET 1
| #define HAVE_RAW_DECL_SIGDELSET 1
| #define HAVE_RAW_DECL_SIGEMPTYSET 1
| #define HAVE_RAW_DECL_SIGFILLSET 1
| #define HAVE_RAW_DECL_SIGISMEMBER 1
| #define HAVE_RAW_DECL_SIGPENDING 1
| #define HAVE_RAW_DECL_SIGPROCMASK 1
| #define GNULIB_TEST_SOCKET 1
| #define GNULIB_TEST_STAT 1
| #define HAVE_RAW_DECL__EXIT 1
| #define HAVE_RAW_DECL_ATOLL 1
| #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
| #define HAVE_RAW_DECL_GETLOADAVG 1
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKDTEMP 1
| #define HAVE_RAW_DECL_MKOSTEMP 1
| #define HAVE_RAW_DECL_MKOSTEMPS 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_MKSTEMPS 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_RANDOM_R 1
| #define HAVE_RAW_DECL_SRANDOM_R 1
| #define HAVE_RAW_DECL_SETSTATE_R 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_RAW_DECL_UNSETENV 1
| #define GNULIB_TEST_STRERROR_R 1
| #define my_strftime nstrftime
| #define GNULIB_TEST_STRPTIME 1
| #define HAVE_STRVERSCMP 1
| #define GNULIB_TEST_STRVERSCMP 1
| #define HAVE_RAW_DECL_IOCTL 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_RAW_DECL_FCHMODAT 1
| #define HAVE_RAW_DECL_FSTATAT 1
| #define HAVE_RAW_DECL_FUTIMENS 1
| #define HAVE_RAW_DECL_LCHMOD 1
| #define HAVE_RAW_DECL_LSTAT 1
| #define HAVE_RAW_DECL_MKDIRAT 1
| #define HAVE_RAW_DECL_MKFIFO 1
| #define HAVE_RAW_DECL_MKFIFOAT 1
| #define HAVE_RAW_DECL_MKNOD 1
| #define HAVE_RAW_DECL_MKNODAT 1
| #define HAVE_RAW_DECL_STAT 1
| #define HAVE_RAW_DECL_UTIMENSAT 1
| #define HAVE_STRUCT_UTSNAME 1
| #define HAVE_RAW_DECL_UNAME 1
| #define HAVE_RAW_DECL_WAITPID 1
| #define GNULIB_TEST_TIME_R 1
| #define HAVE_UNAME 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_DUP3 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_EUIDACCESS 1
| #define HAVE_RAW_DECL_FACCESSAT 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FCHOWNAT 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_FTRUNCATE 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDOMAINNAME 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_GROUP_MEMBER 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| #define HAVE_RAW_DECL_LINKAT 1
| #define HAVE_RAW_DECL_LSEEK 1
| #define HAVE_RAW_DECL_PIPE 1
| #define HAVE_RAW_DECL_PIPE2 1
| #define HAVE_RAW_DECL_PREAD 1
| #define HAVE_RAW_DECL_PWRITE 1
| #define HAVE_RAW_DECL_READLINK 1
| #define HAVE_RAW_DECL_READLINKAT 1
| #define HAVE_RAW_DECL_RMDIR 1
| #define HAVE_RAW_DECL_SLEEP 1
| #define HAVE_RAW_DECL_SYMLINK 1
| #define HAVE_RAW_DECL_SYMLINKAT 1
| #define HAVE_RAW_DECL_TTYNAME_R 1
| #define HAVE_RAW_DECL_UNLINK 1
| #define HAVE_RAW_DECL_UNLINKAT 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 HAVE_RAW_DECL_WMEMCHR 1
| #define HAVE_RAW_DECL_WMEMCMP 1
| #define HAVE_RAW_DECL_WMEMCPY 1
| #define HAVE_RAW_DECL_WMEMMOVE 1
| #define HAVE_RAW_DECL_WMEMSET 1
| #define HAVE_RAW_DECL_WCSLEN 1
| #define HAVE_RAW_DECL_WCSNLEN 1
| #define HAVE_RAW_DECL_WCSCPY 1
| #define HAVE_RAW_DECL_WCPCPY 1
| #define HAVE_RAW_DECL_WCSNCPY 1
| #define HAVE_RAW_DECL_WCPNCPY 1
| #define HAVE_RAW_DECL_WCSCAT 1
| #define HAVE_RAW_DECL_WCSNCAT 1
| #define HAVE_RAW_DECL_WCSCMP 1
| #define HAVE_RAW_DECL_WCSNCMP 1
| #define HAVE_RAW_DECL_WCSCASECMP 1
| #define HAVE_RAW_DECL_WCSNCASECMP 1
| #define HAVE_RAW_DECL_WCSCOLL 1
| #define HAVE_RAW_DECL_WCSXFRM 1
| #define HAVE_RAW_DECL_WCSDUP 1
| #define HAVE_RAW_DECL_WCSCHR 1
| #define HAVE_RAW_DECL_WCSRCHR 1
| #define HAVE_RAW_DECL_WCSCSPN 1
| #define HAVE_RAW_DECL_WCSSPN 1
| #define HAVE_RAW_DECL_WCSPBRK 1
| #define HAVE_RAW_DECL_WCSSTR 1
| #define HAVE_RAW_DECL_WCSTOK 1
| #define HAVE_RAW_DECL_WCSWIDTH 1
| #define GNULIB_TEST_WCRTOMB 1
| #define HAVE_TOWLOWER 1
| #define HAVE_RAW_DECL_WCTYPE 1
| #define HAVE_RAW_DECL_ISWCTYPE 1
| #define HAVE_RAW_DECL_WCTRANS 1
| #define HAVE_RAW_DECL_TOWCTRANS 1
| #define HAVE_ICONV 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_SHM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_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 16
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE__JMP /**/
| #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_FLOCK 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_GETRESUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_GETRESGID 1
| #define HAVE_SETRESGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETCWD 1
| #define HAVE_UNAME 1
| #define HAVE_READDIR_R 1
| #define HAVE_RAND_R 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define SIZEOF_RLIM_T 8
| #define RLIMIT_RESOURCE_T enum __rlimit_resource
| #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_GETRUSAGE /**/
| #define RUSAGE_WHO_T int
| #define ELOOP_VALUE ELOOP
| #define HAVE_IOCTL 1
| #define IOCTL_REQUEST_T unsigned long
| #define IOCTL_DOTS /**/
| #define NEED_SYS_IOCTL_H /**/
| #define HAVE_FIONREAD /**/
| #define HAVE_RELIABLE_FIONREAD /**/
| #define HAVE_POLL 1
| #define HAVE_RELIABLE_POLL /**/
| #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_SYS_UN_H 1
| #define HAVE_IPV4 /**/
| #define HAVE_IPV6 /**/
| #define HAVE_SETSOCKOPT 1
| #define HAVE_GETSOCKOPT 1
| #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:36299: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
conftest.c:448:0: warning: "HAVE_SYS_SELECT_H" redefined [enabled by default]
conftest.c:37:0: note: this is the location of the previous definition
conftest.c:456:0: warning: "HAVE_IPV4" redefined [enabled by default]
conftest.c:100:0: note: this is the location of the previous definition
conftest.c:457:0: warning: "HAVE_IPV6" redefined [enabled by default]
conftest.c:101:0: note: this is the location of the previous definition
conftest.c:471:5: error: conflicting types for 'setsockopt'
In file included from conftest.c:464:0:
/usr/include/sys/socket.h:227:12: note: previous declaration of 'setsockopt' was here
configure:36299: $? = 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.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 _DARWIN_C_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 HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MEMPCPY 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_ALARM 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_CATGETS 1
| #define HAVE_TZSET 1
| #define HAVE_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_MBSTATE_T 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_FFSLL 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_MEMPCPY 1
| #define HAVE_RAW_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_RAWMEMCHR 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRCHRNUL 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_STRCASESTR 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRERROR_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_RAW_DECL_STRVERSCMP 1
| #define HAVE_DECL_LOCALTIME_R 0
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WINT_T 1
| #define GNULIB_TEST_ACCEPT 1
| #define HAVE_ALLOCA 1
| #define HAVE_RAW_DECL_INET_NTOP 1
| #define HAVE_RAW_DECL_INET_PTON 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define GNULIB_TEST_CLOSE 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETHOSTNAME 1
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOADAVG 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define GNULIB_TEST_GETSOCKNAME 1
| #define GNULIB_TEST_GETSOCKOPT 1
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __x86_64__
| #define __x86_64__ 1
| #endif
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define HAVE_IOCTL 1
| #define GNULIB_TEST_IOCTL 1
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 0
| #define GNULIB_TEST_LISTEN 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC_GNU 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MBTOWC 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MKDTEMP 1
| #define GNULIB_TEST_MKDTEMP 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_TEST_MKNOD 1
| #define GNULIB_TEST_MKSTEMP 1
| #define GNULIB_TEST_MKTIME 1
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define GNULIB_TEST_SELECT 1
| #define GNULIB_TEST_SEND 1
| #define GNULIB_TEST_SENDTO 1
| #define GNULIB_TEST_SETENV 1
| #define GNULIB_TEST_SETSOCKOPT 1
| #define GNULIB_TEST_SHUTDOWN 1
| #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1
| #define HAVE_RAW_DECL_SIGACTION 1
| #define HAVE_RAW_DECL_SIGADDSET 1
| #define HAVE_RAW_DECL_SIGDELSET 1
| #define HAVE_RAW_DECL_SIGEMPTYSET 1
| #define HAVE_RAW_DECL_SIGFILLSET 1
| #define HAVE_RAW_DECL_SIGISMEMBER 1
| #define HAVE_RAW_DECL_SIGPENDING 1
| #define HAVE_RAW_DECL_SIGPROCMASK 1
| #define GNULIB_TEST_SOCKET 1
| #define GNULIB_TEST_STAT 1
| #define HAVE_RAW_DECL__EXIT 1
| #define HAVE_RAW_DECL_ATOLL 1
| #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
| #define HAVE_RAW_DECL_GETLOADAVG 1
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKDTEMP 1
| #define HAVE_RAW_DECL_MKOSTEMP 1
| #define HAVE_RAW_DECL_MKOSTEMPS 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_MKSTEMPS 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_RANDOM_R 1
| #define HAVE_RAW_DECL_SRANDOM_R 1
| #define HAVE_RAW_DECL_SETSTATE_R 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_RAW_DECL_UNSETENV 1
| #define GNULIB_TEST_STRERROR_R 1
| #define my_strftime nstrftime
| #define GNULIB_TEST_STRPTIME 1
| #define HAVE_STRVERSCMP 1
| #define GNULIB_TEST_STRVERSCMP 1
| #define HAVE_RAW_DECL_IOCTL 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_RAW_DECL_FCHMODAT 1
| #define HAVE_RAW_DECL_FSTATAT 1
| #define HAVE_RAW_DECL_FUTIMENS 1
| #define HAVE_RAW_DECL_LCHMOD 1
| #define HAVE_RAW_DECL_LSTAT 1
| #define HAVE_RAW_DECL_MKDIRAT 1
| #define HAVE_RAW_DECL_MKFIFO 1
| #define HAVE_RAW_DECL_MKFIFOAT 1
| #define HAVE_RAW_DECL_MKNOD 1
| #define HAVE_RAW_DECL_MKNODAT 1
| #define HAVE_RAW_DECL_STAT 1
| #define HAVE_RAW_DECL_UTIMENSAT 1
| #define HAVE_STRUCT_UTSNAME 1
| #define HAVE_RAW_DECL_UNAME 1
| #define HAVE_RAW_DECL_WAITPID 1
| #define GNULIB_TEST_TIME_R 1
| #define HAVE_UNAME 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_DUP3 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_EUIDACCESS 1
| #define HAVE_RAW_DECL_FACCESSAT 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FCHOWNAT 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_FTRUNCATE 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDOMAINNAME 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_GROUP_MEMBER 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| #define HAVE_RAW_DECL_LINKAT 1
| #define HAVE_RAW_DECL_LSEEK 1
| #define HAVE_RAW_DECL_PIPE 1
| #define HAVE_RAW_DECL_PIPE2 1
| #define HAVE_RAW_DECL_PREAD 1
| #define HAVE_RAW_DECL_PWRITE 1
| #define HAVE_RAW_DECL_READLINK 1
| #define HAVE_RAW_DECL_READLINKAT 1
| #define HAVE_RAW_DECL_RMDIR 1
| #define HAVE_RAW_DECL_SLEEP 1
| #define HAVE_RAW_DECL_SYMLINK 1
| #define HAVE_RAW_DECL_SYMLINKAT 1
| #define HAVE_RAW_DECL_TTYNAME_R 1
| #define HAVE_RAW_DECL_UNLINK 1
| #define HAVE_RAW_DECL_UNLINKAT 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 HAVE_RAW_DECL_WMEMCHR 1
| #define HAVE_RAW_DECL_WMEMCMP 1
| #define HAVE_RAW_DECL_WMEMCPY 1
| #define HAVE_RAW_DECL_WMEMMOVE 1
| #define HAVE_RAW_DECL_WMEMSET 1
| #define HAVE_RAW_DECL_WCSLEN 1
| #define HAVE_RAW_DECL_WCSNLEN 1
| #define HAVE_RAW_DECL_WCSCPY 1
| #define HAVE_RAW_DECL_WCPCPY 1
| #define HAVE_RAW_DECL_WCSNCPY 1
| #define HAVE_RAW_DECL_WCPNCPY 1
| #define HAVE_RAW_DECL_WCSCAT 1
| #define HAVE_RAW_DECL_WCSNCAT 1
| #define HAVE_RAW_DECL_WCSCMP 1
| #define HAVE_RAW_DECL_WCSNCMP 1
| #define HAVE_RAW_DECL_WCSCASECMP 1
| #define HAVE_RAW_DECL_WCSNCASECMP 1
| #define HAVE_RAW_DECL_WCSCOLL 1
| #define HAVE_RAW_DECL_WCSXFRM 1
| #define HAVE_RAW_DECL_WCSDUP 1
| #define HAVE_RAW_DECL_WCSCHR 1
| #define HAVE_RAW_DECL_WCSRCHR 1
| #define HAVE_RAW_DECL_WCSCSPN 1
| #define HAVE_RAW_DECL_WCSSPN 1
| #define HAVE_RAW_DECL_WCSPBRK 1
| #define HAVE_RAW_DECL_WCSSTR 1
| #define HAVE_RAW_DECL_WCSTOK 1
| #define HAVE_RAW_DECL_WCSWIDTH 1
| #define GNULIB_TEST_WCRTOMB 1
| #define HAVE_TOWLOWER 1
| #define HAVE_RAW_DECL_WCTYPE 1
| #define HAVE_RAW_DECL_ISWCTYPE 1
| #define HAVE_RAW_DECL_WCTRANS 1
| #define HAVE_RAW_DECL_TOWCTRANS 1
| #define HAVE_ICONV 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_SHM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_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 16
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE__JMP /**/
| #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_FLOCK 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_GETRESUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_GETRESGID 1
| #define HAVE_SETRESGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETCWD 1
| #define HAVE_UNAME 1
| #define HAVE_READDIR_R 1
| #define HAVE_RAND_R 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define SIZEOF_RLIM_T 8
| #define RLIMIT_RESOURCE_T enum __rlimit_resource
| #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_GETRUSAGE /**/
| #define RUSAGE_WHO_T int
| #define ELOOP_VALUE ELOOP
| #define HAVE_IOCTL 1
| #define IOCTL_REQUEST_T unsigned long
| #define IOCTL_DOTS /**/
| #define NEED_SYS_IOCTL_H /**/
| #define HAVE_FIONREAD /**/
| #define HAVE_RELIABLE_FIONREAD /**/
| #define HAVE_POLL 1
| #define HAVE_RELIABLE_POLL /**/
| #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_SYS_UN_H 1
| #define HAVE_IPV4 /**/
| #define HAVE_IPV6 /**/
| #define HAVE_SETSOCKOPT 1
| #define HAVE_GETSOCKOPT 1
| #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:36299: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
conftest.c:448:0: warning: "HAVE_SYS_SELECT_H" redefined [enabled by default]
conftest.c:37:0: note: this is the location of the previous definition
conftest.c:456:0: warning: "HAVE_IPV4" redefined [enabled by default]
conftest.c:100:0: note: this is the location of the previous definition
conftest.c:457:0: warning: "HAVE_IPV6" redefined [enabled by default]
conftest.c:101:0: note: this is the location of the previous definition
conftest.c:471:5: error: conflicting types for 'setsockopt'
In file included from conftest.c:464:0:
/usr/include/sys/socket.h:227:12: note: previous declaration of 'setsockopt' was here
configure:36299: $? = 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.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 _DARWIN_C_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 HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MEMPCPY 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_ALARM 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_CATGETS 1
| #define HAVE_TZSET 1
| #define HAVE_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_MBSTATE_T 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_FFSLL 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_MEMPCPY 1
| #define HAVE_RAW_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_RAWMEMCHR 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRCHRNUL 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_STRCASESTR 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRERROR_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_RAW_DECL_STRVERSCMP 1
| #define HAVE_DECL_LOCALTIME_R 0
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WINT_T 1
| #define GNULIB_TEST_ACCEPT 1
| #define HAVE_ALLOCA 1
| #define HAVE_RAW_DECL_INET_NTOP 1
| #define HAVE_RAW_DECL_INET_PTON 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define GNULIB_TEST_CLOSE 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETHOSTNAME 1
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOADAVG 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define GNULIB_TEST_GETSOCKNAME 1
| #define GNULIB_TEST_GETSOCKOPT 1
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __x86_64__
| #define __x86_64__ 1
| #endif
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define HAVE_IOCTL 1
| #define GNULIB_TEST_IOCTL 1
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 0
| #define GNULIB_TEST_LISTEN 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC_GNU 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MBTOWC 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MKDTEMP 1
| #define GNULIB_TEST_MKDTEMP 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_TEST_MKNOD 1
| #define GNULIB_TEST_MKSTEMP 1
| #define GNULIB_TEST_MKTIME 1
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define GNULIB_TEST_SELECT 1
| #define GNULIB_TEST_SEND 1
| #define GNULIB_TEST_SENDTO 1
| #define GNULIB_TEST_SETENV 1
| #define GNULIB_TEST_SETSOCKOPT 1
| #define GNULIB_TEST_SHUTDOWN 1
| #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1
| #define HAVE_RAW_DECL_SIGACTION 1
| #define HAVE_RAW_DECL_SIGADDSET 1
| #define HAVE_RAW_DECL_SIGDELSET 1
| #define HAVE_RAW_DECL_SIGEMPTYSET 1
| #define HAVE_RAW_DECL_SIGFILLSET 1
| #define HAVE_RAW_DECL_SIGISMEMBER 1
| #define HAVE_RAW_DECL_SIGPENDING 1
| #define HAVE_RAW_DECL_SIGPROCMASK 1
| #define GNULIB_TEST_SOCKET 1
| #define GNULIB_TEST_STAT 1
| #define HAVE_RAW_DECL__EXIT 1
| #define HAVE_RAW_DECL_ATOLL 1
| #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
| #define HAVE_RAW_DECL_GETLOADAVG 1
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKDTEMP 1
| #define HAVE_RAW_DECL_MKOSTEMP 1
| #define HAVE_RAW_DECL_MKOSTEMPS 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_MKSTEMPS 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_RANDOM_R 1
| #define HAVE_RAW_DECL_SRANDOM_R 1
| #define HAVE_RAW_DECL_SETSTATE_R 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_RAW_DECL_UNSETENV 1
| #define GNULIB_TEST_STRERROR_R 1
| #define my_strftime nstrftime
| #define GNULIB_TEST_STRPTIME 1
| #define HAVE_STRVERSCMP 1
| #define GNULIB_TEST_STRVERSCMP 1
| #define HAVE_RAW_DECL_IOCTL 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_RAW_DECL_FCHMODAT 1
| #define HAVE_RAW_DECL_FSTATAT 1
| #define HAVE_RAW_DECL_FUTIMENS 1
| #define HAVE_RAW_DECL_LCHMOD 1
| #define HAVE_RAW_DECL_LSTAT 1
| #define HAVE_RAW_DECL_MKDIRAT 1
| #define HAVE_RAW_DECL_MKFIFO 1
| #define HAVE_RAW_DECL_MKFIFOAT 1
| #define HAVE_RAW_DECL_MKNOD 1
| #define HAVE_RAW_DECL_MKNODAT 1
| #define HAVE_RAW_DECL_STAT 1
| #define HAVE_RAW_DECL_UTIMENSAT 1
| #define HAVE_STRUCT_UTSNAME 1
| #define HAVE_RAW_DECL_UNAME 1
| #define HAVE_RAW_DECL_WAITPID 1
| #define GNULIB_TEST_TIME_R 1
| #define HAVE_UNAME 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_DUP3 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_EUIDACCESS 1
| #define HAVE_RAW_DECL_FACCESSAT 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FCHOWNAT 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_FTRUNCATE 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDOMAINNAME 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_GROUP_MEMBER 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| #define HAVE_RAW_DECL_LINKAT 1
| #define HAVE_RAW_DECL_LSEEK 1
| #define HAVE_RAW_DECL_PIPE 1
| #define HAVE_RAW_DECL_PIPE2 1
| #define HAVE_RAW_DECL_PREAD 1
| #define HAVE_RAW_DECL_PWRITE 1
| #define HAVE_RAW_DECL_READLINK 1
| #define HAVE_RAW_DECL_READLINKAT 1
| #define HAVE_RAW_DECL_RMDIR 1
| #define HAVE_RAW_DECL_SLEEP 1
| #define HAVE_RAW_DECL_SYMLINK 1
| #define HAVE_RAW_DECL_SYMLINKAT 1
| #define HAVE_RAW_DECL_TTYNAME_R 1
| #define HAVE_RAW_DECL_UNLINK 1
| #define HAVE_RAW_DECL_UNLINKAT 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 HAVE_RAW_DECL_WMEMCHR 1
| #define HAVE_RAW_DECL_WMEMCMP 1
| #define HAVE_RAW_DECL_WMEMCPY 1
| #define HAVE_RAW_DECL_WMEMMOVE 1
| #define HAVE_RAW_DECL_WMEMSET 1
| #define HAVE_RAW_DECL_WCSLEN 1
| #define HAVE_RAW_DECL_WCSNLEN 1
| #define HAVE_RAW_DECL_WCSCPY 1
| #define HAVE_RAW_DECL_WCPCPY 1
| #define HAVE_RAW_DECL_WCSNCPY 1
| #define HAVE_RAW_DECL_WCPNCPY 1
| #define HAVE_RAW_DECL_WCSCAT 1
| #define HAVE_RAW_DECL_WCSNCAT 1
| #define HAVE_RAW_DECL_WCSCMP 1
| #define HAVE_RAW_DECL_WCSNCMP 1
| #define HAVE_RAW_DECL_WCSCASECMP 1
| #define HAVE_RAW_DECL_WCSNCASECMP 1
| #define HAVE_RAW_DECL_WCSCOLL 1
| #define HAVE_RAW_DECL_WCSXFRM 1
| #define HAVE_RAW_DECL_WCSDUP 1
| #define HAVE_RAW_DECL_WCSCHR 1
| #define HAVE_RAW_DECL_WCSRCHR 1
| #define HAVE_RAW_DECL_WCSCSPN 1
| #define HAVE_RAW_DECL_WCSSPN 1
| #define HAVE_RAW_DECL_WCSPBRK 1
| #define HAVE_RAW_DECL_WCSSTR 1
| #define HAVE_RAW_DECL_WCSTOK 1
| #define HAVE_RAW_DECL_WCSWIDTH 1
| #define GNULIB_TEST_WCRTOMB 1
| #define HAVE_TOWLOWER 1
| #define HAVE_RAW_DECL_WCTYPE 1
| #define HAVE_RAW_DECL_ISWCTYPE 1
| #define HAVE_RAW_DECL_WCTRANS 1
| #define HAVE_RAW_DECL_TOWCTRANS 1
| #define HAVE_ICONV 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_SHM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_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 16
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE__JMP /**/
| #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_FLOCK 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_GETRESUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_GETRESGID 1
| #define HAVE_SETRESGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETCWD 1
| #define HAVE_UNAME 1
| #define HAVE_READDIR_R 1
| #define HAVE_RAND_R 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define SIZEOF_RLIM_T 8
| #define RLIMIT_RESOURCE_T enum __rlimit_resource
| #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_GETRUSAGE /**/
| #define RUSAGE_WHO_T int
| #define ELOOP_VALUE ELOOP
| #define HAVE_IOCTL 1
| #define IOCTL_REQUEST_T unsigned long
| #define IOCTL_DOTS /**/
| #define NEED_SYS_IOCTL_H /**/
| #define HAVE_FIONREAD /**/
| #define HAVE_RELIABLE_FIONREAD /**/
| #define HAVE_POLL 1
| #define HAVE_RELIABLE_POLL /**/
| #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_SYS_UN_H 1
| #define HAVE_IPV4 /**/
| #define HAVE_IPV6 /**/
| #define HAVE_SETSOCKOPT 1
| #define HAVE_GETSOCKOPT 1
| #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:36299: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
conftest.c:448:0: warning: "HAVE_SYS_SELECT_H" redefined [enabled by default]
conftest.c:37:0: note: this is the location of the previous definition
conftest.c:456:0: warning: "HAVE_IPV4" redefined [enabled by default]
conftest.c:100:0: note: this is the location of the previous definition
conftest.c:457:0: warning: "HAVE_IPV6" redefined [enabled by default]
conftest.c:101:0: note: this is the location of the previous definition
conftest.c:471:5: error: conflicting types for 'setsockopt'
In file included from conftest.c:464:0:
/usr/include/sys/socket.h:227:12: note: previous declaration of 'setsockopt' was here
configure:36299: $? = 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.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 _DARWIN_C_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 HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MEMPCPY 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_ALARM 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_CATGETS 1
| #define HAVE_TZSET 1
| #define HAVE_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_MBSTATE_T 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_FFSLL 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_MEMPCPY 1
| #define HAVE_RAW_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_RAWMEMCHR 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRCHRNUL 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_STRCASESTR 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRERROR_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_RAW_DECL_STRVERSCMP 1
| #define HAVE_DECL_LOCALTIME_R 0
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WINT_T 1
| #define GNULIB_TEST_ACCEPT 1
| #define HAVE_ALLOCA 1
| #define HAVE_RAW_DECL_INET_NTOP 1
| #define HAVE_RAW_DECL_INET_PTON 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define GNULIB_TEST_CLOSE 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETHOSTNAME 1
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOADAVG 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define GNULIB_TEST_GETSOCKNAME 1
| #define GNULIB_TEST_GETSOCKOPT 1
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __x86_64__
| #define __x86_64__ 1
| #endif
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define HAVE_IOCTL 1
| #define GNULIB_TEST_IOCTL 1
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 0
| #define GNULIB_TEST_LISTEN 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC_GNU 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MBTOWC 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MKDTEMP 1
| #define GNULIB_TEST_MKDTEMP 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_TEST_MKNOD 1
| #define GNULIB_TEST_MKSTEMP 1
| #define GNULIB_TEST_MKTIME 1
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define GNULIB_TEST_SELECT 1
| #define GNULIB_TEST_SEND 1
| #define GNULIB_TEST_SENDTO 1
| #define GNULIB_TEST_SETENV 1
| #define GNULIB_TEST_SETSOCKOPT 1
| #define GNULIB_TEST_SHUTDOWN 1
| #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1
| #define HAVE_RAW_DECL_SIGACTION 1
| #define HAVE_RAW_DECL_SIGADDSET 1
| #define HAVE_RAW_DECL_SIGDELSET 1
| #define HAVE_RAW_DECL_SIGEMPTYSET 1
| #define HAVE_RAW_DECL_SIGFILLSET 1
| #define HAVE_RAW_DECL_SIGISMEMBER 1
| #define HAVE_RAW_DECL_SIGPENDING 1
| #define HAVE_RAW_DECL_SIGPROCMASK 1
| #define GNULIB_TEST_SOCKET 1
| #define GNULIB_TEST_STAT 1
| #define HAVE_RAW_DECL__EXIT 1
| #define HAVE_RAW_DECL_ATOLL 1
| #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
| #define HAVE_RAW_DECL_GETLOADAVG 1
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKDTEMP 1
| #define HAVE_RAW_DECL_MKOSTEMP 1
| #define HAVE_RAW_DECL_MKOSTEMPS 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_MKSTEMPS 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_RANDOM_R 1
| #define HAVE_RAW_DECL_SRANDOM_R 1
| #define HAVE_RAW_DECL_SETSTATE_R 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_RAW_DECL_UNSETENV 1
| #define GNULIB_TEST_STRERROR_R 1
| #define my_strftime nstrftime
| #define GNULIB_TEST_STRPTIME 1
| #define HAVE_STRVERSCMP 1
| #define GNULIB_TEST_STRVERSCMP 1
| #define HAVE_RAW_DECL_IOCTL 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_RAW_DECL_FCHMODAT 1
| #define HAVE_RAW_DECL_FSTATAT 1
| #define HAVE_RAW_DECL_FUTIMENS 1
| #define HAVE_RAW_DECL_LCHMOD 1
| #define HAVE_RAW_DECL_LSTAT 1
| #define HAVE_RAW_DECL_MKDIRAT 1
| #define HAVE_RAW_DECL_MKFIFO 1
| #define HAVE_RAW_DECL_MKFIFOAT 1
| #define HAVE_RAW_DECL_MKNOD 1
| #define HAVE_RAW_DECL_MKNODAT 1
| #define HAVE_RAW_DECL_STAT 1
| #define HAVE_RAW_DECL_UTIMENSAT 1
| #define HAVE_STRUCT_UTSNAME 1
| #define HAVE_RAW_DECL_UNAME 1
| #define HAVE_RAW_DECL_WAITPID 1
| #define GNULIB_TEST_TIME_R 1
| #define HAVE_UNAME 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_DUP3 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_EUIDACCESS 1
| #define HAVE_RAW_DECL_FACCESSAT 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FCHOWNAT 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_FTRUNCATE 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDOMAINNAME 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_GROUP_MEMBER 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| #define HAVE_RAW_DECL_LINKAT 1
| #define HAVE_RAW_DECL_LSEEK 1
| #define HAVE_RAW_DECL_PIPE 1
| #define HAVE_RAW_DECL_PIPE2 1
| #define HAVE_RAW_DECL_PREAD 1
| #define HAVE_RAW_DECL_PWRITE 1
| #define HAVE_RAW_DECL_READLINK 1
| #define HAVE_RAW_DECL_READLINKAT 1
| #define HAVE_RAW_DECL_RMDIR 1
| #define HAVE_RAW_DECL_SLEEP 1
| #define HAVE_RAW_DECL_SYMLINK 1
| #define HAVE_RAW_DECL_SYMLINKAT 1
| #define HAVE_RAW_DECL_TTYNAME_R 1
| #define HAVE_RAW_DECL_UNLINK 1
| #define HAVE_RAW_DECL_UNLINKAT 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 HAVE_RAW_DECL_WMEMCHR 1
| #define HAVE_RAW_DECL_WMEMCMP 1
| #define HAVE_RAW_DECL_WMEMCPY 1
| #define HAVE_RAW_DECL_WMEMMOVE 1
| #define HAVE_RAW_DECL_WMEMSET 1
| #define HAVE_RAW_DECL_WCSLEN 1
| #define HAVE_RAW_DECL_WCSNLEN 1
| #define HAVE_RAW_DECL_WCSCPY 1
| #define HAVE_RAW_DECL_WCPCPY 1
| #define HAVE_RAW_DECL_WCSNCPY 1
| #define HAVE_RAW_DECL_WCPNCPY 1
| #define HAVE_RAW_DECL_WCSCAT 1
| #define HAVE_RAW_DECL_WCSNCAT 1
| #define HAVE_RAW_DECL_WCSCMP 1
| #define HAVE_RAW_DECL_WCSNCMP 1
| #define HAVE_RAW_DECL_WCSCASECMP 1
| #define HAVE_RAW_DECL_WCSNCASECMP 1
| #define HAVE_RAW_DECL_WCSCOLL 1
| #define HAVE_RAW_DECL_WCSXFRM 1
| #define HAVE_RAW_DECL_WCSDUP 1
| #define HAVE_RAW_DECL_WCSCHR 1
| #define HAVE_RAW_DECL_WCSRCHR 1
| #define HAVE_RAW_DECL_WCSCSPN 1
| #define HAVE_RAW_DECL_WCSSPN 1
| #define HAVE_RAW_DECL_WCSPBRK 1
| #define HAVE_RAW_DECL_WCSSTR 1
| #define HAVE_RAW_DECL_WCSTOK 1
| #define HAVE_RAW_DECL_WCSWIDTH 1
| #define GNULIB_TEST_WCRTOMB 1
| #define HAVE_TOWLOWER 1
| #define HAVE_RAW_DECL_WCTYPE 1
| #define HAVE_RAW_DECL_ISWCTYPE 1
| #define HAVE_RAW_DECL_WCTRANS 1
| #define HAVE_RAW_DECL_TOWCTRANS 1
| #define HAVE_ICONV 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_SHM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_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 16
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE__JMP /**/
| #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_FLOCK 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_GETRESUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_GETRESGID 1
| #define HAVE_SETRESGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETCWD 1
| #define HAVE_UNAME 1
| #define HAVE_READDIR_R 1
| #define HAVE_RAND_R 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define SIZEOF_RLIM_T 8
| #define RLIMIT_RESOURCE_T enum __rlimit_resource
| #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_GETRUSAGE /**/
| #define RUSAGE_WHO_T int
| #define ELOOP_VALUE ELOOP
| #define HAVE_IOCTL 1
| #define IOCTL_REQUEST_T unsigned long
| #define IOCTL_DOTS /**/
| #define NEED_SYS_IOCTL_H /**/
| #define HAVE_FIONREAD /**/
| #define HAVE_RELIABLE_FIONREAD /**/
| #define HAVE_POLL 1
| #define HAVE_RELIABLE_POLL /**/
| #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_SYS_UN_H 1
| #define HAVE_IPV4 /**/
| #define HAVE_IPV6 /**/
| #define HAVE_SETSOCKOPT 1
| #define HAVE_GETSOCKOPT 1
| #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:36299: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
conftest.c:448:0: warning: "HAVE_SYS_SELECT_H" redefined [enabled by default]
conftest.c:37:0: note: this is the location of the previous definition
conftest.c:456:0: warning: "HAVE_IPV4" redefined [enabled by default]
conftest.c:100:0: note: this is the location of the previous definition
conftest.c:457:0: warning: "HAVE_IPV6" redefined [enabled by default]
conftest.c:101:0: note: this is the location of the previous definition
configure:36299: $? = 0
configure:36323: result: extern int setsockopt (int, int, int, const void*, unsigned int);
configure:36355: checking for the code address range
configure:36376: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c /usr/lib64/libavcall.so /usr/lib64/libcallback.so >&5
conftest.c:448:0: warning: "HAVE_SYS_SELECT_H" redefined [enabled by default]
conftest.c:37:0: note: this is the location of the previous definition
conftest.c:456:0: warning: "HAVE_IPV4" redefined [enabled by default]
conftest.c:100:0: note: this is the location of the previous definition
conftest.c:457:0: warning: "HAVE_IPV6" redefined [enabled by default]
conftest.c:101:0: note: this is the location of the previous definition
In file included from conftest.c:465:0:
confdefs.h:37:0: warning: "HAVE_SYS_SELECT_H" redefined [enabled by default]
conftest.c:448:0: note: this is the location of the previous definition
In file included from conftest.c:465:0:
confdefs.h:100:0: warning: "HAVE_IPV4" redefined [enabled by default]
conftest.c:456:0: note: this is the location of the previous definition
In file included from conftest.c:465:0:
confdefs.h:101:0: warning: "HAVE_IPV6" redefined [enabled by default]
conftest.c:457:0: note: this is the location of the previous definition
In file included from conftest.c:465:0:
confdefs.h:448:0: warning: "HAVE_SYS_SELECT_H" redefined [enabled by default]
confdefs.h:37:0: note: this is the location of the previous definition
confdefs.h:456:0: warning: "HAVE_IPV4" redefined [enabled by default]
confdefs.h:100:0: note: this is the location of the previous definition
confdefs.h:457:0: warning: "HAVE_IPV6" redefined [enabled by default]
confdefs.h:101:0: note: this is the location of the previous definition
configure:36376: $? = 0
configure:36376: ./conftest
configure:36376: $? = 0
configure:36388: result: 0x0000000000000000
configure:36396: checking for the malloc address range
configure:36422: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c /usr/lib64/libavcall.so /usr/lib64/libcallback.so >&5
conftest.c:448:0: warning: "HAVE_SYS_SELECT_H" redefined [enabled by default]
conftest.c:37:0: note: this is the location of the previous definition
conftest.c:456:0: warning: "HAVE_IPV4" redefined [enabled by default]
conftest.c:100:0: note: this is the location of the previous definition
conftest.c:457:0: warning: "HAVE_IPV6" redefined [enabled by default]
conftest.c:101:0: note: this is the location of the previous definition
In file included from conftest.c:466:0:
confdefs.h:37:0: warning: "HAVE_SYS_SELECT_H" redefined [enabled by default]
conftest.c:448:0: note: this is the location of the previous definition
In file included from conftest.c:466:0:
confdefs.h:100:0: warning: "HAVE_IPV4" redefined [enabled by default]
conftest.c:456:0: note: this is the location of the previous definition
In file included from conftest.c:466:0:
confdefs.h:101:0: warning: "HAVE_IPV6" redefined [enabled by default]
conftest.c:457:0: note: this is the location of the previous definition
In file included from conftest.c:466:0:
confdefs.h:448:0: warning: "HAVE_SYS_SELECT_H" redefined [enabled by default]
confdefs.h:37:0: note: this is the location of the previous definition
confdefs.h:456:0: warning: "HAVE_IPV4" redefined [enabled by default]
confdefs.h:100:0: note: this is the location of the previous definition
confdefs.h:457:0: warning: "HAVE_IPV6" redefined [enabled by default]
confdefs.h:101:0: note: this is the location of the previous definition
configure:36422: $? = 0
configure:36422: ./conftest
configure:36422: $? = 0
configure:36434: result: 0x0000000002000000
configure:36442: checking for the shared library address range
configure:36489: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c /usr/lib64/libavcall.so /usr/lib64/libcallback.so >&5
conftest.c:448:0: warning: "HAVE_SYS_SELECT_H" redefined [enabled by default]
conftest.c:37:0: note: this is the location of the previous definition
conftest.c:456:0: warning: "HAVE_IPV4" redefined [enabled by default]
conftest.c:100:0: note: this is the location of the previous definition
conftest.c:457:0: warning: "HAVE_IPV6" redefined [enabled by default]
conftest.c:101:0: note: this is the location of the previous definition
In file included from conftest.c:467:0:
confdefs.h:37:0: warning: "HAVE_SYS_SELECT_H" redefined [enabled by default]
conftest.c:448:0: note: this is the location of the previous definition
In file included from conftest.c:467:0:
confdefs.h:100:0: warning: "HAVE_IPV4" redefined [enabled by default]
conftest.c:456:0: note: this is the location of the previous definition
In file included from conftest.c:467:0:
confdefs.h:101:0: warning: "HAVE_IPV6" redefined [enabled by default]
conftest.c:457:0: note: this is the location of the previous definition
In file included from conftest.c:467:0:
confdefs.h:448:0: warning: "HAVE_SYS_SELECT_H" redefined [enabled by default]
confdefs.h:37:0: note: this is the location of the previous definition
confdefs.h:456:0: warning: "HAVE_IPV4" redefined [enabled by default]
confdefs.h:100:0: note: this is the location of the previous definition
confdefs.h:457:0: warning: "HAVE_IPV6" redefined [enabled by default]
confdefs.h:101:0: note: this is the location of the previous definition
configure:36489: $? = 0
configure:36489: ./conftest
configure:36489: $? = 0
configure:36501: result: 0x00007F2823000000
configure:36510: checking for the stack address range
configure:36531: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c /usr/lib64/libavcall.so /usr/lib64/libcallback.so >&5
conftest.c:448:0: warning: "HAVE_SYS_SELECT_H" redefined [enabled by default]
conftest.c:37:0: note: this is the location of the previous definition
conftest.c:456:0: warning: "HAVE_IPV4" redefined [enabled by default]
conftest.c:100:0: note: this is the location of the previous definition
conftest.c:457:0: warning: "HAVE_IPV6" redefined [enabled by default]
conftest.c:101:0: note: this is the location of the previous definition
In file included from conftest.c:468:0:
confdefs.h:37:0: warning: "HAVE_SYS_SELECT_H" redefined [enabled by default]
conftest.c:448:0: note: this is the location of the previous definition
In file included from conftest.c:468:0:
confdefs.h:100:0: warning: "HAVE_IPV4" redefined [enabled by default]
conftest.c:456:0: note: this is the location of the previous definition
In file included from conftest.c:468:0:
confdefs.h:101:0: warning: "HAVE_IPV6" redefined [enabled by default]
conftest.c:457:0: note: this is the location of the previous definition
In file included from conftest.c:468:0:
confdefs.h:448:0: warning: "HAVE_SYS_SELECT_H" redefined [enabled by default]
confdefs.h:37:0: note: this is the location of the previous definition
confdefs.h:456:0: warning: "HAVE_IPV4" redefined [enabled by default]
confdefs.h:100:0: note: this is the location of the previous definition
confdefs.h:457:0: warning: "HAVE_IPV6" redefined [enabled by default]
confdefs.h:101:0: note: this is the location of the previous definition
In file included from conftest.c:469:0:
confdefs.h:37:0: warning: "HAVE_SYS_SELECT_H" redefined [enabled by default]
In file included from conftest.c:468:0:
confdefs.h:448:0: note: this is the location of the previous definition
In file included from conftest.c:469:0:
confdefs.h:100:0: warning: "HAVE_IPV4" redefined [enabled by default]
In file included from conftest.c:468:0:
confdefs.h:456:0: note: this is the location of the previous definition
In file included from conftest.c:469:0:
confdefs.h:101:0: warning: "HAVE_IPV6" redefined [enabled by default]
In file included from conftest.c:468:0:
confdefs.h:457:0: note: this is the location of the previous definition
In file included from conftest.c:469:0:
confdefs.h:448:0: warning: "HAVE_SYS_SELECT_H" redefined [enabled by default]
confdefs.h:37:0: note: this is the location of the previous definition
confdefs.h:456:0: warning: "HAVE_IPV4" redefined [enabled by default]
confdefs.h:100:0: note: this is the location of the previous definition
confdefs.h:457:0: warning: "HAVE_IPV6" redefined [enabled by default]
confdefs.h:101:0: note: this is the location of the previous definition
configure:36531: $? = 0
configure:36531: ./conftest
configure:36531: $? = 0
configure:36543: result: 0x00007FFF41000000
configure:36552: checking for vadvise
configure:36568: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c /usr/lib64/libavcall.so /usr/lib64/libcallback.so >&5
conftest.c:448:0: warning: "HAVE_SYS_SELECT_H" redefined [enabled by default]
conftest.c:37:0: note: this is the location of the previous definition
conftest.c:456:0: warning: "HAVE_IPV4" redefined [enabled by default]
conftest.c:100:0: note: this is the location of the previous definition
conftest.c:457:0: warning: "HAVE_IPV6" redefined [enabled by default]
conftest.c:101:0: note: this is the location of the previous definition
conftest.c:469:25: fatal error: sys/vadvise.h: No such file or directory
compilation terminated.
configure:36568: $? = 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.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 _DARWIN_C_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 HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MEMPCPY 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_ALARM 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_CATGETS 1
| #define HAVE_TZSET 1
| #define HAVE_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_MBSTATE_T 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_FFSLL 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_MEMPCPY 1
| #define HAVE_RAW_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_RAWMEMCHR 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRCHRNUL 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_STRCASESTR 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRERROR_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_RAW_DECL_STRVERSCMP 1
| #define HAVE_DECL_LOCALTIME_R 0
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WINT_T 1
| #define GNULIB_TEST_ACCEPT 1
| #define HAVE_ALLOCA 1
| #define HAVE_RAW_DECL_INET_NTOP 1
| #define HAVE_RAW_DECL_INET_PTON 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define GNULIB_TEST_CLOSE 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETHOSTNAME 1
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOADAVG 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define GNULIB_TEST_GETSOCKNAME 1
| #define GNULIB_TEST_GETSOCKOPT 1
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __x86_64__
| #define __x86_64__ 1
| #endif
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define HAVE_IOCTL 1
| #define GNULIB_TEST_IOCTL 1
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 0
| #define GNULIB_TEST_LISTEN 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC_GNU 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MBTOWC 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MKDTEMP 1
| #define GNULIB_TEST_MKDTEMP 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_TEST_MKNOD 1
| #define GNULIB_TEST_MKSTEMP 1
| #define GNULIB_TEST_MKTIME 1
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define GNULIB_TEST_SELECT 1
| #define GNULIB_TEST_SEND 1
| #define GNULIB_TEST_SENDTO 1
| #define GNULIB_TEST_SETENV 1
| #define GNULIB_TEST_SETSOCKOPT 1
| #define GNULIB_TEST_SHUTDOWN 1
| #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1
| #define HAVE_RAW_DECL_SIGACTION 1
| #define HAVE_RAW_DECL_SIGADDSET 1
| #define HAVE_RAW_DECL_SIGDELSET 1
| #define HAVE_RAW_DECL_SIGEMPTYSET 1
| #define HAVE_RAW_DECL_SIGFILLSET 1
| #define HAVE_RAW_DECL_SIGISMEMBER 1
| #define HAVE_RAW_DECL_SIGPENDING 1
| #define HAVE_RAW_DECL_SIGPROCMASK 1
| #define GNULIB_TEST_SOCKET 1
| #define GNULIB_TEST_STAT 1
| #define HAVE_RAW_DECL__EXIT 1
| #define HAVE_RAW_DECL_ATOLL 1
| #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
| #define HAVE_RAW_DECL_GETLOADAVG 1
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKDTEMP 1
| #define HAVE_RAW_DECL_MKOSTEMP 1
| #define HAVE_RAW_DECL_MKOSTEMPS 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_MKSTEMPS 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_RANDOM_R 1
| #define HAVE_RAW_DECL_SRANDOM_R 1
| #define HAVE_RAW_DECL_SETSTATE_R 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_RAW_DECL_UNSETENV 1
| #define GNULIB_TEST_STRERROR_R 1
| #define my_strftime nstrftime
| #define GNULIB_TEST_STRPTIME 1
| #define HAVE_STRVERSCMP 1
| #define GNULIB_TEST_STRVERSCMP 1
| #define HAVE_RAW_DECL_IOCTL 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_RAW_DECL_FCHMODAT 1
| #define HAVE_RAW_DECL_FSTATAT 1
| #define HAVE_RAW_DECL_FUTIMENS 1
| #define HAVE_RAW_DECL_LCHMOD 1
| #define HAVE_RAW_DECL_LSTAT 1
| #define HAVE_RAW_DECL_MKDIRAT 1
| #define HAVE_RAW_DECL_MKFIFO 1
| #define HAVE_RAW_DECL_MKFIFOAT 1
| #define HAVE_RAW_DECL_MKNOD 1
| #define HAVE_RAW_DECL_MKNODAT 1
| #define HAVE_RAW_DECL_STAT 1
| #define HAVE_RAW_DECL_UTIMENSAT 1
| #define HAVE_STRUCT_UTSNAME 1
| #define HAVE_RAW_DECL_UNAME 1
| #define HAVE_RAW_DECL_WAITPID 1
| #define GNULIB_TEST_TIME_R 1
| #define HAVE_UNAME 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_DUP3 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_EUIDACCESS 1
| #define HAVE_RAW_DECL_FACCESSAT 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FCHOWNAT 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_FTRUNCATE 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDOMAINNAME 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_GROUP_MEMBER 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| #define HAVE_RAW_DECL_LINKAT 1
| #define HAVE_RAW_DECL_LSEEK 1
| #define HAVE_RAW_DECL_PIPE 1
| #define HAVE_RAW_DECL_PIPE2 1
| #define HAVE_RAW_DECL_PREAD 1
| #define HAVE_RAW_DECL_PWRITE 1
| #define HAVE_RAW_DECL_READLINK 1
| #define HAVE_RAW_DECL_READLINKAT 1
| #define HAVE_RAW_DECL_RMDIR 1
| #define HAVE_RAW_DECL_SLEEP 1
| #define HAVE_RAW_DECL_SYMLINK 1
| #define HAVE_RAW_DECL_SYMLINKAT 1
| #define HAVE_RAW_DECL_TTYNAME_R 1
| #define HAVE_RAW_DECL_UNLINK 1
| #define HAVE_RAW_DECL_UNLINKAT 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 HAVE_RAW_DECL_WMEMCHR 1
| #define HAVE_RAW_DECL_WMEMCMP 1
| #define HAVE_RAW_DECL_WMEMCPY 1
| #define HAVE_RAW_DECL_WMEMMOVE 1
| #define HAVE_RAW_DECL_WMEMSET 1
| #define HAVE_RAW_DECL_WCSLEN 1
| #define HAVE_RAW_DECL_WCSNLEN 1
| #define HAVE_RAW_DECL_WCSCPY 1
| #define HAVE_RAW_DECL_WCPCPY 1
| #define HAVE_RAW_DECL_WCSNCPY 1
| #define HAVE_RAW_DECL_WCPNCPY 1
| #define HAVE_RAW_DECL_WCSCAT 1
| #define HAVE_RAW_DECL_WCSNCAT 1
| #define HAVE_RAW_DECL_WCSCMP 1
| #define HAVE_RAW_DECL_WCSNCMP 1
| #define HAVE_RAW_DECL_WCSCASECMP 1
| #define HAVE_RAW_DECL_WCSNCASECMP 1
| #define HAVE_RAW_DECL_WCSCOLL 1
| #define HAVE_RAW_DECL_WCSXFRM 1
| #define HAVE_RAW_DECL_WCSDUP 1
| #define HAVE_RAW_DECL_WCSCHR 1
| #define HAVE_RAW_DECL_WCSRCHR 1
| #define HAVE_RAW_DECL_WCSCSPN 1
| #define HAVE_RAW_DECL_WCSSPN 1
| #define HAVE_RAW_DECL_WCSPBRK 1
| #define HAVE_RAW_DECL_WCSSTR 1
| #define HAVE_RAW_DECL_WCSTOK 1
| #define HAVE_RAW_DECL_WCSWIDTH 1
| #define GNULIB_TEST_WCRTOMB 1
| #define HAVE_TOWLOWER 1
| #define HAVE_RAW_DECL_WCTYPE 1
| #define HAVE_RAW_DECL_ISWCTYPE 1
| #define HAVE_RAW_DECL_WCTRANS 1
| #define HAVE_RAW_DECL_TOWCTRANS 1
| #define HAVE_ICONV 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_SHM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_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 16
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE__JMP /**/
| #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_FLOCK 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_GETRESUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_GETRESGID 1
| #define HAVE_SETRESGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETCWD 1
| #define HAVE_UNAME 1
| #define HAVE_READDIR_R 1
| #define HAVE_RAND_R 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define SIZEOF_RLIM_T 8
| #define RLIMIT_RESOURCE_T enum __rlimit_resource
| #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_GETRUSAGE /**/
| #define RUSAGE_WHO_T int
| #define ELOOP_VALUE ELOOP
| #define HAVE_IOCTL 1
| #define IOCTL_REQUEST_T unsigned long
| #define IOCTL_DOTS /**/
| #define NEED_SYS_IOCTL_H /**/
| #define HAVE_FIONREAD /**/
| #define HAVE_RELIABLE_FIONREAD /**/
| #define HAVE_POLL 1
| #define HAVE_RELIABLE_POLL /**/
| #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_SYS_UN_H 1
| #define HAVE_IPV4 /**/
| #define HAVE_IPV6 /**/
| #define HAVE_SETSOCKOPT 1
| #define HAVE_GETSOCKOPT 1
| #define HAVE_NETINET_TCP_H 1
| #define SETSOCKOPT_CONST const
| #define SETSOCKOPT_ARG_T void*
| #define SETSOCKOPT_OPTLEN_T unsigned int
| #define CODE_ADDRESS_RANGE 0x0000000000000000UL
| #define MALLOC_ADDRESS_RANGE 0x0000000002000000UL
| #define SHLIB_ADDRESS_RANGE 0x00007F2823000000UL
| #define STACK_ADDRESS_RANGE 0x00007FFF41000000UL
| /* end confdefs.h. */
| #include <sys/vadvise.h>
| int
| main ()
| {
| vadvise(0);
| ;
| return 0;
| }
configure:36576: result: no
configure:36583: checking for vm_allocate
configure:36599: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c /usr/lib64/libavcall.so /usr/lib64/libcallback.so >&5
conftest.c:448:0: warning: "HAVE_SYS_SELECT_H" redefined [enabled by default]
conftest.c:37:0: note: this is the location of the previous definition
conftest.c:456:0: warning: "HAVE_IPV4" redefined [enabled by default]
conftest.c:100:0: note: this is the location of the previous definition
conftest.c:457:0: warning: "HAVE_IPV6" redefined [enabled by default]
conftest.c:101:0: note: this is the location of the previous definition
/var/tmp/portage/dev-lisp/clisp-2.50_pre20130414/temp/ccLkjeXu.o: In function `main':
conftest.c:(.text.startup+0x7): undefined reference to `vm_allocate'
conftest.c:(.text.startup+0xe): undefined reference to `task_self'
collect2: error: ld returned 1 exit status
configure:36599: $? = 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.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 _DARWIN_C_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 HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MEMPCPY 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_ALARM 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_CATGETS 1
| #define HAVE_TZSET 1
| #define HAVE_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_MBSTATE_T 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_FFSLL 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_MEMPCPY 1
| #define HAVE_RAW_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_RAWMEMCHR 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRCHRNUL 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_STRCASESTR 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRERROR_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_RAW_DECL_STRVERSCMP 1
| #define HAVE_DECL_LOCALTIME_R 0
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WINT_T 1
| #define GNULIB_TEST_ACCEPT 1
| #define HAVE_ALLOCA 1
| #define HAVE_RAW_DECL_INET_NTOP 1
| #define HAVE_RAW_DECL_INET_PTON 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define GNULIB_TEST_CLOSE 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETHOSTNAME 1
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOADAVG 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define GNULIB_TEST_GETSOCKNAME 1
| #define GNULIB_TEST_GETSOCKOPT 1
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __x86_64__
| #define __x86_64__ 1
| #endif
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define HAVE_IOCTL 1
| #define GNULIB_TEST_IOCTL 1
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 0
| #define GNULIB_TEST_LISTEN 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC_GNU 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MBTOWC 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MKDTEMP 1
| #define GNULIB_TEST_MKDTEMP 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_TEST_MKNOD 1
| #define GNULIB_TEST_MKSTEMP 1
| #define GNULIB_TEST_MKTIME 1
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define GNULIB_TEST_SELECT 1
| #define GNULIB_TEST_SEND 1
| #define GNULIB_TEST_SENDTO 1
| #define GNULIB_TEST_SETENV 1
| #define GNULIB_TEST_SETSOCKOPT 1
| #define GNULIB_TEST_SHUTDOWN 1
| #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1
| #define HAVE_RAW_DECL_SIGACTION 1
| #define HAVE_RAW_DECL_SIGADDSET 1
| #define HAVE_RAW_DECL_SIGDELSET 1
| #define HAVE_RAW_DECL_SIGEMPTYSET 1
| #define HAVE_RAW_DECL_SIGFILLSET 1
| #define HAVE_RAW_DECL_SIGISMEMBER 1
| #define HAVE_RAW_DECL_SIGPENDING 1
| #define HAVE_RAW_DECL_SIGPROCMASK 1
| #define GNULIB_TEST_SOCKET 1
| #define GNULIB_TEST_STAT 1
| #define HAVE_RAW_DECL__EXIT 1
| #define HAVE_RAW_DECL_ATOLL 1
| #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
| #define HAVE_RAW_DECL_GETLOADAVG 1
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKDTEMP 1
| #define HAVE_RAW_DECL_MKOSTEMP 1
| #define HAVE_RAW_DECL_MKOSTEMPS 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_MKSTEMPS 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_RANDOM_R 1
| #define HAVE_RAW_DECL_SRANDOM_R 1
| #define HAVE_RAW_DECL_SETSTATE_R 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_RAW_DECL_UNSETENV 1
| #define GNULIB_TEST_STRERROR_R 1
| #define my_strftime nstrftime
| #define GNULIB_TEST_STRPTIME 1
| #define HAVE_STRVERSCMP 1
| #define GNULIB_TEST_STRVERSCMP 1
| #define HAVE_RAW_DECL_IOCTL 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_RAW_DECL_FCHMODAT 1
| #define HAVE_RAW_DECL_FSTATAT 1
| #define HAVE_RAW_DECL_FUTIMENS 1
| #define HAVE_RAW_DECL_LCHMOD 1
| #define HAVE_RAW_DECL_LSTAT 1
| #define HAVE_RAW_DECL_MKDIRAT 1
| #define HAVE_RAW_DECL_MKFIFO 1
| #define HAVE_RAW_DECL_MKFIFOAT 1
| #define HAVE_RAW_DECL_MKNOD 1
| #define HAVE_RAW_DECL_MKNODAT 1
| #define HAVE_RAW_DECL_STAT 1
| #define HAVE_RAW_DECL_UTIMENSAT 1
| #define HAVE_STRUCT_UTSNAME 1
| #define HAVE_RAW_DECL_UNAME 1
| #define HAVE_RAW_DECL_WAITPID 1
| #define GNULIB_TEST_TIME_R 1
| #define HAVE_UNAME 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_DUP3 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_EUIDACCESS 1
| #define HAVE_RAW_DECL_FACCESSAT 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FCHOWNAT 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_FTRUNCATE 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDOMAINNAME 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_GROUP_MEMBER 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| #define HAVE_RAW_DECL_LINKAT 1
| #define HAVE_RAW_DECL_LSEEK 1
| #define HAVE_RAW_DECL_PIPE 1
| #define HAVE_RAW_DECL_PIPE2 1
| #define HAVE_RAW_DECL_PREAD 1
| #define HAVE_RAW_DECL_PWRITE 1
| #define HAVE_RAW_DECL_READLINK 1
| #define HAVE_RAW_DECL_READLINKAT 1
| #define HAVE_RAW_DECL_RMDIR 1
| #define HAVE_RAW_DECL_SLEEP 1
| #define HAVE_RAW_DECL_SYMLINK 1
| #define HAVE_RAW_DECL_SYMLINKAT 1
| #define HAVE_RAW_DECL_TTYNAME_R 1
| #define HAVE_RAW_DECL_UNLINK 1
| #define HAVE_RAW_DECL_UNLINKAT 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 HAVE_RAW_DECL_WMEMCHR 1
| #define HAVE_RAW_DECL_WMEMCMP 1
| #define HAVE_RAW_DECL_WMEMCPY 1
| #define HAVE_RAW_DECL_WMEMMOVE 1
| #define HAVE_RAW_DECL_WMEMSET 1
| #define HAVE_RAW_DECL_WCSLEN 1
| #define HAVE_RAW_DECL_WCSNLEN 1
| #define HAVE_RAW_DECL_WCSCPY 1
| #define HAVE_RAW_DECL_WCPCPY 1
| #define HAVE_RAW_DECL_WCSNCPY 1
| #define HAVE_RAW_DECL_WCPNCPY 1
| #define HAVE_RAW_DECL_WCSCAT 1
| #define HAVE_RAW_DECL_WCSNCAT 1
| #define HAVE_RAW_DECL_WCSCMP 1
| #define HAVE_RAW_DECL_WCSNCMP 1
| #define HAVE_RAW_DECL_WCSCASECMP 1
| #define HAVE_RAW_DECL_WCSNCASECMP 1
| #define HAVE_RAW_DECL_WCSCOLL 1
| #define HAVE_RAW_DECL_WCSXFRM 1
| #define HAVE_RAW_DECL_WCSDUP 1
| #define HAVE_RAW_DECL_WCSCHR 1
| #define HAVE_RAW_DECL_WCSRCHR 1
| #define HAVE_RAW_DECL_WCSCSPN 1
| #define HAVE_RAW_DECL_WCSSPN 1
| #define HAVE_RAW_DECL_WCSPBRK 1
| #define HAVE_RAW_DECL_WCSSTR 1
| #define HAVE_RAW_DECL_WCSTOK 1
| #define HAVE_RAW_DECL_WCSWIDTH 1
| #define GNULIB_TEST_WCRTOMB 1
| #define HAVE_TOWLOWER 1
| #define HAVE_RAW_DECL_WCTYPE 1
| #define HAVE_RAW_DECL_ISWCTYPE 1
| #define HAVE_RAW_DECL_WCTRANS 1
| #define HAVE_RAW_DECL_TOWCTRANS 1
| #define HAVE_ICONV 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_SHM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_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 16
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE__JMP /**/
| #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_FLOCK 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_GETRESUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_GETRESGID 1
| #define HAVE_SETRESGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETCWD 1
| #define HAVE_UNAME 1
| #define HAVE_READDIR_R 1
| #define HAVE_RAND_R 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define SIZEOF_RLIM_T 8
| #define RLIMIT_RESOURCE_T enum __rlimit_resource
| #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_GETRUSAGE /**/
| #define RUSAGE_WHO_T int
| #define ELOOP_VALUE ELOOP
| #define HAVE_IOCTL 1
| #define IOCTL_REQUEST_T unsigned long
| #define IOCTL_DOTS /**/
| #define NEED_SYS_IOCTL_H /**/
| #define HAVE_FIONREAD /**/
| #define HAVE_RELIABLE_FIONREAD /**/
| #define HAVE_POLL 1
| #define HAVE_RELIABLE_POLL /**/
| #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_SYS_UN_H 1
| #define HAVE_IPV4 /**/
| #define HAVE_IPV6 /**/
| #define HAVE_SETSOCKOPT 1
| #define HAVE_GETSOCKOPT 1
| #define HAVE_NETINET_TCP_H 1
| #define SETSOCKOPT_CONST const
| #define SETSOCKOPT_ARG_T void*
| #define SETSOCKOPT_OPTLEN_T unsigned int
| #define CODE_ADDRESS_RANGE 0x0000000000000000UL
| #define MALLOC_ADDRESS_RANGE 0x0000000002000000UL
| #define SHLIB_ADDRESS_RANGE 0x00007F2823000000UL
| #define STACK_ADDRESS_RANGE 0x00007FFF41000000UL
| /* end confdefs.h. */
|
| int
| main ()
| {
| vm_allocate(); task_self();
| ;
| return 0;
| }
configure:36607: result: no
configure:36615: checking for sys/mman.h
configure:36615: result: yes
configure:36623: checking for mmap
configure:36623: result: yes
configure:36633: checking for working mmap
configure:36797: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c /usr/lib64/libavcall.so /usr/lib64/libcallback.so >&5
conftest.c:448:0: warning: "HAVE_SYS_SELECT_H" redefined [enabled by default]
conftest.c:37:0: note: this is the location of the previous definition
conftest.c:456:0: warning: "HAVE_IPV4" redefined [enabled by default]
conftest.c:100:0: note: this is the location of the previous definition
conftest.c:457:0: warning: "HAVE_IPV6" redefined [enabled by default]
conftest.c:101:0: note: this is the location of the previous definition
configure:36797: $? = 0
configure:36797: ./conftest
configure:36797: $? = 0
configure:36902: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c /usr/lib64/libavcall.so /usr/lib64/libcallback.so >&5
conftest.c:448:0: warning: "HAVE_SYS_SELECT_H" redefined [enabled by default]
conftest.c:37:0: note: this is the location of the previous definition
conftest.c:456:0: warning: "HAVE_IPV4" redefined [enabled by default]
conftest.c:100:0: note: this is the location of the previous definition
conftest.c:457:0: warning: "HAVE_IPV6" redefined [enabled by default]
conftest.c:101:0: note: this is the location of the previous definition
configure:36902: $? = 0
configure:36902: ./conftest
configure:36902: $? = 0
configure:37011: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c /usr/lib64/libavcall.so /usr/lib64/libcallback.so >&5
conftest.c:448:0: warning: "HAVE_SYS_SELECT_H" redefined [enabled by default]
conftest.c:37:0: note: this is the location of the previous definition
conftest.c:456:0: warning: "HAVE_IPV4" redefined [enabled by default]
conftest.c:100:0: note: this is the location of the previous definition
conftest.c:457:0: warning: "HAVE_IPV6" redefined [enabled by default]
conftest.c:101:0: note: this is the location of the previous definition
configure:37011: $? = 0
configure:37011: ./conftest
configure:37011: $? = 0
configure:37140: result: yes
configure:37168: checking for munmap
configure:37168: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c /usr/lib64/libavcall.so /usr/lib64/libcallback.so >&5
conftest.c:448:0: warning: "HAVE_SYS_SELECT_H" redefined [enabled by default]
conftest.c:37:0: note: this is the location of the previous definition
conftest.c:456:0: warning: "HAVE_IPV4" redefined [enabled by default]
conftest.c:100:0: note: this is the location of the previous definition
conftest.c:457:0: warning: "HAVE_IPV6" redefined [enabled by default]
conftest.c:101:0: note: this is the location of the previous definition
configure:37168: $? = 0
configure:37168: result: yes
configure:37180: checking for msync
configure:37180: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c /usr/lib64/libavcall.so /usr/lib64/libcallback.so >&5
conftest.c:448:0: warning: "HAVE_SYS_SELECT_H" redefined [enabled by default]
conftest.c:37:0: note: this is the location of the previous definition
conftest.c:456:0: warning: "HAVE_IPV4" redefined [enabled by default]
conftest.c:100:0: note: this is the location of the previous definition
conftest.c:457:0: warning: "HAVE_IPV6" redefined [enabled by default]
conftest.c:101:0: note: this is the location of the previous definition
configure:37180: $? = 0
configure:37180: result: yes
configure:37191: checking for mprotect
configure:37191: result: yes
configure:37200: checking for working mprotect
configure:37241: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c /usr/lib64/libavcall.so /usr/lib64/libcallback.so >&5
conftest.c:448:0: warning: "HAVE_SYS_SELECT_H" redefined [enabled by default]
conftest.c:37:0: note: this is the location of the previous definition
conftest.c:456:0: warning: "HAVE_IPV4" redefined [enabled by default]
conftest.c:100:0: note: this is the location of the previous definition
conftest.c:457:0: warning: "HAVE_IPV6" redefined [enabled by default]
conftest.c:101:0: note: this is the location of the previous definition
configure:37241: $? = 0
configure:37241: ./conftest
configure:37241: $? = 0
configure:37351: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c /usr/lib64/libavcall.so /usr/lib64/libcallback.so >&5
conftest.c:448:0: warning: "HAVE_SYS_SELECT_H" redefined [enabled by default]
conftest.c:37:0: note: this is the location of the previous definition
conftest.c:456:0: warning: "HAVE_IPV4" redefined [enabled by default]
conftest.c:100:0: note: this is the location of the previous definition
conftest.c:457:0: warning: "HAVE_IPV6" redefined [enabled by default]
conftest.c:101:0: note: this is the location of the previous definition
configure:37351: $? = 0
configure:37351: ./conftest
configure:37351: $? = 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.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 _DARWIN_C_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 HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MEMPCPY 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_ALARM 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_CATGETS 1
| #define HAVE_TZSET 1
| #define HAVE_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_MBSTATE_T 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_FFSLL 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_MEMPCPY 1
| #define HAVE_RAW_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_RAWMEMCHR 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRCHRNUL 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_STRCASESTR 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRERROR_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_RAW_DECL_STRVERSCMP 1
| #define HAVE_DECL_LOCALTIME_R 0
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WINT_T 1
| #define GNULIB_TEST_ACCEPT 1
| #define HAVE_ALLOCA 1
| #define HAVE_RAW_DECL_INET_NTOP 1
| #define HAVE_RAW_DECL_INET_PTON 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define GNULIB_TEST_CLOSE 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETHOSTNAME 1
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOADAVG 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define GNULIB_TEST_GETSOCKNAME 1
| #define GNULIB_TEST_GETSOCKOPT 1
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __x86_64__
| #define __x86_64__ 1
| #endif
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define HAVE_IOCTL 1
| #define GNULIB_TEST_IOCTL 1
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 0
| #define GNULIB_TEST_LISTEN 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC_GNU 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MBTOWC 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MKDTEMP 1
| #define GNULIB_TEST_MKDTEMP 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_TEST_MKNOD 1
| #define GNULIB_TEST_MKSTEMP 1
| #define GNULIB_TEST_MKTIME 1
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define GNULIB_TEST_SELECT 1
| #define GNULIB_TEST_SEND 1
| #define GNULIB_TEST_SENDTO 1
| #define GNULIB_TEST_SETENV 1
| #define GNULIB_TEST_SETSOCKOPT 1
| #define GNULIB_TEST_SHUTDOWN 1
| #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1
| #define HAVE_RAW_DECL_SIGACTION 1
| #define HAVE_RAW_DECL_SIGADDSET 1
| #define HAVE_RAW_DECL_SIGDELSET 1
| #define HAVE_RAW_DECL_SIGEMPTYSET 1
| #define HAVE_RAW_DECL_SIGFILLSET 1
| #define HAVE_RAW_DECL_SIGISMEMBER 1
| #define HAVE_RAW_DECL_SIGPENDING 1
| #define HAVE_RAW_DECL_SIGPROCMASK 1
| #define GNULIB_TEST_SOCKET 1
| #define GNULIB_TEST_STAT 1
| #define HAVE_RAW_DECL__EXIT 1
| #define HAVE_RAW_DECL_ATOLL 1
| #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
| #define HAVE_RAW_DECL_GETLOADAVG 1
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKDTEMP 1
| #define HAVE_RAW_DECL_MKOSTEMP 1
| #define HAVE_RAW_DECL_MKOSTEMPS 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_MKSTEMPS 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_RANDOM_R 1
| #define HAVE_RAW_DECL_SRANDOM_R 1
| #define HAVE_RAW_DECL_SETSTATE_R 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_RAW_DECL_UNSETENV 1
| #define GNULIB_TEST_STRERROR_R 1
| #define my_strftime nstrftime
| #define GNULIB_TEST_STRPTIME 1
| #define HAVE_STRVERSCMP 1
| #define GNULIB_TEST_STRVERSCMP 1
| #define HAVE_RAW_DECL_IOCTL 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_RAW_DECL_FCHMODAT 1
| #define HAVE_RAW_DECL_FSTATAT 1
| #define HAVE_RAW_DECL_FUTIMENS 1
| #define HAVE_RAW_DECL_LCHMOD 1
| #define HAVE_RAW_DECL_LSTAT 1
| #define HAVE_RAW_DECL_MKDIRAT 1
| #define HAVE_RAW_DECL_MKFIFO 1
| #define HAVE_RAW_DECL_MKFIFOAT 1
| #define HAVE_RAW_DECL_MKNOD 1
| #define HAVE_RAW_DECL_MKNODAT 1
| #define HAVE_RAW_DECL_STAT 1
| #define HAVE_RAW_DECL_UTIMENSAT 1
| #define HAVE_STRUCT_UTSNAME 1
| #define HAVE_RAW_DECL_UNAME 1
| #define HAVE_RAW_DECL_WAITPID 1
| #define GNULIB_TEST_TIME_R 1
| #define HAVE_UNAME 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_DUP3 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_EUIDACCESS 1
| #define HAVE_RAW_DECL_FACCESSAT 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FCHOWNAT 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_FTRUNCATE 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDOMAINNAME 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_GROUP_MEMBER 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| #define HAVE_RAW_DECL_LINKAT 1
| #define HAVE_RAW_DECL_LSEEK 1
| #define HAVE_RAW_DECL_PIPE 1
| #define HAVE_RAW_DECL_PIPE2 1
| #define HAVE_RAW_DECL_PREAD 1
| #define HAVE_RAW_DECL_PWRITE 1
| #define HAVE_RAW_DECL_READLINK 1
| #define HAVE_RAW_DECL_READLINKAT 1
| #define HAVE_RAW_DECL_RMDIR 1
| #define HAVE_RAW_DECL_SLEEP 1
| #define HAVE_RAW_DECL_SYMLINK 1
| #define HAVE_RAW_DECL_SYMLINKAT 1
| #define HAVE_RAW_DECL_TTYNAME_R 1
| #define HAVE_RAW_DECL_UNLINK 1
| #define HAVE_RAW_DECL_UNLINKAT 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 HAVE_RAW_DECL_WMEMCHR 1
| #define HAVE_RAW_DECL_WMEMCMP 1
| #define HAVE_RAW_DECL_WMEMCPY 1
| #define HAVE_RAW_DECL_WMEMMOVE 1
| #define HAVE_RAW_DECL_WMEMSET 1
| #define HAVE_RAW_DECL_WCSLEN 1
| #define HAVE_RAW_DECL_WCSNLEN 1
| #define HAVE_RAW_DECL_WCSCPY 1
| #define HAVE_RAW_DECL_WCPCPY 1
| #define HAVE_RAW_DECL_WCSNCPY 1
| #define HAVE_RAW_DECL_WCPNCPY 1
| #define HAVE_RAW_DECL_WCSCAT 1
| #define HAVE_RAW_DECL_WCSNCAT 1
| #define HAVE_RAW_DECL_WCSCMP 1
| #define HAVE_RAW_DECL_WCSNCMP 1
| #define HAVE_RAW_DECL_WCSCASECMP 1
| #define HAVE_RAW_DECL_WCSNCASECMP 1
| #define HAVE_RAW_DECL_WCSCOLL 1
| #define HAVE_RAW_DECL_WCSXFRM 1
| #define HAVE_RAW_DECL_WCSDUP 1
| #define HAVE_RAW_DECL_WCSCHR 1
| #define HAVE_RAW_DECL_WCSRCHR 1
| #define HAVE_RAW_DECL_WCSCSPN 1
| #define HAVE_RAW_DECL_WCSSPN 1
| #define HAVE_RAW_DECL_WCSPBRK 1
| #define HAVE_RAW_DECL_WCSSTR 1
| #define HAVE_RAW_DECL_WCSTOK 1
| #define HAVE_RAW_DECL_WCSWIDTH 1
| #define GNULIB_TEST_WCRTOMB 1
| #define HAVE_TOWLOWER 1
| #define HAVE_RAW_DECL_WCTYPE 1
| #define HAVE_RAW_DECL_ISWCTYPE 1
| #define HAVE_RAW_DECL_WCTRANS 1
| #define HAVE_RAW_DECL_TOWCTRANS 1
| #define HAVE_ICONV 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_SHM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_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 16
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE__JMP /**/
| #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_FLOCK 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_GETRESUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_GETRESGID 1
| #define HAVE_SETRESGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETCWD 1
| #define HAVE_UNAME 1
| #define HAVE_READDIR_R 1
| #define HAVE_RAND_R 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define SIZEOF_RLIM_T 8
| #define RLIMIT_RESOURCE_T enum __rlimit_resource
| #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_GETRUSAGE /**/
| #define RUSAGE_WHO_T int
| #define ELOOP_VALUE ELOOP
| #define HAVE_IOCTL 1
| #define IOCTL_REQUEST_T unsigned long
| #define IOCTL_DOTS /**/
| #define NEED_SYS_IOCTL_H /**/
| #define HAVE_FIONREAD /**/
| #define HAVE_RELIABLE_FIONREAD /**/
| #define HAVE_POLL 1
| #define HAVE_RELIABLE_POLL /**/
| #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_SYS_UN_H 1
| #define HAVE_IPV4 /**/
| #define HAVE_IPV6 /**/
| #define HAVE_SETSOCKOPT 1
| #define HAVE_GETSOCKOPT 1
| #define HAVE_NETINET_TCP_H 1
| #define SETSOCKOPT_CONST const
| #define SETSOCKOPT_ARG_T void*
| #define SETSOCKOPT_OPTLEN_T unsigned int
| #define CODE_ADDRESS_RANGE 0x0000000000000000UL
| #define MALLOC_ADDRESS_RANGE 0x0000000002000000UL
| #define SHLIB_ADDRESS_RANGE 0x00007F2823000000UL
| #define STACK_ADDRESS_RANGE 0x00007FFF41000000UL
| #define HAVE_MMAP /**/
| #define HAVE_MMAP_ANON /**/
| #define HAVE_MMAP_ANONYMOUS /**/
| #define HAVE_MMAP_DEVZERO /**/
| #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:37456: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c /usr/lib64/libavcall.so /usr/lib64/libcallback.so >&5
conftest.c:448:0: warning: "HAVE_SYS_SELECT_H" redefined [enabled by default]
conftest.c:37:0: note: this is the location of the previous definition
conftest.c:456:0: warning: "HAVE_IPV4" redefined [enabled by default]
conftest.c:100:0: note: this is the location of the previous definition
conftest.c:457:0: warning: "HAVE_IPV6" redefined [enabled by default]
conftest.c:101:0: note: this is the location of the previous definition
configure:37456: $? = 0
configure:37456: ./conftest
configure:37456: $? = 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.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 _DARWIN_C_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 HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MEMPCPY 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_ALARM 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_CATGETS 1
| #define HAVE_TZSET 1
| #define HAVE_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_MBSTATE_T 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_FFSLL 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_MEMPCPY 1
| #define HAVE_RAW_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_RAWMEMCHR 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRCHRNUL 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_STRCASESTR 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRERROR_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_RAW_DECL_STRVERSCMP 1
| #define HAVE_DECL_LOCALTIME_R 0
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WINT_T 1
| #define GNULIB_TEST_ACCEPT 1
| #define HAVE_ALLOCA 1
| #define HAVE_RAW_DECL_INET_NTOP 1
| #define HAVE_RAW_DECL_INET_PTON 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define GNULIB_TEST_CLOSE 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETHOSTNAME 1
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOADAVG 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define GNULIB_TEST_GETSOCKNAME 1
| #define GNULIB_TEST_GETSOCKOPT 1
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __x86_64__
| #define __x86_64__ 1
| #endif
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define HAVE_IOCTL 1
| #define GNULIB_TEST_IOCTL 1
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 0
| #define GNULIB_TEST_LISTEN 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC_GNU 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MBTOWC 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MKDTEMP 1
| #define GNULIB_TEST_MKDTEMP 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_TEST_MKNOD 1
| #define GNULIB_TEST_MKSTEMP 1
| #define GNULIB_TEST_MKTIME 1
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define GNULIB_TEST_SELECT 1
| #define GNULIB_TEST_SEND 1
| #define GNULIB_TEST_SENDTO 1
| #define GNULIB_TEST_SETENV 1
| #define GNULIB_TEST_SETSOCKOPT 1
| #define GNULIB_TEST_SHUTDOWN 1
| #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1
| #define HAVE_RAW_DECL_SIGACTION 1
| #define HAVE_RAW_DECL_SIGADDSET 1
| #define HAVE_RAW_DECL_SIGDELSET 1
| #define HAVE_RAW_DECL_SIGEMPTYSET 1
| #define HAVE_RAW_DECL_SIGFILLSET 1
| #define HAVE_RAW_DECL_SIGISMEMBER 1
| #define HAVE_RAW_DECL_SIGPENDING 1
| #define HAVE_RAW_DECL_SIGPROCMASK 1
| #define GNULIB_TEST_SOCKET 1
| #define GNULIB_TEST_STAT 1
| #define HAVE_RAW_DECL__EXIT 1
| #define HAVE_RAW_DECL_ATOLL 1
| #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
| #define HAVE_RAW_DECL_GETLOADAVG 1
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKDTEMP 1
| #define HAVE_RAW_DECL_MKOSTEMP 1
| #define HAVE_RAW_DECL_MKOSTEMPS 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_MKSTEMPS 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_RANDOM_R 1
| #define HAVE_RAW_DECL_SRANDOM_R 1
| #define HAVE_RAW_DECL_SETSTATE_R 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_RAW_DECL_UNSETENV 1
| #define GNULIB_TEST_STRERROR_R 1
| #define my_strftime nstrftime
| #define GNULIB_TEST_STRPTIME 1
| #define HAVE_STRVERSCMP 1
| #define GNULIB_TEST_STRVERSCMP 1
| #define HAVE_RAW_DECL_IOCTL 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_RAW_DECL_FCHMODAT 1
| #define HAVE_RAW_DECL_FSTATAT 1
| #define HAVE_RAW_DECL_FUTIMENS 1
| #define HAVE_RAW_DECL_LCHMOD 1
| #define HAVE_RAW_DECL_LSTAT 1
| #define HAVE_RAW_DECL_MKDIRAT 1
| #define HAVE_RAW_DECL_MKFIFO 1
| #define HAVE_RAW_DECL_MKFIFOAT 1
| #define HAVE_RAW_DECL_MKNOD 1
| #define HAVE_RAW_DECL_MKNODAT 1
| #define HAVE_RAW_DECL_STAT 1
| #define HAVE_RAW_DECL_UTIMENSAT 1
| #define HAVE_STRUCT_UTSNAME 1
| #define HAVE_RAW_DECL_UNAME 1
| #define HAVE_RAW_DECL_WAITPID 1
| #define GNULIB_TEST_TIME_R 1
| #define HAVE_UNAME 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_DUP3 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_EUIDACCESS 1
| #define HAVE_RAW_DECL_FACCESSAT 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FCHOWNAT 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_FTRUNCATE 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDOMAINNAME 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_GROUP_MEMBER 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| #define HAVE_RAW_DECL_LINKAT 1
| #define HAVE_RAW_DECL_LSEEK 1
| #define HAVE_RAW_DECL_PIPE 1
| #define HAVE_RAW_DECL_PIPE2 1
| #define HAVE_RAW_DECL_PREAD 1
| #define HAVE_RAW_DECL_PWRITE 1
| #define HAVE_RAW_DECL_READLINK 1
| #define HAVE_RAW_DECL_READLINKAT 1
| #define HAVE_RAW_DECL_RMDIR 1
| #define HAVE_RAW_DECL_SLEEP 1
| #define HAVE_RAW_DECL_SYMLINK 1
| #define HAVE_RAW_DECL_SYMLINKAT 1
| #define HAVE_RAW_DECL_TTYNAME_R 1
| #define HAVE_RAW_DECL_UNLINK 1
| #define HAVE_RAW_DECL_UNLINKAT 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 HAVE_RAW_DECL_WMEMCHR 1
| #define HAVE_RAW_DECL_WMEMCMP 1
| #define HAVE_RAW_DECL_WMEMCPY 1
| #define HAVE_RAW_DECL_WMEMMOVE 1
| #define HAVE_RAW_DECL_WMEMSET 1
| #define HAVE_RAW_DECL_WCSLEN 1
| #define HAVE_RAW_DECL_WCSNLEN 1
| #define HAVE_RAW_DECL_WCSCPY 1
| #define HAVE_RAW_DECL_WCPCPY 1
| #define HAVE_RAW_DECL_WCSNCPY 1
| #define HAVE_RAW_DECL_WCPNCPY 1
| #define HAVE_RAW_DECL_WCSCAT 1
| #define HAVE_RAW_DECL_WCSNCAT 1
| #define HAVE_RAW_DECL_WCSCMP 1
| #define HAVE_RAW_DECL_WCSNCMP 1
| #define HAVE_RAW_DECL_WCSCASECMP 1
| #define HAVE_RAW_DECL_WCSNCASECMP 1
| #define HAVE_RAW_DECL_WCSCOLL 1
| #define HAVE_RAW_DECL_WCSXFRM 1
| #define HAVE_RAW_DECL_WCSDUP 1
| #define HAVE_RAW_DECL_WCSCHR 1
| #define HAVE_RAW_DECL_WCSRCHR 1
| #define HAVE_RAW_DECL_WCSCSPN 1
| #define HAVE_RAW_DECL_WCSSPN 1
| #define HAVE_RAW_DECL_WCSPBRK 1
| #define HAVE_RAW_DECL_WCSSTR 1
| #define HAVE_RAW_DECL_WCSTOK 1
| #define HAVE_RAW_DECL_WCSWIDTH 1
| #define GNULIB_TEST_WCRTOMB 1
| #define HAVE_TOWLOWER 1
| #define HAVE_RAW_DECL_WCTYPE 1
| #define HAVE_RAW_DECL_ISWCTYPE 1
| #define HAVE_RAW_DECL_WCTRANS 1
| #define HAVE_RAW_DECL_TOWCTRANS 1
| #define HAVE_ICONV 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_SHM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_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 16
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE__JMP /**/
| #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_FLOCK 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_GETRESUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_GETRESGID 1
| #define HAVE_SETRESGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETCWD 1
| #define HAVE_UNAME 1
| #define HAVE_READDIR_R 1
| #define HAVE_RAND_R 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define SIZEOF_RLIM_T 8
| #define RLIMIT_RESOURCE_T enum __rlimit_resource
| #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_GETRUSAGE /**/
| #define RUSAGE_WHO_T int
| #define ELOOP_VALUE ELOOP
| #define HAVE_IOCTL 1
| #define IOCTL_REQUEST_T unsigned long
| #define IOCTL_DOTS /**/
| #define NEED_SYS_IOCTL_H /**/
| #define HAVE_FIONREAD /**/
| #define HAVE_RELIABLE_FIONREAD /**/
| #define HAVE_POLL 1
| #define HAVE_RELIABLE_POLL /**/
| #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_SYS_UN_H 1
| #define HAVE_IPV4 /**/
| #define HAVE_IPV6 /**/
| #define HAVE_SETSOCKOPT 1
| #define HAVE_GETSOCKOPT 1
| #define HAVE_NETINET_TCP_H 1
| #define SETSOCKOPT_CONST const
| #define SETSOCKOPT_ARG_T void*
| #define SETSOCKOPT_OPTLEN_T unsigned int
| #define CODE_ADDRESS_RANGE 0x0000000000000000UL
| #define MALLOC_ADDRESS_RANGE 0x0000000002000000UL
| #define SHLIB_ADDRESS_RANGE 0x00007F2823000000UL
| #define STACK_ADDRESS_RANGE 0x00007FFF41000000UL
| #define HAVE_MMAP /**/
| #define HAVE_MMAP_ANON /**/
| #define HAVE_MMAP_ANONYMOUS /**/
| #define HAVE_MMAP_DEVZERO /**/
| #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:37561: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c /usr/lib64/libavcall.so /usr/lib64/libcallback.so >&5
conftest.c:448:0: warning: "HAVE_SYS_SELECT_H" redefined [enabled by default]
conftest.c:37:0: note: this is the location of the previous definition
conftest.c:456:0: warning: "HAVE_IPV4" redefined [enabled by default]
conftest.c:100:0: note: this is the location of the previous definition
conftest.c:457:0: warning: "HAVE_IPV6" redefined [enabled by default]
conftest.c:101:0: note: this is the location of the previous definition
configure:37561: $? = 0
configure:37561: ./conftest
configure:37561: $? = 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.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 _DARWIN_C_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 HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MEMPCPY 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_ALARM 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_CATGETS 1
| #define HAVE_TZSET 1
| #define HAVE_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_MBSTATE_T 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_FFSLL 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_MEMPCPY 1
| #define HAVE_RAW_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_RAWMEMCHR 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRCHRNUL 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_STRCASESTR 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRERROR_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_RAW_DECL_STRVERSCMP 1
| #define HAVE_DECL_LOCALTIME_R 0
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WINT_T 1
| #define GNULIB_TEST_ACCEPT 1
| #define HAVE_ALLOCA 1
| #define HAVE_RAW_DECL_INET_NTOP 1
| #define HAVE_RAW_DECL_INET_PTON 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define GNULIB_TEST_CLOSE 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETHOSTNAME 1
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOADAVG 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define GNULIB_TEST_GETSOCKNAME 1
| #define GNULIB_TEST_GETSOCKOPT 1
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __x86_64__
| #define __x86_64__ 1
| #endif
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define HAVE_IOCTL 1
| #define GNULIB_TEST_IOCTL 1
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 0
| #define GNULIB_TEST_LISTEN 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC_GNU 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MBTOWC 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MKDTEMP 1
| #define GNULIB_TEST_MKDTEMP 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_TEST_MKNOD 1
| #define GNULIB_TEST_MKSTEMP 1
| #define GNULIB_TEST_MKTIME 1
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define GNULIB_TEST_SELECT 1
| #define GNULIB_TEST_SEND 1
| #define GNULIB_TEST_SENDTO 1
| #define GNULIB_TEST_SETENV 1
| #define GNULIB_TEST_SETSOCKOPT 1
| #define GNULIB_TEST_SHUTDOWN 1
| #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1
| #define HAVE_RAW_DECL_SIGACTION 1
| #define HAVE_RAW_DECL_SIGADDSET 1
| #define HAVE_RAW_DECL_SIGDELSET 1
| #define HAVE_RAW_DECL_SIGEMPTYSET 1
| #define HAVE_RAW_DECL_SIGFILLSET 1
| #define HAVE_RAW_DECL_SIGISMEMBER 1
| #define HAVE_RAW_DECL_SIGPENDING 1
| #define HAVE_RAW_DECL_SIGPROCMASK 1
| #define GNULIB_TEST_SOCKET 1
| #define GNULIB_TEST_STAT 1
| #define HAVE_RAW_DECL__EXIT 1
| #define HAVE_RAW_DECL_ATOLL 1
| #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
| #define HAVE_RAW_DECL_GETLOADAVG 1
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKDTEMP 1
| #define HAVE_RAW_DECL_MKOSTEMP 1
| #define HAVE_RAW_DECL_MKOSTEMPS 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_MKSTEMPS 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_RANDOM_R 1
| #define HAVE_RAW_DECL_SRANDOM_R 1
| #define HAVE_RAW_DECL_SETSTATE_R 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_RAW_DECL_UNSETENV 1
| #define GNULIB_TEST_STRERROR_R 1
| #define my_strftime nstrftime
| #define GNULIB_TEST_STRPTIME 1
| #define HAVE_STRVERSCMP 1
| #define GNULIB_TEST_STRVERSCMP 1
| #define HAVE_RAW_DECL_IOCTL 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_RAW_DECL_FCHMODAT 1
| #define HAVE_RAW_DECL_FSTATAT 1
| #define HAVE_RAW_DECL_FUTIMENS 1
| #define HAVE_RAW_DECL_LCHMOD 1
| #define HAVE_RAW_DECL_LSTAT 1
| #define HAVE_RAW_DECL_MKDIRAT 1
| #define HAVE_RAW_DECL_MKFIFO 1
| #define HAVE_RAW_DECL_MKFIFOAT 1
| #define HAVE_RAW_DECL_MKNOD 1
| #define HAVE_RAW_DECL_MKNODAT 1
| #define HAVE_RAW_DECL_STAT 1
| #define HAVE_RAW_DECL_UTIMENSAT 1
| #define HAVE_STRUCT_UTSNAME 1
| #define HAVE_RAW_DECL_UNAME 1
| #define HAVE_RAW_DECL_WAITPID 1
| #define GNULIB_TEST_TIME_R 1
| #define HAVE_UNAME 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_DUP3 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_EUIDACCESS 1
| #define HAVE_RAW_DECL_FACCESSAT 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FCHOWNAT 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_FTRUNCATE 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDOMAINNAME 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_GROUP_MEMBER 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| #define HAVE_RAW_DECL_LINKAT 1
| #define HAVE_RAW_DECL_LSEEK 1
| #define HAVE_RAW_DECL_PIPE 1
| #define HAVE_RAW_DECL_PIPE2 1
| #define HAVE_RAW_DECL_PREAD 1
| #define HAVE_RAW_DECL_PWRITE 1
| #define HAVE_RAW_DECL_READLINK 1
| #define HAVE_RAW_DECL_READLINKAT 1
| #define HAVE_RAW_DECL_RMDIR 1
| #define HAVE_RAW_DECL_SLEEP 1
| #define HAVE_RAW_DECL_SYMLINK 1
| #define HAVE_RAW_DECL_SYMLINKAT 1
| #define HAVE_RAW_DECL_TTYNAME_R 1
| #define HAVE_RAW_DECL_UNLINK 1
| #define HAVE_RAW_DECL_UNLINKAT 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 HAVE_RAW_DECL_WMEMCHR 1
| #define HAVE_RAW_DECL_WMEMCMP 1
| #define HAVE_RAW_DECL_WMEMCPY 1
| #define HAVE_RAW_DECL_WMEMMOVE 1
| #define HAVE_RAW_DECL_WMEMSET 1
| #define HAVE_RAW_DECL_WCSLEN 1
| #define HAVE_RAW_DECL_WCSNLEN 1
| #define HAVE_RAW_DECL_WCSCPY 1
| #define HAVE_RAW_DECL_WCPCPY 1
| #define HAVE_RAW_DECL_WCSNCPY 1
| #define HAVE_RAW_DECL_WCPNCPY 1
| #define HAVE_RAW_DECL_WCSCAT 1
| #define HAVE_RAW_DECL_WCSNCAT 1
| #define HAVE_RAW_DECL_WCSCMP 1
| #define HAVE_RAW_DECL_WCSNCMP 1
| #define HAVE_RAW_DECL_WCSCASECMP 1
| #define HAVE_RAW_DECL_WCSNCASECMP 1
| #define HAVE_RAW_DECL_WCSCOLL 1
| #define HAVE_RAW_DECL_WCSXFRM 1
| #define HAVE_RAW_DECL_WCSDUP 1
| #define HAVE_RAW_DECL_WCSCHR 1
| #define HAVE_RAW_DECL_WCSRCHR 1
| #define HAVE_RAW_DECL_WCSCSPN 1
| #define HAVE_RAW_DECL_WCSSPN 1
| #define HAVE_RAW_DECL_WCSPBRK 1
| #define HAVE_RAW_DECL_WCSSTR 1
| #define HAVE_RAW_DECL_WCSTOK 1
| #define HAVE_RAW_DECL_WCSWIDTH 1
| #define GNULIB_TEST_WCRTOMB 1
| #define HAVE_TOWLOWER 1
| #define HAVE_RAW_DECL_WCTYPE 1
| #define HAVE_RAW_DECL_ISWCTYPE 1
| #define HAVE_RAW_DECL_WCTRANS 1
| #define HAVE_RAW_DECL_TOWCTRANS 1
| #define HAVE_ICONV 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_SHM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_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 16
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE__JMP /**/
| #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_FLOCK 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_GETRESUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_GETRESGID 1
| #define HAVE_SETRESGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETCWD 1
| #define HAVE_UNAME 1
| #define HAVE_READDIR_R 1
| #define HAVE_RAND_R 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define SIZEOF_RLIM_T 8
| #define RLIMIT_RESOURCE_T enum __rlimit_resource
| #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_GETRUSAGE /**/
| #define RUSAGE_WHO_T int
| #define ELOOP_VALUE ELOOP
| #define HAVE_IOCTL 1
| #define IOCTL_REQUEST_T unsigned long
| #define IOCTL_DOTS /**/
| #define NEED_SYS_IOCTL_H /**/
| #define HAVE_FIONREAD /**/
| #define HAVE_RELIABLE_FIONREAD /**/
| #define HAVE_POLL 1
| #define HAVE_RELIABLE_POLL /**/
| #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_SYS_UN_H 1
| #define HAVE_IPV4 /**/
| #define HAVE_IPV6 /**/
| #define HAVE_SETSOCKOPT 1
| #define HAVE_GETSOCKOPT 1
| #define HAVE_NETINET_TCP_H 1
| #define SETSOCKOPT_CONST const
| #define SETSOCKOPT_ARG_T void*
| #define SETSOCKOPT_OPTLEN_T unsigned int
| #define CODE_ADDRESS_RANGE 0x0000000000000000UL
| #define MALLOC_ADDRESS_RANGE 0x0000000002000000UL
| #define SHLIB_ADDRESS_RANGE 0x00007F2823000000UL
| #define STACK_ADDRESS_RANGE 0x00007FFF41000000UL
| #define HAVE_MMAP /**/
| #define HAVE_MMAP_ANON /**/
| #define HAVE_MMAP_ANONYMOUS /**/
| #define HAVE_MMAP_DEVZERO /**/
| #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:37667: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c /usr/lib64/libavcall.so /usr/lib64/libcallback.so >&5
conftest.c:448:0: warning: "HAVE_SYS_SELECT_H" redefined [enabled by default]
conftest.c:37:0: note: this is the location of the previous definition
conftest.c:456:0: warning: "HAVE_IPV4" redefined [enabled by default]
conftest.c:100:0: note: this is the location of the previous definition
conftest.c:457:0: warning: "HAVE_IPV6" redefined [enabled by default]
conftest.c:101:0: note: this is the location of the previous definition
configure:37667: $? = 0
configure:37667: ./conftest
configure:37667: $? = 0
configure:37684: result: yes
configure:37694: checking for working shared memory
configure:37723: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c /usr/lib64/libavcall.so /usr/lib64/libcallback.so >&5
conftest.c:448:0: warning: "HAVE_SYS_SELECT_H" redefined [enabled by default]
conftest.c:37:0: note: this is the location of the previous definition
conftest.c:456:0: warning: "HAVE_IPV4" redefined [enabled by default]
conftest.c:100:0: note: this is the location of the previous definition
conftest.c:457:0: warning: "HAVE_IPV6" redefined [enabled by default]
conftest.c:101:0: note: this is the location of the previous definition
conftest.c: In function 'main':
conftest.c:486:55: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
configure:37723: $? = 0
configure:37723: ./conftest
configure:37723: $? = 0
configure:37734: result: yes
configure:37743: checking sys/sysmacros.h usability
configure:37743: gcc -c -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 conftest.c >&5
conftest.c:448:0: warning: "HAVE_SYS_SELECT_H" redefined [enabled by default]
conftest.c:37:0: note: this is the location of the previous definition
conftest.c:456:0: warning: "HAVE_IPV4" redefined [enabled by default]
conftest.c:100:0: note: this is the location of the previous definition
conftest.c:457:0: warning: "HAVE_IPV6" redefined [enabled by default]
conftest.c:101:0: note: this is the location of the previous definition
configure:37743: $? = 0
configure:37743: result: yes
configure:37743: checking sys/sysmacros.h presence
configure:37743: gcc -E -I/usr/include/db4.8 conftest.c
conftest.c:448:0: warning: "HAVE_SYS_SELECT_H" redefined [enabled by default]
conftest.c:37:0: note: this is the location of the previous definition
conftest.c:456:0: warning: "HAVE_IPV4" redefined [enabled by default]
conftest.c:100:0: note: this is the location of the previous definition
conftest.c:457:0: warning: "HAVE_IPV6" redefined [enabled by default]
conftest.c:101:0: note: this is the location of the previous definition
configure:37743: $? = 0
configure:37743: result: yes
configure:37743: checking for sys/sysmacros.h
configure:37743: result: yes
configure:37757: checking for attachability of removed shared memory
configure:37799: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c /usr/lib64/libavcall.so /usr/lib64/libcallback.so >&5
conftest.c:448:0: warning: "HAVE_SYS_SELECT_H" redefined [enabled by default]
conftest.c:37:0: note: this is the location of the previous definition
conftest.c:456:0: warning: "HAVE_IPV4" redefined [enabled by default]
conftest.c:100:0: note: this is the location of the previous definition
conftest.c:457:0: warning: "HAVE_IPV6" redefined [enabled by default]
conftest.c:101:0: note: this is the location of the previous definition
configure:37799: $? = 0
configure:37799: ./conftest
configure:37799: $? = 0
configure:37810: result: yes
configure:37821: checking for dlfcn.h
configure:37821: result: yes
configure:37832: checking for library containing dlopen
configure:37863: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c /usr/lib64/libavcall.so /usr/lib64/libcallback.so >&5
conftest.c:448:0: warning: "HAVE_SYS_SELECT_H" redefined [enabled by default]
conftest.c:37:0: note: this is the location of the previous definition
conftest.c:456:0: warning: "HAVE_IPV4" redefined [enabled by default]
conftest.c:100:0: note: this is the location of the previous definition
conftest.c:457:0: warning: "HAVE_IPV6" redefined [enabled by default]
conftest.c:101:0: note: this is the location of the previous definition
/var/tmp/portage/dev-lisp/clisp-2.50_pre20130414/temp/ccXkpAu5.o: In function `main':
conftest.c:(.text.startup+0x7): undefined reference to `dlopen'
collect2: error: ld returned 1 exit status
configure:37863: $? = 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.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 _DARWIN_C_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 HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MEMPCPY 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_ALARM 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_CATGETS 1
| #define HAVE_TZSET 1
| #define HAVE_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_MBSTATE_T 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_FFSLL 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_MEMPCPY 1
| #define HAVE_RAW_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_RAWMEMCHR 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRCHRNUL 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_STRCASESTR 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRERROR_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_RAW_DECL_STRVERSCMP 1
| #define HAVE_DECL_LOCALTIME_R 0
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WINT_T 1
| #define GNULIB_TEST_ACCEPT 1
| #define HAVE_ALLOCA 1
| #define HAVE_RAW_DECL_INET_NTOP 1
| #define HAVE_RAW_DECL_INET_PTON 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define GNULIB_TEST_CLOSE 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETHOSTNAME 1
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOADAVG 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define GNULIB_TEST_GETSOCKNAME 1
| #define GNULIB_TEST_GETSOCKOPT 1
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __x86_64__
| #define __x86_64__ 1
| #endif
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define HAVE_IOCTL 1
| #define GNULIB_TEST_IOCTL 1
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 0
| #define GNULIB_TEST_LISTEN 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC_GNU 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MBTOWC 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MKDTEMP 1
| #define GNULIB_TEST_MKDTEMP 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_TEST_MKNOD 1
| #define GNULIB_TEST_MKSTEMP 1
| #define GNULIB_TEST_MKTIME 1
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define GNULIB_TEST_SELECT 1
| #define GNULIB_TEST_SEND 1
| #define GNULIB_TEST_SENDTO 1
| #define GNULIB_TEST_SETENV 1
| #define GNULIB_TEST_SETSOCKOPT 1
| #define GNULIB_TEST_SHUTDOWN 1
| #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1
| #define HAVE_RAW_DECL_SIGACTION 1
| #define HAVE_RAW_DECL_SIGADDSET 1
| #define HAVE_RAW_DECL_SIGDELSET 1
| #define HAVE_RAW_DECL_SIGEMPTYSET 1
| #define HAVE_RAW_DECL_SIGFILLSET 1
| #define HAVE_RAW_DECL_SIGISMEMBER 1
| #define HAVE_RAW_DECL_SIGPENDING 1
| #define HAVE_RAW_DECL_SIGPROCMASK 1
| #define GNULIB_TEST_SOCKET 1
| #define GNULIB_TEST_STAT 1
| #define HAVE_RAW_DECL__EXIT 1
| #define HAVE_RAW_DECL_ATOLL 1
| #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
| #define HAVE_RAW_DECL_GETLOADAVG 1
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKDTEMP 1
| #define HAVE_RAW_DECL_MKOSTEMP 1
| #define HAVE_RAW_DECL_MKOSTEMPS 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_MKSTEMPS 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_RANDOM_R 1
| #define HAVE_RAW_DECL_SRANDOM_R 1
| #define HAVE_RAW_DECL_SETSTATE_R 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_RAW_DECL_UNSETENV 1
| #define GNULIB_TEST_STRERROR_R 1
| #define my_strftime nstrftime
| #define GNULIB_TEST_STRPTIME 1
| #define HAVE_STRVERSCMP 1
| #define GNULIB_TEST_STRVERSCMP 1
| #define HAVE_RAW_DECL_IOCTL 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_RAW_DECL_FCHMODAT 1
| #define HAVE_RAW_DECL_FSTATAT 1
| #define HAVE_RAW_DECL_FUTIMENS 1
| #define HAVE_RAW_DECL_LCHMOD 1
| #define HAVE_RAW_DECL_LSTAT 1
| #define HAVE_RAW_DECL_MKDIRAT 1
| #define HAVE_RAW_DECL_MKFIFO 1
| #define HAVE_RAW_DECL_MKFIFOAT 1
| #define HAVE_RAW_DECL_MKNOD 1
| #define HAVE_RAW_DECL_MKNODAT 1
| #define HAVE_RAW_DECL_STAT 1
| #define HAVE_RAW_DECL_UTIMENSAT 1
| #define HAVE_STRUCT_UTSNAME 1
| #define HAVE_RAW_DECL_UNAME 1
| #define HAVE_RAW_DECL_WAITPID 1
| #define GNULIB_TEST_TIME_R 1
| #define HAVE_UNAME 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_DUP3 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_EUIDACCESS 1
| #define HAVE_RAW_DECL_FACCESSAT 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FCHOWNAT 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_FTRUNCATE 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDOMAINNAME 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_GROUP_MEMBER 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| #define HAVE_RAW_DECL_LINKAT 1
| #define HAVE_RAW_DECL_LSEEK 1
| #define HAVE_RAW_DECL_PIPE 1
| #define HAVE_RAW_DECL_PIPE2 1
| #define HAVE_RAW_DECL_PREAD 1
| #define HAVE_RAW_DECL_PWRITE 1
| #define HAVE_RAW_DECL_READLINK 1
| #define HAVE_RAW_DECL_READLINKAT 1
| #define HAVE_RAW_DECL_RMDIR 1
| #define HAVE_RAW_DECL_SLEEP 1
| #define HAVE_RAW_DECL_SYMLINK 1
| #define HAVE_RAW_DECL_SYMLINKAT 1
| #define HAVE_RAW_DECL_TTYNAME_R 1
| #define HAVE_RAW_DECL_UNLINK 1
| #define HAVE_RAW_DECL_UNLINKAT 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 HAVE_RAW_DECL_WMEMCHR 1
| #define HAVE_RAW_DECL_WMEMCMP 1
| #define HAVE_RAW_DECL_WMEMCPY 1
| #define HAVE_RAW_DECL_WMEMMOVE 1
| #define HAVE_RAW_DECL_WMEMSET 1
| #define HAVE_RAW_DECL_WCSLEN 1
| #define HAVE_RAW_DECL_WCSNLEN 1
| #define HAVE_RAW_DECL_WCSCPY 1
| #define HAVE_RAW_DECL_WCPCPY 1
| #define HAVE_RAW_DECL_WCSNCPY 1
| #define HAVE_RAW_DECL_WCPNCPY 1
| #define HAVE_RAW_DECL_WCSCAT 1
| #define HAVE_RAW_DECL_WCSNCAT 1
| #define HAVE_RAW_DECL_WCSCMP 1
| #define HAVE_RAW_DECL_WCSNCMP 1
| #define HAVE_RAW_DECL_WCSCASECMP 1
| #define HAVE_RAW_DECL_WCSNCASECMP 1
| #define HAVE_RAW_DECL_WCSCOLL 1
| #define HAVE_RAW_DECL_WCSXFRM 1
| #define HAVE_RAW_DECL_WCSDUP 1
| #define HAVE_RAW_DECL_WCSCHR 1
| #define HAVE_RAW_DECL_WCSRCHR 1
| #define HAVE_RAW_DECL_WCSCSPN 1
| #define HAVE_RAW_DECL_WCSSPN 1
| #define HAVE_RAW_DECL_WCSPBRK 1
| #define HAVE_RAW_DECL_WCSSTR 1
| #define HAVE_RAW_DECL_WCSTOK 1
| #define HAVE_RAW_DECL_WCSWIDTH 1
| #define GNULIB_TEST_WCRTOMB 1
| #define HAVE_TOWLOWER 1
| #define HAVE_RAW_DECL_WCTYPE 1
| #define HAVE_RAW_DECL_ISWCTYPE 1
| #define HAVE_RAW_DECL_WCTRANS 1
| #define HAVE_RAW_DECL_TOWCTRANS 1
| #define HAVE_ICONV 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_SHM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_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 16
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE__JMP /**/
| #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_FLOCK 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_GETRESUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_GETRESGID 1
| #define HAVE_SETRESGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETCWD 1
| #define HAVE_UNAME 1
| #define HAVE_READDIR_R 1
| #define HAVE_RAND_R 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define SIZEOF_RLIM_T 8
| #define RLIMIT_RESOURCE_T enum __rlimit_resource
| #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_GETRUSAGE /**/
| #define RUSAGE_WHO_T int
| #define ELOOP_VALUE ELOOP
| #define HAVE_IOCTL 1
| #define IOCTL_REQUEST_T unsigned long
| #define IOCTL_DOTS /**/
| #define NEED_SYS_IOCTL_H /**/
| #define HAVE_FIONREAD /**/
| #define HAVE_RELIABLE_FIONREAD /**/
| #define HAVE_POLL 1
| #define HAVE_RELIABLE_POLL /**/
| #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_SYS_UN_H 1
| #define HAVE_IPV4 /**/
| #define HAVE_IPV6 /**/
| #define HAVE_SETSOCKOPT 1
| #define HAVE_GETSOCKOPT 1
| #define HAVE_NETINET_TCP_H 1
| #define SETSOCKOPT_CONST const
| #define SETSOCKOPT_ARG_T void*
| #define SETSOCKOPT_OPTLEN_T unsigned int
| #define CODE_ADDRESS_RANGE 0x0000000000000000UL
| #define MALLOC_ADDRESS_RANGE 0x0000000002000000UL
| #define SHLIB_ADDRESS_RANGE 0x00007F2823000000UL
| #define STACK_ADDRESS_RANGE 0x00007FFF41000000UL
| #define HAVE_MMAP /**/
| #define HAVE_MMAP_ANON /**/
| #define HAVE_MMAP_ANONYMOUS /**/
| #define HAVE_MMAP_DEVZERO /**/
| #define HAVE_MUNMAP 1
| #define HAVE_MSYNC 1
| #define HAVE_MPROTECT 1
| #define HAVE_WORKING_MPROTECT /**/
| #define HAVE_SHM /**/
| #define HAVE_SYS_SYSMACROS_H 1
| #define SHM_RMID_VALID /**/
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char dlopen ();
| int
| main ()
| {
| return dlopen ();
| ;
| return 0;
| }
configure:37863: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c -ldl /usr/lib64/libavcall.so /usr/lib64/libcallback.so >&5
conftest.c:448:0: warning: "HAVE_SYS_SELECT_H" redefined [enabled by default]
conftest.c:37:0: note: this is the location of the previous definition
conftest.c:456:0: warning: "HAVE_IPV4" redefined [enabled by default]
conftest.c:100:0: note: this is the location of the previous definition
conftest.c:457:0: warning: "HAVE_IPV6" redefined [enabled by default]
conftest.c:101:0: note: this is the location of the previous definition
configure:37863: $? = 0
configure:37880: result: -ldl
configure:37891: checking for dlopen
configure:37891: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c -ldl /usr/lib64/libavcall.so /usr/lib64/libcallback.so >&5
conftest.c:448:0: warning: "HAVE_SYS_SELECT_H" redefined [enabled by default]
conftest.c:37:0: note: this is the location of the previous definition
conftest.c:456:0: warning: "HAVE_IPV4" redefined [enabled by default]
conftest.c:100:0: note: this is the location of the previous definition
conftest.c:457:0: warning: "HAVE_IPV6" redefined [enabled by default]
conftest.c:101:0: note: this is the location of the previous definition
configure:37891: $? = 0
configure:37891: result: yes
configure:37891: checking for dlsym
configure:37891: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c -ldl /usr/lib64/libavcall.so /usr/lib64/libcallback.so >&5
conftest.c:448:0: warning: "HAVE_SYS_SELECT_H" redefined [enabled by default]
conftest.c:37:0: note: this is the location of the previous definition
conftest.c:456:0: warning: "HAVE_IPV4" redefined [enabled by default]
conftest.c:100:0: note: this is the location of the previous definition
conftest.c:457:0: warning: "HAVE_IPV6" redefined [enabled by default]
conftest.c:101:0: note: this is the location of the previous definition
configure:37891: $? = 0
configure:37891: result: yes
configure:37891: checking for dlvsym
configure:37891: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c -ldl /usr/lib64/libavcall.so /usr/lib64/libcallback.so >&5
conftest.c:448:0: warning: "HAVE_SYS_SELECT_H" redefined [enabled by default]
conftest.c:37:0: note: this is the location of the previous definition
conftest.c:456:0: warning: "HAVE_IPV4" redefined [enabled by default]
conftest.c:100:0: note: this is the location of the previous definition
conftest.c:457:0: warning: "HAVE_IPV6" redefined [enabled by default]
conftest.c:101:0: note: this is the location of the previous definition
configure:37891: $? = 0
configure:37891: result: yes
configure:37891: checking for dlerror
configure:37891: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c -ldl /usr/lib64/libavcall.so /usr/lib64/libcallback.so >&5
conftest.c:448:0: warning: "HAVE_SYS_SELECT_H" redefined [enabled by default]
conftest.c:37:0: note: this is the location of the previous definition
conftest.c:456:0: warning: "HAVE_IPV4" redefined [enabled by default]
conftest.c:100:0: note: this is the location of the previous definition
conftest.c:457:0: warning: "HAVE_IPV6" redefined [enabled by default]
conftest.c:101:0: note: this is the location of the previous definition
configure:37891: $? = 0
configure:37891: result: yes
configure:37891: checking for dlclose
configure:37891: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c -ldl /usr/lib64/libavcall.so /usr/lib64/libcallback.so >&5
conftest.c:448:0: warning: "HAVE_SYS_SELECT_H" redefined [enabled by default]
conftest.c:37:0: note: this is the location of the previous definition
conftest.c:456:0: warning: "HAVE_IPV4" redefined [enabled by default]
conftest.c:100:0: note: this is the location of the previous definition
conftest.c:457:0: warning: "HAVE_IPV6" redefined [enabled by default]
conftest.c:101:0: note: this is the location of the previous definition
configure:37891: $? = 0
configure:37891: result: yes
configure:37891: checking for dladdr
configure:37891: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c -ldl /usr/lib64/libavcall.so /usr/lib64/libcallback.so >&5
conftest.c:448:0: warning: "HAVE_SYS_SELECT_H" redefined [enabled by default]
conftest.c:37:0: note: this is the location of the previous definition
conftest.c:456:0: warning: "HAVE_IPV4" redefined [enabled by default]
conftest.c:100:0: note: this is the location of the previous definition
conftest.c:457:0: warning: "HAVE_IPV6" redefined [enabled by default]
conftest.c:101:0: note: this is the location of the previous definition
configure:37891: $? = 0
configure:37891: result: yes
configure:37903: checking for working fcntl.h
configure:38002: result: yes
configure:38024: ** checks for libraries(B
configure:38042: checking for library containing tgetent
configure:38073: gcc -o conftest -O2 -pipe -march=native -Wa,--noexecstack -I/usr/include/db4.8 -Wl,-O1 -Wl,--as-needed conftest.c -ldl /usr/lib64/libavcall.so /usr/lib64/libcallback.so >&5
conftest.c:448:0: warning: "HAVE_SYS_SELECT_H" redefined [enabled by default]
conftest.c:37:0: note: this is the location of the previous definition
conftest.c:456:0: warning: "HAVE_IPV4" redefined [enabled by default]
conftest.c:100:0: note: this is the location of the previous definition
conftest.c:457:0: warning: "HAVE_IPV6" redefined [enabled by default]
conftest.c:101:0: note: this is the location of the previous definition
/var/tmp/portage/dev-lisp/clisp-2.50_pre20130414/temp/ccQhus1q.o: In function `main':
conftest.c:(.text.startup+0x7): undefined reference to `tgetent'
collect2: error: ld returned 1 exit status
configure:38073: $? = 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.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 _DARWIN_C_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 HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MEMPCPY 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_ALARM 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_CATGETS 1
| #define HAVE_TZSET 1
| #define HAVE_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_MBSTATE_T 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_FFSLL 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_MEMPCPY 1
| #define HAVE_RAW_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_RAWMEMCHR 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRCHRNUL 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_STRCASESTR 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRERROR_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_RAW_DECL_STRVERSCMP 1
| #define HAVE_DECL_LOCALTIME_R 0
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WINT_T 1
| #define GNULIB_TEST_ACCEPT 1
| #define HAVE_ALLOCA 1
| #define HAVE_RAW_DECL_INET_NTOP 1
| #define HAVE_RAW_DECL_INET_PTON 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define GNULIB_TEST_CLOSE 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETHOSTNAME 1
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOADAVG 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define GNULIB_TEST_GETSOCKNAME 1
| #define GNULIB_TEST_GETSOCKOPT 1
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __x86_64__
| #define __x86_64__ 1
| #endif
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define HAVE_IOCTL 1
| #define GNULIB_TEST_IOCTL 1
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 0
| #define GNULIB_TEST_LISTEN 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC_GNU 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MBTOWC 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MKDTEMP 1
| #define GNULIB_TEST_MKDTEMP 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_TEST_MKNOD 1
| #define GNULIB_TEST_MKSTEMP 1
| #define GNULIB_TEST_MKTIME 1
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define GNULIB_TEST_SELECT 1
| #define GNULIB_TEST_SEND 1
| #define GNULIB_TEST_SENDTO 1
| #define GNULIB_TEST_SETENV 1
| #define GNULIB_TEST_SETSOCKOPT 1
| #define GNULIB_TEST_SHUTDOWN 1
| #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1
| #define HAVE_RAW_DECL_SIGACTION 1
| #define HAVE_RAW_DECL_SIGADDSET 1
| #define HAVE_RAW_DECL_SIGDELSET 1
| #define HAVE_RAW_DECL_SIGEMPTYSET 1
| #define HAVE_RAW_DECL_SIGFILLSET 1
| #define HAVE_RAW_DECL_SIGISMEMBER 1
| #define HAVE_RAW_DECL_SIGPENDING 1
| #define HAVE_RAW_DECL_SIGPROCMASK 1
| #define GNULIB_TEST_SOCKET 1
| #define GNULIB_TEST_STAT 1
| #define HAVE_RAW_DECL__EXIT 1
| #define HAVE_RAW_DECL_ATOLL 1
| #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
| #define HAVE_RAW_DECL_GETLOADAVG 1
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKDTEMP 1
| #define HAVE_RAW_DECL_MKOSTEMP 1
| #define HAVE_RAW_DECL_MKOSTEMPS 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_MKSTEMPS 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_RANDOM_R 1
| #define HAVE_RAW_DECL_SRANDOM_R 1
| #define HAVE_RAW_DECL_SETSTATE_R 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_RAW_DECL_UNSETENV 1
| #define GNULIB_TEST_STRERROR_R 1
| #define my_strftime nstrftime
| #define GNULIB_TEST_STRPTIME 1
| #define HAVE_STRVERSCMP 1
| #define GNULIB_TEST_STRVERSCMP 1
| #define HAVE_RAW_DECL_IOCTL 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_RAW_DECL_FCHMODAT 1
| #define HAVE_RAW_DECL_FSTATAT 1
| #define HAVE_RAW_DECL_FUTIMENS 1
| #define HAVE_RAW_DECL_LCHMOD 1
| #define HAVE_RAW_DECL_LSTAT 1
| #define HAVE_RAW_DECL_MKDIRAT 1
| #define HAVE_RAW_DECL_MKFIFO 1
| #define HAVE_RAW_DECL_MKFIFOAT 1
| #define HAVE_RAW_DECL_MKNOD 1
| #define HAVE_RAW_DECL_MKNODAT 1
| #define HAVE_RAW_DECL_STAT 1
| #define HAVE_RAW_DECL_UTIMENSAT 1
| #define HAVE_STRUCT_UTSNAME 1
| #define HAVE_RAW_DECL_UNAME 1
| #define HAVE_RAW_DECL_WAITPID 1
| #define GNULIB_TEST_TIME_R 1
| #define HAVE_UNAME 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_DUP3 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_EUIDACCESS 1
| #define HAVE_RAW_DECL_FACCESSAT 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FCHOWNAT 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_FTRUNCATE 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDOMAINNAME 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_GROUP_MEMBER 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| #define HAVE_RAW_DECL_LINKAT 1
| #define HAVE_RAW_DECL_LSEEK 1
| #define HAVE_RAW_DECL_PIPE 1
| #define HAVE_RAW_DECL_PIPE2 1
| #define HAVE_RAW_DECL_PREAD 1
| #define HAVE_RAW_DECL_PWRITE 1
| #define HAVE_RAW_DECL_READLINK 1
| #define HAVE_RAW_DECL_READLINKAT 1
| #define HAVE_RAW_DECL_RMDIR 1
| #define HAVE_RAW_DECL_SLEEP 1
| #define HAVE_RAW_DECL_SYMLINK 1
| #define HAVE_RAW_DECL_SYMLINKAT 1
| #define HAVE_RAW_DECL_TTYNAME_R 1
| #define HAVE_RAW_DECL_UNLINK 1
| #define HAVE_RAW_DECL_UNLINKAT 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 HAVE_RAW_DECL_WMEMCHR 1
| #define HAVE_RAW_DECL_WMEMCMP 1
| #define HAVE_RAW_DECL_WMEMCPY 1
| #define HAVE_RAW_DECL_WMEMMOVE 1
| #define HAVE_RAW_DECL_WMEMSET 1
| #define HAVE_RAW_DECL_WCSLEN 1
| #define HAVE_RAW_DECL_WCSNLEN 1
| #define HAVE_RAW_DECL_WCSCPY 1
| #define HAVE_RAW_DECL_WCPCPY 1
| #define HAVE_RAW_DECL_WCSNCPY 1
| #define HAVE_RAW_DECL_WCPNCPY 1
| #define HAVE_RAW_DECL_WCSCAT 1
| #define HAVE_RAW_DECL_WCSNCAT 1
| #define HAVE_RAW_DECL_WCSCMP 1
| #define HAVE_RAW_DECL_WCSNCMP 1
| #define HAVE_RAW_DECL_WCSCASECMP 1
| #define HAVE_RAW_DECL_WCSNCASECMP 1
| #define HAVE_RAW_DECL_WCSCOLL 1
| #define HAVE_RAW_DECL_WCSXFRM 1
| #define HAVE_RAW_DECL_WCSDUP 1
| #define HAVE_RAW_DECL_WCSCHR 1
| #define HAVE_RAW_DECL_WCSRCHR 1
| #define HAVE_RAW_DECL_WCSCSPN 1
| #define HAVE_RAW_DECL_WCSSPN 1
| #define HAVE_RAW_DECL_WCSPBRK 1
| #define HAVE_RAW_DECL_WCSSTR 1
| #define HAVE_RAW_DECL_WCSTOK 1
| #define HAVE_RAW_DECL_WCSWIDTH 1
| #define GNULIB_TEST_WCRTOMB 1
| #define HAVE_TOWLOWER 1
| #define HAVE_RAW_DECL_WCTYPE 1
| #define HAVE_RAW_DECL_ISWCTYPE 1
| #define HAVE_RAW_DECL_WCTRANS 1
| #define HAVE_RAW_DECL_TOWCTRANS 1
| #define HAVE_ICONV 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_SHM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_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 16
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE__JMP /**/
| #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_FLOCK 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_GETRESUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_GETRESGID 1
| #define HAVE_SETRESGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETCWD 1
| #define HAVE_UNAME 1
| #define HAVE_READDIR_R 1
| #define HAVE_RAND_R 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define SIZEOF_RLIM_T 8
| #define RLIMIT_RESOURCE_T enum __rlimit_resource
| #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_GETRUSAGE /**/
| #define RUSAGE_WHO_T int
| #define ELOOP_VALUE ELOOP
| #define HAVE_IOCTL 1
| #define IOCTL_REQUEST_T unsigned long
| #define IOCTL_DOTS /**/
| #define NEED_SYS_IOCTL_H /**/
| #define HAVE_FIONREAD /**/
| #define HAVE_RELIABLE_FIONREAD /**/
| #define HAVE_POLL 1
| #define HAVE_RELIABLE_POLL /**/
| #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_SYS_UN_H 1
| #define HAVE_IPV4 /**/
| #define HAVE_IPV6 /**/
| #define HAVE_SETSOCKOPT 1
| #define HAVE_GETSOCKOPT 1
| #define HAVE_NETINET_TCP_H 1
| #define SETSOCKOPT_CONST const
| #define SETSOCKOPT_ARG_T void*
| #define SETSOCKOPT_OPTLEN_T unsigned int
| #define CODE_ADDRESS_RANGE 0x0000000000000000UL
| #define MALLOC_ADDRESS_RANGE 0x0000000002000000UL
| #define SHLIB_ADDRESS_RANGE 0x00007F2823000000UL
| #define STACK_ADDRESS_RANGE 0x00007FFF41000000UL
| #define HAVE_MMAP /**/
| #define HAVE_MMAP_ANON /**/
| #define HAVE_MMAP_ANONYMOUS /**/
| #define HAVE_MMAP_DEVZERO /**/
| #define HAVE_MUNMAP 1
| #define HAVE_MSYNC 1
| #define HAVE_MPROTECT 1
| #define HAVE_WORKING_MPROTECT /**/
| #define HAVE_SHM /**/
| #define HAVE_SYS_SYSMACROS_H 1
| #define SHM_RMID_VALID /**/
| #define HAVE_DLFCN_H 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLSYM 1
| #define HAVE_DLVSYM 1
| #define HAVE_DLERROR 1
| #define HAVE_DLCLOSE 1
| #define HAVE_DLADDR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment