From e8ec7aa8e38a93f5b034ac74cebce5de23710317 Mon Sep 17 00:00:00 2001 From: hongbotian Date: Mon, 30 Nov 2015 01:45:08 -0500 Subject: upload http JIRA: BOTTLENECK-10 Change-Id: I7598427ff904df438ce77c2819ee48ac75ffa8da Signed-off-by: hongbotian --- rubbos/app/httpd-2.0.64/srclib/apr/config.log | 12911 ++++++++++++++++++++++++ 1 file changed, 12911 insertions(+) create mode 100644 rubbos/app/httpd-2.0.64/srclib/apr/config.log (limited to 'rubbos/app/httpd-2.0.64/srclib/apr/config.log') diff --git a/rubbos/app/httpd-2.0.64/srclib/apr/config.log b/rubbos/app/httpd-2.0.64/srclib/apr/config.log new file mode 100644 index 00000000..ab60c1ba --- /dev/null +++ b/rubbos/app/httpd-2.0.64/srclib/apr/config.log @@ -0,0 +1,12911 @@ +This file contains any messages produced by compilers while +running configure, to aid debugging if configure makes a mistake. + +It was created by configure, which was +generated by GNU Autoconf 2.63. Invocation command line was + + $ /bottlenecks/rubbos/app/httpd-2.0.64/srclib/apr/configure --disable-option-checking --prefix=/bottlenecks/rubbos/app/apache2 --enable-module=so --enable-so --with-mpm=worker --cache-file=/dev/null --srcdir=/bottlenecks/rubbos/app/httpd-2.0.64/srclib/apr --prefix=/bottlenecks/rubbos/app/apache2 --exec-prefix=/bottlenecks/rubbos/app/apache2 --libdir=${prefix}/lib --includedir=/bottlenecks/rubbos/app/apache2/include --bindir=${prefix}/bin --datadir=/bottlenecks/rubbos/app/apache2 --with-installbuilddir=${prefix}/build + +## --------- ## +## Platform. ## +## --------- ## + +hostname = ubuntu +uname -m = x86_64 +uname -r = 3.16.0-30-generic +uname -s = Linux +uname -v = #40~14.04.1-Ubuntu SMP Thu Jan 15 17:43:14 UTC 2015 + +/usr/bin/uname -p = unknown +/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: /bottlenecks/rubbos/app/jdk1.6.0_27/bin +PATH: /bin/unix +PATH: /bottlenecks/rubbos/app/apache-ant-1.6.5/bin +PATH: /bottlenecks/rubbos/app/apache-tomcat-5.5.17/bin +PATH: /usr/local/sbin +PATH: /usr/local/bin +PATH: /usr/sbin +PATH: /usr/bin +PATH: /sbin +PATH: /bin +PATH: /usr/games +PATH: /usr/local/games + + +## ----------- ## +## Core tests. ## +## ----------- ## + +configure:2931: checking build system type +configure:2949: result: x86_64-unknown-linux-gnu +configure:2971: checking host system type +configure:2986: result: x86_64-unknown-linux-gnu +configure:3008: checking target system type +configure:3023: result: x86_64-unknown-linux-gnu +configure:3087: checking for working mkdir -p +configure:3103: result: yes +configure:3188: checking for chosen layout +configure:3190: result: apr +configure:3457: checking for gcc +configure:3473: found /usr/bin/gcc +configure:3484: result: gcc +configure:3716: checking for C compiler version +configure:3724: gcc --version >&5 +gcc (Ubuntu 4.8.4-2ubuntu1~14.04) 4.8.4 +Copyright (C) 2013 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:3728: $? = 0 +configure:3735: gcc -v >&5 +Using built-in specs. +COLLECT_GCC=gcc +COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper +Target: x86_64-linux-gnu +Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.8.4-2ubuntu1~14.04' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu +Thread model: posix +gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04) +configure:3739: $? = 0 +configure:3746: gcc -V >&5 +gcc: error: unrecognized command line option '-V' +gcc: fatal error: no input files +compilation terminated. +configure:3750: $? = 4 +configure:3773: checking for C compiler default output file name +configure:3795: gcc conftest.c >&5 +configure:3799: $? = 0 +configure:3837: result: a.out +configure:3856: checking whether the C compiler works +configure:3866: ./a.out +configure:3870: $? = 0 +configure:3889: result: yes +configure:3896: checking whether we are cross compiling +configure:3898: result: no +configure:3901: checking for suffix of executables +configure:3908: gcc -o conftest conftest.c >&5 +configure:3912: $? = 0 +configure:3938: result: +configure:3944: checking for suffix of object files +configure:3970: gcc -c conftest.c >&5 +configure:3974: $? = 0 +configure:3999: result: o +configure:4003: checking whether we are using the GNU C compiler +configure:4032: gcc -c conftest.c >&5 +configure:4039: $? = 0 +configure:4056: result: yes +configure:4065: checking whether gcc accepts -g +configure:4095: gcc -c -g conftest.c >&5 +configure:4102: $? = 0 +configure:4203: result: yes +configure:4220: checking for gcc option to accept ISO C89 +configure:4294: gcc -c -g -O2 conftest.c >&5 +configure:4301: $? = 0 +configure:4324: result: none needed +configure:7489: checking whether make sets $(MAKE) +configure:7511: result: yes +configure:7525: checking how to run the C preprocessor +configure:7565: gcc -E -D_REENTRANT -D_GNU_SOURCE conftest.c +configure:7572: $? = 0 +configure:7603: gcc -E -D_REENTRANT -D_GNU_SOURCE conftest.c +conftest.c:8:28: fatal error: ac_nonexistent.h: No such file or directory + #include + ^ +compilation terminated. +configure:7610: $? = 1 +configure: failed program was: +| /* confdefs.h. */ +| #define PACKAGE_NAME "" +| #define PACKAGE_TARNAME "" +| #define PACKAGE_VERSION "" +| #define PACKAGE_STRING "" +| #define PACKAGE_BUGREPORT "" +| /* end confdefs.h. */ +| #include +configure:7643: result: gcc -E +configure:7672: gcc -E -D_REENTRANT -D_GNU_SOURCE conftest.c +configure:7679: $? = 0 +configure:7710: gcc -E -D_REENTRANT -D_GNU_SOURCE conftest.c +conftest.c:8:28: fatal error: ac_nonexistent.h: No such file or directory + #include + ^ +compilation terminated. +configure:7717: $? = 1 +configure: failed program was: +| /* confdefs.h. */ +| #define PACKAGE_NAME "" +| #define PACKAGE_TARNAME "" +| #define PACKAGE_VERSION "" +| #define PACKAGE_STRING "" +| #define PACKAGE_BUGREPORT "" +| /* end confdefs.h. */ +| #include +configure:7760: checking for gawk +configure:7776: found /usr/bin/gawk +configure:7787: result: gawk +configure:7798: checking whether ln -s works +configure:7802: result: yes +configure:7852: checking for ranlib +configure:7868: found /usr/bin/ranlib +configure:7879: result: ranlib +configure:7915: checking for a BSD-compatible install +configure:7983: result: /usr/bin/install -c +configure:7996: checking for rm +configure:8012: found /bin/rm +configure:8023: result: rm +configure:8033: checking for as +configure:8049: found /usr/bin/as +configure:8060: result: as +configure:8070: checking for cpp +configure:8086: found /usr/bin/cpp +configure:8097: result: cpp +configure:8148: checking for ar +configure:8164: found /usr/bin/ar +configure:8175: result: ar +configure:8201: checking for grep that handles long lines and -e +configure:8261: result: /bin/grep +configure:8266: checking for egrep +configure:8330: result: /bin/grep -E +configure:8335: checking for ANSI C header files +configure:8365: gcc -c -g -O2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 +configure:8372: $? = 0 +configure:8471: gcc -o conftest -g -O2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 +configure:8475: $? = 0 +configure:8481: ./conftest +configure:8485: $? = 0 +configure:8503: result: yes +configure:8527: checking for sys/types.h +configure:8548: gcc -c -g -O2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 +configure:8555: $? = 0 +configure:8572: result: yes +configure:8527: checking for sys/stat.h +configure:8548: gcc -c -g -O2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 +configure:8555: $? = 0 +configure:8572: result: yes +configure:8527: checking for stdlib.h +configure:8548: gcc -c -g -O2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 +configure:8555: $? = 0 +configure:8572: result: yes +configure:8527: checking for string.h +configure:8548: gcc -c -g -O2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 +configure:8555: $? = 0 +configure:8572: result: yes +configure:8527: checking for memory.h +configure:8548: gcc -c -g -O2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 +configure:8555: $? = 0 +configure:8572: result: yes +configure:8527: checking for strings.h +configure:8548: gcc -c -g -O2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 +configure:8555: $? = 0 +configure:8572: result: yes +configure:8527: checking for inttypes.h +configure:8548: gcc -c -g -O2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 +configure:8555: $? = 0 +configure:8572: result: yes +configure:8527: checking for stdint.h +configure:8548: gcc -c -g -O2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 +configure:8555: $? = 0 +configure:8572: result: yes +configure:8527: checking for unistd.h +configure:8548: gcc -c -g -O2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 +configure:8555: $? = 0 +configure:8572: result: yes +configure:8597: checking minix/config.h usability +configure:8614: gcc -c -g -O2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 +conftest.c:51:26: fatal error: minix/config.h: No such file or directory + #include + ^ +compilation terminated. +configure:8621: $? = 1 +configure: failed program was: +| /* confdefs.h. */ +| #define PACKAGE_NAME "" +| #define PACKAGE_TARNAME "" +| #define PACKAGE_VERSION "" +| #define PACKAGE_STRING "" +| #define PACKAGE_BUGREPORT "" +| #define STDC_HEADERS 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define 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 +| #ifdef HAVE_SYS_TYPES_H +| # include +| #endif +| #ifdef HAVE_SYS_STAT_H +| # include +| #endif +| #ifdef STDC_HEADERS +| # include +| # include +| #else +| # ifdef HAVE_STDLIB_H +| # include +| # endif +| #endif +| #ifdef HAVE_STRING_H +| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H +| # include +| # endif +| # include +| #endif +| #ifdef HAVE_STRINGS_H +| # include +| #endif +| #ifdef HAVE_INTTYPES_H +| # include +| #endif +| #ifdef HAVE_STDINT_H +| # include +| #endif +| #ifdef HAVE_UNISTD_H +| # include +| #endif +| #include +configure:8635: result: no +configure:8639: checking minix/config.h presence +configure:8654: gcc -E -D_REENTRANT -D_GNU_SOURCE conftest.c +conftest.c:18:26: fatal error: minix/config.h: No such file or directory + #include + ^ +compilation terminated. +configure:8661: $? = 1 +configure: failed program was: +| /* confdefs.h. */ +| #define PACKAGE_NAME "" +| #define PACKAGE_TARNAME "" +| #define PACKAGE_VERSION "" +| #define PACKAGE_STRING "" +| #define PACKAGE_BUGREPORT "" +| #define STDC_HEADERS 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define 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 +configure:8675: result: no +configure:8703: checking for minix/config.h +configure:8710: result: no +configure:8741: checking whether it is safe to define __EXTENSIONS__ +configure:8769: gcc -c -g -O2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 +configure:8776: $? = 0 +configure:8791: result: yes +configure:8817: checking for library containing strerror +configure:8858: gcc -o conftest -g -O2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 +configure:8865: $? = 0 +configure:8896: result: none required +configure:8905: checking whether system uses EBCDIC +configure:8934: gcc -o conftest -g -O2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 +configure:8938: $? = 0 +configure:8944: ./conftest +configure:8948: $? = 1 +configure: program exited with status 1 +configure: failed program was: +| /* confdefs.h. */ +| #define PACKAGE_NAME "" +| #define PACKAGE_TARNAME "" +| #define PACKAGE_VERSION "" +| #define PACKAGE_STRING "" +| #define PACKAGE_BUGREPORT "" +| #define STDC_HEADERS 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_INTTYPES_H 1 +| #define HAVE_STDINT_H 1 +| #define HAVE_UNISTD_H 1 +| #define __EXTENSIONS__ 1 +| #define _ALL_SOURCE 1 +| #define _GNU_SOURCE 1 +| #define _POSIX_PTHREAD_SEMANTICS 1 +| #define _TANDEM_SOURCE 1 +| /* end confdefs.h. */ +| +| int main(void) { +| return (unsigned char)'A' != (unsigned char)0xC1; +| } +| +configure:8969: result: no +configure:9087: checking for a sed that does not truncate output +configure:9143: result: /bin/sed +configure:9157: checking for ld used by gcc +configure:9224: result: /usr/bin/ld +configure:9233: checking if the linker (/usr/bin/ld) is GNU ld +configure:9248: result: yes +configure:9253: checking for /usr/bin/ld option to reload object files +configure:9260: result: -r +configure:9278: checking for BSD-compatible nm +configure:9327: result: /usr/bin/nm -B +configure:9331: checking how to recognize dependent libraries +configure:9517: result: pass_all +configure:9605: gcc -c -g -O2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 +configure:9608: $? = 0 +configure:9777: checking dlfcn.h usability +configure:9794: gcc -c -g -O2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 +configure:9801: $? = 0 +configure:9815: result: yes +configure:9819: checking dlfcn.h presence +configure:9834: gcc -E -D_REENTRANT -D_GNU_SOURCE conftest.c +configure:9841: $? = 0 +configure:9855: result: yes +configure:9883: checking for dlfcn.h +configure:9892: result: yes +configure:9965: checking for g++ +configure:9981: found /usr/bin/g++ +configure:9992: result: g++ +configure:10019: checking for C++ compiler version +configure:10027: g++ --version >&5 +g++ (Ubuntu 4.8.4-2ubuntu1~14.04) 4.8.4 +Copyright (C) 2013 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:10031: $? = 0 +configure:10038: g++ -v >&5 +Using built-in specs. +COLLECT_GCC=g++ +COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper +Target: x86_64-linux-gnu +Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.8.4-2ubuntu1~14.04' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu +Thread model: posix +gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04) +configure:10042: $? = 0 +configure:10049: g++ -V >&5 +g++: error: unrecognized command line option '-V' +g++: fatal error: no input files +compilation terminated. +configure:10053: $? = 4 +configure:10056: checking whether we are using the GNU C++ compiler +configure:10085: g++ -c -D_REENTRANT -D_GNU_SOURCE conftest.cpp >&5 +configure:10092: $? = 0 +configure:10109: result: yes +configure:10118: checking whether g++ accepts -g +configure:10148: g++ -c -g -D_REENTRANT -D_GNU_SOURCE conftest.cpp >&5 +configure:10155: $? = 0 +configure:10256: result: yes +configure:10289: checking how to run the C++ preprocessor +configure:10325: g++ -E -D_REENTRANT -D_GNU_SOURCE conftest.cpp +configure:10332: $? = 0 +configure:10363: g++ -E -D_REENTRANT -D_GNU_SOURCE conftest.cpp +conftest.cpp:24:28: fatal error: ac_nonexistent.h: No such file or directory + #include + ^ +compilation terminated. +configure:10370: $? = 1 +configure: failed program was: +| /* confdefs.h. */ +| #define PACKAGE_NAME "" +| #define PACKAGE_TARNAME "" +| #define PACKAGE_VERSION "" +| #define PACKAGE_STRING "" +| #define PACKAGE_BUGREPORT "" +| #define STDC_HEADERS 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_INTTYPES_H 1 +| #define HAVE_STDINT_H 1 +| #define HAVE_UNISTD_H 1 +| #define __EXTENSIONS__ 1 +| #define _ALL_SOURCE 1 +| #define _GNU_SOURCE 1 +| #define _POSIX_PTHREAD_SEMANTICS 1 +| #define _TANDEM_SOURCE 1 +| #define HAVE_DLFCN_H 1 +| /* end confdefs.h. */ +| #include +configure:10403: result: g++ -E +configure:10432: g++ -E -D_REENTRANT -D_GNU_SOURCE conftest.cpp +configure:10439: $? = 0 +configure:10470: g++ -E -D_REENTRANT -D_GNU_SOURCE conftest.cpp +conftest.cpp:24:28: fatal error: ac_nonexistent.h: No such file or directory + #include + ^ +compilation terminated. +configure:10477: $? = 1 +configure: failed program was: +| /* confdefs.h. */ +| #define PACKAGE_NAME "" +| #define PACKAGE_TARNAME "" +| #define PACKAGE_VERSION "" +| #define PACKAGE_STRING "" +| #define PACKAGE_BUGREPORT "" +| #define STDC_HEADERS 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_INTTYPES_H 1 +| #define HAVE_STDINT_H 1 +| #define HAVE_UNISTD_H 1 +| #define __EXTENSIONS__ 1 +| #define _ALL_SOURCE 1 +| #define _GNU_SOURCE 1 +| #define _POSIX_PTHREAD_SEMANTICS 1 +| #define _TANDEM_SOURCE 1 +| #define HAVE_DLFCN_H 1 +| /* end confdefs.h. */ +| #include +configure:10572: checking for g77 +configure:10602: result: no +configure:10572: checking for xlf +configure:10602: result: no +configure:10572: checking for f77 +configure:10602: result: no +configure:10572: checking for frt +configure:10602: result: no +configure:10572: checking for pgf77 +configure:10602: result: no +configure:10572: checking for cf77 +configure:10602: result: no +configure:10572: checking for fort77 +configure:10602: result: no +configure:10572: checking for fl32 +configure:10602: result: no +configure:10572: checking for af77 +configure:10602: result: no +configure:10572: checking for xlf90 +configure:10602: result: no +configure:10572: checking for f90 +configure:10602: result: no +configure:10572: checking for pgf90 +configure:10602: result: no +configure:10572: checking for pghpf +configure:10602: result: no +configure:10572: checking for epcf90 +configure:10602: result: no +configure:10572: checking for gfortran +configure:10602: result: no +configure:10572: checking for g95 +configure:10602: result: no +configure:10572: checking for xlf95 +configure:10602: result: no +configure:10572: checking for f95 +configure:10602: result: no +configure:10572: checking for fort +configure:10602: result: no +configure:10572: checking for ifort +configure:10602: result: no +configure:10572: checking for ifc +configure:10602: result: no +configure:10572: checking for efc +configure:10602: result: no +configure:10572: checking for pgf95 +configure:10602: result: no +configure:10572: checking for lf95 +configure:10602: result: no +configure:10572: checking for ftn +configure:10602: result: no +configure:10625: checking for Fortran 77 compiler version +configure:10633: --version >&5 +/bottlenecks/rubbos/app/httpd-2.0.64/srclib/apr/configure: line 10635: --version: command not found +configure:10637: $? = 127 +configure:10644: -v >&5 +/bottlenecks/rubbos/app/httpd-2.0.64/srclib/apr/configure: line 10646: -v: command not found +configure:10648: $? = 127 +configure:10655: -V >&5 +/bottlenecks/rubbos/app/httpd-2.0.64/srclib/apr/configure: line 10657: -V: command not found +configure:10659: $? = 127 +configure:10667: checking whether we are using the GNU Fortran 77 compiler +configure:10686: -c conftest.F >&5 +/bottlenecks/rubbos/app/httpd-2.0.64/srclib/apr/configure: line 10688: -c: command not found +configure:10693: $? = 127 +configure: failed program was: +| program main +| #ifndef __GNUC__ +| choke me +| #endif +| +| end +configure:10710: result: no +configure:10716: checking whether accepts -g +configure:10733: -c -g conftest.f >&5 +/bottlenecks/rubbos/app/httpd-2.0.64/srclib/apr/configure: line 10735: -c: command not found +configure:10740: $? = 127 +configure: failed program was: +| program main +| +| end +configure:10756: result: no +configure:10789: checking the maximum length of command line arguments +configure:10901: result: 1572864 +configure:10913: checking command to parse /usr/bin/nm -B output from gcc object +configure:11018: gcc -c -g -O2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 +configure:11021: $? = 0 +configure:11025: /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:11028: $? = 0 +configure:11080: gcc -o conftest -g -O2 -D_REENTRANT -D_GNU_SOURCE conftest.c conftstm.o >&5 +configure:11083: $? = 0 +configure:11121: result: ok +configure:11125: checking for objdir +configure:11140: result: .libs +configure:11232: checking for ar +configure:11259: result: ar +configure:11324: checking for ranlib +configure:11351: result: ranlib +configure:11416: checking for strip +configure:11432: found /usr/bin/strip +configure:11443: result: strip +configure:12037: checking if gcc supports -fno-rtti -fno-exceptions +configure:12055: gcc -c -g -O2 -D_REENTRANT -D_GNU_SOURCE -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:12059: $? = 0 +configure:12072: result: no +configure:12087: checking for gcc option to produce PIC +configure:12319: result: -fPIC +configure:12327: checking if gcc PIC flag -fPIC works +configure:12345: gcc -c -g -O2 -D_REENTRANT -D_GNU_SOURCE -fPIC -DPIC conftest.c >&5 +configure:12349: $? = 0 +configure:12362: result: yes +configure:12390: checking if gcc static flag -static works +configure:12418: result: yes +configure:12428: checking if gcc supports -c -o file.o +configure:12449: gcc -c -g -O2 -D_REENTRANT -D_GNU_SOURCE -o out/conftest2.o conftest.c >&5 +configure:12453: $? = 0 +configure:12475: result: yes +configure:12501: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries +configure:13489: result: yes +configure:13510: checking whether -lc should be explicitly linked in +configure:13515: gcc -c -g -O2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 +configure:13518: $? = 0 +configure:13533: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1 +configure:13536: $? = 0 +configure:13548: result: no +configure:13556: checking dynamic linker characteristics +configure:14160: result: GNU/Linux ld.so +configure:14184: checking how to hardcode library paths into programs +configure:14209: result: immediate +configure:14223: checking whether stripping libraries is possible +configure:14228: result: yes +configure:15058: checking if libtool supports shared libraries +configure:15060: result: yes +configure:15063: checking whether to build shared libraries +configure:15084: result: yes +configure:15087: checking whether to build static libraries +configure:15091: result: yes +configure:15185: creating libtool +configure:15778: checking for ld used by g++ +configure:15845: result: /usr/bin/ld -m elf_x86_64 +configure:15854: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld +configure:15869: result: yes +configure:15920: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries +configure:16874: result: yes +configure:16895: g++ -c -g -O2 -D_REENTRANT -D_GNU_SOURCE conftest.cpp >&5 +configure:16898: $? = 0 +configure:17054: checking for g++ option to produce PIC +configure:17338: result: -fPIC +configure:17346: checking if g++ PIC flag -fPIC works +configure:17364: g++ -c -g -O2 -D_REENTRANT -D_GNU_SOURCE -fPIC -DPIC conftest.cpp >&5 +configure:17368: $? = 0 +configure:17381: result: yes +configure:17409: checking if g++ static flag -static works +configure:17437: result: yes +configure:17447: checking if g++ supports -c -o file.o +configure:17468: g++ -c -g -O2 -D_REENTRANT -D_GNU_SOURCE -o out/conftest2.o conftest.cpp >&5 +configure:17472: $? = 0 +configure:17494: result: yes +configure:17520: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries +configure:17546: result: yes +configure:17613: checking dynamic linker characteristics +configure:18165: result: GNU/Linux ld.so +configure:18189: checking how to hardcode library paths into programs +configure:18214: result: immediate +configure:25518: checking for res_init in -lresolv +configure:25553: gcc -o conftest -g -O2 -D_REENTRANT -D_GNU_SOURCE conftest.c -lresolv >&5 +/tmp/cc8dGFK1.o: In function `main': +/bottlenecks/rubbos/app/httpd-2.0.64/srclib/apr/conftest.c:35: undefined reference to `res_init' +collect2: error: ld returned 1 exit status +configure:25560: $? = 1 +configure: failed program was: +| /* confdefs.h. */ +| #define PACKAGE_NAME "" +| #define PACKAGE_TARNAME "" +| #define PACKAGE_VERSION "" +| #define PACKAGE_STRING "" +| #define PACKAGE_BUGREPORT "" +| #define STDC_HEADERS 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_INTTYPES_H 1 +| #define HAVE_STDINT_H 1 +| #define HAVE_UNISTD_H 1 +| #define __EXTENSIONS__ 1 +| #define _ALL_SOURCE 1 +| #define _GNU_SOURCE 1 +| #define _POSIX_PTHREAD_SEMANTICS 1 +| #define _TANDEM_SOURCE 1 +| #define HAVE_DLFCN_H 1 +| /* 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 res_init (); +| int +| main () +| { +| return res_init (); +| ; +| return 0; +| } +configure:25581: result: no +configure:25593: checking for gethostbyname in -lnsl +configure:25628: gcc -o conftest -g -O2 -D_REENTRANT -D_GNU_SOURCE conftest.c -lnsl >&5 +configure:25635: $? = 0 +configure:25656: result: yes +configure:25667: checking for library containing gethostname +configure:25708: gcc -o conftest -g -O2 -D_REENTRANT -D_GNU_SOURCE conftest.c -lnsl >&5 +configure:25715: $? = 0 +configure:25746: result: none required +configure:25755: checking for socket in -lsocket +configure:25790: gcc -o conftest -g -O2 -D_REENTRANT -D_GNU_SOURCE conftest.c -lsocket -lnsl >&5 +/usr/bin/ld: cannot find -lsocket +collect2: error: ld returned 1 exit status +configure:25797: $? = 1 +configure: failed program was: +| /* confdefs.h. */ +| #define PACKAGE_NAME "" +| #define PACKAGE_TARNAME "" +| #define PACKAGE_VERSION "" +| #define PACKAGE_STRING "" +| #define PACKAGE_BUGREPORT "" +| #define STDC_HEADERS 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_INTTYPES_H 1 +| #define HAVE_STDINT_H 1 +| #define HAVE_UNISTD_H 1 +| #define __EXTENSIONS__ 1 +| #define _ALL_SOURCE 1 +| #define _GNU_SOURCE 1 +| #define _POSIX_PTHREAD_SEMANTICS 1 +| #define _TANDEM_SOURCE 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_LIBNSL 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 socket (); +| int +| main () +| { +| return socket (); +| ; +| return 0; +| } +configure:25818: result: no +configure:25829: checking for library containing crypt +configure:25870: gcc -o conftest -g -O2 -D_REENTRANT -D_GNU_SOURCE conftest.c -lnsl >&5 +/tmp/ccTRafjf.o: In function `main': +/bottlenecks/rubbos/app/httpd-2.0.64/srclib/apr/conftest.c:36: undefined reference to `crypt' +collect2: error: ld returned 1 exit status +configure:25877: $? = 1 +configure: failed program was: +| /* confdefs.h. */ +| #define PACKAGE_NAME "" +| #define PACKAGE_TARNAME "" +| #define PACKAGE_VERSION "" +| #define PACKAGE_STRING "" +| #define PACKAGE_BUGREPORT "" +| #define STDC_HEADERS 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_INTTYPES_H 1 +| #define HAVE_STDINT_H 1 +| #define HAVE_UNISTD_H 1 +| #define __EXTENSIONS__ 1 +| #define _ALL_SOURCE 1 +| #define _GNU_SOURCE 1 +| #define _POSIX_PTHREAD_SEMANTICS 1 +| #define _TANDEM_SOURCE 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_LIBNSL 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 crypt (); +| int +| main () +| { +| return crypt (); +| ; +| return 0; +| } +configure:25870: gcc -o conftest -g -O2 -D_REENTRANT -D_GNU_SOURCE conftest.c -lcrypt -lnsl >&5 +configure:25877: $? = 0 +configure:25908: result: -lcrypt +configure:25917: checking for main in -ltruerand +configure:25946: gcc -o conftest -g -O2 -D_REENTRANT -D_GNU_SOURCE conftest.c -ltruerand -lcrypt -lnsl >&5 +/usr/bin/ld: cannot find -ltruerand +collect2: error: ld returned 1 exit status +configure:25953: $? = 1 +configure: failed program was: +| /* confdefs.h. */ +| #define PACKAGE_NAME "" +| #define PACKAGE_TARNAME "" +| #define PACKAGE_VERSION "" +| #define PACKAGE_STRING "" +| #define PACKAGE_BUGREPORT "" +| #define STDC_HEADERS 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_INTTYPES_H 1 +| #define HAVE_STDINT_H 1 +| #define HAVE_UNISTD_H 1 +| #define __EXTENSIONS__ 1 +| #define _ALL_SOURCE 1 +| #define _GNU_SOURCE 1 +| #define _POSIX_PTHREAD_SEMANTICS 1 +| #define _TANDEM_SOURCE 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_LIBNSL 1 +| /* end confdefs.h. */ +| +| +| int +| main () +| { +| return main (); +| ; +| return 0; +| } +configure:25974: result: no +configure:25985: checking for library containing modf +configure:26026: gcc -o conftest -g -O2 -D_REENTRANT -D_GNU_SOURCE conftest.c -lcrypt -lnsl >&5 +conftest.c:32:6: warning: conflicting types for built-in function 'modf' [enabled by default] + char modf (); + ^ +configure:26033: $? = 0 +configure:26064: result: none required +configure:26072: checking for library containing sqrt +configure:26113: gcc -o conftest -g -O2 -D_REENTRANT -D_GNU_SOURCE conftest.c -lcrypt -lnsl >&5 +conftest.c:32:6: warning: conflicting types for built-in function 'sqrt' [enabled by default] + char sqrt (); + ^ +/tmp/cciET2lf.o: In function `main': +/bottlenecks/rubbos/app/httpd-2.0.64/srclib/apr/conftest.c:36: undefined reference to `sqrt' +collect2: error: ld returned 1 exit status +configure:26120: $? = 1 +configure: failed program was: +| /* confdefs.h. */ +| #define PACKAGE_NAME "" +| #define PACKAGE_TARNAME "" +| #define PACKAGE_VERSION "" +| #define PACKAGE_STRING "" +| #define PACKAGE_BUGREPORT "" +| #define STDC_HEADERS 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_INTTYPES_H 1 +| #define HAVE_STDINT_H 1 +| #define HAVE_UNISTD_H 1 +| #define __EXTENSIONS__ 1 +| #define _ALL_SOURCE 1 +| #define _GNU_SOURCE 1 +| #define _POSIX_PTHREAD_SEMANTICS 1 +| #define _TANDEM_SOURCE 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_LIBNSL 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 sqrt (); +| int +| main () +| { +| return sqrt (); +| ; +| return 0; +| } +configure:26113: gcc -o conftest -g -O2 -D_REENTRANT -D_GNU_SOURCE conftest.c -lm -lcrypt -lnsl >&5 +conftest.c:32:6: warning: conflicting types for built-in function 'sqrt' [enabled by default] + char sqrt (); + ^ +configure:26120: $? = 0 +configure:26151: result: -lm +configure:26187: checking pthread.h usability +configure:26204: gcc -c -g -O2 -D_REENTRANT -D_GNU_SOURCE -w conftest.c >&5 +configure:26211: $? = 0 +configure:26225: result: yes +configure:26229: checking pthread.h presence +configure:26244: gcc -E -D_REENTRANT -D_GNU_SOURCE -w conftest.c +configure:26251: $? = 0 +configure:26265: result: yes +configure:26293: checking for pthread.h +configure:26302: result: yes +configure:26489: checking for CFLAGS needed for pthreads +configure:26531: gcc -o conftest -g -O2 -D_REENTRANT -D_GNU_SOURCE conftest.c -lm -lcrypt -lnsl >&5 +/tmp/ccKuAZUs.o: In function `main': +/bottlenecks/rubbos/app/httpd-2.0.64/srclib/apr/conftest.c:39: undefined reference to `pthread_mutexattr_init' +/bottlenecks/rubbos/app/httpd-2.0.64/srclib/apr/conftest.c:40: undefined reference to `pthread_create' +collect2: error: ld returned 1 exit status +configure:26535: $? = 1 +configure: program exited with status 1 +configure: failed program was: +| /* confdefs.h. */ +| #define PACKAGE_NAME "" +| #define PACKAGE_TARNAME "" +| #define PACKAGE_VERSION "" +| #define PACKAGE_STRING "" +| #define PACKAGE_BUGREPORT "" +| #define STDC_HEADERS 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_INTTYPES_H 1 +| #define HAVE_STDINT_H 1 +| #define HAVE_UNISTD_H 1 +| #define __EXTENSIONS__ 1 +| #define _ALL_SOURCE 1 +| #define _GNU_SOURCE 1 +| #define _POSIX_PTHREAD_SEMANTICS 1 +| #define _TANDEM_SOURCE 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_LIBNSL 1 +| #define HAVE_PTHREAD_H 1 +| /* end confdefs.h. */ +| +| #include +| #include +| +| void *thread_routine(void *data) { +| return data; +| } +| +| int main() { +| pthread_t thd; +| pthread_mutexattr_t mattr; +| pthread_once_t once_init = PTHREAD_ONCE_INIT; +| int data = 1; +| pthread_mutexattr_init(&mattr); +| return pthread_create(&thd, NULL, thread_routine, &data); +| } +configure:26531: gcc -o conftest -g -O2 -kthread -D_REENTRANT -D_GNU_SOURCE conftest.c -lm -lcrypt -lnsl >&5 +gcc: error: unrecognized command line option '-kthread' +configure:26535: $? = 1 +configure: program exited with status 1 +configure: failed program was: +| /* confdefs.h. */ +| #define PACKAGE_NAME "" +| #define PACKAGE_TARNAME "" +| #define PACKAGE_VERSION "" +| #define PACKAGE_STRING "" +| #define PACKAGE_BUGREPORT "" +| #define STDC_HEADERS 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_INTTYPES_H 1 +| #define HAVE_STDINT_H 1 +| #define HAVE_UNISTD_H 1 +| #define __EXTENSIONS__ 1 +| #define _ALL_SOURCE 1 +| #define _GNU_SOURCE 1 +| #define _POSIX_PTHREAD_SEMANTICS 1 +| #define _TANDEM_SOURCE 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_LIBNSL 1 +| #define HAVE_PTHREAD_H 1 +| /* end confdefs.h. */ +| +| #include +| #include +| +| void *thread_routine(void *data) { +| return data; +| } +| +| int main() { +| pthread_t thd; +| pthread_mutexattr_t mattr; +| pthread_once_t once_init = PTHREAD_ONCE_INIT; +| int data = 1; +| pthread_mutexattr_init(&mattr); +| return pthread_create(&thd, NULL, thread_routine, &data); +| } +configure:26531: gcc -o conftest -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c -lm -lcrypt -lnsl >&5 +configure:26535: $? = 0 +configure:26541: ./conftest +configure:26545: $? = 0 +configure:26574: result: -pthread +configure:26610: checking for LIBS needed for pthreads +configure:26652: gcc -o conftest -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c -lm -lcrypt -lnsl -lpthread >&5 +configure:26656: $? = 0 +configure:26662: ./conftest +configure:26666: $? = 0 +configure:26695: result: -lpthread +configure:26738: checking for pthread.h +configure:26745: result: yes +configure:27652: checking whether pthread_getspecific takes two arguments +configure:27685: gcc -c -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 +conftest.c: In function 'main': +conftest.c:37:1: error: too many arguments to function 'pthread_getspecific' + pthread_getspecific(key,&tmp); + ^ +In file included from conftest.c:29:0: +/usr/include/pthread.h:1130:14: note: declared here + extern void *pthread_getspecific (pthread_key_t __key) __THROW; + ^ +configure:27692: $? = 1 +configure: failed program was: +| /* confdefs.h. */ +| #define PACKAGE_NAME "" +| #define PACKAGE_TARNAME "" +| #define PACKAGE_VERSION "" +| #define PACKAGE_STRING "" +| #define PACKAGE_BUGREPORT "" +| #define STDC_HEADERS 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_INTTYPES_H 1 +| #define HAVE_STDINT_H 1 +| #define HAVE_UNISTD_H 1 +| #define __EXTENSIONS__ 1 +| #define _ALL_SOURCE 1 +| #define _GNU_SOURCE 1 +| #define _POSIX_PTHREAD_SEMANTICS 1 +| #define _TANDEM_SOURCE 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_LIBNSL 1 +| #define HAVE_PTHREAD_H 1 +| #define HAVE_PTHREAD_H 1 +| #define USE_THREADS 1 +| /* end confdefs.h. */ +| +| #include +| +| int +| main () +| { +| +| pthread_key_t key; +| void *tmp; +| pthread_getspecific(key,&tmp); +| +| ; +| return 0; +| } +configure:27712: result: no +configure:27724: checking whether pthread_attr_getdetachstate takes one argument +configure:27756: gcc -c -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 +conftest.c: In function 'main': +conftest.c:36:1: error: too few arguments to function 'pthread_attr_getdetachstate' + pthread_attr_getdetachstate(attr); + ^ +In file included from conftest.c:29:0: +/usr/include/pthread.h:305:12: note: declared here + extern int pthread_attr_getdetachstate (const pthread_attr_t *__attr, + ^ +configure:27763: $? = 1 +configure: failed program was: +| /* confdefs.h. */ +| #define PACKAGE_NAME "" +| #define PACKAGE_TARNAME "" +| #define PACKAGE_VERSION "" +| #define PACKAGE_STRING "" +| #define PACKAGE_BUGREPORT "" +| #define STDC_HEADERS 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_INTTYPES_H 1 +| #define HAVE_STDINT_H 1 +| #define HAVE_UNISTD_H 1 +| #define __EXTENSIONS__ 1 +| #define _ALL_SOURCE 1 +| #define _GNU_SOURCE 1 +| #define _POSIX_PTHREAD_SEMANTICS 1 +| #define _TANDEM_SOURCE 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_LIBNSL 1 +| #define HAVE_PTHREAD_H 1 +| #define HAVE_PTHREAD_H 1 +| #define USE_THREADS 1 +| /* end confdefs.h. */ +| +| #include +| +| int +| main () +| { +| +| pthread_attr_t *attr; +| pthread_attr_getdetachstate(attr); +| +| ; +| return 0; +| } +configure:27783: result: no +configure:27799: checking for pthread_key_delete +configure:27855: gcc -o conftest -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c -lm -lcrypt -lnsl -lpthread >&5 +configure:27862: $? = 0 +configure:27884: result: yes +configure:27799: checking for pthread_rwlock_init +configure:27855: gcc -o conftest -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c -lm -lcrypt -lnsl -lpthread >&5 +configure:27862: $? = 0 +configure:27884: result: yes +configure:27898: checking for pthread_rwlock_t +configure:27925: gcc -c -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 +configure:27932: $? = 0 +configure:27947: result: yes +configure:27960: checking for recursive mutex support +configure:27993: gcc -o conftest -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c -lm -lcrypt -lnsl -lpthread >&5 +configure:27997: $? = 0 +configure:28003: ./conftest +configure:28007: $? = 0 +configure:28024: result: yes +configure:28043: checking for readdir in -lc_r +configure:28078: gcc -o conftest -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c -lc_r -lm -lcrypt -lnsl -lpthread >&5 +/usr/bin/ld: cannot find -lc_r +collect2: error: ld returned 1 exit status +configure:28085: $? = 1 +configure: failed program was: +| /* confdefs.h. */ +| #define PACKAGE_NAME "" +| #define PACKAGE_TARNAME "" +| #define PACKAGE_VERSION "" +| #define PACKAGE_STRING "" +| #define PACKAGE_BUGREPORT "" +| #define STDC_HEADERS 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_INTTYPES_H 1 +| #define HAVE_STDINT_H 1 +| #define HAVE_UNISTD_H 1 +| #define __EXTENSIONS__ 1 +| #define _ALL_SOURCE 1 +| #define _GNU_SOURCE 1 +| #define _POSIX_PTHREAD_SEMANTICS 1 +| #define _TANDEM_SOURCE 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_LIBNSL 1 +| #define HAVE_PTHREAD_H 1 +| #define HAVE_PTHREAD_H 1 +| #define USE_THREADS 1 +| #define HAVE_PTHREAD_KEY_DELETE 1 +| #define HAVE_PTHREAD_RWLOCK_INIT 1 +| #define HAVE_PTHREAD_RWLOCKS 1 +| #define HAVE_PTHREAD_MUTEX_RECURSIVE 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 readdir (); +| int +| main () +| { +| return readdir (); +| ; +| return 0; +| } +configure:28106: result: no +configure:28117: checking for gethostbyname in -lc_r +configure:28152: gcc -o conftest -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c -lc_r -lm -lcrypt -lnsl -lpthread >&5 +/usr/bin/ld: cannot find -lc_r +collect2: error: ld returned 1 exit status +configure:28159: $? = 1 +configure: failed program was: +| /* confdefs.h. */ +| #define PACKAGE_NAME "" +| #define PACKAGE_TARNAME "" +| #define PACKAGE_VERSION "" +| #define PACKAGE_STRING "" +| #define PACKAGE_BUGREPORT "" +| #define STDC_HEADERS 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_INTTYPES_H 1 +| #define HAVE_STDINT_H 1 +| #define HAVE_UNISTD_H 1 +| #define __EXTENSIONS__ 1 +| #define _ALL_SOURCE 1 +| #define _GNU_SOURCE 1 +| #define _POSIX_PTHREAD_SEMANTICS 1 +| #define _TANDEM_SOURCE 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_LIBNSL 1 +| #define HAVE_PTHREAD_H 1 +| #define HAVE_PTHREAD_H 1 +| #define USE_THREADS 1 +| #define HAVE_PTHREAD_KEY_DELETE 1 +| #define HAVE_PTHREAD_RWLOCK_INIT 1 +| #define HAVE_PTHREAD_RWLOCKS 1 +| #define HAVE_PTHREAD_MUTEX_RECURSIVE 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 gethostbyname (); +| int +| main () +| { +| return gethostbyname (); +| ; +| return 0; +| } +configure:28180: result: no +configure:28195: checking for gethostbyaddr in -lc_r +configure:28230: gcc -o conftest -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c -lc_r -lm -lcrypt -lnsl -lpthread >&5 +/usr/bin/ld: cannot find -lc_r +collect2: error: ld returned 1 exit status +configure:28237: $? = 1 +configure: failed program was: +| /* confdefs.h. */ +| #define PACKAGE_NAME "" +| #define PACKAGE_TARNAME "" +| #define PACKAGE_VERSION "" +| #define PACKAGE_STRING "" +| #define PACKAGE_BUGREPORT "" +| #define STDC_HEADERS 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_INTTYPES_H 1 +| #define HAVE_STDINT_H 1 +| #define HAVE_UNISTD_H 1 +| #define __EXTENSIONS__ 1 +| #define _ALL_SOURCE 1 +| #define _GNU_SOURCE 1 +| #define _POSIX_PTHREAD_SEMANTICS 1 +| #define _TANDEM_SOURCE 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_LIBNSL 1 +| #define HAVE_PTHREAD_H 1 +| #define HAVE_PTHREAD_H 1 +| #define USE_THREADS 1 +| #define HAVE_PTHREAD_KEY_DELETE 1 +| #define HAVE_PTHREAD_RWLOCK_INIT 1 +| #define HAVE_PTHREAD_RWLOCKS 1 +| #define HAVE_PTHREAD_MUTEX_RECURSIVE 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 gethostbyaddr (); +| int +| main () +| { +| return gethostbyaddr (); +| ; +| return 0; +| } +configure:28258: result: no +configure:28277: checking for gethostbyname_r +configure:28333: gcc -o conftest -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c -lm -lcrypt -lnsl -lpthread >&5 +configure:28340: $? = 0 +configure:28362: result: yes +configure:28277: checking for gethostbyaddr_r +configure:28333: gcc -o conftest -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c -lm -lcrypt -lnsl -lpthread >&5 +configure:28340: $? = 0 +configure:28362: result: yes +configure:28382: checking for sigsuspend +configure:28438: gcc -o conftest -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c -lm -lcrypt -lnsl -lpthread >&5 +configure:28445: $? = 0 +configure:28467: result: yes +configure:28485: checking for sigwait +configure:28541: gcc -o conftest -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c -lm -lcrypt -lnsl -lpthread >&5 +configure:28548: $? = 0 +configure:28570: result: yes +configure:28598: checking for poll +configure:28654: gcc -o conftest -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c -lm -lcrypt -lnsl -lpthread >&5 +configure:28661: $? = 0 +configure:28683: result: yes +configure:28703: checking for getpwnam_r +configure:28759: gcc -o conftest -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c -lm -lcrypt -lnsl -lpthread >&5 +configure:28766: $? = 0 +configure:28788: result: yes +configure:28703: checking for getpwuid_r +configure:28759: gcc -o conftest -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c -lm -lcrypt -lnsl -lpthread >&5 +configure:28766: $? = 0 +configure:28788: result: yes +configure:28703: checking for getgrnam_r +configure:28759: gcc -o conftest -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c -lm -lcrypt -lnsl -lpthread >&5 +configure:28766: $? = 0 +configure:28788: result: yes +configure:28703: checking for getgrgid_r +configure:28759: gcc -o conftest -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c -lm -lcrypt -lnsl -lpthread >&5 +configure:28766: $? = 0 +configure:28788: result: yes +configure:28805: checking for library containing shm_open +configure:28846: gcc -o conftest -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c -lm -lcrypt -lnsl -lpthread >&5 +/tmp/ccz1UcbD.o: In function `main': +/bottlenecks/rubbos/app/httpd-2.0.64/srclib/apr/conftest.c:52: undefined reference to `shm_open' +collect2: error: ld returned 1 exit status +configure:28853: $? = 1 +configure: failed program was: +| /* confdefs.h. */ +| #define PACKAGE_NAME "" +| #define PACKAGE_TARNAME "" +| #define PACKAGE_VERSION "" +| #define PACKAGE_STRING "" +| #define PACKAGE_BUGREPORT "" +| #define STDC_HEADERS 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_INTTYPES_H 1 +| #define HAVE_STDINT_H 1 +| #define HAVE_UNISTD_H 1 +| #define __EXTENSIONS__ 1 +| #define _ALL_SOURCE 1 +| #define _GNU_SOURCE 1 +| #define _POSIX_PTHREAD_SEMANTICS 1 +| #define _TANDEM_SOURCE 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_LIBNSL 1 +| #define HAVE_PTHREAD_H 1 +| #define HAVE_PTHREAD_H 1 +| #define USE_THREADS 1 +| #define HAVE_PTHREAD_KEY_DELETE 1 +| #define HAVE_PTHREAD_RWLOCK_INIT 1 +| #define HAVE_PTHREAD_RWLOCKS 1 +| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 +| #define HAVE_GETHOSTBYNAME_R 1 +| #define HAVE_GETHOSTBYADDR_R 1 +| #define HAVE_SIGSUSPEND 1 +| #define HAVE_SIGWAIT 1 +| #define HAVE_POLL 1 +| #define HAVE_GETPWNAM_R 1 +| #define HAVE_GETPWUID_R 1 +| #define HAVE_GETGRNAM_R 1 +| #define HAVE_GETGRGID_R 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 shm_open (); +| int +| main () +| { +| return shm_open (); +| ; +| return 0; +| } +configure:28846: gcc -o conftest -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lm -lcrypt -lnsl -lpthread >&5 +configure:28853: $? = 0 +configure:28884: result: -lrt +configure:28923: checking sys/mman.h usability +configure:28940: gcc -c -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 +configure:28947: $? = 0 +configure:28961: result: yes +configure:28965: checking sys/mman.h presence +configure:28980: gcc -E -D_REENTRANT -D_GNU_SOURCE conftest.c +configure:28987: $? = 0 +configure:29001: result: yes +configure:29029: checking for sys/mman.h +configure:29038: result: yes +configure:28923: checking sys/ipc.h usability +configure:28940: gcc -c -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 +configure:28947: $? = 0 +configure:28961: result: yes +configure:28965: checking sys/ipc.h presence +configure:28980: gcc -E -D_REENTRANT -D_GNU_SOURCE conftest.c +configure:28987: $? = 0 +configure:29001: result: yes +configure:29029: checking for sys/ipc.h +configure:29038: result: yes +configure:28923: checking sys/mutex.h usability +configure:28940: gcc -c -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 +conftest.c:76:23: fatal error: sys/mutex.h: No such file or directory + #include + ^ +compilation terminated. +configure:28947: $? = 1 +configure: failed program was: +| /* confdefs.h. */ +| #define PACKAGE_NAME "" +| #define PACKAGE_TARNAME "" +| #define PACKAGE_VERSION "" +| #define PACKAGE_STRING "" +| #define PACKAGE_BUGREPORT "" +| #define STDC_HEADERS 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_INTTYPES_H 1 +| #define HAVE_STDINT_H 1 +| #define HAVE_UNISTD_H 1 +| #define __EXTENSIONS__ 1 +| #define _ALL_SOURCE 1 +| #define _GNU_SOURCE 1 +| #define _POSIX_PTHREAD_SEMANTICS 1 +| #define _TANDEM_SOURCE 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_LIBNSL 1 +| #define HAVE_PTHREAD_H 1 +| #define HAVE_PTHREAD_H 1 +| #define USE_THREADS 1 +| #define HAVE_PTHREAD_KEY_DELETE 1 +| #define HAVE_PTHREAD_RWLOCK_INIT 1 +| #define HAVE_PTHREAD_RWLOCKS 1 +| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 +| #define HAVE_GETHOSTBYNAME_R 1 +| #define HAVE_GETHOSTBYADDR_R 1 +| #define HAVE_SIGSUSPEND 1 +| #define HAVE_SIGWAIT 1 +| #define HAVE_POLL 1 +| #define HAVE_GETPWNAM_R 1 +| #define HAVE_GETPWUID_R 1 +| #define HAVE_GETGRNAM_R 1 +| #define HAVE_GETGRGID_R 1 +| #define HAVE_SYS_MMAN_H 1 +| #define HAVE_SYS_IPC_H 1 +| /* end confdefs.h. */ +| #include +| #ifdef HAVE_SYS_TYPES_H +| # include +| #endif +| #ifdef HAVE_SYS_STAT_H +| # include +| #endif +| #ifdef STDC_HEADERS +| # include +| # include +| #else +| # ifdef HAVE_STDLIB_H +| # include +| # endif +| #endif +| #ifdef HAVE_STRING_H +| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H +| # include +| # endif +| # include +| #endif +| #ifdef HAVE_STRINGS_H +| # include +| #endif +| #ifdef HAVE_INTTYPES_H +| # include +| #endif +| #ifdef HAVE_STDINT_H +| # include +| #endif +| #ifdef HAVE_UNISTD_H +| # include +| #endif +| #include +configure:28961: result: no +configure:28965: checking sys/mutex.h presence +configure:28980: gcc -E -D_REENTRANT -D_GNU_SOURCE conftest.c +conftest.c:43:23: fatal error: sys/mutex.h: No such file or directory + #include + ^ +compilation terminated. +configure:28987: $? = 1 +configure: failed program was: +| /* confdefs.h. */ +| #define PACKAGE_NAME "" +| #define PACKAGE_TARNAME "" +| #define PACKAGE_VERSION "" +| #define PACKAGE_STRING "" +| #define PACKAGE_BUGREPORT "" +| #define STDC_HEADERS 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_INTTYPES_H 1 +| #define HAVE_STDINT_H 1 +| #define HAVE_UNISTD_H 1 +| #define __EXTENSIONS__ 1 +| #define _ALL_SOURCE 1 +| #define _GNU_SOURCE 1 +| #define _POSIX_PTHREAD_SEMANTICS 1 +| #define _TANDEM_SOURCE 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_LIBNSL 1 +| #define HAVE_PTHREAD_H 1 +| #define HAVE_PTHREAD_H 1 +| #define USE_THREADS 1 +| #define HAVE_PTHREAD_KEY_DELETE 1 +| #define HAVE_PTHREAD_RWLOCK_INIT 1 +| #define HAVE_PTHREAD_RWLOCKS 1 +| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 +| #define HAVE_GETHOSTBYNAME_R 1 +| #define HAVE_GETHOSTBYADDR_R 1 +| #define HAVE_SIGSUSPEND 1 +| #define HAVE_SIGWAIT 1 +| #define HAVE_POLL 1 +| #define HAVE_GETPWNAM_R 1 +| #define HAVE_GETPWUID_R 1 +| #define HAVE_GETGRNAM_R 1 +| #define HAVE_GETGRGID_R 1 +| #define HAVE_SYS_MMAN_H 1 +| #define HAVE_SYS_IPC_H 1 +| /* end confdefs.h. */ +| #include +configure:29001: result: no +configure:29029: checking for sys/mutex.h +configure:29038: result: no +configure:28923: checking sys/shm.h usability +configure:28940: gcc -c -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 +configure:28947: $? = 0 +configure:28961: result: yes +configure:28965: checking sys/shm.h presence +configure:28980: gcc -E -D_REENTRANT -D_GNU_SOURCE conftest.c +configure:28987: $? = 0 +configure:29001: result: yes +configure:29029: checking for sys/shm.h +configure:29038: result: yes +configure:28923: checking sys/file.h usability +configure:28940: gcc -c -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 +configure:28947: $? = 0 +configure:28961: result: yes +configure:28965: checking sys/file.h presence +configure:28980: gcc -E -D_REENTRANT -D_GNU_SOURCE conftest.c +configure:28987: $? = 0 +configure:29001: result: yes +configure:29029: checking for sys/file.h +configure:29038: result: yes +configure:28923: checking kernel/OS.h usability +configure:28940: gcc -c -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 +conftest.c:78:23: fatal error: kernel/OS.h: No such file or directory + #include + ^ +compilation terminated. +configure:28947: $? = 1 +configure: failed program was: +| /* confdefs.h. */ +| #define PACKAGE_NAME "" +| #define PACKAGE_TARNAME "" +| #define PACKAGE_VERSION "" +| #define PACKAGE_STRING "" +| #define PACKAGE_BUGREPORT "" +| #define STDC_HEADERS 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_INTTYPES_H 1 +| #define HAVE_STDINT_H 1 +| #define HAVE_UNISTD_H 1 +| #define __EXTENSIONS__ 1 +| #define _ALL_SOURCE 1 +| #define _GNU_SOURCE 1 +| #define _POSIX_PTHREAD_SEMANTICS 1 +| #define _TANDEM_SOURCE 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_LIBNSL 1 +| #define HAVE_PTHREAD_H 1 +| #define HAVE_PTHREAD_H 1 +| #define USE_THREADS 1 +| #define HAVE_PTHREAD_KEY_DELETE 1 +| #define HAVE_PTHREAD_RWLOCK_INIT 1 +| #define HAVE_PTHREAD_RWLOCKS 1 +| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 +| #define HAVE_GETHOSTBYNAME_R 1 +| #define HAVE_GETHOSTBYADDR_R 1 +| #define HAVE_SIGSUSPEND 1 +| #define HAVE_SIGWAIT 1 +| #define HAVE_POLL 1 +| #define HAVE_GETPWNAM_R 1 +| #define HAVE_GETPWUID_R 1 +| #define HAVE_GETGRNAM_R 1 +| #define HAVE_GETGRGID_R 1 +| #define HAVE_SYS_MMAN_H 1 +| #define HAVE_SYS_IPC_H 1 +| #define HAVE_SYS_SHM_H 1 +| #define HAVE_SYS_FILE_H 1 +| /* end confdefs.h. */ +| #include +| #ifdef HAVE_SYS_TYPES_H +| # include +| #endif +| #ifdef HAVE_SYS_STAT_H +| # include +| #endif +| #ifdef STDC_HEADERS +| # include +| # include +| #else +| # ifdef HAVE_STDLIB_H +| # include +| # endif +| #endif +| #ifdef HAVE_STRING_H +| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H +| # include +| # endif +| # include +| #endif +| #ifdef HAVE_STRINGS_H +| # include +| #endif +| #ifdef HAVE_INTTYPES_H +| # include +| #endif +| #ifdef HAVE_STDINT_H +| # include +| #endif +| #ifdef HAVE_UNISTD_H +| # include +| #endif +| #include +configure:28961: result: no +configure:28965: checking kernel/OS.h presence +configure:28980: gcc -E -D_REENTRANT -D_GNU_SOURCE conftest.c +conftest.c:45:23: fatal error: kernel/OS.h: No such file or directory + #include + ^ +compilation terminated. +configure:28987: $? = 1 +configure: failed program was: +| /* confdefs.h. */ +| #define PACKAGE_NAME "" +| #define PACKAGE_TARNAME "" +| #define PACKAGE_VERSION "" +| #define PACKAGE_STRING "" +| #define PACKAGE_BUGREPORT "" +| #define STDC_HEADERS 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_INTTYPES_H 1 +| #define HAVE_STDINT_H 1 +| #define HAVE_UNISTD_H 1 +| #define __EXTENSIONS__ 1 +| #define _ALL_SOURCE 1 +| #define _GNU_SOURCE 1 +| #define _POSIX_PTHREAD_SEMANTICS 1 +| #define _TANDEM_SOURCE 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_LIBNSL 1 +| #define HAVE_PTHREAD_H 1 +| #define HAVE_PTHREAD_H 1 +| #define USE_THREADS 1 +| #define HAVE_PTHREAD_KEY_DELETE 1 +| #define HAVE_PTHREAD_RWLOCK_INIT 1 +| #define HAVE_PTHREAD_RWLOCKS 1 +| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 +| #define HAVE_GETHOSTBYNAME_R 1 +| #define HAVE_GETHOSTBYADDR_R 1 +| #define HAVE_SIGSUSPEND 1 +| #define HAVE_SIGWAIT 1 +| #define HAVE_POLL 1 +| #define HAVE_GETPWNAM_R 1 +| #define HAVE_GETPWUID_R 1 +| #define HAVE_GETGRNAM_R 1 +| #define HAVE_GETGRGID_R 1 +| #define HAVE_SYS_MMAN_H 1 +| #define HAVE_SYS_IPC_H 1 +| #define HAVE_SYS_SHM_H 1 +| #define HAVE_SYS_FILE_H 1 +| /* end confdefs.h. */ +| #include +configure:29001: result: no +configure:29029: checking for kernel/OS.h +configure:29038: result: no +configure:28923: checking os2.h usability +configure:28940: gcc -c -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 +conftest.c:78:17: fatal error: os2.h: No such file or directory + #include + ^ +compilation terminated. +configure:28947: $? = 1 +configure: failed program was: +| /* confdefs.h. */ +| #define PACKAGE_NAME "" +| #define PACKAGE_TARNAME "" +| #define PACKAGE_VERSION "" +| #define PACKAGE_STRING "" +| #define PACKAGE_BUGREPORT "" +| #define STDC_HEADERS 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_INTTYPES_H 1 +| #define HAVE_STDINT_H 1 +| #define HAVE_UNISTD_H 1 +| #define __EXTENSIONS__ 1 +| #define _ALL_SOURCE 1 +| #define _GNU_SOURCE 1 +| #define _POSIX_PTHREAD_SEMANTICS 1 +| #define _TANDEM_SOURCE 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_LIBNSL 1 +| #define HAVE_PTHREAD_H 1 +| #define HAVE_PTHREAD_H 1 +| #define USE_THREADS 1 +| #define HAVE_PTHREAD_KEY_DELETE 1 +| #define HAVE_PTHREAD_RWLOCK_INIT 1 +| #define HAVE_PTHREAD_RWLOCKS 1 +| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 +| #define HAVE_GETHOSTBYNAME_R 1 +| #define HAVE_GETHOSTBYADDR_R 1 +| #define HAVE_SIGSUSPEND 1 +| #define HAVE_SIGWAIT 1 +| #define HAVE_POLL 1 +| #define HAVE_GETPWNAM_R 1 +| #define HAVE_GETPWUID_R 1 +| #define HAVE_GETGRNAM_R 1 +| #define HAVE_GETGRGID_R 1 +| #define HAVE_SYS_MMAN_H 1 +| #define HAVE_SYS_IPC_H 1 +| #define HAVE_SYS_SHM_H 1 +| #define HAVE_SYS_FILE_H 1 +| /* end confdefs.h. */ +| #include +| #ifdef HAVE_SYS_TYPES_H +| # include +| #endif +| #ifdef HAVE_SYS_STAT_H +| # include +| #endif +| #ifdef STDC_HEADERS +| # include +| # include +| #else +| # ifdef HAVE_STDLIB_H +| # include +| # endif +| #endif +| #ifdef HAVE_STRING_H +| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H +| # include +| # endif +| # include +| #endif +| #ifdef HAVE_STRINGS_H +| # include +| #endif +| #ifdef HAVE_INTTYPES_H +| # include +| #endif +| #ifdef HAVE_STDINT_H +| # include +| #endif +| #ifdef HAVE_UNISTD_H +| # include +| #endif +| #include +configure:28961: result: no +configure:28965: checking os2.h presence +configure:28980: gcc -E -D_REENTRANT -D_GNU_SOURCE conftest.c +conftest.c:45:17: fatal error: os2.h: No such file or directory + #include + ^ +compilation terminated. +configure:28987: $? = 1 +configure: failed program was: +| /* confdefs.h. */ +| #define PACKAGE_NAME "" +| #define PACKAGE_TARNAME "" +| #define PACKAGE_VERSION "" +| #define PACKAGE_STRING "" +| #define PACKAGE_BUGREPORT "" +| #define STDC_HEADERS 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_INTTYPES_H 1 +| #define HAVE_STDINT_H 1 +| #define HAVE_UNISTD_H 1 +| #define __EXTENSIONS__ 1 +| #define _ALL_SOURCE 1 +| #define _GNU_SOURCE 1 +| #define _POSIX_PTHREAD_SEMANTICS 1 +| #define _TANDEM_SOURCE 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_LIBNSL 1 +| #define HAVE_PTHREAD_H 1 +| #define HAVE_PTHREAD_H 1 +| #define USE_THREADS 1 +| #define HAVE_PTHREAD_KEY_DELETE 1 +| #define HAVE_PTHREAD_RWLOCK_INIT 1 +| #define HAVE_PTHREAD_RWLOCKS 1 +| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 +| #define HAVE_GETHOSTBYNAME_R 1 +| #define HAVE_GETHOSTBYADDR_R 1 +| #define HAVE_SIGSUSPEND 1 +| #define HAVE_SIGWAIT 1 +| #define HAVE_POLL 1 +| #define HAVE_GETPWNAM_R 1 +| #define HAVE_GETPWUID_R 1 +| #define HAVE_GETGRNAM_R 1 +| #define HAVE_GETGRGID_R 1 +| #define HAVE_SYS_MMAN_H 1 +| #define HAVE_SYS_IPC_H 1 +| #define HAVE_SYS_SHM_H 1 +| #define HAVE_SYS_FILE_H 1 +| /* end confdefs.h. */ +| #include +configure:29001: result: no +configure:29029: checking for os2.h +configure:29038: result: no +configure:29066: checking for mmap +configure:29122: gcc -o conftest -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lm -lcrypt -lnsl -lpthread >&5 +configure:29129: $? = 0 +configure:29151: result: yes +configure:29066: checking for munmap +configure:29122: gcc -o conftest -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lm -lcrypt -lnsl -lpthread >&5 +configure:29129: $? = 0 +configure:29151: result: yes +configure:29066: checking for shm_open +configure:29122: gcc -o conftest -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lm -lcrypt -lnsl -lpthread >&5 +configure:29129: $? = 0 +configure:29151: result: yes +configure:29066: checking for shm_unlink +configure:29122: gcc -o conftest -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lm -lcrypt -lnsl -lpthread >&5 +configure:29129: $? = 0 +configure:29151: result: yes +configure:29066: checking for shmget +configure:29122: gcc -o conftest -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lm -lcrypt -lnsl -lpthread >&5 +configure:29129: $? = 0 +configure:29151: result: yes +configure:29066: checking for shmat +configure:29122: gcc -o conftest -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lm -lcrypt -lnsl -lpthread >&5 +configure:29129: $? = 0 +configure:29151: result: yes +configure:29066: checking for shmdt +configure:29122: gcc -o conftest -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lm -lcrypt -lnsl -lpthread >&5 +configure:29129: $? = 0 +configure:29151: result: yes +configure:29066: checking for shmctl +configure:29122: gcc -o conftest -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lm -lcrypt -lnsl -lpthread >&5 +configure:29129: $? = 0 +configure:29151: result: yes +configure:29066: checking for create_area +configure:29122: gcc -o conftest -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lm -lcrypt -lnsl -lpthread >&5 +/tmp/cc3UymK3.o: In function `main': +/bottlenecks/rubbos/app/httpd-2.0.64/srclib/apr/conftest.c:87: undefined reference to `create_area' +collect2: error: ld returned 1 exit status +configure:29129: $? = 1 +configure: failed program was: +| /* confdefs.h. */ +| #define PACKAGE_NAME "" +| #define PACKAGE_TARNAME "" +| #define PACKAGE_VERSION "" +| #define PACKAGE_STRING "" +| #define PACKAGE_BUGREPORT "" +| #define STDC_HEADERS 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_INTTYPES_H 1 +| #define HAVE_STDINT_H 1 +| #define HAVE_UNISTD_H 1 +| #define __EXTENSIONS__ 1 +| #define _ALL_SOURCE 1 +| #define _GNU_SOURCE 1 +| #define _POSIX_PTHREAD_SEMANTICS 1 +| #define _TANDEM_SOURCE 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_LIBNSL 1 +| #define HAVE_PTHREAD_H 1 +| #define HAVE_PTHREAD_H 1 +| #define USE_THREADS 1 +| #define HAVE_PTHREAD_KEY_DELETE 1 +| #define HAVE_PTHREAD_RWLOCK_INIT 1 +| #define HAVE_PTHREAD_RWLOCKS 1 +| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 +| #define HAVE_GETHOSTBYNAME_R 1 +| #define HAVE_GETHOSTBYADDR_R 1 +| #define HAVE_SIGSUSPEND 1 +| #define HAVE_SIGWAIT 1 +| #define HAVE_POLL 1 +| #define HAVE_GETPWNAM_R 1 +| #define HAVE_GETPWUID_R 1 +| #define HAVE_GETGRNAM_R 1 +| #define HAVE_GETGRGID_R 1 +| #define HAVE_SYS_MMAN_H 1 +| #define HAVE_SYS_IPC_H 1 +| #define HAVE_SYS_SHM_H 1 +| #define HAVE_SYS_FILE_H 1 +| #define HAVE_MMAP 1 +| #define HAVE_MUNMAP 1 +| #define HAVE_SHM_OPEN 1 +| #define HAVE_SHM_UNLINK 1 +| #define HAVE_SHMGET 1 +| #define HAVE_SHMAT 1 +| #define HAVE_SHMDT 1 +| #define HAVE_SHMCTL 1 +| /* end confdefs.h. */ +| /* Define create_area to an innocuous variant, in case declares create_area. +| For example, HP-UX 11i declares gettimeofday. */ +| #define create_area innocuous_create_area +| +| /* System header to define __stub macros and hopefully few prototypes, +| which can conflict with char create_area (); below. +| Prefer to if __STDC__ is defined, since +| exists even on freestanding compilers. */ +| +| #ifdef __STDC__ +| # include +| #else +| # include +| #endif +| +| #undef create_area +| +| /* 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 create_area (); +| /* The GNU C library defines this for functions which it implements +| to always fail with ENOSYS. Some functions are actually named +| something starting with __ and the normal name is an alias. */ +| #if defined __stub_create_area || defined __stub___create_area +| choke me +| #endif +| +| int +| main () +| { +| return create_area (); +| ; +| return 0; +| } +configure:29151: result: no +configure:29164: checking for MAP_ANON in sys/mman.h +configure:29193: result: yes +configure:29203: checking for /dev/zero +configure:29218: result: yes +configure:29225: checking for mmap that can map /dev/zero +configure:29267: gcc -o conftest -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lm -lcrypt -lnsl -lpthread >&5 +configure:29271: $? = 0 +configure:29277: ./conftest +configure:29281: $? = 0 +configure:29298: result: yes +configure:29536: result: decision on anonymous shared memory allocation method... 4.4BSD-style mmap() via MAP_ANON +configure:29793: result: decision on namebased memory allocation method... SysV IPC shmget() +configure:29855: checking for alloca +configure:29911: gcc -o conftest -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lm -lcrypt -lnsl -lpthread >&5 +conftest.c:81:6: warning: conflicting types for built-in function 'alloca' [enabled by default] + char alloca (); + ^ +/tmp/cclYoRWq.o: In function `main': +/bottlenecks/rubbos/app/httpd-2.0.64/srclib/apr/conftest.c:92: undefined reference to `alloca' +collect2: error: ld returned 1 exit status +configure:29918: $? = 1 +configure: failed program was: +| /* confdefs.h. */ +| #define PACKAGE_NAME "" +| #define PACKAGE_TARNAME "" +| #define PACKAGE_VERSION "" +| #define PACKAGE_STRING "" +| #define PACKAGE_BUGREPORT "" +| #define STDC_HEADERS 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_INTTYPES_H 1 +| #define HAVE_STDINT_H 1 +| #define HAVE_UNISTD_H 1 +| #define __EXTENSIONS__ 1 +| #define _ALL_SOURCE 1 +| #define _GNU_SOURCE 1 +| #define _POSIX_PTHREAD_SEMANTICS 1 +| #define _TANDEM_SOURCE 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_LIBNSL 1 +| #define HAVE_PTHREAD_H 1 +| #define HAVE_PTHREAD_H 1 +| #define USE_THREADS 1 +| #define HAVE_PTHREAD_KEY_DELETE 1 +| #define HAVE_PTHREAD_RWLOCK_INIT 1 +| #define HAVE_PTHREAD_RWLOCKS 1 +| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 +| #define HAVE_GETHOSTBYNAME_R 1 +| #define HAVE_GETHOSTBYADDR_R 1 +| #define HAVE_SIGSUSPEND 1 +| #define HAVE_SIGWAIT 1 +| #define HAVE_POLL 1 +| #define HAVE_GETPWNAM_R 1 +| #define HAVE_GETPWUID_R 1 +| #define HAVE_GETGRNAM_R 1 +| #define HAVE_GETGRGID_R 1 +| #define HAVE_SYS_MMAN_H 1 +| #define HAVE_SYS_IPC_H 1 +| #define HAVE_SYS_SHM_H 1 +| #define HAVE_SYS_FILE_H 1 +| #define HAVE_MMAP 1 +| #define HAVE_MUNMAP 1 +| #define HAVE_SHM_OPEN 1 +| #define HAVE_SHM_UNLINK 1 +| #define HAVE_SHMGET 1 +| #define HAVE_SHMAT 1 +| #define HAVE_SHMDT 1 +| #define HAVE_SHMCTL 1 +| #define HAVE_MAP_ANON 1 +| #define anonymous shared memory allocation method 1 +| #define USE_SHMEM_MMAP_ANON 1 +| #define namebased memory allocation method 1 +| #define USE_SHMEM_SHMGET 1 +| /* end confdefs.h. */ +| /* Define alloca to an innocuous variant, in case declares alloca. +| For example, HP-UX 11i declares gettimeofday. */ +| #define alloca innocuous_alloca +| +| /* System header to define __stub macros and hopefully few prototypes, +| which can conflict with char alloca (); below. +| Prefer to if __STDC__ is defined, since +| exists even on freestanding compilers. */ +| +| #ifdef __STDC__ +| # include +| #else +| # include +| #endif +| +| #undef alloca +| +| /* 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 alloca (); +| /* The GNU C library defines this for functions which it implements +| to always fail with ENOSYS. Some functions are actually named +| something starting with __ and the normal name is an alias. */ +| #if defined __stub_alloca || defined __stub___alloca +| choke me +| #endif +| +| int +| main () +| { +| return alloca (); +| ; +| return 0; +| } +configure:29940: result: no +configure:29855: checking for calloc +configure:29911: gcc -o conftest -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lm -lcrypt -lnsl -lpthread >&5 +conftest.c:81:6: warning: conflicting types for built-in function 'calloc' [enabled by default] + char calloc (); + ^ +configure:29918: $? = 0 +configure:29940: result: yes +configure:29855: checking for strcasecmp +configure:29911: gcc -o conftest -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lm -lcrypt -lnsl -lpthread >&5 +conftest.c:82:6: warning: conflicting types for built-in function 'strcasecmp' [enabled by default] + char strcasecmp (); + ^ +configure:29918: $? = 0 +configure:29940: result: yes +configure:29855: checking for stricmp +configure:29911: gcc -o conftest -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lm -lcrypt -lnsl -lpthread >&5 +/tmp/ccdtbwHC.o: In function `main': +/bottlenecks/rubbos/app/httpd-2.0.64/srclib/apr/conftest.c:94: undefined reference to `stricmp' +collect2: error: ld returned 1 exit status +configure:29918: $? = 1 +configure: failed program was: +| /* confdefs.h. */ +| #define PACKAGE_NAME "" +| #define PACKAGE_TARNAME "" +| #define PACKAGE_VERSION "" +| #define PACKAGE_STRING "" +| #define PACKAGE_BUGREPORT "" +| #define STDC_HEADERS 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_INTTYPES_H 1 +| #define HAVE_STDINT_H 1 +| #define HAVE_UNISTD_H 1 +| #define __EXTENSIONS__ 1 +| #define _ALL_SOURCE 1 +| #define _GNU_SOURCE 1 +| #define _POSIX_PTHREAD_SEMANTICS 1 +| #define _TANDEM_SOURCE 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_LIBNSL 1 +| #define HAVE_PTHREAD_H 1 +| #define HAVE_PTHREAD_H 1 +| #define USE_THREADS 1 +| #define HAVE_PTHREAD_KEY_DELETE 1 +| #define HAVE_PTHREAD_RWLOCK_INIT 1 +| #define HAVE_PTHREAD_RWLOCKS 1 +| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 +| #define HAVE_GETHOSTBYNAME_R 1 +| #define HAVE_GETHOSTBYADDR_R 1 +| #define HAVE_SIGSUSPEND 1 +| #define HAVE_SIGWAIT 1 +| #define HAVE_POLL 1 +| #define HAVE_GETPWNAM_R 1 +| #define HAVE_GETPWUID_R 1 +| #define HAVE_GETGRNAM_R 1 +| #define HAVE_GETGRGID_R 1 +| #define HAVE_SYS_MMAN_H 1 +| #define HAVE_SYS_IPC_H 1 +| #define HAVE_SYS_SHM_H 1 +| #define HAVE_SYS_FILE_H 1 +| #define HAVE_MMAP 1 +| #define HAVE_MUNMAP 1 +| #define HAVE_SHM_OPEN 1 +| #define HAVE_SHM_UNLINK 1 +| #define HAVE_SHMGET 1 +| #define HAVE_SHMAT 1 +| #define HAVE_SHMDT 1 +| #define HAVE_SHMCTL 1 +| #define HAVE_MAP_ANON 1 +| #define anonymous shared memory allocation method 1 +| #define USE_SHMEM_MMAP_ANON 1 +| #define namebased memory allocation method 1 +| #define USE_SHMEM_SHMGET 1 +| #define HAVE_CALLOC 1 +| #define HAVE_STRCASECMP 1 +| /* end confdefs.h. */ +| /* Define stricmp to an innocuous variant, in case declares stricmp. +| For example, HP-UX 11i declares gettimeofday. */ +| #define stricmp innocuous_stricmp +| +| /* System header to define __stub macros and hopefully few prototypes, +| which can conflict with char stricmp (); below. +| Prefer to if __STDC__ is defined, since +| exists even on freestanding compilers. */ +| +| #ifdef __STDC__ +| # include +| #else +| # include +| #endif +| +| #undef stricmp +| +| /* 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 stricmp (); +| /* The GNU C library defines this for functions which it implements +| to always fail with ENOSYS. Some functions are actually named +| something starting with __ and the normal name is an alias. */ +| #if defined __stub_stricmp || defined __stub___stricmp +| choke me +| #endif +| +| int +| main () +| { +| return stricmp (); +| ; +| return 0; +| } +configure:29940: result: no +configure:29855: checking for setsid +configure:29911: gcc -o conftest -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lm -lcrypt -lnsl -lpthread >&5 +configure:29918: $? = 0 +configure:29940: result: yes +configure:29855: checking for isinf +configure:29911: gcc -o conftest -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lm -lcrypt -lnsl -lpthread >&5 +conftest.c:84:6: warning: conflicting types for built-in function 'isinf' [enabled by default] + char isinf (); + ^ +configure:29918: $? = 0 +configure:29940: result: yes +configure:29855: checking for isnan +configure:29911: gcc -o conftest -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lm -lcrypt -lnsl -lpthread >&5 +conftest.c:85:6: warning: conflicting types for built-in function 'isnan' [enabled by default] + char isnan (); + ^ +configure:29918: $? = 0 +configure:29940: result: yes +configure:29959: checking for getenv +configure:30015: gcc -o conftest -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lm -lcrypt -lnsl -lpthread >&5 +configure:30022: $? = 0 +configure:30044: result: yes +configure:29959: checking for putenv +configure:30015: gcc -o conftest -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lm -lcrypt -lnsl -lpthread >&5 +configure:30022: $? = 0 +configure:30044: result: yes +configure:29959: checking for setenv +configure:30015: gcc -o conftest -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lm -lcrypt -lnsl -lpthread >&5 +configure:30022: $? = 0 +configure:30044: result: yes +configure:29959: checking for unsetenv +configure:30015: gcc -o conftest -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lm -lcrypt -lnsl -lpthread >&5 +configure:30022: $? = 0 +configure:30044: result: yes +configure:30060: checking for setrlimit +configure:30116: gcc -o conftest -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lm -lcrypt -lnsl -lpthread >&5 +configure:30123: $? = 0 +configure:30145: result: yes +configure:30163: checking for getrlimit +configure:30219: gcc -o conftest -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lm -lcrypt -lnsl -lpthread >&5 +configure:30226: $? = 0 +configure:30248: result: yes +configure:30266: checking for writev +configure:30322: gcc -o conftest -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lm -lcrypt -lnsl -lpthread >&5 +configure:30329: $? = 0 +configure:30351: result: yes +configure:30365: checking for sendfilev in -lsendfile +configure:30400: gcc -o conftest -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c -lsendfile -lrt -lm -lcrypt -lnsl -lpthread >&5 +/usr/bin/ld: cannot find -lsendfile +collect2: error: ld returned 1 exit status +configure:30407: $? = 1 +configure: failed program was: +| /* confdefs.h. */ +| #define PACKAGE_NAME "" +| #define PACKAGE_TARNAME "" +| #define PACKAGE_VERSION "" +| #define PACKAGE_STRING "" +| #define PACKAGE_BUGREPORT "" +| #define STDC_HEADERS 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_INTTYPES_H 1 +| #define HAVE_STDINT_H 1 +| #define HAVE_UNISTD_H 1 +| #define __EXTENSIONS__ 1 +| #define _ALL_SOURCE 1 +| #define _GNU_SOURCE 1 +| #define _POSIX_PTHREAD_SEMANTICS 1 +| #define _TANDEM_SOURCE 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_LIBNSL 1 +| #define HAVE_PTHREAD_H 1 +| #define HAVE_PTHREAD_H 1 +| #define USE_THREADS 1 +| #define HAVE_PTHREAD_KEY_DELETE 1 +| #define HAVE_PTHREAD_RWLOCK_INIT 1 +| #define HAVE_PTHREAD_RWLOCKS 1 +| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 +| #define HAVE_GETHOSTBYNAME_R 1 +| #define HAVE_GETHOSTBYADDR_R 1 +| #define HAVE_SIGSUSPEND 1 +| #define HAVE_SIGWAIT 1 +| #define HAVE_POLL 1 +| #define HAVE_GETPWNAM_R 1 +| #define HAVE_GETPWUID_R 1 +| #define HAVE_GETGRNAM_R 1 +| #define HAVE_GETGRGID_R 1 +| #define HAVE_SYS_MMAN_H 1 +| #define HAVE_SYS_IPC_H 1 +| #define HAVE_SYS_SHM_H 1 +| #define HAVE_SYS_FILE_H 1 +| #define HAVE_MMAP 1 +| #define HAVE_MUNMAP 1 +| #define HAVE_SHM_OPEN 1 +| #define HAVE_SHM_UNLINK 1 +| #define HAVE_SHMGET 1 +| #define HAVE_SHMAT 1 +| #define HAVE_SHMDT 1 +| #define HAVE_SHMCTL 1 +| #define HAVE_MAP_ANON 1 +| #define anonymous shared memory allocation method 1 +| #define USE_SHMEM_MMAP_ANON 1 +| #define namebased memory allocation method 1 +| #define USE_SHMEM_SHMGET 1 +| #define HAVE_CALLOC 1 +| #define HAVE_STRCASECMP 1 +| #define HAVE_SETSID 1 +| #define HAVE_ISINF 1 +| #define HAVE_ISNAN 1 +| #define HAVE_GETENV 1 +| #define HAVE_PUTENV 1 +| #define HAVE_SETENV 1 +| #define HAVE_UNSETENV 1 +| #define HAVE_SETRLIMIT 1 +| #define HAVE_GETRLIMIT 1 +| #define HAVE_WRITEV 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 sendfilev (); +| int +| main () +| { +| return sendfilev (); +| ; +| return 0; +| } +configure:30428: result: no +configure:30445: checking for sendfile +configure:30501: gcc -o conftest -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lm -lcrypt -lnsl -lpthread >&5 +configure:30508: $? = 0 +configure:30530: result: yes +configure:30445: checking for send_file +configure:30501: gcc -o conftest -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lm -lcrypt -lnsl -lpthread >&5 +/tmp/ccNZPzzj.o: In function `main': +/bottlenecks/rubbos/app/httpd-2.0.64/srclib/apr/conftest.c:105: undefined reference to `send_file' +collect2: error: ld returned 1 exit status +configure:30508: $? = 1 +configure: failed program was: +| /* confdefs.h. */ +| #define PACKAGE_NAME "" +| #define PACKAGE_TARNAME "" +| #define PACKAGE_VERSION "" +| #define PACKAGE_STRING "" +| #define PACKAGE_BUGREPORT "" +| #define STDC_HEADERS 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_INTTYPES_H 1 +| #define HAVE_STDINT_H 1 +| #define HAVE_UNISTD_H 1 +| #define __EXTENSIONS__ 1 +| #define _ALL_SOURCE 1 +| #define _GNU_SOURCE 1 +| #define _POSIX_PTHREAD_SEMANTICS 1 +| #define _TANDEM_SOURCE 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_LIBNSL 1 +| #define HAVE_PTHREAD_H 1 +| #define HAVE_PTHREAD_H 1 +| #define USE_THREADS 1 +| #define HAVE_PTHREAD_KEY_DELETE 1 +| #define HAVE_PTHREAD_RWLOCK_INIT 1 +| #define HAVE_PTHREAD_RWLOCKS 1 +| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 +| #define HAVE_GETHOSTBYNAME_R 1 +| #define HAVE_GETHOSTBYADDR_R 1 +| #define HAVE_SIGSUSPEND 1 +| #define HAVE_SIGWAIT 1 +| #define HAVE_POLL 1 +| #define HAVE_GETPWNAM_R 1 +| #define HAVE_GETPWUID_R 1 +| #define HAVE_GETGRNAM_R 1 +| #define HAVE_GETGRGID_R 1 +| #define HAVE_SYS_MMAN_H 1 +| #define HAVE_SYS_IPC_H 1 +| #define HAVE_SYS_SHM_H 1 +| #define HAVE_SYS_FILE_H 1 +| #define HAVE_MMAP 1 +| #define HAVE_MUNMAP 1 +| #define HAVE_SHM_OPEN 1 +| #define HAVE_SHM_UNLINK 1 +| #define HAVE_SHMGET 1 +| #define HAVE_SHMAT 1 +| #define HAVE_SHMDT 1 +| #define HAVE_SHMCTL 1 +| #define HAVE_MAP_ANON 1 +| #define anonymous shared memory allocation method 1 +| #define USE_SHMEM_MMAP_ANON 1 +| #define namebased memory allocation method 1 +| #define USE_SHMEM_SHMGET 1 +| #define HAVE_CALLOC 1 +| #define HAVE_STRCASECMP 1 +| #define HAVE_SETSID 1 +| #define HAVE_ISINF 1 +| #define HAVE_ISNAN 1 +| #define HAVE_GETENV 1 +| #define HAVE_PUTENV 1 +| #define HAVE_SETENV 1 +| #define HAVE_UNSETENV 1 +| #define HAVE_SETRLIMIT 1 +| #define HAVE_GETRLIMIT 1 +| #define HAVE_WRITEV 1 +| #define HAVE_SENDFILE 1 +| /* end confdefs.h. */ +| /* Define send_file to an innocuous variant, in case declares send_file. +| For example, HP-UX 11i declares gettimeofday. */ +| #define send_file innocuous_send_file +| +| /* System header to define __stub macros and hopefully few prototypes, +| which can conflict with char send_file (); below. +| Prefer to if __STDC__ is defined, since +| exists even on freestanding compilers. */ +| +| #ifdef __STDC__ +| # include +| #else +| # include +| #endif +| +| #undef send_file +| +| /* 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 send_file (); +| /* The GNU C library defines this for functions which it implements +| to always fail with ENOSYS. Some functions are actually named +| something starting with __ and the normal name is an alias. */ +| #if defined __stub_send_file || defined __stub___send_file +| choke me +| #endif +| +| int +| main () +| { +| return send_file (); +| ; +| return 0; +| } +configure:30530: result: no +configure:30445: checking for sendfilev +configure:30501: gcc -o conftest -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lm -lcrypt -lnsl -lpthread >&5 +/tmp/ccZjyf0k.o: In function `main': +/bottlenecks/rubbos/app/httpd-2.0.64/srclib/apr/conftest.c:105: undefined reference to `sendfilev' +collect2: error: ld returned 1 exit status +configure:30508: $? = 1 +configure: failed program was: +| /* confdefs.h. */ +| #define PACKAGE_NAME "" +| #define PACKAGE_TARNAME "" +| #define PACKAGE_VERSION "" +| #define PACKAGE_STRING "" +| #define PACKAGE_BUGREPORT "" +| #define STDC_HEADERS 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_INTTYPES_H 1 +| #define HAVE_STDINT_H 1 +| #define HAVE_UNISTD_H 1 +| #define __EXTENSIONS__ 1 +| #define _ALL_SOURCE 1 +| #define _GNU_SOURCE 1 +| #define _POSIX_PTHREAD_SEMANTICS 1 +| #define _TANDEM_SOURCE 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_LIBNSL 1 +| #define HAVE_PTHREAD_H 1 +| #define HAVE_PTHREAD_H 1 +| #define USE_THREADS 1 +| #define HAVE_PTHREAD_KEY_DELETE 1 +| #define HAVE_PTHREAD_RWLOCK_INIT 1 +| #define HAVE_PTHREAD_RWLOCKS 1 +| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 +| #define HAVE_GETHOSTBYNAME_R 1 +| #define HAVE_GETHOSTBYADDR_R 1 +| #define HAVE_SIGSUSPEND 1 +| #define HAVE_SIGWAIT 1 +| #define HAVE_POLL 1 +| #define HAVE_GETPWNAM_R 1 +| #define HAVE_GETPWUID_R 1 +| #define HAVE_GETGRNAM_R 1 +| #define HAVE_GETGRGID_R 1 +| #define HAVE_SYS_MMAN_H 1 +| #define HAVE_SYS_IPC_H 1 +| #define HAVE_SYS_SHM_H 1 +| #define HAVE_SYS_FILE_H 1 +| #define HAVE_MMAP 1 +| #define HAVE_MUNMAP 1 +| #define HAVE_SHM_OPEN 1 +| #define HAVE_SHM_UNLINK 1 +| #define HAVE_SHMGET 1 +| #define HAVE_SHMAT 1 +| #define HAVE_SHMDT 1 +| #define HAVE_SHMCTL 1 +| #define HAVE_MAP_ANON 1 +| #define anonymous shared memory allocation method 1 +| #define USE_SHMEM_MMAP_ANON 1 +| #define namebased memory allocation method 1 +| #define USE_SHMEM_SHMGET 1 +| #define HAVE_CALLOC 1 +| #define HAVE_STRCASECMP 1 +| #define HAVE_SETSID 1 +| #define HAVE_ISINF 1 +| #define HAVE_ISNAN 1 +| #define HAVE_GETENV 1 +| #define HAVE_PUTENV 1 +| #define HAVE_SETENV 1 +| #define HAVE_UNSETENV 1 +| #define HAVE_SETRLIMIT 1 +| #define HAVE_GETRLIMIT 1 +| #define HAVE_WRITEV 1 +| #define HAVE_SENDFILE 1 +| /* end confdefs.h. */ +| /* Define sendfilev to an innocuous variant, in case declares sendfilev. +| For example, HP-UX 11i declares gettimeofday. */ +| #define sendfilev innocuous_sendfilev +| +| /* System header to define __stub macros and hopefully few prototypes, +| which can conflict with char sendfilev (); below. +| Prefer to if __STDC__ is defined, since +| exists even on freestanding compilers. */ +| +| #ifdef __STDC__ +| # include +| #else +| # include +| #endif +| +| #undef sendfilev +| +| /* 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 sendfilev (); +| /* The GNU C library defines this for functions which it implements +| to always fail with ENOSYS. Some functions are actually named +| something starting with __ and the normal name is an alias. */ +| #if defined __stub_sendfilev || defined __stub___sendfilev +| choke me +| #endif +| +| int +| main () +| { +| return sendfilev (); +| ; +| return 0; +| } +configure:30530: result: no +configure:30547: checking for utime +configure:30603: gcc -o conftest -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lm -lcrypt -lnsl -lpthread >&5 +configure:30610: $? = 0 +configure:30632: result: yes +configure:30547: checking for utimes +configure:30603: gcc -o conftest -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lm -lcrypt -lnsl -lpthread >&5 +configure:30610: $? = 0 +configure:30632: result: yes +configure:31057: checking for sigaction +configure:31113: gcc -o conftest -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lm -lcrypt -lnsl -lpthread >&5 +configure:31120: $? = 0 +configure:31142: result: yes +configure:31156: checking whether sys_siglist is declared +configure:31191: gcc -c -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 +configure:31198: $? = 0 +configure:31213: result: yes +configure:31237: checking for fork +configure:31293: gcc -o conftest -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lm -lcrypt -lnsl -lpthread >&5 +conftest.c:98:6: warning: conflicting types for built-in function 'fork' [enabled by default] + char fork (); + ^ +configure:31300: $? = 0 +configure:31322: result: yes +configure:31337: checking for inet_addr +configure:31373: gcc -c -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 +configure:31380: $? = 0 +configure:31400: result: yes +configure:31410: checking for inet_network +configure:31446: gcc -c -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 +configure:31453: $? = 0 +configure:31473: result: yes +configure:31483: checking for _getch +configure:31539: gcc -o conftest -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lm -lcrypt -lnsl -lpthread >&5 +/tmp/ccERY85F.o: In function `main': +/bottlenecks/rubbos/app/httpd-2.0.64/srclib/apr/conftest.c:110: undefined reference to `_getch' +collect2: error: ld returned 1 exit status +configure:31546: $? = 1 +configure: failed program was: +| /* confdefs.h. */ +| #define PACKAGE_NAME "" +| #define PACKAGE_TARNAME "" +| #define PACKAGE_VERSION "" +| #define PACKAGE_STRING "" +| #define PACKAGE_BUGREPORT "" +| #define STDC_HEADERS 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_INTTYPES_H 1 +| #define HAVE_STDINT_H 1 +| #define HAVE_UNISTD_H 1 +| #define __EXTENSIONS__ 1 +| #define _ALL_SOURCE 1 +| #define _GNU_SOURCE 1 +| #define _POSIX_PTHREAD_SEMANTICS 1 +| #define _TANDEM_SOURCE 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_LIBNSL 1 +| #define HAVE_PTHREAD_H 1 +| #define HAVE_PTHREAD_H 1 +| #define USE_THREADS 1 +| #define HAVE_PTHREAD_KEY_DELETE 1 +| #define HAVE_PTHREAD_RWLOCK_INIT 1 +| #define HAVE_PTHREAD_RWLOCKS 1 +| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 +| #define HAVE_GETHOSTBYNAME_R 1 +| #define HAVE_GETHOSTBYADDR_R 1 +| #define HAVE_SIGSUSPEND 1 +| #define HAVE_SIGWAIT 1 +| #define HAVE_POLL 1 +| #define HAVE_GETPWNAM_R 1 +| #define HAVE_GETPWUID_R 1 +| #define HAVE_GETGRNAM_R 1 +| #define HAVE_GETGRGID_R 1 +| #define HAVE_SYS_MMAN_H 1 +| #define HAVE_SYS_IPC_H 1 +| #define HAVE_SYS_SHM_H 1 +| #define HAVE_SYS_FILE_H 1 +| #define HAVE_MMAP 1 +| #define HAVE_MUNMAP 1 +| #define HAVE_SHM_OPEN 1 +| #define HAVE_SHM_UNLINK 1 +| #define HAVE_SHMGET 1 +| #define HAVE_SHMAT 1 +| #define HAVE_SHMDT 1 +| #define HAVE_SHMCTL 1 +| #define HAVE_MAP_ANON 1 +| #define anonymous shared memory allocation method 1 +| #define USE_SHMEM_MMAP_ANON 1 +| #define namebased memory allocation method 1 +| #define USE_SHMEM_SHMGET 1 +| #define HAVE_CALLOC 1 +| #define HAVE_STRCASECMP 1 +| #define HAVE_SETSID 1 +| #define HAVE_ISINF 1 +| #define HAVE_ISNAN 1 +| #define HAVE_GETENV 1 +| #define HAVE_PUTENV 1 +| #define HAVE_SETENV 1 +| #define HAVE_UNSETENV 1 +| #define HAVE_SETRLIMIT 1 +| #define HAVE_GETRLIMIT 1 +| #define HAVE_WRITEV 1 +| #define HAVE_SENDFILE 1 +| #define HAVE_UTIME 1 +| #define HAVE_UTIMES 1 +| #define HAVE_SIGACTION 1 +| #define HAVE_DECL_SYS_SIGLIST 1 +| #define HAVE_FORK 1 +| /* end confdefs.h. */ +| /* Define _getch to an innocuous variant, in case declares _getch. +| For example, HP-UX 11i declares gettimeofday. */ +| #define _getch innocuous__getch +| +| /* System header to define __stub macros and hopefully few prototypes, +| which can conflict with char _getch (); below. +| Prefer to if __STDC__ is defined, since +| exists even on freestanding compilers. */ +| +| #ifdef __STDC__ +| # include +| #else +| # include +| #endif +| +| #undef _getch +| +| /* 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 _getch (); +| /* The GNU C library defines this for functions which it implements +| to always fail with ENOSYS. Some functions are actually named +| something starting with __ and the normal name is an alias. */ +| #if defined __stub__getch || defined __stub____getch +| choke me +| #endif +| +| int +| main () +| { +| return _getch (); +| ; +| return 0; +| } +configure:31566: result: no +configure:31573: checking for strerror_r +configure:31629: gcc -o conftest -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lm -lcrypt -lnsl -lpthread >&5 +configure:31636: $? = 0 +configure:31658: result: yes +configure:31674: checking for type of return code from strerror_r +configure:31707: gcc -o conftest -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lm -lcrypt -lnsl -lpthread >&5 +conftest.c: In function 'main': +conftest.c:84:43: warning: comparison between pointer and integer [enabled by default] + if (strerror_r(ERANGE, buf, sizeof buf) < 1) { + ^ +conftest.c:85:5: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] + exit(0); + ^ +conftest.c:88:5: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] + exit(1); + ^ +configure:31711: $? = 0 +configure:31717: ./conftest +configure:31721: $? = 1 +configure: program exited with status 1 +configure: failed program was: +| /* confdefs.h. */ +| #define PACKAGE_NAME "" +| #define PACKAGE_TARNAME "" +| #define PACKAGE_VERSION "" +| #define PACKAGE_STRING "" +| #define PACKAGE_BUGREPORT "" +| #define STDC_HEADERS 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_INTTYPES_H 1 +| #define HAVE_STDINT_H 1 +| #define HAVE_UNISTD_H 1 +| #define __EXTENSIONS__ 1 +| #define _ALL_SOURCE 1 +| #define _GNU_SOURCE 1 +| #define _POSIX_PTHREAD_SEMANTICS 1 +| #define _TANDEM_SOURCE 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_LIBNSL 1 +| #define HAVE_PTHREAD_H 1 +| #define HAVE_PTHREAD_H 1 +| #define USE_THREADS 1 +| #define HAVE_PTHREAD_KEY_DELETE 1 +| #define HAVE_PTHREAD_RWLOCK_INIT 1 +| #define HAVE_PTHREAD_RWLOCKS 1 +| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 +| #define HAVE_GETHOSTBYNAME_R 1 +| #define HAVE_GETHOSTBYADDR_R 1 +| #define HAVE_SIGSUSPEND 1 +| #define HAVE_SIGWAIT 1 +| #define HAVE_POLL 1 +| #define HAVE_GETPWNAM_R 1 +| #define HAVE_GETPWUID_R 1 +| #define HAVE_GETGRNAM_R 1 +| #define HAVE_GETGRGID_R 1 +| #define HAVE_SYS_MMAN_H 1 +| #define HAVE_SYS_IPC_H 1 +| #define HAVE_SYS_SHM_H 1 +| #define HAVE_SYS_FILE_H 1 +| #define HAVE_MMAP 1 +| #define HAVE_MUNMAP 1 +| #define HAVE_SHM_OPEN 1 +| #define HAVE_SHM_UNLINK 1 +| #define HAVE_SHMGET 1 +| #define HAVE_SHMAT 1 +| #define HAVE_SHMDT 1 +| #define HAVE_SHMCTL 1 +| #define HAVE_MAP_ANON 1 +| #define anonymous shared memory allocation method 1 +| #define USE_SHMEM_MMAP_ANON 1 +| #define namebased memory allocation method 1 +| #define USE_SHMEM_SHMGET 1 +| #define HAVE_CALLOC 1 +| #define HAVE_STRCASECMP 1 +| #define HAVE_SETSID 1 +| #define HAVE_ISINF 1 +| #define HAVE_ISNAN 1 +| #define HAVE_GETENV 1 +| #define HAVE_PUTENV 1 +| #define HAVE_SETENV 1 +| #define HAVE_UNSETENV 1 +| #define HAVE_SETRLIMIT 1 +| #define HAVE_GETRLIMIT 1 +| #define HAVE_WRITEV 1 +| #define HAVE_SENDFILE 1 +| #define HAVE_UTIME 1 +| #define HAVE_UTIMES 1 +| #define HAVE_SIGACTION 1 +| #define HAVE_DECL_SYS_SIGLIST 1 +| #define HAVE_FORK 1 +| #define HAVE_STRERROR_R 1 +| /* end confdefs.h. */ +| +| #include +| #include +| #include +| main() +| { +| char buf[1024]; +| if (strerror_r(ERANGE, buf, sizeof buf) < 1) { +| exit(0); +| } +| else { +| exit(1); +| } +| } +configure:31749: result: pointer +configure:31757: checking for crypt_r +configure:31813: gcc -o conftest -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lm -lcrypt -lnsl -lpthread >&5 +configure:31820: $? = 0 +configure:31842: result: yes +configure:31858: checking style of crypt_r +configure:31891: gcc -c -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 +conftest.c: In function 'main': +conftest.c:85:1: error: unknown type name 'CRYPTD' + CRYPTD buffer; + ^ +conftest.c:86:1: warning: passing argument 3 of 'crypt_r' from incompatible pointer type [enabled by default] + crypt_r("passwd", "hash", &buffer); + ^ +In file included from conftest.c:79:0: +/usr/include/crypt.h:60:14: note: expected 'struct crypt_data * __restrict__' but argument is of type 'int *' + extern char *crypt_r (const char *__key, const char *__salt, + ^ +configure:31898: $? = 1 +configure: failed program was: +| /* confdefs.h. */ +| #define PACKAGE_NAME "" +| #define PACKAGE_TARNAME "" +| #define PACKAGE_VERSION "" +| #define PACKAGE_STRING "" +| #define PACKAGE_BUGREPORT "" +| #define STDC_HEADERS 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_INTTYPES_H 1 +| #define HAVE_STDINT_H 1 +| #define HAVE_UNISTD_H 1 +| #define __EXTENSIONS__ 1 +| #define _ALL_SOURCE 1 +| #define _GNU_SOURCE 1 +| #define _POSIX_PTHREAD_SEMANTICS 1 +| #define _TANDEM_SOURCE 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_LIBNSL 1 +| #define HAVE_PTHREAD_H 1 +| #define HAVE_PTHREAD_H 1 +| #define USE_THREADS 1 +| #define HAVE_PTHREAD_KEY_DELETE 1 +| #define HAVE_PTHREAD_RWLOCK_INIT 1 +| #define HAVE_PTHREAD_RWLOCKS 1 +| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 +| #define HAVE_GETHOSTBYNAME_R 1 +| #define HAVE_GETHOSTBYADDR_R 1 +| #define HAVE_SIGSUSPEND 1 +| #define HAVE_SIGWAIT 1 +| #define HAVE_POLL 1 +| #define HAVE_GETPWNAM_R 1 +| #define HAVE_GETPWUID_R 1 +| #define HAVE_GETGRNAM_R 1 +| #define HAVE_GETGRGID_R 1 +| #define HAVE_SYS_MMAN_H 1 +| #define HAVE_SYS_IPC_H 1 +| #define HAVE_SYS_SHM_H 1 +| #define HAVE_SYS_FILE_H 1 +| #define HAVE_MMAP 1 +| #define HAVE_MUNMAP 1 +| #define HAVE_SHM_OPEN 1 +| #define HAVE_SHM_UNLINK 1 +| #define HAVE_SHMGET 1 +| #define HAVE_SHMAT 1 +| #define HAVE_SHMDT 1 +| #define HAVE_SHMCTL 1 +| #define HAVE_MAP_ANON 1 +| #define anonymous shared memory allocation method 1 +| #define USE_SHMEM_MMAP_ANON 1 +| #define namebased memory allocation method 1 +| #define USE_SHMEM_SHMGET 1 +| #define HAVE_CALLOC 1 +| #define HAVE_STRCASECMP 1 +| #define HAVE_SETSID 1 +| #define HAVE_ISINF 1 +| #define HAVE_ISNAN 1 +| #define HAVE_GETENV 1 +| #define HAVE_PUTENV 1 +| #define HAVE_SETENV 1 +| #define HAVE_UNSETENV 1 +| #define HAVE_SETRLIMIT 1 +| #define HAVE_GETRLIMIT 1 +| #define HAVE_WRITEV 1 +| #define HAVE_SENDFILE 1 +| #define HAVE_UTIME 1 +| #define HAVE_UTIMES 1 +| #define HAVE_SIGACTION 1 +| #define HAVE_DECL_SYS_SIGLIST 1 +| #define HAVE_FORK 1 +| #define HAVE_STRERROR_R 1 +| #define HAVE_CRYPT_R 1 +| /* end confdefs.h. */ +| +| #include +| +| int +| main () +| { +| +| CRYPTD buffer; +| crypt_r("passwd", "hash", &buffer); +| +| ; +| return 0; +| } +configure:31939: gcc -c -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 +configure:31946: $? = 0 +configure:31963: result: struct_crypt_data +configure:31987: checking for mmap +configure:32072: result: yes +configure:32093: checking for memmove +configure:32149: gcc -o conftest -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lm -lcrypt -lnsl -lpthread >&5 +conftest.c:103:6: warning: conflicting types for built-in function 'memmove' [enabled by default] + char memmove (); + ^ +configure:32156: $? = 0 +configure:32178: result: yes +configure:32201: checking for getpass +configure:32257: gcc -o conftest -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lm -lcrypt -lnsl -lpthread >&5 +configure:32264: $? = 0 +configure:32286: result: yes +configure:32201: checking for getpassphrase +configure:32257: gcc -o conftest -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lm -lcrypt -lnsl -lpthread >&5 +/tmp/ccL1vv5a.o: In function `main': +/bottlenecks/rubbos/app/httpd-2.0.64/srclib/apr/conftest.c:116: undefined reference to `getpassphrase' +collect2: error: ld returned 1 exit status +configure:32264: $? = 1 +configure: failed program was: +| /* confdefs.h. */ +| #define PACKAGE_NAME "" +| #define PACKAGE_TARNAME "" +| #define PACKAGE_VERSION "" +| #define PACKAGE_STRING "" +| #define PACKAGE_BUGREPORT "" +| #define STDC_HEADERS 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_INTTYPES_H 1 +| #define HAVE_STDINT_H 1 +| #define HAVE_UNISTD_H 1 +| #define __EXTENSIONS__ 1 +| #define _ALL_SOURCE 1 +| #define _GNU_SOURCE 1 +| #define _POSIX_PTHREAD_SEMANTICS 1 +| #define _TANDEM_SOURCE 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_LIBNSL 1 +| #define HAVE_PTHREAD_H 1 +| #define HAVE_PTHREAD_H 1 +| #define USE_THREADS 1 +| #define HAVE_PTHREAD_KEY_DELETE 1 +| #define HAVE_PTHREAD_RWLOCK_INIT 1 +| #define HAVE_PTHREAD_RWLOCKS 1 +| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 +| #define HAVE_GETHOSTBYNAME_R 1 +| #define HAVE_GETHOSTBYADDR_R 1 +| #define HAVE_SIGSUSPEND 1 +| #define HAVE_SIGWAIT 1 +| #define HAVE_POLL 1 +| #define HAVE_GETPWNAM_R 1 +| #define HAVE_GETPWUID_R 1 +| #define HAVE_GETGRNAM_R 1 +| #define HAVE_GETGRGID_R 1 +| #define HAVE_SYS_MMAN_H 1 +| #define HAVE_SYS_IPC_H 1 +| #define HAVE_SYS_SHM_H 1 +| #define HAVE_SYS_FILE_H 1 +| #define HAVE_MMAP 1 +| #define HAVE_MUNMAP 1 +| #define HAVE_SHM_OPEN 1 +| #define HAVE_SHM_UNLINK 1 +| #define HAVE_SHMGET 1 +| #define HAVE_SHMAT 1 +| #define HAVE_SHMDT 1 +| #define HAVE_SHMCTL 1 +| #define HAVE_MAP_ANON 1 +| #define anonymous shared memory allocation method 1 +| #define USE_SHMEM_MMAP_ANON 1 +| #define namebased memory allocation method 1 +| #define USE_SHMEM_SHMGET 1 +| #define HAVE_CALLOC 1 +| #define HAVE_STRCASECMP 1 +| #define HAVE_SETSID 1 +| #define HAVE_ISINF 1 +| #define HAVE_ISNAN 1 +| #define HAVE_GETENV 1 +| #define HAVE_PUTENV 1 +| #define HAVE_SETENV 1 +| #define HAVE_UNSETENV 1 +| #define HAVE_SETRLIMIT 1 +| #define HAVE_GETRLIMIT 1 +| #define HAVE_WRITEV 1 +| #define HAVE_SENDFILE 1 +| #define HAVE_UTIME 1 +| #define HAVE_UTIMES 1 +| #define HAVE_SIGACTION 1 +| #define HAVE_DECL_SYS_SIGLIST 1 +| #define HAVE_FORK 1 +| #define HAVE_STRERROR_R 1 +| #define HAVE_CRYPT_R 1 +| #define CRYPT_R_STRUCT_CRYPT_DATA 1 +| #define HAVE_MMAP 1 +| #define HAVE_MEMMOVE 1 +| #define HAVE_GETPASS 1 +| /* end confdefs.h. */ +| /* Define getpassphrase to an innocuous variant, in case declares getpassphrase. +| For example, HP-UX 11i declares gettimeofday. */ +| #define getpassphrase innocuous_getpassphrase +| +| /* System header to define __stub macros and hopefully few prototypes, +| which can conflict with char getpassphrase (); below. +| Prefer to if __STDC__ is defined, since +| exists even on freestanding compilers. */ +| +| #ifdef __STDC__ +| # include +| #else +| # include +| #endif +| +| #undef getpassphrase +| +| /* 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 getpassphrase (); +| /* The GNU C library defines this for functions which it implements +| to always fail with ENOSYS. Some functions are actually named +| something starting with __ and the normal name is an alias. */ +| #if defined __stub_getpassphrase || defined __stub___getpassphrase +| choke me +| #endif +| +| int +| main () +| { +| return getpassphrase (); +| ; +| return 0; +| } +configure:32286: result: no +configure:32201: checking for gmtime_r +configure:32257: gcc -o conftest -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lm -lcrypt -lnsl -lpthread >&5 +configure:32264: $? = 0 +configure:32286: result: yes +configure:32201: checking for localtime_r +configure:32257: gcc -o conftest -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lm -lcrypt -lnsl -lpthread >&5 +configure:32264: $? = 0 +configure:32286: result: yes +configure:32201: checking for hstrerror +configure:32257: gcc -o conftest -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lm -lcrypt -lnsl -lpthread >&5 +configure:32264: $? = 0 +configure:32286: result: yes +configure:32201: checking for mkstemp +configure:32257: gcc -o conftest -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lm -lcrypt -lnsl -lpthread >&5 +configure:32264: $? = 0 +configure:32286: result: yes +configure:32311: checking whether sigwait takes one argument +configure:32352: gcc -c -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 +conftest.c: In function 'main': +conftest.c:103:3: error: too few arguments to function 'sigwait' + sigwait(&set); + ^ +In file included from conftest.c:95:0: +/usr/include/signal.h:270:12: note: declared here + extern int sigwait (const sigset_t *__restrict __set, int *__restrict __sig) + ^ +configure:32359: $? = 1 +configure: failed program was: +| /* confdefs.h. */ +| #define PACKAGE_NAME "" +| #define PACKAGE_TARNAME "" +| #define PACKAGE_VERSION "" +| #define PACKAGE_STRING "" +| #define PACKAGE_BUGREPORT "" +| #define STDC_HEADERS 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_INTTYPES_H 1 +| #define HAVE_STDINT_H 1 +| #define HAVE_UNISTD_H 1 +| #define __EXTENSIONS__ 1 +| #define _ALL_SOURCE 1 +| #define _GNU_SOURCE 1 +| #define _POSIX_PTHREAD_SEMANTICS 1 +| #define _TANDEM_SOURCE 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_LIBNSL 1 +| #define HAVE_PTHREAD_H 1 +| #define HAVE_PTHREAD_H 1 +| #define USE_THREADS 1 +| #define HAVE_PTHREAD_KEY_DELETE 1 +| #define HAVE_PTHREAD_RWLOCK_INIT 1 +| #define HAVE_PTHREAD_RWLOCKS 1 +| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 +| #define HAVE_GETHOSTBYNAME_R 1 +| #define HAVE_GETHOSTBYADDR_R 1 +| #define HAVE_SIGSUSPEND 1 +| #define HAVE_SIGWAIT 1 +| #define HAVE_POLL 1 +| #define HAVE_GETPWNAM_R 1 +| #define HAVE_GETPWUID_R 1 +| #define HAVE_GETGRNAM_R 1 +| #define HAVE_GETGRGID_R 1 +| #define HAVE_SYS_MMAN_H 1 +| #define HAVE_SYS_IPC_H 1 +| #define HAVE_SYS_SHM_H 1 +| #define HAVE_SYS_FILE_H 1 +| #define HAVE_MMAP 1 +| #define HAVE_MUNMAP 1 +| #define HAVE_SHM_OPEN 1 +| #define HAVE_SHM_UNLINK 1 +| #define HAVE_SHMGET 1 +| #define HAVE_SHMAT 1 +| #define HAVE_SHMDT 1 +| #define HAVE_SHMCTL 1 +| #define HAVE_MAP_ANON 1 +| #define anonymous shared memory allocation method 1 +| #define USE_SHMEM_MMAP_ANON 1 +| #define namebased memory allocation method 1 +| #define USE_SHMEM_SHMGET 1 +| #define HAVE_CALLOC 1 +| #define HAVE_STRCASECMP 1 +| #define HAVE_SETSID 1 +| #define HAVE_ISINF 1 +| #define HAVE_ISNAN 1 +| #define HAVE_GETENV 1 +| #define HAVE_PUTENV 1 +| #define HAVE_SETENV 1 +| #define HAVE_UNSETENV 1 +| #define HAVE_SETRLIMIT 1 +| #define HAVE_GETRLIMIT 1 +| #define HAVE_WRITEV 1 +| #define HAVE_SENDFILE 1 +| #define HAVE_UTIME 1 +| #define HAVE_UTIMES 1 +| #define HAVE_SIGACTION 1 +| #define HAVE_DECL_SYS_SIGLIST 1 +| #define HAVE_FORK 1 +| #define HAVE_STRERROR_R 1 +| #define HAVE_CRYPT_R 1 +| #define CRYPT_R_STRUCT_CRYPT_DATA 1 +| #define HAVE_MMAP 1 +| #define HAVE_MEMMOVE 1 +| #define HAVE_GETPASS 1 +| #define HAVE_GMTIME_R 1 +| #define HAVE_LOCALTIME_R 1 +| #define HAVE_HSTRERROR 1 +| #define HAVE_MKSTEMP 1 +| /* end confdefs.h. */ +| +| #if defined(__NETBSD__) || defined(DARWIN) +| /* When using the unproven-pthreads package, we need to pull in this +| * header to get a prototype for sigwait(). Else things will fail later +| * on. XXX Should probably be fixed in the unproven-pthreads package. +| * Darwin is declaring sigwait() in the wrong place as well. +| */ +| #include +| #endif +| #include +| +| int +| main () +| { +| +| sigset_t set; +| +| sigwait(&set); +| +| ; +| return 0; +| } +configure:32378: result: no +configure:32389: checking for inode member of struct dirent +configure:32425: gcc -c -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 +configure:32432: $? = 0 +configure:32500: result: d_fileno +configure:32510: checking for file type member of struct dirent +configure:32543: gcc -c -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 +configure:32550: $? = 0 +configure:32566: result: d_type +configure:32576: checking for ANSI C header files +configure:32744: result: yes +configure:32896: checking alloca.h usability +configure:32913: gcc -c -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 +configure:32920: $? = 0 +configure:32934: result: yes +configure:32938: checking alloca.h presence +configure:32953: gcc -E -D_REENTRANT -D_GNU_SOURCE conftest.c +configure:32960: $? = 0 +configure:32974: result: yes +configure:33002: checking for alloca.h +configure:33011: result: yes +configure:32896: checking ByteOrder.h usability +configure:32913: gcc -c -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 +conftest.c:123:23: fatal error: ByteOrder.h: No such file or directory + #include + ^ +compilation terminated. +configure:32920: $? = 1 +configure: failed program was: +| /* confdefs.h. */ +| #define PACKAGE_NAME "" +| #define PACKAGE_TARNAME "" +| #define PACKAGE_VERSION "" +| #define PACKAGE_STRING "" +| #define PACKAGE_BUGREPORT "" +| #define STDC_HEADERS 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_INTTYPES_H 1 +| #define HAVE_STDINT_H 1 +| #define HAVE_UNISTD_H 1 +| #define __EXTENSIONS__ 1 +| #define _ALL_SOURCE 1 +| #define _GNU_SOURCE 1 +| #define _POSIX_PTHREAD_SEMANTICS 1 +| #define _TANDEM_SOURCE 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_LIBNSL 1 +| #define HAVE_PTHREAD_H 1 +| #define HAVE_PTHREAD_H 1 +| #define USE_THREADS 1 +| #define HAVE_PTHREAD_KEY_DELETE 1 +| #define HAVE_PTHREAD_RWLOCK_INIT 1 +| #define HAVE_PTHREAD_RWLOCKS 1 +| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 +| #define HAVE_GETHOSTBYNAME_R 1 +| #define HAVE_GETHOSTBYADDR_R 1 +| #define HAVE_SIGSUSPEND 1 +| #define HAVE_SIGWAIT 1 +| #define HAVE_POLL 1 +| #define HAVE_GETPWNAM_R 1 +| #define HAVE_GETPWUID_R 1 +| #define HAVE_GETGRNAM_R 1 +| #define HAVE_GETGRGID_R 1 +| #define HAVE_SYS_MMAN_H 1 +| #define HAVE_SYS_IPC_H 1 +| #define HAVE_SYS_SHM_H 1 +| #define HAVE_SYS_FILE_H 1 +| #define HAVE_MMAP 1 +| #define HAVE_MUNMAP 1 +| #define HAVE_SHM_OPEN 1 +| #define HAVE_SHM_UNLINK 1 +| #define HAVE_SHMGET 1 +| #define HAVE_SHMAT 1 +| #define HAVE_SHMDT 1 +| #define HAVE_SHMCTL 1 +| #define HAVE_MAP_ANON 1 +| #define anonymous shared memory allocation method 1 +| #define USE_SHMEM_MMAP_ANON 1 +| #define namebased memory allocation method 1 +| #define USE_SHMEM_SHMGET 1 +| #define HAVE_CALLOC 1 +| #define HAVE_STRCASECMP 1 +| #define HAVE_SETSID 1 +| #define HAVE_ISINF 1 +| #define HAVE_ISNAN 1 +| #define HAVE_GETENV 1 +| #define HAVE_PUTENV 1 +| #define HAVE_SETENV 1 +| #define HAVE_UNSETENV 1 +| #define HAVE_SETRLIMIT 1 +| #define HAVE_GETRLIMIT 1 +| #define HAVE_WRITEV 1 +| #define HAVE_SENDFILE 1 +| #define HAVE_UTIME 1 +| #define HAVE_UTIMES 1 +| #define HAVE_SIGACTION 1 +| #define HAVE_DECL_SYS_SIGLIST 1 +| #define HAVE_FORK 1 +| #define HAVE_STRERROR_R 1 +| #define HAVE_CRYPT_R 1 +| #define CRYPT_R_STRUCT_CRYPT_DATA 1 +| #define HAVE_MMAP 1 +| #define HAVE_MEMMOVE 1 +| #define HAVE_GETPASS 1 +| #define HAVE_GMTIME_R 1 +| #define HAVE_LOCALTIME_R 1 +| #define HAVE_HSTRERROR 1 +| #define HAVE_MKSTEMP 1 +| #define DIRENT_INODE d_fileno +| #define DIRENT_TYPE d_type +| #define STDC_HEADERS 1 +| #define HAVE_ALLOCA_H 1 +| /* end confdefs.h. */ +| #include +| #ifdef HAVE_SYS_TYPES_H +| # include +| #endif +| #ifdef HAVE_SYS_STAT_H +| # include +| #endif +| #ifdef STDC_HEADERS +| # include +| # include +| #else +| # ifdef HAVE_STDLIB_H +| # include +| # endif +| #endif +| #ifdef HAVE_STRING_H +| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H +| # include +| # endif +| # include +| #endif +| #ifdef HAVE_STRINGS_H +| # include +| #endif +| #ifdef HAVE_INTTYPES_H +| # include +| #endif +| #ifdef HAVE_STDINT_H +| # include +| #endif +| #ifdef HAVE_UNISTD_H +| # include +| #endif +| #include +configure:32934: result: no +configure:32938: checking ByteOrder.h presence +configure:32953: gcc -E -D_REENTRANT -D_GNU_SOURCE conftest.c +conftest.c:90:23: fatal error: ByteOrder.h: No such file or directory + #include + ^ +compilation terminated. +configure:32960: $? = 1 +configure: failed program was: +| /* confdefs.h. */ +| #define PACKAGE_NAME "" +| #define PACKAGE_TARNAME "" +| #define PACKAGE_VERSION "" +| #define PACKAGE_STRING "" +| #define PACKAGE_BUGREPORT "" +| #define STDC_HEADERS 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_INTTYPES_H 1 +| #define HAVE_STDINT_H 1 +| #define HAVE_UNISTD_H 1 +| #define __EXTENSIONS__ 1 +| #define _ALL_SOURCE 1 +| #define _GNU_SOURCE 1 +| #define _POSIX_PTHREAD_SEMANTICS 1 +| #define _TANDEM_SOURCE 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_LIBNSL 1 +| #define HAVE_PTHREAD_H 1 +| #define HAVE_PTHREAD_H 1 +| #define USE_THREADS 1 +| #define HAVE_PTHREAD_KEY_DELETE 1 +| #define HAVE_PTHREAD_RWLOCK_INIT 1 +| #define HAVE_PTHREAD_RWLOCKS 1 +| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 +| #define HAVE_GETHOSTBYNAME_R 1 +| #define HAVE_GETHOSTBYADDR_R 1 +| #define HAVE_SIGSUSPEND 1 +| #define HAVE_SIGWAIT 1 +| #define HAVE_POLL 1 +| #define HAVE_GETPWNAM_R 1 +| #define HAVE_GETPWUID_R 1 +| #define HAVE_GETGRNAM_R 1 +| #define HAVE_GETGRGID_R 1 +| #define HAVE_SYS_MMAN_H 1 +| #define HAVE_SYS_IPC_H 1 +| #define HAVE_SYS_SHM_H 1 +| #define HAVE_SYS_FILE_H 1 +| #define HAVE_MMAP 1 +| #define HAVE_MUNMAP 1 +| #define HAVE_SHM_OPEN 1 +| #define HAVE_SHM_UNLINK 1 +| #define HAVE_SHMGET 1 +| #define HAVE_SHMAT 1 +| #define HAVE_SHMDT 1 +| #define HAVE_SHMCTL 1 +| #define HAVE_MAP_ANON 1 +| #define anonymous shared memory allocation method 1 +| #define USE_SHMEM_MMAP_ANON 1 +| #define namebased memory allocation method 1 +| #define USE_SHMEM_SHMGET 1 +| #define HAVE_CALLOC 1 +| #define HAVE_STRCASECMP 1 +| #define HAVE_SETSID 1 +| #define HAVE_ISINF 1 +| #define HAVE_ISNAN 1 +| #define HAVE_GETENV 1 +| #define HAVE_PUTENV 1 +| #define HAVE_SETENV 1 +| #define HAVE_UNSETENV 1 +| #define HAVE_SETRLIMIT 1 +| #define HAVE_GETRLIMIT 1 +| #define HAVE_WRITEV 1 +| #define HAVE_SENDFILE 1 +| #define HAVE_UTIME 1 +| #define HAVE_UTIMES 1 +| #define HAVE_SIGACTION 1 +| #define HAVE_DECL_SYS_SIGLIST 1 +| #define HAVE_FORK 1 +| #define HAVE_STRERROR_R 1 +| #define HAVE_CRYPT_R 1 +| #define CRYPT_R_STRUCT_CRYPT_DATA 1 +| #define HAVE_MMAP 1 +| #define HAVE_MEMMOVE 1 +| #define HAVE_GETPASS 1 +| #define HAVE_GMTIME_R 1 +| #define HAVE_LOCALTIME_R 1 +| #define HAVE_HSTRERROR 1 +| #define HAVE_MKSTEMP 1 +| #define DIRENT_INODE d_fileno +| #define DIRENT_TYPE d_type +| #define STDC_HEADERS 1 +| #define HAVE_ALLOCA_H 1 +| /* end confdefs.h. */ +| #include +configure:32974: result: no +configure:33002: checking for ByteOrder.h +configure:33011: result: no +configure:32896: checking conio.h usability +configure:32913: gcc -c -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 +conftest.c:123:19: fatal error: conio.h: No such file or directory + #include + ^ +compilation terminated. +configure:32920: $? = 1 +configure: failed program was: +| /* confdefs.h. */ +| #define PACKAGE_NAME "" +| #define PACKAGE_TARNAME "" +| #define PACKAGE_VERSION "" +| #define PACKAGE_STRING "" +| #define PACKAGE_BUGREPORT "" +| #define STDC_HEADERS 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_INTTYPES_H 1 +| #define HAVE_STDINT_H 1 +| #define HAVE_UNISTD_H 1 +| #define __EXTENSIONS__ 1 +| #define _ALL_SOURCE 1 +| #define _GNU_SOURCE 1 +| #define _POSIX_PTHREAD_SEMANTICS 1 +| #define _TANDEM_SOURCE 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_LIBNSL 1 +| #define HAVE_PTHREAD_H 1 +| #define HAVE_PTHREAD_H 1 +| #define USE_THREADS 1 +| #define HAVE_PTHREAD_KEY_DELETE 1 +| #define HAVE_PTHREAD_RWLOCK_INIT 1 +| #define HAVE_PTHREAD_RWLOCKS 1 +| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 +| #define HAVE_GETHOSTBYNAME_R 1 +| #define HAVE_GETHOSTBYADDR_R 1 +| #define HAVE_SIGSUSPEND 1 +| #define HAVE_SIGWAIT 1 +| #define HAVE_POLL 1 +| #define HAVE_GETPWNAM_R 1 +| #define HAVE_GETPWUID_R 1 +| #define HAVE_GETGRNAM_R 1 +| #define HAVE_GETGRGID_R 1 +| #define HAVE_SYS_MMAN_H 1 +| #define HAVE_SYS_IPC_H 1 +| #define HAVE_SYS_SHM_H 1 +| #define HAVE_SYS_FILE_H 1 +| #define HAVE_MMAP 1 +| #define HAVE_MUNMAP 1 +| #define HAVE_SHM_OPEN 1 +| #define HAVE_SHM_UNLINK 1 +| #define HAVE_SHMGET 1 +| #define HAVE_SHMAT 1 +| #define HAVE_SHMDT 1 +| #define HAVE_SHMCTL 1 +| #define HAVE_MAP_ANON 1 +| #define anonymous shared memory allocation method 1 +| #define USE_SHMEM_MMAP_ANON 1 +| #define namebased memory allocation method 1 +| #define USE_SHMEM_SHMGET 1 +| #define HAVE_CALLOC 1 +| #define HAVE_STRCASECMP 1 +| #define HAVE_SETSID 1 +| #define HAVE_ISINF 1 +| #define HAVE_ISNAN 1 +| #define HAVE_GETENV 1 +| #define HAVE_PUTENV 1 +| #define HAVE_SETENV 1 +| #define HAVE_UNSETENV 1 +| #define HAVE_SETRLIMIT 1 +| #define HAVE_GETRLIMIT 1 +| #define HAVE_WRITEV 1 +| #define HAVE_SENDFILE 1 +| #define HAVE_UTIME 1 +| #define HAVE_UTIMES 1 +| #define HAVE_SIGACTION 1 +| #define HAVE_DECL_SYS_SIGLIST 1 +| #define HAVE_FORK 1 +| #define HAVE_STRERROR_R 1 +| #define HAVE_CRYPT_R 1 +| #define CRYPT_R_STRUCT_CRYPT_DATA 1 +| #define HAVE_MMAP 1 +| #define HAVE_MEMMOVE 1 +| #define HAVE_GETPASS 1 +| #define HAVE_GMTIME_R 1 +| #define HAVE_LOCALTIME_R 1 +| #define HAVE_HSTRERROR 1 +| #define HAVE_MKSTEMP 1 +| #define DIRENT_INODE d_fileno +| #define DIRENT_TYPE d_type +| #define STDC_HEADERS 1 +| #define HAVE_ALLOCA_H 1 +| /* end confdefs.h. */ +| #include +| #ifdef HAVE_SYS_TYPES_H +| # include +| #endif +| #ifdef HAVE_SYS_STAT_H +| # include +| #endif +| #ifdef STDC_HEADERS +| # include +| # include +| #else +| # ifdef HAVE_STDLIB_H +| # include +| # endif +| #endif +| #ifdef HAVE_STRING_H +| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H +| # include +| # endif +| # include +| #endif +| #ifdef HAVE_STRINGS_H +| # include +| #endif +| #ifdef HAVE_INTTYPES_H +| # include +| #endif +| #ifdef HAVE_STDINT_H +| # include +| #endif +| #ifdef HAVE_UNISTD_H +| # include +| #endif +| #include +configure:32934: result: no +configure:32938: checking conio.h presence +configure:32953: gcc -E -D_REENTRANT -D_GNU_SOURCE conftest.c +conftest.c:90:19: fatal error: conio.h: No such file or directory + #include + ^ +compilation terminated. +configure:32960: $? = 1 +configure: failed program was: +| /* confdefs.h. */ +| #define PACKAGE_NAME "" +| #define PACKAGE_TARNAME "" +| #define PACKAGE_VERSION "" +| #define PACKAGE_STRING "" +| #define PACKAGE_BUGREPORT "" +| #define STDC_HEADERS 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_INTTYPES_H 1 +| #define HAVE_STDINT_H 1 +| #define HAVE_UNISTD_H 1 +| #define __EXTENSIONS__ 1 +| #define _ALL_SOURCE 1 +| #define _GNU_SOURCE 1 +| #define _POSIX_PTHREAD_SEMANTICS 1 +| #define _TANDEM_SOURCE 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_LIBNSL 1 +| #define HAVE_PTHREAD_H 1 +| #define HAVE_PTHREAD_H 1 +| #define USE_THREADS 1 +| #define HAVE_PTHREAD_KEY_DELETE 1 +| #define HAVE_PTHREAD_RWLOCK_INIT 1 +| #define HAVE_PTHREAD_RWLOCKS 1 +| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 +| #define HAVE_GETHOSTBYNAME_R 1 +| #define HAVE_GETHOSTBYADDR_R 1 +| #define HAVE_SIGSUSPEND 1 +| #define HAVE_SIGWAIT 1 +| #define HAVE_POLL 1 +| #define HAVE_GETPWNAM_R 1 +| #define HAVE_GETPWUID_R 1 +| #define HAVE_GETGRNAM_R 1 +| #define HAVE_GETGRGID_R 1 +| #define HAVE_SYS_MMAN_H 1 +| #define HAVE_SYS_IPC_H 1 +| #define HAVE_SYS_SHM_H 1 +| #define HAVE_SYS_FILE_H 1 +| #define HAVE_MMAP 1 +| #define HAVE_MUNMAP 1 +| #define HAVE_SHM_OPEN 1 +| #define HAVE_SHM_UNLINK 1 +| #define HAVE_SHMGET 1 +| #define HAVE_SHMAT 1 +| #define HAVE_SHMDT 1 +| #define HAVE_SHMCTL 1 +| #define HAVE_MAP_ANON 1 +| #define anonymous shared memory allocation method 1 +| #define USE_SHMEM_MMAP_ANON 1 +| #define namebased memory allocation method 1 +| #define USE_SHMEM_SHMGET 1 +| #define HAVE_CALLOC 1 +| #define HAVE_STRCASECMP 1 +| #define HAVE_SETSID 1 +| #define HAVE_ISINF 1 +| #define HAVE_ISNAN 1 +| #define HAVE_GETENV 1 +| #define HAVE_PUTENV 1 +| #define HAVE_SETENV 1 +| #define HAVE_UNSETENV 1 +| #define HAVE_SETRLIMIT 1 +| #define HAVE_GETRLIMIT 1 +| #define HAVE_WRITEV 1 +| #define HAVE_SENDFILE 1 +| #define HAVE_UTIME 1 +| #define HAVE_UTIMES 1 +| #define HAVE_SIGACTION 1 +| #define HAVE_DECL_SYS_SIGLIST 1 +| #define HAVE_FORK 1 +| #define HAVE_STRERROR_R 1 +| #define HAVE_CRYPT_R 1 +| #define CRYPT_R_STRUCT_CRYPT_DATA 1 +| #define HAVE_MMAP 1 +| #define HAVE_MEMMOVE 1 +| #define HAVE_GETPASS 1 +| #define HAVE_GMTIME_R 1 +| #define HAVE_LOCALTIME_R 1 +| #define HAVE_HSTRERROR 1 +| #define HAVE_MKSTEMP 1 +| #define DIRENT_INODE d_fileno +| #define DIRENT_TYPE d_type +| #define STDC_HEADERS 1 +| #define HAVE_ALLOCA_H 1 +| /* end confdefs.h. */ +| #include +configure:32974: result: no +configure:33002: checking for conio.h +configure:33011: result: no +configure:32896: checking crypt.h usability +configure:32913: gcc -c -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 +configure:32920: $? = 0 +configure:32934: result: yes +configure:32938: checking crypt.h presence +configure:32953: gcc -E -D_REENTRANT -D_GNU_SOURCE conftest.c +configure:32960: $? = 0 +configure:32974: result: yes +configure:33002: checking for crypt.h +configure:33011: result: yes +configure:32896: checking ctype.h usability +configure:32913: gcc -c -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 +configure:32920: $? = 0 +configure:32934: result: yes +configure:32938: checking ctype.h presence +configure:32953: gcc -E -D_REENTRANT -D_GNU_SOURCE conftest.c +configure:32960: $? = 0 +configure:32974: result: yes +configure:33002: checking for ctype.h +configure:33011: result: yes +configure:32896: checking dir.h usability +configure:32913: gcc -c -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 +conftest.c:125:17: fatal error: dir.h: No such file or directory + #include + ^ +compilation terminated. +configure:32920: $? = 1 +configure: failed program was: +| /* confdefs.h. */ +| #define PACKAGE_NAME "" +| #define PACKAGE_TARNAME "" +| #define PACKAGE_VERSION "" +| #define PACKAGE_STRING "" +| #define PACKAGE_BUGREPORT "" +| #define STDC_HEADERS 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_INTTYPES_H 1 +| #define HAVE_STDINT_H 1 +| #define HAVE_UNISTD_H 1 +| #define __EXTENSIONS__ 1 +| #define _ALL_SOURCE 1 +| #define _GNU_SOURCE 1 +| #define _POSIX_PTHREAD_SEMANTICS 1 +| #define _TANDEM_SOURCE 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_LIBNSL 1 +| #define HAVE_PTHREAD_H 1 +| #define HAVE_PTHREAD_H 1 +| #define USE_THREADS 1 +| #define HAVE_PTHREAD_KEY_DELETE 1 +| #define HAVE_PTHREAD_RWLOCK_INIT 1 +| #define HAVE_PTHREAD_RWLOCKS 1 +| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 +| #define HAVE_GETHOSTBYNAME_R 1 +| #define HAVE_GETHOSTBYADDR_R 1 +| #define HAVE_SIGSUSPEND 1 +| #define HAVE_SIGWAIT 1 +| #define HAVE_POLL 1 +| #define HAVE_GETPWNAM_R 1 +| #define HAVE_GETPWUID_R 1 +| #define HAVE_GETGRNAM_R 1 +| #define HAVE_GETGRGID_R 1 +| #define HAVE_SYS_MMAN_H 1 +| #define HAVE_SYS_IPC_H 1 +| #define HAVE_SYS_SHM_H 1 +| #define HAVE_SYS_FILE_H 1 +| #define HAVE_MMAP 1 +| #define HAVE_MUNMAP 1 +| #define HAVE_SHM_OPEN 1 +| #define HAVE_SHM_UNLINK 1 +| #define HAVE_SHMGET 1 +| #define HAVE_SHMAT 1 +| #define HAVE_SHMDT 1 +| #define HAVE_SHMCTL 1 +| #define HAVE_MAP_ANON 1 +| #define anonymous shared memory allocation method 1 +| #define USE_SHMEM_MMAP_ANON 1 +| #define namebased memory allocation method 1 +| #define USE_SHMEM_SHMGET 1 +| #define HAVE_CALLOC 1 +| #define HAVE_STRCASECMP 1 +| #define HAVE_SETSID 1 +| #define HAVE_ISINF 1 +| #define HAVE_ISNAN 1 +| #define HAVE_GETENV 1 +| #define HAVE_PUTENV 1 +| #define HAVE_SETENV 1 +| #define HAVE_UNSETENV 1 +| #define HAVE_SETRLIMIT 1 +| #define HAVE_GETRLIMIT 1 +| #define HAVE_WRITEV 1 +| #define HAVE_SENDFILE 1 +| #define HAVE_UTIME 1 +| #define HAVE_UTIMES 1 +| #define HAVE_SIGACTION 1 +| #define HAVE_DECL_SYS_SIGLIST 1 +| #define HAVE_FORK 1 +| #define HAVE_STRERROR_R 1 +| #define HAVE_CRYPT_R 1 +| #define CRYPT_R_STRUCT_CRYPT_DATA 1 +| #define HAVE_MMAP 1 +| #define HAVE_MEMMOVE 1 +| #define HAVE_GETPASS 1 +| #define HAVE_GMTIME_R 1 +| #define HAVE_LOCALTIME_R 1 +| #define HAVE_HSTRERROR 1 +| #define HAVE_MKSTEMP 1 +| #define DIRENT_INODE d_fileno +| #define DIRENT_TYPE d_type +| #define STDC_HEADERS 1 +| #define HAVE_ALLOCA_H 1 +| #define HAVE_CRYPT_H 1 +| #define HAVE_CTYPE_H 1 +| /* end confdefs.h. */ +| #include +| #ifdef HAVE_SYS_TYPES_H +| # include +| #endif +| #ifdef HAVE_SYS_STAT_H +| # include +| #endif +| #ifdef STDC_HEADERS +| # include +| # include +| #else +| # ifdef HAVE_STDLIB_H +| # include +| # endif +| #endif +| #ifdef HAVE_STRING_H +| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H +| # include +| # endif +| # include +| #endif +| #ifdef HAVE_STRINGS_H +| # include +| #endif +| #ifdef HAVE_INTTYPES_H +| # include +| #endif +| #ifdef HAVE_STDINT_H +| # include +| #endif +| #ifdef HAVE_UNISTD_H +| # include +| #endif +| #include +configure:32934: result: no +configure:32938: checking dir.h presence +configure:32953: gcc -E -D_REENTRANT -D_GNU_SOURCE conftest.c +conftest.c:92:17: fatal error: dir.h: No such file or directory + #include + ^ +compilation terminated. +configure:32960: $? = 1 +configure: failed program was: +| /* confdefs.h. */ +| #define PACKAGE_NAME "" +| #define PACKAGE_TARNAME "" +| #define PACKAGE_VERSION "" +| #define PACKAGE_STRING "" +| #define PACKAGE_BUGREPORT "" +| #define STDC_HEADERS 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_INTTYPES_H 1 +| #define HAVE_STDINT_H 1 +| #define HAVE_UNISTD_H 1 +| #define __EXTENSIONS__ 1 +| #define _ALL_SOURCE 1 +| #define _GNU_SOURCE 1 +| #define _POSIX_PTHREAD_SEMANTICS 1 +| #define _TANDEM_SOURCE 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_LIBNSL 1 +| #define HAVE_PTHREAD_H 1 +| #define HAVE_PTHREAD_H 1 +| #define USE_THREADS 1 +| #define HAVE_PTHREAD_KEY_DELETE 1 +| #define HAVE_PTHREAD_RWLOCK_INIT 1 +| #define HAVE_PTHREAD_RWLOCKS 1 +| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 +| #define HAVE_GETHOSTBYNAME_R 1 +| #define HAVE_GETHOSTBYADDR_R 1 +| #define HAVE_SIGSUSPEND 1 +| #define HAVE_SIGWAIT 1 +| #define HAVE_POLL 1 +| #define HAVE_GETPWNAM_R 1 +| #define HAVE_GETPWUID_R 1 +| #define HAVE_GETGRNAM_R 1 +| #define HAVE_GETGRGID_R 1 +| #define HAVE_SYS_MMAN_H 1 +| #define HAVE_SYS_IPC_H 1 +| #define HAVE_SYS_SHM_H 1 +| #define HAVE_SYS_FILE_H 1 +| #define HAVE_MMAP 1 +| #define HAVE_MUNMAP 1 +| #define HAVE_SHM_OPEN 1 +| #define HAVE_SHM_UNLINK 1 +| #define HAVE_SHMGET 1 +| #define HAVE_SHMAT 1 +| #define HAVE_SHMDT 1 +| #define HAVE_SHMCTL 1 +| #define HAVE_MAP_ANON 1 +| #define anonymous shared memory allocation method 1 +| #define USE_SHMEM_MMAP_ANON 1 +| #define namebased memory allocation method 1 +| #define USE_SHMEM_SHMGET 1 +| #define HAVE_CALLOC 1 +| #define HAVE_STRCASECMP 1 +| #define HAVE_SETSID 1 +| #define HAVE_ISINF 1 +| #define HAVE_ISNAN 1 +| #define HAVE_GETENV 1 +| #define HAVE_PUTENV 1 +| #define HAVE_SETENV 1 +| #define HAVE_UNSETENV 1 +| #define HAVE_SETRLIMIT 1 +| #define HAVE_GETRLIMIT 1 +| #define HAVE_WRITEV 1 +| #define HAVE_SENDFILE 1 +| #define HAVE_UTIME 1 +| #define HAVE_UTIMES 1 +| #define HAVE_SIGACTION 1 +| #define HAVE_DECL_SYS_SIGLIST 1 +| #define HAVE_FORK 1 +| #define HAVE_STRERROR_R 1 +| #define HAVE_CRYPT_R 1 +| #define CRYPT_R_STRUCT_CRYPT_DATA 1 +| #define HAVE_MMAP 1 +| #define HAVE_MEMMOVE 1 +| #define HAVE_GETPASS 1 +| #define HAVE_GMTIME_R 1 +| #define HAVE_LOCALTIME_R 1 +| #define HAVE_HSTRERROR 1 +| #define HAVE_MKSTEMP 1 +| #define DIRENT_INODE d_fileno +| #define DIRENT_TYPE d_type +| #define STDC_HEADERS 1 +| #define HAVE_ALLOCA_H 1 +| #define HAVE_CRYPT_H 1 +| #define HAVE_CTYPE_H 1 +| /* end confdefs.h. */ +| #include +configure:32974: result: no +configure:33002: checking for dir.h +configure:33011: result: no +configure:32896: checking dirent.h usability +configure:32913: gcc -c -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 +configure:32920: $? = 0 +configure:32934: result: yes +configure:32938: checking dirent.h presence +configure:32953: gcc -E -D_REENTRANT -D_GNU_SOURCE conftest.c +configure:32960: $? = 0 +configure:32974: result: yes +configure:33002: checking for dirent.h +configure:33011: result: yes +configure:32896: checking dl.h usability +configure:32913: gcc -c -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 +conftest.c:126:16: fatal error: dl.h: No such file or directory + #include + ^ +compilation terminated. +configure:32920: $? = 1 +configure: failed program was: +| /* confdefs.h. */ +| #define PACKAGE_NAME "" +| #define PACKAGE_TARNAME "" +| #define PACKAGE_VERSION "" +| #define PACKAGE_STRING "" +| #define PACKAGE_BUGREPORT "" +| #define STDC_HEADERS 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_INTTYPES_H 1 +| #define HAVE_STDINT_H 1 +| #define HAVE_UNISTD_H 1 +| #define __EXTENSIONS__ 1 +| #define _ALL_SOURCE 1 +| #define _GNU_SOURCE 1 +| #define _POSIX_PTHREAD_SEMANTICS 1 +| #define _TANDEM_SOURCE 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_LIBNSL 1 +| #define HAVE_PTHREAD_H 1 +| #define HAVE_PTHREAD_H 1 +| #define USE_THREADS 1 +| #define HAVE_PTHREAD_KEY_DELETE 1 +| #define HAVE_PTHREAD_RWLOCK_INIT 1 +| #define HAVE_PTHREAD_RWLOCKS 1 +| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 +| #define HAVE_GETHOSTBYNAME_R 1 +| #define HAVE_GETHOSTBYADDR_R 1 +| #define HAVE_SIGSUSPEND 1 +| #define HAVE_SIGWAIT 1 +| #define HAVE_POLL 1 +| #define HAVE_GETPWNAM_R 1 +| #define HAVE_GETPWUID_R 1 +| #define HAVE_GETGRNAM_R 1 +| #define HAVE_GETGRGID_R 1 +| #define HAVE_SYS_MMAN_H 1 +| #define HAVE_SYS_IPC_H 1 +| #define HAVE_SYS_SHM_H 1 +| #define HAVE_SYS_FILE_H 1 +| #define HAVE_MMAP 1 +| #define HAVE_MUNMAP 1 +| #define HAVE_SHM_OPEN 1 +| #define HAVE_SHM_UNLINK 1 +| #define HAVE_SHMGET 1 +| #define HAVE_SHMAT 1 +| #define HAVE_SHMDT 1 +| #define HAVE_SHMCTL 1 +| #define HAVE_MAP_ANON 1 +| #define anonymous shared memory allocation method 1 +| #define USE_SHMEM_MMAP_ANON 1 +| #define namebased memory allocation method 1 +| #define USE_SHMEM_SHMGET 1 +| #define HAVE_CALLOC 1 +| #define HAVE_STRCASECMP 1 +| #define HAVE_SETSID 1 +| #define HAVE_ISINF 1 +| #define HAVE_ISNAN 1 +| #define HAVE_GETENV 1 +| #define HAVE_PUTENV 1 +| #define HAVE_SETENV 1 +| #define HAVE_UNSETENV 1 +| #define HAVE_SETRLIMIT 1 +| #define HAVE_GETRLIMIT 1 +| #define HAVE_WRITEV 1 +| #define HAVE_SENDFILE 1 +| #define HAVE_UTIME 1 +| #define HAVE_UTIMES 1 +| #define HAVE_SIGACTION 1 +| #define HAVE_DECL_SYS_SIGLIST 1 +| #define HAVE_FORK 1 +| #define HAVE_STRERROR_R 1 +| #define HAVE_CRYPT_R 1 +| #define CRYPT_R_STRUCT_CRYPT_DATA 1 +| #define HAVE_MMAP 1 +| #define HAVE_MEMMOVE 1 +| #define HAVE_GETPASS 1 +| #define HAVE_GMTIME_R 1 +| #define HAVE_LOCALTIME_R 1 +| #define HAVE_HSTRERROR 1 +| #define HAVE_MKSTEMP 1 +| #define DIRENT_INODE d_fileno +| #define DIRENT_TYPE d_type +| #define STDC_HEADERS 1 +| #define HAVE_ALLOCA_H 1 +| #define HAVE_CRYPT_H 1 +| #define HAVE_CTYPE_H 1 +| #define HAVE_DIRENT_H 1 +| /* end confdefs.h. */ +| #include +| #ifdef HAVE_SYS_TYPES_H +| # include +| #endif +| #ifdef HAVE_SYS_STAT_H +| # include +| #endif +| #ifdef STDC_HEADERS +| # include +| # include +| #else +| # ifdef HAVE_STDLIB_H +| # include +| # endif +| #endif +| #ifdef HAVE_STRING_H +| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H +| # include +| # endif +| # include +| #endif +| #ifdef HAVE_STRINGS_H +| # include +| #endif +| #ifdef HAVE_INTTYPES_H +| # include +| #endif +| #ifdef HAVE_STDINT_H +| # include +| #endif +| #ifdef HAVE_UNISTD_H +| # include +| #endif +| #include +configure:32934: result: no +configure:32938: checking dl.h presence +configure:32953: gcc -E -D_REENTRANT -D_GNU_SOURCE conftest.c +conftest.c:93:16: fatal error: dl.h: No such file or directory + #include + ^ +compilation terminated. +configure:32960: $? = 1 +configure: failed program was: +| /* confdefs.h. */ +| #define PACKAGE_NAME "" +| #define PACKAGE_TARNAME "" +| #define PACKAGE_VERSION "" +| #define PACKAGE_STRING "" +| #define PACKAGE_BUGREPORT "" +| #define STDC_HEADERS 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_INTTYPES_H 1 +| #define HAVE_STDINT_H 1 +| #define HAVE_UNISTD_H 1 +| #define __EXTENSIONS__ 1 +| #define _ALL_SOURCE 1 +| #define _GNU_SOURCE 1 +| #define _POSIX_PTHREAD_SEMANTICS 1 +| #define _TANDEM_SOURCE 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_LIBNSL 1 +| #define HAVE_PTHREAD_H 1 +| #define HAVE_PTHREAD_H 1 +| #define USE_THREADS 1 +| #define HAVE_PTHREAD_KEY_DELETE 1 +| #define HAVE_PTHREAD_RWLOCK_INIT 1 +| #define HAVE_PTHREAD_RWLOCKS 1 +| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 +| #define HAVE_GETHOSTBYNAME_R 1 +| #define HAVE_GETHOSTBYADDR_R 1 +| #define HAVE_SIGSUSPEND 1 +| #define HAVE_SIGWAIT 1 +| #define HAVE_POLL 1 +| #define HAVE_GETPWNAM_R 1 +| #define HAVE_GETPWUID_R 1 +| #define HAVE_GETGRNAM_R 1 +| #define HAVE_GETGRGID_R 1 +| #define HAVE_SYS_MMAN_H 1 +| #define HAVE_SYS_IPC_H 1 +| #define HAVE_SYS_SHM_H 1 +| #define HAVE_SYS_FILE_H 1 +| #define HAVE_MMAP 1 +| #define HAVE_MUNMAP 1 +| #define HAVE_SHM_OPEN 1 +| #define HAVE_SHM_UNLINK 1 +| #define HAVE_SHMGET 1 +| #define HAVE_SHMAT 1 +| #define HAVE_SHMDT 1 +| #define HAVE_SHMCTL 1 +| #define HAVE_MAP_ANON 1 +| #define anonymous shared memory allocation method 1 +| #define USE_SHMEM_MMAP_ANON 1 +| #define namebased memory allocation method 1 +| #define USE_SHMEM_SHMGET 1 +| #define HAVE_CALLOC 1 +| #define HAVE_STRCASECMP 1 +| #define HAVE_SETSID 1 +| #define HAVE_ISINF 1 +| #define HAVE_ISNAN 1 +| #define HAVE_GETENV 1 +| #define HAVE_PUTENV 1 +| #define HAVE_SETENV 1 +| #define HAVE_UNSETENV 1 +| #define HAVE_SETRLIMIT 1 +| #define HAVE_GETRLIMIT 1 +| #define HAVE_WRITEV 1 +| #define HAVE_SENDFILE 1 +| #define HAVE_UTIME 1 +| #define HAVE_UTIMES 1 +| #define HAVE_SIGACTION 1 +| #define HAVE_DECL_SYS_SIGLIST 1 +| #define HAVE_FORK 1 +| #define HAVE_STRERROR_R 1 +| #define HAVE_CRYPT_R 1 +| #define CRYPT_R_STRUCT_CRYPT_DATA 1 +| #define HAVE_MMAP 1 +| #define HAVE_MEMMOVE 1 +| #define HAVE_GETPASS 1 +| #define HAVE_GMTIME_R 1 +| #define HAVE_LOCALTIME_R 1 +| #define HAVE_HSTRERROR 1 +| #define HAVE_MKSTEMP 1 +| #define DIRENT_INODE d_fileno +| #define DIRENT_TYPE d_type +| #define STDC_HEADERS 1 +| #define HAVE_ALLOCA_H 1 +| #define HAVE_CRYPT_H 1 +| #define HAVE_CTYPE_H 1 +| #define HAVE_DIRENT_H 1 +| /* end confdefs.h. */ +| #include +configure:32974: result: no +configure:33002: checking for dl.h +configure:33011: result: no +configure:32885: checking for dlfcn.h +configure:32892: result: yes +configure:32896: checking errno.h usability +configure:32913: gcc -c -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 +configure:32920: $? = 0 +configure:32934: result: yes +configure:32938: checking errno.h presence +configure:32953: gcc -E -D_REENTRANT -D_GNU_SOURCE conftest.c +configure:32960: $? = 0 +configure:32974: result: yes +configure:33002: checking for errno.h +configure:33011: result: yes +configure:32896: checking fcntl.h usability +configure:32913: gcc -c -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 +configure:32920: $? = 0 +configure:32934: result: yes +configure:32938: checking fcntl.h presence +configure:32953: gcc -E -D_REENTRANT -D_GNU_SOURCE conftest.c +configure:32960: $? = 0 +configure:32974: result: yes +configure:33002: checking for fcntl.h +configure:33011: result: yes +configure:32896: checking grp.h usability +configure:32913: gcc -c -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 +configure:32920: $? = 0 +configure:32934: result: yes +configure:32938: checking grp.h presence +configure:32953: gcc -E -D_REENTRANT -D_GNU_SOURCE conftest.c +configure:32960: $? = 0 +configure:32974: result: yes +configure:33002: checking for grp.h +configure:33011: result: yes +configure:32896: checking io.h usability +configure:32913: gcc -c -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 +conftest.c:130:16: fatal error: io.h: No such file or directory + #include + ^ +compilation terminated. +configure:32920: $? = 1 +configure: failed program was: +| /* confdefs.h. */ +| #define PACKAGE_NAME "" +| #define PACKAGE_TARNAME "" +| #define PACKAGE_VERSION "" +| #define PACKAGE_STRING "" +| #define PACKAGE_BUGREPORT "" +| #define STDC_HEADERS 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_INTTYPES_H 1 +| #define HAVE_STDINT_H 1 +| #define HAVE_UNISTD_H 1 +| #define __EXTENSIONS__ 1 +| #define _ALL_SOURCE 1 +| #define _GNU_SOURCE 1 +| #define _POSIX_PTHREAD_SEMANTICS 1 +| #define _TANDEM_SOURCE 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_LIBNSL 1 +| #define HAVE_PTHREAD_H 1 +| #define HAVE_PTHREAD_H 1 +| #define USE_THREADS 1 +| #define HAVE_PTHREAD_KEY_DELETE 1 +| #define HAVE_PTHREAD_RWLOCK_INIT 1 +| #define HAVE_PTHREAD_RWLOCKS 1 +| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 +| #define HAVE_GETHOSTBYNAME_R 1 +| #define HAVE_GETHOSTBYADDR_R 1 +| #define HAVE_SIGSUSPEND 1 +| #define HAVE_SIGWAIT 1 +| #define HAVE_POLL 1 +| #define HAVE_GETPWNAM_R 1 +| #define HAVE_GETPWUID_R 1 +| #define HAVE_GETGRNAM_R 1 +| #define HAVE_GETGRGID_R 1 +| #define HAVE_SYS_MMAN_H 1 +| #define HAVE_SYS_IPC_H 1 +| #define HAVE_SYS_SHM_H 1 +| #define HAVE_SYS_FILE_H 1 +| #define HAVE_MMAP 1 +| #define HAVE_MUNMAP 1 +| #define HAVE_SHM_OPEN 1 +| #define HAVE_SHM_UNLINK 1 +| #define HAVE_SHMGET 1 +| #define HAVE_SHMAT 1 +| #define HAVE_SHMDT 1 +| #define HAVE_SHMCTL 1 +| #define HAVE_MAP_ANON 1 +| #define anonymous shared memory allocation method 1 +| #define USE_SHMEM_MMAP_ANON 1 +| #define namebased memory allocation method 1 +| #define USE_SHMEM_SHMGET 1 +| #define HAVE_CALLOC 1 +| #define HAVE_STRCASECMP 1 +| #define HAVE_SETSID 1 +| #define HAVE_ISINF 1 +| #define HAVE_ISNAN 1 +| #define HAVE_GETENV 1 +| #define HAVE_PUTENV 1 +| #define HAVE_SETENV 1 +| #define HAVE_UNSETENV 1 +| #define HAVE_SETRLIMIT 1 +| #define HAVE_GETRLIMIT 1 +| #define HAVE_WRITEV 1 +| #define HAVE_SENDFILE 1 +| #define HAVE_UTIME 1 +| #define HAVE_UTIMES 1 +| #define HAVE_SIGACTION 1 +| #define HAVE_DECL_SYS_SIGLIST 1 +| #define HAVE_FORK 1 +| #define HAVE_STRERROR_R 1 +| #define HAVE_CRYPT_R 1 +| #define CRYPT_R_STRUCT_CRYPT_DATA 1 +| #define HAVE_MMAP 1 +| #define HAVE_MEMMOVE 1 +| #define HAVE_GETPASS 1 +| #define HAVE_GMTIME_R 1 +| #define HAVE_LOCALTIME_R 1 +| #define HAVE_HSTRERROR 1 +| #define HAVE_MKSTEMP 1 +| #define DIRENT_INODE d_fileno +| #define DIRENT_TYPE d_type +| #define STDC_HEADERS 1 +| #define HAVE_ALLOCA_H 1 +| #define HAVE_CRYPT_H 1 +| #define HAVE_CTYPE_H 1 +| #define HAVE_DIRENT_H 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_ERRNO_H 1 +| #define HAVE_FCNTL_H 1 +| #define HAVE_GRP_H 1 +| /* end confdefs.h. */ +| #include +| #ifdef HAVE_SYS_TYPES_H +| # include +| #endif +| #ifdef HAVE_SYS_STAT_H +| # include +| #endif +| #ifdef STDC_HEADERS +| # include +| # include +| #else +| # ifdef HAVE_STDLIB_H +| # include +| # endif +| #endif +| #ifdef HAVE_STRING_H +| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H +| # include +| # endif +| # include +| #endif +| #ifdef HAVE_STRINGS_H +| # include +| #endif +| #ifdef HAVE_INTTYPES_H +| # include +| #endif +| #ifdef HAVE_STDINT_H +| # include +| #endif +| #ifdef HAVE_UNISTD_H +| # include +| #endif +| #include +configure:32934: result: no +configure:32938: checking io.h presence +configure:32953: gcc -E -D_REENTRANT -D_GNU_SOURCE conftest.c +conftest.c:97:16: fatal error: io.h: No such file or directory + #include + ^ +compilation terminated. +configure:32960: $? = 1 +configure: failed program was: +| /* confdefs.h. */ +| #define PACKAGE_NAME "" +| #define PACKAGE_TARNAME "" +| #define PACKAGE_VERSION "" +| #define PACKAGE_STRING "" +| #define PACKAGE_BUGREPORT "" +| #define STDC_HEADERS 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_INTTYPES_H 1 +| #define HAVE_STDINT_H 1 +| #define HAVE_UNISTD_H 1 +| #define __EXTENSIONS__ 1 +| #define _ALL_SOURCE 1 +| #define _GNU_SOURCE 1 +| #define _POSIX_PTHREAD_SEMANTICS 1 +| #define _TANDEM_SOURCE 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_LIBNSL 1 +| #define HAVE_PTHREAD_H 1 +| #define HAVE_PTHREAD_H 1 +| #define USE_THREADS 1 +| #define HAVE_PTHREAD_KEY_DELETE 1 +| #define HAVE_PTHREAD_RWLOCK_INIT 1 +| #define HAVE_PTHREAD_RWLOCKS 1 +| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 +| #define HAVE_GETHOSTBYNAME_R 1 +| #define HAVE_GETHOSTBYADDR_R 1 +| #define HAVE_SIGSUSPEND 1 +| #define HAVE_SIGWAIT 1 +| #define HAVE_POLL 1 +| #define HAVE_GETPWNAM_R 1 +| #define HAVE_GETPWUID_R 1 +| #define HAVE_GETGRNAM_R 1 +| #define HAVE_GETGRGID_R 1 +| #define HAVE_SYS_MMAN_H 1 +| #define HAVE_SYS_IPC_H 1 +| #define HAVE_SYS_SHM_H 1 +| #define HAVE_SYS_FILE_H 1 +| #define HAVE_MMAP 1 +| #define HAVE_MUNMAP 1 +| #define HAVE_SHM_OPEN 1 +| #define HAVE_SHM_UNLINK 1 +| #define HAVE_SHMGET 1 +| #define HAVE_SHMAT 1 +| #define HAVE_SHMDT 1 +| #define HAVE_SHMCTL 1 +| #define HAVE_MAP_ANON 1 +| #define anonymous shared memory allocation method 1 +| #define USE_SHMEM_MMAP_ANON 1 +| #define namebased memory allocation method 1 +| #define USE_SHMEM_SHMGET 1 +| #define HAVE_CALLOC 1 +| #define HAVE_STRCASECMP 1 +| #define HAVE_SETSID 1 +| #define HAVE_ISINF 1 +| #define HAVE_ISNAN 1 +| #define HAVE_GETENV 1 +| #define HAVE_PUTENV 1 +| #define HAVE_SETENV 1 +| #define HAVE_UNSETENV 1 +| #define HAVE_SETRLIMIT 1 +| #define HAVE_GETRLIMIT 1 +| #define HAVE_WRITEV 1 +| #define HAVE_SENDFILE 1 +| #define HAVE_UTIME 1 +| #define HAVE_UTIMES 1 +| #define HAVE_SIGACTION 1 +| #define HAVE_DECL_SYS_SIGLIST 1 +| #define HAVE_FORK 1 +| #define HAVE_STRERROR_R 1 +| #define HAVE_CRYPT_R 1 +| #define CRYPT_R_STRUCT_CRYPT_DATA 1 +| #define HAVE_MMAP 1 +| #define HAVE_MEMMOVE 1 +| #define HAVE_GETPASS 1 +| #define HAVE_GMTIME_R 1 +| #define HAVE_LOCALTIME_R 1 +| #define HAVE_HSTRERROR 1 +| #define HAVE_MKSTEMP 1 +| #define DIRENT_INODE d_fileno +| #define DIRENT_TYPE d_type +| #define STDC_HEADERS 1 +| #define HAVE_ALLOCA_H 1 +| #define HAVE_CRYPT_H 1 +| #define HAVE_CTYPE_H 1 +| #define HAVE_DIRENT_H 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_ERRNO_H 1 +| #define HAVE_FCNTL_H 1 +| #define HAVE_GRP_H 1 +| /* end confdefs.h. */ +| #include +configure:32974: result: no +configure:33002: checking for io.h +configure:33011: result: no +configure:32896: checking limits.h usability +configure:32913: gcc -c -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 +configure:32920: $? = 0 +configure:32934: result: yes +configure:32938: checking limits.h presence +configure:32953: gcc -E -D_REENTRANT -D_GNU_SOURCE conftest.c +configure:32960: $? = 0 +configure:32974: result: yes +configure:33002: checking for limits.h +configure:33011: result: yes +configure:32896: checking mach-o/dyld.h usability +configure:32913: gcc -c -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 +conftest.c:131:25: fatal error: mach-o/dyld.h: No such file or directory + #include + ^ +compilation terminated. +configure:32920: $? = 1 +configure: failed program was: +| /* confdefs.h. */ +| #define PACKAGE_NAME "" +| #define PACKAGE_TARNAME "" +| #define PACKAGE_VERSION "" +| #define PACKAGE_STRING "" +| #define PACKAGE_BUGREPORT "" +| #define STDC_HEADERS 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_INTTYPES_H 1 +| #define HAVE_STDINT_H 1 +| #define HAVE_UNISTD_H 1 +| #define __EXTENSIONS__ 1 +| #define _ALL_SOURCE 1 +| #define _GNU_SOURCE 1 +| #define _POSIX_PTHREAD_SEMANTICS 1 +| #define _TANDEM_SOURCE 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_LIBNSL 1 +| #define HAVE_PTHREAD_H 1 +| #define HAVE_PTHREAD_H 1 +| #define USE_THREADS 1 +| #define HAVE_PTHREAD_KEY_DELETE 1 +| #define HAVE_PTHREAD_RWLOCK_INIT 1 +| #define HAVE_PTHREAD_RWLOCKS 1 +| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 +| #define HAVE_GETHOSTBYNAME_R 1 +| #define HAVE_GETHOSTBYADDR_R 1 +| #define HAVE_SIGSUSPEND 1 +| #define HAVE_SIGWAIT 1 +| #define HAVE_POLL 1 +| #define HAVE_GETPWNAM_R 1 +| #define HAVE_GETPWUID_R 1 +| #define HAVE_GETGRNAM_R 1 +| #define HAVE_GETGRGID_R 1 +| #define HAVE_SYS_MMAN_H 1 +| #define HAVE_SYS_IPC_H 1 +| #define HAVE_SYS_SHM_H 1 +| #define HAVE_SYS_FILE_H 1 +| #define HAVE_MMAP 1 +| #define HAVE_MUNMAP 1 +| #define HAVE_SHM_OPEN 1 +| #define HAVE_SHM_UNLINK 1 +| #define HAVE_SHMGET 1 +| #define HAVE_SHMAT 1 +| #define HAVE_SHMDT 1 +| #define HAVE_SHMCTL 1 +| #define HAVE_MAP_ANON 1 +| #define anonymous shared memory allocation method 1 +| #define USE_SHMEM_MMAP_ANON 1 +| #define namebased memory allocation method 1 +| #define USE_SHMEM_SHMGET 1 +| #define HAVE_CALLOC 1 +| #define HAVE_STRCASECMP 1 +| #define HAVE_SETSID 1 +| #define HAVE_ISINF 1 +| #define HAVE_ISNAN 1 +| #define HAVE_GETENV 1 +| #define HAVE_PUTENV 1 +| #define HAVE_SETENV 1 +| #define HAVE_UNSETENV 1 +| #define HAVE_SETRLIMIT 1 +| #define HAVE_GETRLIMIT 1 +| #define HAVE_WRITEV 1 +| #define HAVE_SENDFILE 1 +| #define HAVE_UTIME 1 +| #define HAVE_UTIMES 1 +| #define HAVE_SIGACTION 1 +| #define HAVE_DECL_SYS_SIGLIST 1 +| #define HAVE_FORK 1 +| #define HAVE_STRERROR_R 1 +| #define HAVE_CRYPT_R 1 +| #define CRYPT_R_STRUCT_CRYPT_DATA 1 +| #define HAVE_MMAP 1 +| #define HAVE_MEMMOVE 1 +| #define HAVE_GETPASS 1 +| #define HAVE_GMTIME_R 1 +| #define HAVE_LOCALTIME_R 1 +| #define HAVE_HSTRERROR 1 +| #define HAVE_MKSTEMP 1 +| #define DIRENT_INODE d_fileno +| #define DIRENT_TYPE d_type +| #define STDC_HEADERS 1 +| #define HAVE_ALLOCA_H 1 +| #define HAVE_CRYPT_H 1 +| #define HAVE_CTYPE_H 1 +| #define HAVE_DIRENT_H 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_ERRNO_H 1 +| #define HAVE_FCNTL_H 1 +| #define HAVE_GRP_H 1 +| #define HAVE_LIMITS_H 1 +| /* end confdefs.h. */ +| #include +| #ifdef HAVE_SYS_TYPES_H +| # include +| #endif +| #ifdef HAVE_SYS_STAT_H +| # include +| #endif +| #ifdef STDC_HEADERS +| # include +| # include +| #else +| # ifdef HAVE_STDLIB_H +| # include +| # endif +| #endif +| #ifdef HAVE_STRING_H +| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H +| # include +| # endif +| # include +| #endif +| #ifdef HAVE_STRINGS_H +| # include +| #endif +| #ifdef HAVE_INTTYPES_H +| # include +| #endif +| #ifdef HAVE_STDINT_H +| # include +| #endif +| #ifdef HAVE_UNISTD_H +| # include +| #endif +| #include +configure:32934: result: no +configure:32938: checking mach-o/dyld.h presence +configure:32953: gcc -E -D_REENTRANT -D_GNU_SOURCE conftest.c +conftest.c:98:25: fatal error: mach-o/dyld.h: No such file or directory + #include + ^ +compilation terminated. +configure:32960: $? = 1 +configure: failed program was: +| /* confdefs.h. */ +| #define PACKAGE_NAME "" +| #define PACKAGE_TARNAME "" +| #define PACKAGE_VERSION "" +| #define PACKAGE_STRING "" +| #define PACKAGE_BUGREPORT "" +| #define STDC_HEADERS 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_INTTYPES_H 1 +| #define HAVE_STDINT_H 1 +| #define HAVE_UNISTD_H 1 +| #define __EXTENSIONS__ 1 +| #define _ALL_SOURCE 1 +| #define _GNU_SOURCE 1 +| #define _POSIX_PTHREAD_SEMANTICS 1 +| #define _TANDEM_SOURCE 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_LIBNSL 1 +| #define HAVE_PTHREAD_H 1 +| #define HAVE_PTHREAD_H 1 +| #define USE_THREADS 1 +| #define HAVE_PTHREAD_KEY_DELETE 1 +| #define HAVE_PTHREAD_RWLOCK_INIT 1 +| #define HAVE_PTHREAD_RWLOCKS 1 +| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 +| #define HAVE_GETHOSTBYNAME_R 1 +| #define HAVE_GETHOSTBYADDR_R 1 +| #define HAVE_SIGSUSPEND 1 +| #define HAVE_SIGWAIT 1 +| #define HAVE_POLL 1 +| #define HAVE_GETPWNAM_R 1 +| #define HAVE_GETPWUID_R 1 +| #define HAVE_GETGRNAM_R 1 +| #define HAVE_GETGRGID_R 1 +| #define HAVE_SYS_MMAN_H 1 +| #define HAVE_SYS_IPC_H 1 +| #define HAVE_SYS_SHM_H 1 +| #define HAVE_SYS_FILE_H 1 +| #define HAVE_MMAP 1 +| #define HAVE_MUNMAP 1 +| #define HAVE_SHM_OPEN 1 +| #define HAVE_SHM_UNLINK 1 +| #define HAVE_SHMGET 1 +| #define HAVE_SHMAT 1 +| #define HAVE_SHMDT 1 +| #define HAVE_SHMCTL 1 +| #define HAVE_MAP_ANON 1 +| #define anonymous shared memory allocation method 1 +| #define USE_SHMEM_MMAP_ANON 1 +| #define namebased memory allocation method 1 +| #define USE_SHMEM_SHMGET 1 +| #define HAVE_CALLOC 1 +| #define HAVE_STRCASECMP 1 +| #define HAVE_SETSID 1 +| #define HAVE_ISINF 1 +| #define HAVE_ISNAN 1 +| #define HAVE_GETENV 1 +| #define HAVE_PUTENV 1 +| #define HAVE_SETENV 1 +| #define HAVE_UNSETENV 1 +| #define HAVE_SETRLIMIT 1 +| #define HAVE_GETRLIMIT 1 +| #define HAVE_WRITEV 1 +| #define HAVE_SENDFILE 1 +| #define HAVE_UTIME 1 +| #define HAVE_UTIMES 1 +| #define HAVE_SIGACTION 1 +| #define HAVE_DECL_SYS_SIGLIST 1 +| #define HAVE_FORK 1 +| #define HAVE_STRERROR_R 1 +| #define HAVE_CRYPT_R 1 +| #define CRYPT_R_STRUCT_CRYPT_DATA 1 +| #define HAVE_MMAP 1 +| #define HAVE_MEMMOVE 1 +| #define HAVE_GETPASS 1 +| #define HAVE_GMTIME_R 1 +| #define HAVE_LOCALTIME_R 1 +| #define HAVE_HSTRERROR 1 +| #define HAVE_MKSTEMP 1 +| #define DIRENT_INODE d_fileno +| #define DIRENT_TYPE d_type +| #define STDC_HEADERS 1 +| #define HAVE_ALLOCA_H 1 +| #define HAVE_CRYPT_H 1 +| #define HAVE_CTYPE_H 1 +| #define HAVE_DIRENT_H 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_ERRNO_H 1 +| #define HAVE_FCNTL_H 1 +| #define HAVE_GRP_H 1 +| #define HAVE_LIMITS_H 1 +| /* end confdefs.h. */ +| #include +configure:32974: result: no +configure:33002: checking for mach-o/dyld.h +configure:33011: result: no +configure:32896: checking malloc.h usability +configure:32913: gcc -c -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 +configure:32920: $? = 0 +configure:32934: result: yes +configure:32938: checking malloc.h presence +configure:32953: gcc -E -D_REENTRANT -D_GNU_SOURCE conftest.c +configure:32960: $? = 0 +configure:32974: result: yes +configure:33002: checking for malloc.h +configure:33011: result: yes +configure:32885: checking for memory.h +configure:32892: result: yes +configure:32896: checking netdb.h usability +configure:32913: gcc -c -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 +configure:32920: $? = 0 +configure:32934: result: yes +configure:32938: checking netdb.h presence +configure:32953: gcc -E -D_REENTRANT -D_GNU_SOURCE conftest.c +configure:32960: $? = 0 +configure:32974: result: yes +configure:33002: checking for netdb.h +configure:33011: result: yes +configure:32896: checking osreldate.h usability +configure:32913: gcc -c -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 +conftest.c:134:23: fatal error: osreldate.h: No such file or directory + #include + ^ +compilation terminated. +configure:32920: $? = 1 +configure: failed program was: +| /* confdefs.h. */ +| #define PACKAGE_NAME "" +| #define PACKAGE_TARNAME "" +| #define PACKAGE_VERSION "" +| #define PACKAGE_STRING "" +| #define PACKAGE_BUGREPORT "" +| #define STDC_HEADERS 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_INTTYPES_H 1 +| #define HAVE_STDINT_H 1 +| #define HAVE_UNISTD_H 1 +| #define __EXTENSIONS__ 1 +| #define _ALL_SOURCE 1 +| #define _GNU_SOURCE 1 +| #define _POSIX_PTHREAD_SEMANTICS 1 +| #define _TANDEM_SOURCE 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_LIBNSL 1 +| #define HAVE_PTHREAD_H 1 +| #define HAVE_PTHREAD_H 1 +| #define USE_THREADS 1 +| #define HAVE_PTHREAD_KEY_DELETE 1 +| #define HAVE_PTHREAD_RWLOCK_INIT 1 +| #define HAVE_PTHREAD_RWLOCKS 1 +| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 +| #define HAVE_GETHOSTBYNAME_R 1 +| #define HAVE_GETHOSTBYADDR_R 1 +| #define HAVE_SIGSUSPEND 1 +| #define HAVE_SIGWAIT 1 +| #define HAVE_POLL 1 +| #define HAVE_GETPWNAM_R 1 +| #define HAVE_GETPWUID_R 1 +| #define HAVE_GETGRNAM_R 1 +| #define HAVE_GETGRGID_R 1 +| #define HAVE_SYS_MMAN_H 1 +| #define HAVE_SYS_IPC_H 1 +| #define HAVE_SYS_SHM_H 1 +| #define HAVE_SYS_FILE_H 1 +| #define HAVE_MMAP 1 +| #define HAVE_MUNMAP 1 +| #define HAVE_SHM_OPEN 1 +| #define HAVE_SHM_UNLINK 1 +| #define HAVE_SHMGET 1 +| #define HAVE_SHMAT 1 +| #define HAVE_SHMDT 1 +| #define HAVE_SHMCTL 1 +| #define HAVE_MAP_ANON 1 +| #define anonymous shared memory allocation method 1 +| #define USE_SHMEM_MMAP_ANON 1 +| #define namebased memory allocation method 1 +| #define USE_SHMEM_SHMGET 1 +| #define HAVE_CALLOC 1 +| #define HAVE_STRCASECMP 1 +| #define HAVE_SETSID 1 +| #define HAVE_ISINF 1 +| #define HAVE_ISNAN 1 +| #define HAVE_GETENV 1 +| #define HAVE_PUTENV 1 +| #define HAVE_SETENV 1 +| #define HAVE_UNSETENV 1 +| #define HAVE_SETRLIMIT 1 +| #define HAVE_GETRLIMIT 1 +| #define HAVE_WRITEV 1 +| #define HAVE_SENDFILE 1 +| #define HAVE_UTIME 1 +| #define HAVE_UTIMES 1 +| #define HAVE_SIGACTION 1 +| #define HAVE_DECL_SYS_SIGLIST 1 +| #define HAVE_FORK 1 +| #define HAVE_STRERROR_R 1 +| #define HAVE_CRYPT_R 1 +| #define CRYPT_R_STRUCT_CRYPT_DATA 1 +| #define HAVE_MMAP 1 +| #define HAVE_MEMMOVE 1 +| #define HAVE_GETPASS 1 +| #define HAVE_GMTIME_R 1 +| #define HAVE_LOCALTIME_R 1 +| #define HAVE_HSTRERROR 1 +| #define HAVE_MKSTEMP 1 +| #define DIRENT_INODE d_fileno +| #define DIRENT_TYPE d_type +| #define STDC_HEADERS 1 +| #define HAVE_ALLOCA_H 1 +| #define HAVE_CRYPT_H 1 +| #define HAVE_CTYPE_H 1 +| #define HAVE_DIRENT_H 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_ERRNO_H 1 +| #define HAVE_FCNTL_H 1 +| #define HAVE_GRP_H 1 +| #define HAVE_LIMITS_H 1 +| #define HAVE_MALLOC_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_NETDB_H 1 +| /* end confdefs.h. */ +| #include +| #ifdef HAVE_SYS_TYPES_H +| # include +| #endif +| #ifdef HAVE_SYS_STAT_H +| # include +| #endif +| #ifdef STDC_HEADERS +| # include +| # include +| #else +| # ifdef HAVE_STDLIB_H +| # include +| # endif +| #endif +| #ifdef HAVE_STRING_H +| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H +| # include +| # endif +| # include +| #endif +| #ifdef HAVE_STRINGS_H +| # include +| #endif +| #ifdef HAVE_INTTYPES_H +| # include +| #endif +| #ifdef HAVE_STDINT_H +| # include +| #endif +| #ifdef HAVE_UNISTD_H +| # include +| #endif +| #include +configure:32934: result: no +configure:32938: checking osreldate.h presence +configure:32953: gcc -E -D_REENTRANT -D_GNU_SOURCE conftest.c +conftest.c:101:23: fatal error: osreldate.h: No such file or directory + #include + ^ +compilation terminated. +configure:32960: $? = 1 +configure: failed program was: +| /* confdefs.h. */ +| #define PACKAGE_NAME "" +| #define PACKAGE_TARNAME "" +| #define PACKAGE_VERSION "" +| #define PACKAGE_STRING "" +| #define PACKAGE_BUGREPORT "" +| #define STDC_HEADERS 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_INTTYPES_H 1 +| #define HAVE_STDINT_H 1 +| #define HAVE_UNISTD_H 1 +| #define __EXTENSIONS__ 1 +| #define _ALL_SOURCE 1 +| #define _GNU_SOURCE 1 +| #define _POSIX_PTHREAD_SEMANTICS 1 +| #define _TANDEM_SOURCE 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_LIBNSL 1 +| #define HAVE_PTHREAD_H 1 +| #define HAVE_PTHREAD_H 1 +| #define USE_THREADS 1 +| #define HAVE_PTHREAD_KEY_DELETE 1 +| #define HAVE_PTHREAD_RWLOCK_INIT 1 +| #define HAVE_PTHREAD_RWLOCKS 1 +| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 +| #define HAVE_GETHOSTBYNAME_R 1 +| #define HAVE_GETHOSTBYADDR_R 1 +| #define HAVE_SIGSUSPEND 1 +| #define HAVE_SIGWAIT 1 +| #define HAVE_POLL 1 +| #define HAVE_GETPWNAM_R 1 +| #define HAVE_GETPWUID_R 1 +| #define HAVE_GETGRNAM_R 1 +| #define HAVE_GETGRGID_R 1 +| #define HAVE_SYS_MMAN_H 1 +| #define HAVE_SYS_IPC_H 1 +| #define HAVE_SYS_SHM_H 1 +| #define HAVE_SYS_FILE_H 1 +| #define HAVE_MMAP 1 +| #define HAVE_MUNMAP 1 +| #define HAVE_SHM_OPEN 1 +| #define HAVE_SHM_UNLINK 1 +| #define HAVE_SHMGET 1 +| #define HAVE_SHMAT 1 +| #define HAVE_SHMDT 1 +| #define HAVE_SHMCTL 1 +| #define HAVE_MAP_ANON 1 +| #define anonymous shared memory allocation method 1 +| #define USE_SHMEM_MMAP_ANON 1 +| #define namebased memory allocation method 1 +| #define USE_SHMEM_SHMGET 1 +| #define HAVE_CALLOC 1 +| #define HAVE_STRCASECMP 1 +| #define HAVE_SETSID 1 +| #define HAVE_ISINF 1 +| #define HAVE_ISNAN 1 +| #define HAVE_GETENV 1 +| #define HAVE_PUTENV 1 +| #define HAVE_SETENV 1 +| #define HAVE_UNSETENV 1 +| #define HAVE_SETRLIMIT 1 +| #define HAVE_GETRLIMIT 1 +| #define HAVE_WRITEV 1 +| #define HAVE_SENDFILE 1 +| #define HAVE_UTIME 1 +| #define HAVE_UTIMES 1 +| #define HAVE_SIGACTION 1 +| #define HAVE_DECL_SYS_SIGLIST 1 +| #define HAVE_FORK 1 +| #define HAVE_STRERROR_R 1 +| #define HAVE_CRYPT_R 1 +| #define CRYPT_R_STRUCT_CRYPT_DATA 1 +| #define HAVE_MMAP 1 +| #define HAVE_MEMMOVE 1 +| #define HAVE_GETPASS 1 +| #define HAVE_GMTIME_R 1 +| #define HAVE_LOCALTIME_R 1 +| #define HAVE_HSTRERROR 1 +| #define HAVE_MKSTEMP 1 +| #define DIRENT_INODE d_fileno +| #define DIRENT_TYPE d_type +| #define STDC_HEADERS 1 +| #define HAVE_ALLOCA_H 1 +| #define HAVE_CRYPT_H 1 +| #define HAVE_CTYPE_H 1 +| #define HAVE_DIRENT_H 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_ERRNO_H 1 +| #define HAVE_FCNTL_H 1 +| #define HAVE_GRP_H 1 +| #define HAVE_LIMITS_H 1 +| #define HAVE_MALLOC_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_NETDB_H 1 +| /* end confdefs.h. */ +| #include +configure:32974: result: no +configure:33002: checking for osreldate.h +configure:33011: result: no +configure:32896: checking poll.h usability +configure:32913: gcc -c -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 +configure:32920: $? = 0 +configure:32934: result: yes +configure:32938: checking poll.h presence +configure:32953: gcc -E -D_REENTRANT -D_GNU_SOURCE conftest.c +configure:32960: $? = 0 +configure:32974: result: yes +configure:33002: checking for poll.h +configure:33011: result: yes +configure:32896: checking process.h usability +configure:32913: gcc -c -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 +conftest.c:135:21: fatal error: process.h: No such file or directory + #include + ^ +compilation terminated. +configure:32920: $? = 1 +configure: failed program was: +| /* confdefs.h. */ +| #define PACKAGE_NAME "" +| #define PACKAGE_TARNAME "" +| #define PACKAGE_VERSION "" +| #define PACKAGE_STRING "" +| #define PACKAGE_BUGREPORT "" +| #define STDC_HEADERS 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_INTTYPES_H 1 +| #define HAVE_STDINT_H 1 +| #define HAVE_UNISTD_H 1 +| #define __EXTENSIONS__ 1 +| #define _ALL_SOURCE 1 +| #define _GNU_SOURCE 1 +| #define _POSIX_PTHREAD_SEMANTICS 1 +| #define _TANDEM_SOURCE 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_LIBNSL 1 +| #define HAVE_PTHREAD_H 1 +| #define HAVE_PTHREAD_H 1 +| #define USE_THREADS 1 +| #define HAVE_PTHREAD_KEY_DELETE 1 +| #define HAVE_PTHREAD_RWLOCK_INIT 1 +| #define HAVE_PTHREAD_RWLOCKS 1 +| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 +| #define HAVE_GETHOSTBYNAME_R 1 +| #define HAVE_GETHOSTBYADDR_R 1 +| #define HAVE_SIGSUSPEND 1 +| #define HAVE_SIGWAIT 1 +| #define HAVE_POLL 1 +| #define HAVE_GETPWNAM_R 1 +| #define HAVE_GETPWUID_R 1 +| #define HAVE_GETGRNAM_R 1 +| #define HAVE_GETGRGID_R 1 +| #define HAVE_SYS_MMAN_H 1 +| #define HAVE_SYS_IPC_H 1 +| #define HAVE_SYS_SHM_H 1 +| #define HAVE_SYS_FILE_H 1 +| #define HAVE_MMAP 1 +| #define HAVE_MUNMAP 1 +| #define HAVE_SHM_OPEN 1 +| #define HAVE_SHM_UNLINK 1 +| #define HAVE_SHMGET 1 +| #define HAVE_SHMAT 1 +| #define HAVE_SHMDT 1 +| #define HAVE_SHMCTL 1 +| #define HAVE_MAP_ANON 1 +| #define anonymous shared memory allocation method 1 +| #define USE_SHMEM_MMAP_ANON 1 +| #define namebased memory allocation method 1 +| #define USE_SHMEM_SHMGET 1 +| #define HAVE_CALLOC 1 +| #define HAVE_STRCASECMP 1 +| #define HAVE_SETSID 1 +| #define HAVE_ISINF 1 +| #define HAVE_ISNAN 1 +| #define HAVE_GETENV 1 +| #define HAVE_PUTENV 1 +| #define HAVE_SETENV 1 +| #define HAVE_UNSETENV 1 +| #define HAVE_SETRLIMIT 1 +| #define HAVE_GETRLIMIT 1 +| #define HAVE_WRITEV 1 +| #define HAVE_SENDFILE 1 +| #define HAVE_UTIME 1 +| #define HAVE_UTIMES 1 +| #define HAVE_SIGACTION 1 +| #define HAVE_DECL_SYS_SIGLIST 1 +| #define HAVE_FORK 1 +| #define HAVE_STRERROR_R 1 +| #define HAVE_CRYPT_R 1 +| #define CRYPT_R_STRUCT_CRYPT_DATA 1 +| #define HAVE_MMAP 1 +| #define HAVE_MEMMOVE 1 +| #define HAVE_GETPASS 1 +| #define HAVE_GMTIME_R 1 +| #define HAVE_LOCALTIME_R 1 +| #define HAVE_HSTRERROR 1 +| #define HAVE_MKSTEMP 1 +| #define DIRENT_INODE d_fileno +| #define DIRENT_TYPE d_type +| #define STDC_HEADERS 1 +| #define HAVE_ALLOCA_H 1 +| #define HAVE_CRYPT_H 1 +| #define HAVE_CTYPE_H 1 +| #define HAVE_DIRENT_H 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_ERRNO_H 1 +| #define HAVE_FCNTL_H 1 +| #define HAVE_GRP_H 1 +| #define HAVE_LIMITS_H 1 +| #define HAVE_MALLOC_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_NETDB_H 1 +| #define HAVE_POLL_H 1 +| /* end confdefs.h. */ +| #include +| #ifdef HAVE_SYS_TYPES_H +| # include +| #endif +| #ifdef HAVE_SYS_STAT_H +| # include +| #endif +| #ifdef STDC_HEADERS +| # include +| # include +| #else +| # ifdef HAVE_STDLIB_H +| # include +| # endif +| #endif +| #ifdef HAVE_STRING_H +| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H +| # include +| # endif +| # include +| #endif +| #ifdef HAVE_STRINGS_H +| # include +| #endif +| #ifdef HAVE_INTTYPES_H +| # include +| #endif +| #ifdef HAVE_STDINT_H +| # include +| #endif +| #ifdef HAVE_UNISTD_H +| # include +| #endif +| #include +configure:32934: result: no +configure:32938: checking process.h presence +configure:32953: gcc -E -D_REENTRANT -D_GNU_SOURCE conftest.c +conftest.c:102:21: fatal error: process.h: No such file or directory + #include + ^ +compilation terminated. +configure:32960: $? = 1 +configure: failed program was: +| /* confdefs.h. */ +| #define PACKAGE_NAME "" +| #define PACKAGE_TARNAME "" +| #define PACKAGE_VERSION "" +| #define PACKAGE_STRING "" +| #define PACKAGE_BUGREPORT "" +| #define STDC_HEADERS 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_INTTYPES_H 1 +| #define HAVE_STDINT_H 1 +| #define HAVE_UNISTD_H 1 +| #define __EXTENSIONS__ 1 +| #define _ALL_SOURCE 1 +| #define _GNU_SOURCE 1 +| #define _POSIX_PTHREAD_SEMANTICS 1 +| #define _TANDEM_SOURCE 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_LIBNSL 1 +| #define HAVE_PTHREAD_H 1 +| #define HAVE_PTHREAD_H 1 +| #define USE_THREADS 1 +| #define HAVE_PTHREAD_KEY_DELETE 1 +| #define HAVE_PTHREAD_RWLOCK_INIT 1 +| #define HAVE_PTHREAD_RWLOCKS 1 +| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 +| #define HAVE_GETHOSTBYNAME_R 1 +| #define HAVE_GETHOSTBYADDR_R 1 +| #define HAVE_SIGSUSPEND 1 +| #define HAVE_SIGWAIT 1 +| #define HAVE_POLL 1 +| #define HAVE_GETPWNAM_R 1 +| #define HAVE_GETPWUID_R 1 +| #define HAVE_GETGRNAM_R 1 +| #define HAVE_GETGRGID_R 1 +| #define HAVE_SYS_MMAN_H 1 +| #define HAVE_SYS_IPC_H 1 +| #define HAVE_SYS_SHM_H 1 +| #define HAVE_SYS_FILE_H 1 +| #define HAVE_MMAP 1 +| #define HAVE_MUNMAP 1 +| #define HAVE_SHM_OPEN 1 +| #define HAVE_SHM_UNLINK 1 +| #define HAVE_SHMGET 1 +| #define HAVE_SHMAT 1 +| #define HAVE_SHMDT 1 +| #define HAVE_SHMCTL 1 +| #define HAVE_MAP_ANON 1 +| #define anonymous shared memory allocation method 1 +| #define USE_SHMEM_MMAP_ANON 1 +| #define namebased memory allocation method 1 +| #define USE_SHMEM_SHMGET 1 +| #define HAVE_CALLOC 1 +| #define HAVE_STRCASECMP 1 +| #define HAVE_SETSID 1 +| #define HAVE_ISINF 1 +| #define HAVE_ISNAN 1 +| #define HAVE_GETENV 1 +| #define HAVE_PUTENV 1 +| #define HAVE_SETENV 1 +| #define HAVE_UNSETENV 1 +| #define HAVE_SETRLIMIT 1 +| #define HAVE_GETRLIMIT 1 +| #define HAVE_WRITEV 1 +| #define HAVE_SENDFILE 1 +| #define HAVE_UTIME 1 +| #define HAVE_UTIMES 1 +| #define HAVE_SIGACTION 1 +| #define HAVE_DECL_SYS_SIGLIST 1 +| #define HAVE_FORK 1 +| #define HAVE_STRERROR_R 1 +| #define HAVE_CRYPT_R 1 +| #define CRYPT_R_STRUCT_CRYPT_DATA 1 +| #define HAVE_MMAP 1 +| #define HAVE_MEMMOVE 1 +| #define HAVE_GETPASS 1 +| #define HAVE_GMTIME_R 1 +| #define HAVE_LOCALTIME_R 1 +| #define HAVE_HSTRERROR 1 +| #define HAVE_MKSTEMP 1 +| #define DIRENT_INODE d_fileno +| #define DIRENT_TYPE d_type +| #define STDC_HEADERS 1 +| #define HAVE_ALLOCA_H 1 +| #define HAVE_CRYPT_H 1 +| #define HAVE_CTYPE_H 1 +| #define HAVE_DIRENT_H 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_ERRNO_H 1 +| #define HAVE_FCNTL_H 1 +| #define HAVE_GRP_H 1 +| #define HAVE_LIMITS_H 1 +| #define HAVE_MALLOC_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_NETDB_H 1 +| #define HAVE_POLL_H 1 +| /* end confdefs.h. */ +| #include +configure:32974: result: no +configure:33002: checking for process.h +configure:33011: result: no +configure:32896: checking pwd.h usability +configure:32913: gcc -c -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 +configure:32920: $? = 0 +configure:32934: result: yes +configure:32938: checking pwd.h presence +configure:32953: gcc -E -D_REENTRANT -D_GNU_SOURCE conftest.c +configure:32960: $? = 0 +configure:32974: result: yes +configure:33002: checking for pwd.h +configure:33011: result: yes +configure:32896: checking semaphore.h usability +configure:32913: gcc -c -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 +configure:32920: $? = 0 +configure:32934: result: yes +configure:32938: checking semaphore.h presence +configure:32953: gcc -E -D_REENTRANT -D_GNU_SOURCE conftest.c +configure:32960: $? = 0 +configure:32974: result: yes +configure:33002: checking for semaphore.h +configure:33011: result: yes +configure:32896: checking signal.h usability +configure:32913: gcc -c -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 +configure:32920: $? = 0 +configure:32934: result: yes +configure:32938: checking signal.h presence +configure:32953: gcc -E -D_REENTRANT -D_GNU_SOURCE conftest.c +configure:32960: $? = 0 +configure:32974: result: yes +configure:33002: checking for signal.h +configure:33011: result: yes +configure:32896: checking stdarg.h usability +configure:32913: gcc -c -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 +configure:32920: $? = 0 +configure:32934: result: yes +configure:32938: checking stdarg.h presence +configure:32953: gcc -E -D_REENTRANT -D_GNU_SOURCE conftest.c +configure:32960: $? = 0 +configure:32974: result: yes +configure:33002: checking for stdarg.h +configure:33011: result: yes +configure:32896: checking stddef.h usability +configure:32913: gcc -c -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 +configure:32920: $? = 0 +configure:32934: result: yes +configure:32938: checking stddef.h presence +configure:32953: gcc -E -D_REENTRANT -D_GNU_SOURCE conftest.c +configure:32960: $? = 0 +configure:32974: result: yes +configure:33002: checking for stddef.h +configure:33011: result: yes +configure:32896: checking stdio.h usability +configure:32913: gcc -c -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 +configure:32920: $? = 0 +configure:32934: result: yes +configure:32938: checking stdio.h presence +configure:32953: gcc -E -D_REENTRANT -D_GNU_SOURCE conftest.c +configure:32960: $? = 0 +configure:32974: result: yes +configure:33002: checking for stdio.h +configure:33011: result: yes +configure:32885: checking for stdlib.h +configure:32892: result: yes +configure:32885: checking for string.h +configure:32892: result: yes +configure:32885: checking for strings.h +configure:32892: result: yes +configure:32896: checking sysapi.h usability +configure:32913: gcc -c -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 +conftest.c:144:20: fatal error: sysapi.h: No such file or directory + #include + ^ +compilation terminated. +configure:32920: $? = 1 +configure: failed program was: +| /* confdefs.h. */ +| #define PACKAGE_NAME "" +| #define PACKAGE_TARNAME "" +| #define PACKAGE_VERSION "" +| #define PACKAGE_STRING "" +| #define PACKAGE_BUGREPORT "" +| #define STDC_HEADERS 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_INTTYPES_H 1 +| #define HAVE_STDINT_H 1 +| #define HAVE_UNISTD_H 1 +| #define __EXTENSIONS__ 1 +| #define _ALL_SOURCE 1 +| #define _GNU_SOURCE 1 +| #define _POSIX_PTHREAD_SEMANTICS 1 +| #define _TANDEM_SOURCE 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_LIBNSL 1 +| #define HAVE_PTHREAD_H 1 +| #define HAVE_PTHREAD_H 1 +| #define USE_THREADS 1 +| #define HAVE_PTHREAD_KEY_DELETE 1 +| #define HAVE_PTHREAD_RWLOCK_INIT 1 +| #define HAVE_PTHREAD_RWLOCKS 1 +| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 +| #define HAVE_GETHOSTBYNAME_R 1 +| #define HAVE_GETHOSTBYADDR_R 1 +| #define HAVE_SIGSUSPEND 1 +| #define HAVE_SIGWAIT 1 +| #define HAVE_POLL 1 +| #define HAVE_GETPWNAM_R 1 +| #define HAVE_GETPWUID_R 1 +| #define HAVE_GETGRNAM_R 1 +| #define HAVE_GETGRGID_R 1 +| #define HAVE_SYS_MMAN_H 1 +| #define HAVE_SYS_IPC_H 1 +| #define HAVE_SYS_SHM_H 1 +| #define HAVE_SYS_FILE_H 1 +| #define HAVE_MMAP 1 +| #define HAVE_MUNMAP 1 +| #define HAVE_SHM_OPEN 1 +| #define HAVE_SHM_UNLINK 1 +| #define HAVE_SHMGET 1 +| #define HAVE_SHMAT 1 +| #define HAVE_SHMDT 1 +| #define HAVE_SHMCTL 1 +| #define HAVE_MAP_ANON 1 +| #define anonymous shared memory allocation method 1 +| #define USE_SHMEM_MMAP_ANON 1 +| #define namebased memory allocation method 1 +| #define USE_SHMEM_SHMGET 1 +| #define HAVE_CALLOC 1 +| #define HAVE_STRCASECMP 1 +| #define HAVE_SETSID 1 +| #define HAVE_ISINF 1 +| #define HAVE_ISNAN 1 +| #define HAVE_GETENV 1 +| #define HAVE_PUTENV 1 +| #define HAVE_SETENV 1 +| #define HAVE_UNSETENV 1 +| #define HAVE_SETRLIMIT 1 +| #define HAVE_GETRLIMIT 1 +| #define HAVE_WRITEV 1 +| #define HAVE_SENDFILE 1 +| #define HAVE_UTIME 1 +| #define HAVE_UTIMES 1 +| #define HAVE_SIGACTION 1 +| #define HAVE_DECL_SYS_SIGLIST 1 +| #define HAVE_FORK 1 +| #define HAVE_STRERROR_R 1 +| #define HAVE_CRYPT_R 1 +| #define CRYPT_R_STRUCT_CRYPT_DATA 1 +| #define HAVE_MMAP 1 +| #define HAVE_MEMMOVE 1 +| #define HAVE_GETPASS 1 +| #define HAVE_GMTIME_R 1 +| #define HAVE_LOCALTIME_R 1 +| #define HAVE_HSTRERROR 1 +| #define HAVE_MKSTEMP 1 +| #define DIRENT_INODE d_fileno +| #define DIRENT_TYPE d_type +| #define STDC_HEADERS 1 +| #define HAVE_ALLOCA_H 1 +| #define HAVE_CRYPT_H 1 +| #define HAVE_CTYPE_H 1 +| #define HAVE_DIRENT_H 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_ERRNO_H 1 +| #define HAVE_FCNTL_H 1 +| #define HAVE_GRP_H 1 +| #define HAVE_LIMITS_H 1 +| #define HAVE_MALLOC_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_NETDB_H 1 +| #define HAVE_POLL_H 1 +| #define HAVE_PWD_H 1 +| #define HAVE_SEMAPHORE_H 1 +| #define HAVE_SIGNAL_H 1 +| #define HAVE_STDARG_H 1 +| #define HAVE_STDDEF_H 1 +| #define HAVE_STDIO_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_STRINGS_H 1 +| /* end confdefs.h. */ +| #include +| #ifdef HAVE_SYS_TYPES_H +| # include +| #endif +| #ifdef HAVE_SYS_STAT_H +| # include +| #endif +| #ifdef STDC_HEADERS +| # include +| # include +| #else +| # ifdef HAVE_STDLIB_H +| # include +| # endif +| #endif +| #ifdef HAVE_STRING_H +| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H +| # include +| # endif +| # include +| #endif +| #ifdef HAVE_STRINGS_H +| # include +| #endif +| #ifdef HAVE_INTTYPES_H +| # include +| #endif +| #ifdef HAVE_STDINT_H +| # include +| #endif +| #ifdef HAVE_UNISTD_H +| # include +| #endif +| #include +configure:32934: result: no +configure:32938: checking sysapi.h presence +configure:32953: gcc -E -D_REENTRANT -D_GNU_SOURCE conftest.c +conftest.c:111:20: fatal error: sysapi.h: No such file or directory + #include + ^ +compilation terminated. +configure:32960: $? = 1 +configure: failed program was: +| /* confdefs.h. */ +| #define PACKAGE_NAME "" +| #define PACKAGE_TARNAME "" +| #define PACKAGE_VERSION "" +| #define PACKAGE_STRING "" +| #define PACKAGE_BUGREPORT "" +| #define STDC_HEADERS 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_INTTYPES_H 1 +| #define HAVE_STDINT_H 1 +| #define HAVE_UNISTD_H 1 +| #define __EXTENSIONS__ 1 +| #define _ALL_SOURCE 1 +| #define _GNU_SOURCE 1 +| #define _POSIX_PTHREAD_SEMANTICS 1 +| #define _TANDEM_SOURCE 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_LIBNSL 1 +| #define HAVE_PTHREAD_H 1 +| #define HAVE_PTHREAD_H 1 +| #define USE_THREADS 1 +| #define HAVE_PTHREAD_KEY_DELETE 1 +| #define HAVE_PTHREAD_RWLOCK_INIT 1 +| #define HAVE_PTHREAD_RWLOCKS 1 +| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 +| #define HAVE_GETHOSTBYNAME_R 1 +| #define HAVE_GETHOSTBYADDR_R 1 +| #define HAVE_SIGSUSPEND 1 +| #define HAVE_SIGWAIT 1 +| #define HAVE_POLL 1 +| #define HAVE_GETPWNAM_R 1 +| #define HAVE_GETPWUID_R 1 +| #define HAVE_GETGRNAM_R 1 +| #define HAVE_GETGRGID_R 1 +| #define HAVE_SYS_MMAN_H 1 +| #define HAVE_SYS_IPC_H 1 +| #define HAVE_SYS_SHM_H 1 +| #define HAVE_SYS_FILE_H 1 +| #define HAVE_MMAP 1 +| #define HAVE_MUNMAP 1 +| #define HAVE_SHM_OPEN 1 +| #define HAVE_SHM_UNLINK 1 +| #define HAVE_SHMGET 1 +| #define HAVE_SHMAT 1 +| #define HAVE_SHMDT 1 +| #define HAVE_SHMCTL 1 +| #define HAVE_MAP_ANON 1 +| #define anonymous shared memory allocation method 1 +| #define USE_SHMEM_MMAP_ANON 1 +| #define namebased memory allocation method 1 +| #define USE_SHMEM_SHMGET 1 +| #define HAVE_CALLOC 1 +| #define HAVE_STRCASECMP 1 +| #define HAVE_SETSID 1 +| #define HAVE_ISINF 1 +| #define HAVE_ISNAN 1 +| #define HAVE_GETENV 1 +| #define HAVE_PUTENV 1 +| #define HAVE_SETENV 1 +| #define HAVE_UNSETENV 1 +| #define HAVE_SETRLIMIT 1 +| #define HAVE_GETRLIMIT 1 +| #define HAVE_WRITEV 1 +| #define HAVE_SENDFILE 1 +| #define HAVE_UTIME 1 +| #define HAVE_UTIMES 1 +| #define HAVE_SIGACTION 1 +| #define HAVE_DECL_SYS_SIGLIST 1 +| #define HAVE_FORK 1 +| #define HAVE_STRERROR_R 1 +| #define HAVE_CRYPT_R 1 +| #define CRYPT_R_STRUCT_CRYPT_DATA 1 +| #define HAVE_MMAP 1 +| #define HAVE_MEMMOVE 1 +| #define HAVE_GETPASS 1 +| #define HAVE_GMTIME_R 1 +| #define HAVE_LOCALTIME_R 1 +| #define HAVE_HSTRERROR 1 +| #define HAVE_MKSTEMP 1 +| #define DIRENT_INODE d_fileno +| #define DIRENT_TYPE d_type +| #define STDC_HEADERS 1 +| #define HAVE_ALLOCA_H 1 +| #define HAVE_CRYPT_H 1 +| #define HAVE_CTYPE_H 1 +| #define HAVE_DIRENT_H 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_ERRNO_H 1 +| #define HAVE_FCNTL_H 1 +| #define HAVE_GRP_H 1 +| #define HAVE_LIMITS_H 1 +| #define HAVE_MALLOC_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_NETDB_H 1 +| #define HAVE_POLL_H 1 +| #define HAVE_PWD_H 1 +| #define HAVE_SEMAPHORE_H 1 +| #define HAVE_SIGNAL_H 1 +| #define HAVE_STDARG_H 1 +| #define HAVE_STDDEF_H 1 +| #define HAVE_STDIO_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_STRINGS_H 1 +| /* end confdefs.h. */ +| #include +configure:32974: result: no +configure:33002: checking for sysapi.h +configure:33011: result: no +configure:32896: checking sysgtime.h usability +configure:32913: gcc -c -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 +conftest.c:144:22: fatal error: sysgtime.h: No such file or directory + #include + ^ +compilation terminated. +configure:32920: $? = 1 +configure: failed program was: +| /* confdefs.h. */ +| #define PACKAGE_NAME "" +| #define PACKAGE_TARNAME "" +| #define PACKAGE_VERSION "" +| #define PACKAGE_STRING "" +| #define PACKAGE_BUGREPORT "" +| #define STDC_HEADERS 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_INTTYPES_H 1 +| #define HAVE_STDINT_H 1 +| #define HAVE_UNISTD_H 1 +| #define __EXTENSIONS__ 1 +| #define _ALL_SOURCE 1 +| #define _GNU_SOURCE 1 +| #define _POSIX_PTHREAD_SEMANTICS 1 +| #define _TANDEM_SOURCE 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_LIBNSL 1 +| #define HAVE_PTHREAD_H 1 +| #define HAVE_PTHREAD_H 1 +| #define USE_THREADS 1 +| #define HAVE_PTHREAD_KEY_DELETE 1 +| #define HAVE_PTHREAD_RWLOCK_INIT 1 +| #define HAVE_PTHREAD_RWLOCKS 1 +| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 +| #define HAVE_GETHOSTBYNAME_R 1 +| #define HAVE_GETHOSTBYADDR_R 1 +| #define HAVE_SIGSUSPEND 1 +| #define HAVE_SIGWAIT 1 +| #define HAVE_POLL 1 +| #define HAVE_GETPWNAM_R 1 +| #define HAVE_GETPWUID_R 1 +| #define HAVE_GETGRNAM_R 1 +| #define HAVE_GETGRGID_R 1 +| #define HAVE_SYS_MMAN_H 1 +| #define HAVE_SYS_IPC_H 1 +| #define HAVE_SYS_SHM_H 1 +| #define HAVE_SYS_FILE_H 1 +| #define HAVE_MMAP 1 +| #define HAVE_MUNMAP 1 +| #define HAVE_SHM_OPEN 1 +| #define HAVE_SHM_UNLINK 1 +| #define HAVE_SHMGET 1 +| #define HAVE_SHMAT 1 +| #define HAVE_SHMDT 1 +| #define HAVE_SHMCTL 1 +| #define HAVE_MAP_ANON 1 +| #define anonymous shared memory allocation method 1 +| #define USE_SHMEM_MMAP_ANON 1 +| #define namebased memory allocation method 1 +| #define USE_SHMEM_SHMGET 1 +| #define HAVE_CALLOC 1 +| #define HAVE_STRCASECMP 1 +| #define HAVE_SETSID 1 +| #define HAVE_ISINF 1 +| #define HAVE_ISNAN 1 +| #define HAVE_GETENV 1 +| #define HAVE_PUTENV 1 +| #define HAVE_SETENV 1 +| #define HAVE_UNSETENV 1 +| #define HAVE_SETRLIMIT 1 +| #define HAVE_GETRLIMIT 1 +| #define HAVE_WRITEV 1 +| #define HAVE_SENDFILE 1 +| #define HAVE_UTIME 1 +| #define HAVE_UTIMES 1 +| #define HAVE_SIGACTION 1 +| #define HAVE_DECL_SYS_SIGLIST 1 +| #define HAVE_FORK 1 +| #define HAVE_STRERROR_R 1 +| #define HAVE_CRYPT_R 1 +| #define CRYPT_R_STRUCT_CRYPT_DATA 1 +| #define HAVE_MMAP 1 +| #define HAVE_MEMMOVE 1 +| #define HAVE_GETPASS 1 +| #define HAVE_GMTIME_R 1 +| #define HAVE_LOCALTIME_R 1 +| #define HAVE_HSTRERROR 1 +| #define HAVE_MKSTEMP 1 +| #define DIRENT_INODE d_fileno +| #define DIRENT_TYPE d_type +| #define STDC_HEADERS 1 +| #define HAVE_ALLOCA_H 1 +| #define HAVE_CRYPT_H 1 +| #define HAVE_CTYPE_H 1 +| #define HAVE_DIRENT_H 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_ERRNO_H 1 +| #define HAVE_FCNTL_H 1 +| #define HAVE_GRP_H 1 +| #define HAVE_LIMITS_H 1 +| #define HAVE_MALLOC_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_NETDB_H 1 +| #define HAVE_POLL_H 1 +| #define HAVE_PWD_H 1 +| #define HAVE_SEMAPHORE_H 1 +| #define HAVE_SIGNAL_H 1 +| #define HAVE_STDARG_H 1 +| #define HAVE_STDDEF_H 1 +| #define HAVE_STDIO_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_STRINGS_H 1 +| /* end confdefs.h. */ +| #include +| #ifdef HAVE_SYS_TYPES_H +| # include +| #endif +| #ifdef HAVE_SYS_STAT_H +| # include +| #endif +| #ifdef STDC_HEADERS +| # include +| # include +| #else +| # ifdef HAVE_STDLIB_H +| # include +| # endif +| #endif +| #ifdef HAVE_STRING_H +| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H +| # include +| # endif +| # include +| #endif +| #ifdef HAVE_STRINGS_H +| # include +| #endif +| #ifdef HAVE_INTTYPES_H +| # include +| #endif +| #ifdef HAVE_STDINT_H +| # include +| #endif +| #ifdef HAVE_UNISTD_H +| # include +| #endif +| #include +configure:32934: result: no +configure:32938: checking sysgtime.h presence +configure:32953: gcc -E -D_REENTRANT -D_GNU_SOURCE conftest.c +conftest.c:111:22: fatal error: sysgtime.h: No such file or directory + #include + ^ +compilation terminated. +configure:32960: $? = 1 +configure: failed program was: +| /* confdefs.h. */ +| #define PACKAGE_NAME "" +| #define PACKAGE_TARNAME "" +| #define PACKAGE_VERSION "" +| #define PACKAGE_STRING "" +| #define PACKAGE_BUGREPORT "" +| #define STDC_HEADERS 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_INTTYPES_H 1 +| #define HAVE_STDINT_H 1 +| #define HAVE_UNISTD_H 1 +| #define __EXTENSIONS__ 1 +| #define _ALL_SOURCE 1 +| #define _GNU_SOURCE 1 +| #define _POSIX_PTHREAD_SEMANTICS 1 +| #define _TANDEM_SOURCE 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_LIBNSL 1 +| #define HAVE_PTHREAD_H 1 +| #define HAVE_PTHREAD_H 1 +| #define USE_THREADS 1 +| #define HAVE_PTHREAD_KEY_DELETE 1 +| #define HAVE_PTHREAD_RWLOCK_INIT 1 +| #define HAVE_PTHREAD_RWLOCKS 1 +| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 +| #define HAVE_GETHOSTBYNAME_R 1 +| #define HAVE_GETHOSTBYADDR_R 1 +| #define HAVE_SIGSUSPEND 1 +| #define HAVE_SIGWAIT 1 +| #define HAVE_POLL 1 +| #define HAVE_GETPWNAM_R 1 +| #define HAVE_GETPWUID_R 1 +| #define HAVE_GETGRNAM_R 1 +| #define HAVE_GETGRGID_R 1 +| #define HAVE_SYS_MMAN_H 1 +| #define HAVE_SYS_IPC_H 1 +| #define HAVE_SYS_SHM_H 1 +| #define HAVE_SYS_FILE_H 1 +| #define HAVE_MMAP 1 +| #define HAVE_MUNMAP 1 +| #define HAVE_SHM_OPEN 1 +| #define HAVE_SHM_UNLINK 1 +| #define HAVE_SHMGET 1 +| #define HAVE_SHMAT 1 +| #define HAVE_SHMDT 1 +| #define HAVE_SHMCTL 1 +| #define HAVE_MAP_ANON 1 +| #define anonymous shared memory allocation method 1 +| #define USE_SHMEM_MMAP_ANON 1 +| #define namebased memory allocation method 1 +| #define USE_SHMEM_SHMGET 1 +| #define HAVE_CALLOC 1 +| #define HAVE_STRCASECMP 1 +| #define HAVE_SETSID 1 +| #define HAVE_ISINF 1 +| #define HAVE_ISNAN 1 +| #define HAVE_GETENV 1 +| #define HAVE_PUTENV 1 +| #define HAVE_SETENV 1 +| #define HAVE_UNSETENV 1 +| #define HAVE_SETRLIMIT 1 +| #define HAVE_GETRLIMIT 1 +| #define HAVE_WRITEV 1 +| #define HAVE_SENDFILE 1 +| #define HAVE_UTIME 1 +| #define HAVE_UTIMES 1 +| #define HAVE_SIGACTION 1 +| #define HAVE_DECL_SYS_SIGLIST 1 +| #define HAVE_FORK 1 +| #define HAVE_STRERROR_R 1 +| #define HAVE_CRYPT_R 1 +| #define CRYPT_R_STRUCT_CRYPT_DATA 1 +| #define HAVE_MMAP 1 +| #define HAVE_MEMMOVE 1 +| #define HAVE_GETPASS 1 +| #define HAVE_GMTIME_R 1 +| #define HAVE_LOCALTIME_R 1 +| #define HAVE_HSTRERROR 1 +| #define HAVE_MKSTEMP 1 +| #define DIRENT_INODE d_fileno +| #define DIRENT_TYPE d_type +| #define STDC_HEADERS 1 +| #define HAVE_ALLOCA_H 1 +| #define HAVE_CRYPT_H 1 +| #define HAVE_CTYPE_H 1 +| #define HAVE_DIRENT_H 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_ERRNO_H 1 +| #define HAVE_FCNTL_H 1 +| #define HAVE_GRP_H 1 +| #define HAVE_LIMITS_H 1 +| #define HAVE_MALLOC_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_NETDB_H 1 +| #define HAVE_POLL_H 1 +| #define HAVE_PWD_H 1 +| #define HAVE_SEMAPHORE_H 1 +| #define HAVE_SIGNAL_H 1 +| #define HAVE_STDARG_H 1 +| #define HAVE_STDDEF_H 1 +| #define HAVE_STDIO_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_STRINGS_H 1 +| /* end confdefs.h. */ +| #include +configure:32974: result: no +configure:33002: checking for sysgtime.h +configure:33011: result: no +configure:32896: checking termios.h usability +configure:32913: gcc -c -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 +configure:32920: $? = 0 +configure:32934: result: yes +configure:32938: checking termios.h presence +configure:32953: gcc -E -D_REENTRANT -D_GNU_SOURCE conftest.c +configure:32960: $? = 0 +configure:32974: result: yes +configure:33002: checking for termios.h +configure:33011: result: yes +configure:32896: checking time.h usability +configure:32913: gcc -c -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 +configure:32920: $? = 0 +configure:32934: result: yes +configure:32938: checking time.h presence +configure:32953: gcc -E -D_REENTRANT -D_GNU_SOURCE conftest.c +configure:32960: $? = 0 +configure:32974: result: yes +configure:33002: checking for time.h +configure:33011: result: yes +configure:32896: checking tpfeq.h usability +configure:32913: gcc -c -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 +conftest.c:146:19: fatal error: tpfeq.h: No such file or directory + #include + ^ +compilation terminated. +configure:32920: $? = 1 +configure: failed program was: +| /* confdefs.h. */ +| #define PACKAGE_NAME "" +| #define PACKAGE_TARNAME "" +| #define PACKAGE_VERSION "" +| #define PACKAGE_STRING "" +| #define PACKAGE_BUGREPORT "" +| #define STDC_HEADERS 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_INTTYPES_H 1 +| #define HAVE_STDINT_H 1 +| #define HAVE_UNISTD_H 1 +| #define __EXTENSIONS__ 1 +| #define _ALL_SOURCE 1 +| #define _GNU_SOURCE 1 +| #define _POSIX_PTHREAD_SEMANTICS 1 +| #define _TANDEM_SOURCE 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_LIBNSL 1 +| #define HAVE_PTHREAD_H 1 +| #define HAVE_PTHREAD_H 1 +| #define USE_THREADS 1 +| #define HAVE_PTHREAD_KEY_DELETE 1 +| #define HAVE_PTHREAD_RWLOCK_INIT 1 +| #define HAVE_PTHREAD_RWLOCKS 1 +| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 +| #define HAVE_GETHOSTBYNAME_R 1 +| #define HAVE_GETHOSTBYADDR_R 1 +| #define HAVE_SIGSUSPEND 1 +| #define HAVE_SIGWAIT 1 +| #define HAVE_POLL 1 +| #define HAVE_GETPWNAM_R 1 +| #define HAVE_GETPWUID_R 1 +| #define HAVE_GETGRNAM_R 1 +| #define HAVE_GETGRGID_R 1 +| #define HAVE_SYS_MMAN_H 1 +| #define HAVE_SYS_IPC_H 1 +| #define HAVE_SYS_SHM_H 1 +| #define HAVE_SYS_FILE_H 1 +| #define HAVE_MMAP 1 +| #define HAVE_MUNMAP 1 +| #define HAVE_SHM_OPEN 1 +| #define HAVE_SHM_UNLINK 1 +| #define HAVE_SHMGET 1 +| #define HAVE_SHMAT 1 +| #define HAVE_SHMDT 1 +| #define HAVE_SHMCTL 1 +| #define HAVE_MAP_ANON 1 +| #define anonymous shared memory allocation method 1 +| #define USE_SHMEM_MMAP_ANON 1 +| #define namebased memory allocation method 1 +| #define USE_SHMEM_SHMGET 1 +| #define HAVE_CALLOC 1 +| #define HAVE_STRCASECMP 1 +| #define HAVE_SETSID 1 +| #define HAVE_ISINF 1 +| #define HAVE_ISNAN 1 +| #define HAVE_GETENV 1 +| #define HAVE_PUTENV 1 +| #define HAVE_SETENV 1 +| #define HAVE_UNSETENV 1 +| #define HAVE_SETRLIMIT 1 +| #define HAVE_GETRLIMIT 1 +| #define HAVE_WRITEV 1 +| #define HAVE_SENDFILE 1 +| #define HAVE_UTIME 1 +| #define HAVE_UTIMES 1 +| #define HAVE_SIGACTION 1 +| #define HAVE_DECL_SYS_SIGLIST 1 +| #define HAVE_FORK 1 +| #define HAVE_STRERROR_R 1 +| #define HAVE_CRYPT_R 1 +| #define CRYPT_R_STRUCT_CRYPT_DATA 1 +| #define HAVE_MMAP 1 +| #define HAVE_MEMMOVE 1 +| #define HAVE_GETPASS 1 +| #define HAVE_GMTIME_R 1 +| #define HAVE_LOCALTIME_R 1 +| #define HAVE_HSTRERROR 1 +| #define HAVE_MKSTEMP 1 +| #define DIRENT_INODE d_fileno +| #define DIRENT_TYPE d_type +| #define STDC_HEADERS 1 +| #define HAVE_ALLOCA_H 1 +| #define HAVE_CRYPT_H 1 +| #define HAVE_CTYPE_H 1 +| #define HAVE_DIRENT_H 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_ERRNO_H 1 +| #define HAVE_FCNTL_H 1 +| #define HAVE_GRP_H 1 +| #define HAVE_LIMITS_H 1 +| #define HAVE_MALLOC_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_NETDB_H 1 +| #define HAVE_POLL_H 1 +| #define HAVE_PWD_H 1 +| #define HAVE_SEMAPHORE_H 1 +| #define HAVE_SIGNAL_H 1 +| #define HAVE_STDARG_H 1 +| #define HAVE_STDDEF_H 1 +| #define HAVE_STDIO_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_TERMIOS_H 1 +| #define HAVE_TIME_H 1 +| /* end confdefs.h. */ +| #include +| #ifdef HAVE_SYS_TYPES_H +| # include +| #endif +| #ifdef HAVE_SYS_STAT_H +| # include +| #endif +| #ifdef STDC_HEADERS +| # include +| # include +| #else +| # ifdef HAVE_STDLIB_H +| # include +| # endif +| #endif +| #ifdef HAVE_STRING_H +| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H +| # include +| # endif +| # include +| #endif +| #ifdef HAVE_STRINGS_H +| # include +| #endif +| #ifdef HAVE_INTTYPES_H +| # include +| #endif +| #ifdef HAVE_STDINT_H +| # include +| #endif +| #ifdef HAVE_UNISTD_H +| # include +| #endif +| #include +configure:32934: result: no +configure:32938: checking tpfeq.h presence +configure:32953: gcc -E -D_REENTRANT -D_GNU_SOURCE conftest.c +conftest.c:113:19: fatal error: tpfeq.h: No such file or directory + #include + ^ +compilation terminated. +configure:32960: $? = 1 +configure: failed program was: +| /* confdefs.h. */ +| #define PACKAGE_NAME "" +| #define PACKAGE_TARNAME "" +| #define PACKAGE_VERSION "" +| #define PACKAGE_STRING "" +| #define PACKAGE_BUGREPORT "" +| #define STDC_HEADERS 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_INTTYPES_H 1 +| #define HAVE_STDINT_H 1 +| #define HAVE_UNISTD_H 1 +| #define __EXTENSIONS__ 1 +| #define _ALL_SOURCE 1 +| #define _GNU_SOURCE 1 +| #define _POSIX_PTHREAD_SEMANTICS 1 +| #define _TANDEM_SOURCE 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_LIBNSL 1 +| #define HAVE_PTHREAD_H 1 +| #define HAVE_PTHREAD_H 1 +| #define USE_THREADS 1 +| #define HAVE_PTHREAD_KEY_DELETE 1 +| #define HAVE_PTHREAD_RWLOCK_INIT 1 +| #define HAVE_PTHREAD_RWLOCKS 1 +| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 +| #define HAVE_GETHOSTBYNAME_R 1 +| #define HAVE_GETHOSTBYADDR_R 1 +| #define HAVE_SIGSUSPEND 1 +| #define HAVE_SIGWAIT 1 +| #define HAVE_POLL 1 +| #define HAVE_GETPWNAM_R 1 +| #define HAVE_GETPWUID_R 1 +| #define HAVE_GETGRNAM_R 1 +| #define HAVE_GETGRGID_R 1 +| #define HAVE_SYS_MMAN_H 1 +| #define HAVE_SYS_IPC_H 1 +| #define HAVE_SYS_SHM_H 1 +| #define HAVE_SYS_FILE_H 1 +| #define HAVE_MMAP 1 +| #define HAVE_MUNMAP 1 +| #define HAVE_SHM_OPEN 1 +| #define HAVE_SHM_UNLINK 1 +| #define HAVE_SHMGET 1 +| #define HAVE_SHMAT 1 +| #define HAVE_SHMDT 1 +| #define HAVE_SHMCTL 1 +| #define HAVE_MAP_ANON 1 +| #define anonymous shared memory allocation method 1 +| #define USE_SHMEM_MMAP_ANON 1 +| #define namebased memory allocation method 1 +| #define USE_SHMEM_SHMGET 1 +| #define HAVE_CALLOC 1 +| #define HAVE_STRCASECMP 1 +| #define HAVE_SETSID 1 +| #define HAVE_ISINF 1 +| #define HAVE_ISNAN 1 +| #define HAVE_GETENV 1 +| #define HAVE_PUTENV 1 +| #define HAVE_SETENV 1 +| #define HAVE_UNSETENV 1 +| #define HAVE_SETRLIMIT 1 +| #define HAVE_GETRLIMIT 1 +| #define HAVE_WRITEV 1 +| #define HAVE_SENDFILE 1 +| #define HAVE_UTIME 1 +| #define HAVE_UTIMES 1 +| #define HAVE_SIGACTION 1 +| #define HAVE_DECL_SYS_SIGLIST 1 +| #define HAVE_FORK 1 +| #define HAVE_STRERROR_R 1 +| #define HAVE_CRYPT_R 1 +| #define CRYPT_R_STRUCT_CRYPT_DATA 1 +| #define HAVE_MMAP 1 +| #define HAVE_MEMMOVE 1 +| #define HAVE_GETPASS 1 +| #define HAVE_GMTIME_R 1 +| #define HAVE_LOCALTIME_R 1 +| #define HAVE_HSTRERROR 1 +| #define HAVE_MKSTEMP 1 +| #define DIRENT_INODE d_fileno +| #define DIRENT_TYPE d_type +| #define STDC_HEADERS 1 +| #define HAVE_ALLOCA_H 1 +| #define HAVE_CRYPT_H 1 +| #define HAVE_CTYPE_H 1 +| #define HAVE_DIRENT_H 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_ERRNO_H 1 +| #define HAVE_FCNTL_H 1 +| #define HAVE_GRP_H 1 +| #define HAVE_LIMITS_H 1 +| #define HAVE_MALLOC_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_NETDB_H 1 +| #define HAVE_POLL_H 1 +| #define HAVE_PWD_H 1 +| #define HAVE_SEMAPHORE_H 1 +| #define HAVE_SIGNAL_H 1 +| #define HAVE_STDARG_H 1 +| #define HAVE_STDDEF_H 1 +| #define HAVE_STDIO_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_TERMIOS_H 1 +| #define HAVE_TIME_H 1 +| /* end confdefs.h. */ +| #include +configure:32974: result: no +configure:33002: checking for tpfeq.h +configure:33011: result: no +configure:32896: checking tpfio.h usability +configure:32913: gcc -c -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 +conftest.c:146:19: fatal error: tpfio.h: No such file or directory + #include + ^ +compilation terminated. +configure:32920: $? = 1 +configure: failed program was: +| /* confdefs.h. */ +| #define PACKAGE_NAME "" +| #define PACKAGE_TARNAME "" +| #define PACKAGE_VERSION "" +| #define PACKAGE_STRING "" +| #define PACKAGE_BUGREPORT "" +| #define STDC_HEADERS 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_INTTYPES_H 1 +| #define HAVE_STDINT_H 1 +| #define HAVE_UNISTD_H 1 +| #define __EXTENSIONS__ 1 +| #define _ALL_SOURCE 1 +| #define _GNU_SOURCE 1 +| #define _POSIX_PTHREAD_SEMANTICS 1 +| #define _TANDEM_SOURCE 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_LIBNSL 1 +| #define HAVE_PTHREAD_H 1 +| #define HAVE_PTHREAD_H 1 +| #define USE_THREADS 1 +| #define HAVE_PTHREAD_KEY_DELETE 1 +| #define HAVE_PTHREAD_RWLOCK_INIT 1 +| #define HAVE_PTHREAD_RWLOCKS 1 +| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 +| #define HAVE_GETHOSTBYNAME_R 1 +| #define HAVE_GETHOSTBYADDR_R 1 +| #define HAVE_SIGSUSPEND 1 +| #define HAVE_SIGWAIT 1 +| #define HAVE_POLL 1 +| #define HAVE_GETPWNAM_R 1 +| #define HAVE_GETPWUID_R 1 +| #define HAVE_GETGRNAM_R 1 +| #define HAVE_GETGRGID_R 1 +| #define HAVE_SYS_MMAN_H 1 +| #define HAVE_SYS_IPC_H 1 +| #define HAVE_SYS_SHM_H 1 +| #define HAVE_SYS_FILE_H 1 +| #define HAVE_MMAP 1 +| #define HAVE_MUNMAP 1 +| #define HAVE_SHM_OPEN 1 +| #define HAVE_SHM_UNLINK 1 +| #define HAVE_SHMGET 1 +| #define HAVE_SHMAT 1 +| #define HAVE_SHMDT 1 +| #define HAVE_SHMCTL 1 +| #define HAVE_MAP_ANON 1 +| #define anonymous shared memory allocation method 1 +| #define USE_SHMEM_MMAP_ANON 1 +| #define namebased memory allocation method 1 +| #define USE_SHMEM_SHMGET 1 +| #define HAVE_CALLOC 1 +| #define HAVE_STRCASECMP 1 +| #define HAVE_SETSID 1 +| #define HAVE_ISINF 1 +| #define HAVE_ISNAN 1 +| #define HAVE_GETENV 1 +| #define HAVE_PUTENV 1 +| #define HAVE_SETENV 1 +| #define HAVE_UNSETENV 1 +| #define HAVE_SETRLIMIT 1 +| #define HAVE_GETRLIMIT 1 +| #define HAVE_WRITEV 1 +| #define HAVE_SENDFILE 1 +| #define HAVE_UTIME 1 +| #define HAVE_UTIMES 1 +| #define HAVE_SIGACTION 1 +| #define HAVE_DECL_SYS_SIGLIST 1 +| #define HAVE_FORK 1 +| #define HAVE_STRERROR_R 1 +| #define HAVE_CRYPT_R 1 +| #define CRYPT_R_STRUCT_CRYPT_DATA 1 +| #define HAVE_MMAP 1 +| #define HAVE_MEMMOVE 1 +| #define HAVE_GETPASS 1 +| #define HAVE_GMTIME_R 1 +| #define HAVE_LOCALTIME_R 1 +| #define HAVE_HSTRERROR 1 +| #define HAVE_MKSTEMP 1 +| #define DIRENT_INODE d_fileno +| #define DIRENT_TYPE d_type +| #define STDC_HEADERS 1 +| #define HAVE_ALLOCA_H 1 +| #define HAVE_CRYPT_H 1 +| #define HAVE_CTYPE_H 1 +| #define HAVE_DIRENT_H 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_ERRNO_H 1 +| #define HAVE_FCNTL_H 1 +| #define HAVE_GRP_H 1 +| #define HAVE_LIMITS_H 1 +| #define HAVE_MALLOC_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_NETDB_H 1 +| #define HAVE_POLL_H 1 +| #define HAVE_PWD_H 1 +| #define HAVE_SEMAPHORE_H 1 +| #define HAVE_SIGNAL_H 1 +| #define HAVE_STDARG_H 1 +| #define HAVE_STDDEF_H 1 +| #define HAVE_STDIO_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_TERMIOS_H 1 +| #define HAVE_TIME_H 1 +| /* end confdefs.h. */ +| #include +| #ifdef HAVE_SYS_TYPES_H +| # include +| #endif +| #ifdef HAVE_SYS_STAT_H +| # include +| #endif +| #ifdef STDC_HEADERS +| # include +| # include +| #else +| # ifdef HAVE_STDLIB_H +| # include +| # endif +| #endif +| #ifdef HAVE_STRING_H +| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H +| # include +| # endif +| # include +| #endif +| #ifdef HAVE_STRINGS_H +| # include +| #endif +| #ifdef HAVE_INTTYPES_H +| # include +| #endif +| #ifdef HAVE_STDINT_H +| # include +| #endif +| #ifdef HAVE_UNISTD_H +| # include +| #endif +| #include +configure:32934: result: no +configure:32938: checking tpfio.h presence +configure:32953: gcc -E -D_REENTRANT -D_GNU_SOURCE conftest.c +conftest.c:113:19: fatal error: tpfio.h: No such file or directory + #include + ^ +compilation terminated. +configure:32960: $? = 1 +configure: failed program was: +| /* confdefs.h. */ +| #define PACKAGE_NAME "" +| #define PACKAGE_TARNAME "" +| #define PACKAGE_VERSION "" +| #define PACKAGE_STRING "" +| #define PACKAGE_BUGREPORT "" +| #define STDC_HEADERS 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_INTTYPES_H 1 +| #define HAVE_STDINT_H 1 +| #define HAVE_UNISTD_H 1 +| #define __EXTENSIONS__ 1 +| #define _ALL_SOURCE 1 +| #define _GNU_SOURCE 1 +| #define _POSIX_PTHREAD_SEMANTICS 1 +| #define _TANDEM_SOURCE 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_LIBNSL 1 +| #define HAVE_PTHREAD_H 1 +| #define HAVE_PTHREAD_H 1 +| #define USE_THREADS 1 +| #define HAVE_PTHREAD_KEY_DELETE 1 +| #define HAVE_PTHREAD_RWLOCK_INIT 1 +| #define HAVE_PTHREAD_RWLOCKS 1 +| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 +| #define HAVE_GETHOSTBYNAME_R 1 +| #define HAVE_GETHOSTBYADDR_R 1 +| #define HAVE_SIGSUSPEND 1 +| #define HAVE_SIGWAIT 1 +| #define HAVE_POLL 1 +| #define HAVE_GETPWNAM_R 1 +| #define HAVE_GETPWUID_R 1 +| #define HAVE_GETGRNAM_R 1 +| #define HAVE_GETGRGID_R 1 +| #define HAVE_SYS_MMAN_H 1 +| #define HAVE_SYS_IPC_H 1 +| #define HAVE_SYS_SHM_H 1 +| #define HAVE_SYS_FILE_H 1 +| #define HAVE_MMAP 1 +| #define HAVE_MUNMAP 1 +| #define HAVE_SHM_OPEN 1 +| #define HAVE_SHM_UNLINK 1 +| #define HAVE_SHMGET 1 +| #define HAVE_SHMAT 1 +| #define HAVE_SHMDT 1 +| #define HAVE_SHMCTL 1 +| #define HAVE_MAP_ANON 1 +| #define anonymous shared memory allocation method 1 +| #define USE_SHMEM_MMAP_ANON 1 +| #define namebased memory allocation method 1 +| #define USE_SHMEM_SHMGET 1 +| #define HAVE_CALLOC 1 +| #define HAVE_STRCASECMP 1 +| #define HAVE_SETSID 1 +| #define HAVE_ISINF 1 +| #define HAVE_ISNAN 1 +| #define HAVE_GETENV 1 +| #define HAVE_PUTENV 1 +| #define HAVE_SETENV 1 +| #define HAVE_UNSETENV 1 +| #define HAVE_SETRLIMIT 1 +| #define HAVE_GETRLIMIT 1 +| #define HAVE_WRITEV 1 +| #define HAVE_SENDFILE 1 +| #define HAVE_UTIME 1 +| #define HAVE_UTIMES 1 +| #define HAVE_SIGACTION 1 +| #define HAVE_DECL_SYS_SIGLIST 1 +| #define HAVE_FORK 1 +| #define HAVE_STRERROR_R 1 +| #define HAVE_CRYPT_R 1 +| #define CRYPT_R_STRUCT_CRYPT_DATA 1 +| #define HAVE_MMAP 1 +| #define HAVE_MEMMOVE 1 +| #define HAVE_GETPASS 1 +| #define HAVE_GMTIME_R 1 +| #define HAVE_LOCALTIME_R 1 +| #define HAVE_HSTRERROR 1 +| #define HAVE_MKSTEMP 1 +| #define DIRENT_INODE d_fileno +| #define DIRENT_TYPE d_type +| #define STDC_HEADERS 1 +| #define HAVE_ALLOCA_H 1 +| #define HAVE_CRYPT_H 1 +| #define HAVE_CTYPE_H 1 +| #define HAVE_DIRENT_H 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_ERRNO_H 1 +| #define HAVE_FCNTL_H 1 +| #define HAVE_GRP_H 1 +| #define HAVE_LIMITS_H 1 +| #define HAVE_MALLOC_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_NETDB_H 1 +| #define HAVE_POLL_H 1 +| #define HAVE_PWD_H 1 +| #define HAVE_SEMAPHORE_H 1 +| #define HAVE_SIGNAL_H 1 +| #define HAVE_STDARG_H 1 +| #define HAVE_STDDEF_H 1 +| #define HAVE_STDIO_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_TERMIOS_H 1 +| #define HAVE_TIME_H 1 +| /* end confdefs.h. */ +| #include +configure:32974: result: no +configure:33002: checking for tpfio.h +configure:33011: result: no +configure:32885: checking for unistd.h +configure:32892: result: yes +configure:32896: checking unix.h usability +configure:32913: gcc -c -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 +conftest.c:147:18: fatal error: unix.h: No such file or directory + #include + ^ +compilation terminated. +configure:32920: $? = 1 +configure: failed program was: +| /* confdefs.h. */ +| #define PACKAGE_NAME "" +| #define PACKAGE_TARNAME "" +| #define PACKAGE_VERSION "" +| #define PACKAGE_STRING "" +| #define PACKAGE_BUGREPORT "" +| #define STDC_HEADERS 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_INTTYPES_H 1 +| #define HAVE_STDINT_H 1 +| #define HAVE_UNISTD_H 1 +| #define __EXTENSIONS__ 1 +| #define _ALL_SOURCE 1 +| #define _GNU_SOURCE 1 +| #define _POSIX_PTHREAD_SEMANTICS 1 +| #define _TANDEM_SOURCE 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_LIBNSL 1 +| #define HAVE_PTHREAD_H 1 +| #define HAVE_PTHREAD_H 1 +| #define USE_THREADS 1 +| #define HAVE_PTHREAD_KEY_DELETE 1 +| #define HAVE_PTHREAD_RWLOCK_INIT 1 +| #define HAVE_PTHREAD_RWLOCKS 1 +| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 +| #define HAVE_GETHOSTBYNAME_R 1 +| #define HAVE_GETHOSTBYADDR_R 1 +| #define HAVE_SIGSUSPEND 1 +| #define HAVE_SIGWAIT 1 +| #define HAVE_POLL 1 +| #define HAVE_GETPWNAM_R 1 +| #define HAVE_GETPWUID_R 1 +| #define HAVE_GETGRNAM_R 1 +| #define HAVE_GETGRGID_R 1 +| #define HAVE_SYS_MMAN_H 1 +| #define HAVE_SYS_IPC_H 1 +| #define HAVE_SYS_SHM_H 1 +| #define HAVE_SYS_FILE_H 1 +| #define HAVE_MMAP 1 +| #define HAVE_MUNMAP 1 +| #define HAVE_SHM_OPEN 1 +| #define HAVE_SHM_UNLINK 1 +| #define HAVE_SHMGET 1 +| #define HAVE_SHMAT 1 +| #define HAVE_SHMDT 1 +| #define HAVE_SHMCTL 1 +| #define HAVE_MAP_ANON 1 +| #define anonymous shared memory allocation method 1 +| #define USE_SHMEM_MMAP_ANON 1 +| #define namebased memory allocation method 1 +| #define USE_SHMEM_SHMGET 1 +| #define HAVE_CALLOC 1 +| #define HAVE_STRCASECMP 1 +| #define HAVE_SETSID 1 +| #define HAVE_ISINF 1 +| #define HAVE_ISNAN 1 +| #define HAVE_GETENV 1 +| #define HAVE_PUTENV 1 +| #define HAVE_SETENV 1 +| #define HAVE_UNSETENV 1 +| #define HAVE_SETRLIMIT 1 +| #define HAVE_GETRLIMIT 1 +| #define HAVE_WRITEV 1 +| #define HAVE_SENDFILE 1 +| #define HAVE_UTIME 1 +| #define HAVE_UTIMES 1 +| #define HAVE_SIGACTION 1 +| #define HAVE_DECL_SYS_SIGLIST 1 +| #define HAVE_FORK 1 +| #define HAVE_STRERROR_R 1 +| #define HAVE_CRYPT_R 1 +| #define CRYPT_R_STRUCT_CRYPT_DATA 1 +| #define HAVE_MMAP 1 +| #define HAVE_MEMMOVE 1 +| #define HAVE_GETPASS 1 +| #define HAVE_GMTIME_R 1 +| #define HAVE_LOCALTIME_R 1 +| #define HAVE_HSTRERROR 1 +| #define HAVE_MKSTEMP 1 +| #define DIRENT_INODE d_fileno +| #define DIRENT_TYPE d_type +| #define STDC_HEADERS 1 +| #define HAVE_ALLOCA_H 1 +| #define HAVE_CRYPT_H 1 +| #define HAVE_CTYPE_H 1 +| #define HAVE_DIRENT_H 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_ERRNO_H 1 +| #define HAVE_FCNTL_H 1 +| #define HAVE_GRP_H 1 +| #define HAVE_LIMITS_H 1 +| #define HAVE_MALLOC_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_NETDB_H 1 +| #define HAVE_POLL_H 1 +| #define HAVE_PWD_H 1 +| #define HAVE_SEMAPHORE_H 1 +| #define HAVE_SIGNAL_H 1 +| #define HAVE_STDARG_H 1 +| #define HAVE_STDDEF_H 1 +| #define HAVE_STDIO_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_TERMIOS_H 1 +| #define HAVE_TIME_H 1 +| #define HAVE_UNISTD_H 1 +| /* end confdefs.h. */ +| #include +| #ifdef HAVE_SYS_TYPES_H +| # include +| #endif +| #ifdef HAVE_SYS_STAT_H +| # include +| #endif +| #ifdef STDC_HEADERS +| # include +| # include +| #else +| # ifdef HAVE_STDLIB_H +| # include +| # endif +| #endif +| #ifdef HAVE_STRING_H +| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H +| # include +| # endif +| # include +| #endif +| #ifdef HAVE_STRINGS_H +| # include +| #endif +| #ifdef HAVE_INTTYPES_H +| # include +| #endif +| #ifdef HAVE_STDINT_H +| # include +| #endif +| #ifdef HAVE_UNISTD_H +| # include +| #endif +| #include +configure:32934: result: no +configure:32938: checking unix.h presence +configure:32953: gcc -E -D_REENTRANT -D_GNU_SOURCE conftest.c +conftest.c:114:18: fatal error: unix.h: No such file or directory + #include + ^ +compilation terminated. +configure:32960: $? = 1 +configure: failed program was: +| /* confdefs.h. */ +| #define PACKAGE_NAME "" +| #define PACKAGE_TARNAME "" +| #define PACKAGE_VERSION "" +| #define PACKAGE_STRING "" +| #define PACKAGE_BUGREPORT "" +| #define STDC_HEADERS 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_INTTYPES_H 1 +| #define HAVE_STDINT_H 1 +| #define HAVE_UNISTD_H 1 +| #define __EXTENSIONS__ 1 +| #define _ALL_SOURCE 1 +| #define _GNU_SOURCE 1 +| #define _POSIX_PTHREAD_SEMANTICS 1 +| #define _TANDEM_SOURCE 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_LIBNSL 1 +| #define HAVE_PTHREAD_H 1 +| #define HAVE_PTHREAD_H 1 +| #define USE_THREADS 1 +| #define HAVE_PTHREAD_KEY_DELETE 1 +| #define HAVE_PTHREAD_RWLOCK_INIT 1 +| #define HAVE_PTHREAD_RWLOCKS 1 +| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 +| #define HAVE_GETHOSTBYNAME_R 1 +| #define HAVE_GETHOSTBYADDR_R 1 +| #define HAVE_SIGSUSPEND 1 +| #define HAVE_SIGWAIT 1 +| #define HAVE_POLL 1 +| #define HAVE_GETPWNAM_R 1 +| #define HAVE_GETPWUID_R 1 +| #define HAVE_GETGRNAM_R 1 +| #define HAVE_GETGRGID_R 1 +| #define HAVE_SYS_MMAN_H 1 +| #define HAVE_SYS_IPC_H 1 +| #define HAVE_SYS_SHM_H 1 +| #define HAVE_SYS_FILE_H 1 +| #define HAVE_MMAP 1 +| #define HAVE_MUNMAP 1 +| #define HAVE_SHM_OPEN 1 +| #define HAVE_SHM_UNLINK 1 +| #define HAVE_SHMGET 1 +| #define HAVE_SHMAT 1 +| #define HAVE_SHMDT 1 +| #define HAVE_SHMCTL 1 +| #define HAVE_MAP_ANON 1 +| #define anonymous shared memory allocation method 1 +| #define USE_SHMEM_MMAP_ANON 1 +| #define namebased memory allocation method 1 +| #define USE_SHMEM_SHMGET 1 +| #define HAVE_CALLOC 1 +| #define HAVE_STRCASECMP 1 +| #define HAVE_SETSID 1 +| #define HAVE_ISINF 1 +| #define HAVE_ISNAN 1 +| #define HAVE_GETENV 1 +| #define HAVE_PUTENV 1 +| #define HAVE_SETENV 1 +| #define HAVE_UNSETENV 1 +| #define HAVE_SETRLIMIT 1 +| #define HAVE_GETRLIMIT 1 +| #define HAVE_WRITEV 1 +| #define HAVE_SENDFILE 1 +| #define HAVE_UTIME 1 +| #define HAVE_UTIMES 1 +| #define HAVE_SIGACTION 1 +| #define HAVE_DECL_SYS_SIGLIST 1 +| #define HAVE_FORK 1 +| #define HAVE_STRERROR_R 1 +| #define HAVE_CRYPT_R 1 +| #define CRYPT_R_STRUCT_CRYPT_DATA 1 +| #define HAVE_MMAP 1 +| #define HAVE_MEMMOVE 1 +| #define HAVE_GETPASS 1 +| #define HAVE_GMTIME_R 1 +| #define HAVE_LOCALTIME_R 1 +| #define HAVE_HSTRERROR 1 +| #define HAVE_MKSTEMP 1 +| #define DIRENT_INODE d_fileno +| #define DIRENT_TYPE d_type +| #define STDC_HEADERS 1 +| #define HAVE_ALLOCA_H 1 +| #define HAVE_CRYPT_H 1 +| #define HAVE_CTYPE_H 1 +| #define HAVE_DIRENT_H 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_ERRNO_H 1 +| #define HAVE_FCNTL_H 1 +| #define HAVE_GRP_H 1 +| #define HAVE_LIMITS_H 1 +| #define HAVE_MALLOC_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_NETDB_H 1 +| #define HAVE_POLL_H 1 +| #define HAVE_PWD_H 1 +| #define HAVE_SEMAPHORE_H 1 +| #define HAVE_SIGNAL_H 1 +| #define HAVE_STDARG_H 1 +| #define HAVE_STDDEF_H 1 +| #define HAVE_STDIO_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_TERMIOS_H 1 +| #define HAVE_TIME_H 1 +| #define HAVE_UNISTD_H 1 +| /* end confdefs.h. */ +| #include +configure:32974: result: no +configure:33002: checking for unix.h +configure:33011: result: no +configure:32896: checking arpa/inet.h usability +configure:32913: gcc -c -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 +configure:32920: $? = 0 +configure:32934: result: yes +configure:32938: checking arpa/inet.h presence +configure:32953: gcc -E -D_REENTRANT -D_GNU_SOURCE conftest.c +configure:32960: $? = 0 +configure:32974: result: yes +configure:33002: checking for arpa/inet.h +configure:33011: result: yes +configure:32885: checking for kernel/OS.h +configure:32892: result: no +configure:32896: checking net/errno.h usability +configure:32913: gcc -c -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 +conftest.c:148:23: fatal error: net/errno.h: No such file or directory + #include + ^ +compilation terminated. +configure:32920: $? = 1 +configure: failed program was: +| /* confdefs.h. */ +| #define PACKAGE_NAME "" +| #define PACKAGE_TARNAME "" +| #define PACKAGE_VERSION "" +| #define PACKAGE_STRING "" +| #define PACKAGE_BUGREPORT "" +| #define STDC_HEADERS 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_INTTYPES_H 1 +| #define HAVE_STDINT_H 1 +| #define HAVE_UNISTD_H 1 +| #define __EXTENSIONS__ 1 +| #define _ALL_SOURCE 1 +| #define _GNU_SOURCE 1 +| #define _POSIX_PTHREAD_SEMANTICS 1 +| #define _TANDEM_SOURCE 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_LIBNSL 1 +| #define HAVE_PTHREAD_H 1 +| #define HAVE_PTHREAD_H 1 +| #define USE_THREADS 1 +| #define HAVE_PTHREAD_KEY_DELETE 1 +| #define HAVE_PTHREAD_RWLOCK_INIT 1 +| #define HAVE_PTHREAD_RWLOCKS 1 +| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 +| #define HAVE_GETHOSTBYNAME_R 1 +| #define HAVE_GETHOSTBYADDR_R 1 +| #define HAVE_SIGSUSPEND 1 +| #define HAVE_SIGWAIT 1 +| #define HAVE_POLL 1 +| #define HAVE_GETPWNAM_R 1 +| #define HAVE_GETPWUID_R 1 +| #define HAVE_GETGRNAM_R 1 +| #define HAVE_GETGRGID_R 1 +| #define HAVE_SYS_MMAN_H 1 +| #define HAVE_SYS_IPC_H 1 +| #define HAVE_SYS_SHM_H 1 +| #define HAVE_SYS_FILE_H 1 +| #define HAVE_MMAP 1 +| #define HAVE_MUNMAP 1 +| #define HAVE_SHM_OPEN 1 +| #define HAVE_SHM_UNLINK 1 +| #define HAVE_SHMGET 1 +| #define HAVE_SHMAT 1 +| #define HAVE_SHMDT 1 +| #define HAVE_SHMCTL 1 +| #define HAVE_MAP_ANON 1 +| #define anonymous shared memory allocation method 1 +| #define USE_SHMEM_MMAP_ANON 1 +| #define namebased memory allocation method 1 +| #define USE_SHMEM_SHMGET 1 +| #define HAVE_CALLOC 1 +| #define HAVE_STRCASECMP 1 +| #define HAVE_SETSID 1 +| #define HAVE_ISINF 1 +| #define HAVE_ISNAN 1 +| #define HAVE_GETENV 1 +| #define HAVE_PUTENV 1 +| #define HAVE_SETENV 1 +| #define HAVE_UNSETENV 1 +| #define HAVE_SETRLIMIT 1 +| #define HAVE_GETRLIMIT 1 +| #define HAVE_WRITEV 1 +| #define HAVE_SENDFILE 1 +| #define HAVE_UTIME 1 +| #define HAVE_UTIMES 1 +| #define HAVE_SIGACTION 1 +| #define HAVE_DECL_SYS_SIGLIST 1 +| #define HAVE_FORK 1 +| #define HAVE_STRERROR_R 1 +| #define HAVE_CRYPT_R 1 +| #define CRYPT_R_STRUCT_CRYPT_DATA 1 +| #define HAVE_MMAP 1 +| #define HAVE_MEMMOVE 1 +| #define HAVE_GETPASS 1 +| #define HAVE_GMTIME_R 1 +| #define HAVE_LOCALTIME_R 1 +| #define HAVE_HSTRERROR 1 +| #define HAVE_MKSTEMP 1 +| #define DIRENT_INODE d_fileno +| #define DIRENT_TYPE d_type +| #define STDC_HEADERS 1 +| #define HAVE_ALLOCA_H 1 +| #define HAVE_CRYPT_H 1 +| #define HAVE_CTYPE_H 1 +| #define HAVE_DIRENT_H 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_ERRNO_H 1 +| #define HAVE_FCNTL_H 1 +| #define HAVE_GRP_H 1 +| #define HAVE_LIMITS_H 1 +| #define HAVE_MALLOC_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_NETDB_H 1 +| #define HAVE_POLL_H 1 +| #define HAVE_PWD_H 1 +| #define HAVE_SEMAPHORE_H 1 +| #define HAVE_SIGNAL_H 1 +| #define HAVE_STDARG_H 1 +| #define HAVE_STDDEF_H 1 +| #define HAVE_STDIO_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_TERMIOS_H 1 +| #define HAVE_TIME_H 1 +| #define HAVE_UNISTD_H 1 +| #define HAVE_ARPA_INET_H 1 +| /* end confdefs.h. */ +| #include +| #ifdef HAVE_SYS_TYPES_H +| # include +| #endif +| #ifdef HAVE_SYS_STAT_H +| # include +| #endif +| #ifdef STDC_HEADERS +| # include +| # include +| #else +| # ifdef HAVE_STDLIB_H +| # include +| # endif +| #endif +| #ifdef HAVE_STRING_H +| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H +| # include +| # endif +| # include +| #endif +| #ifdef HAVE_STRINGS_H +| # include +| #endif +| #ifdef HAVE_INTTYPES_H +| # include +| #endif +| #ifdef HAVE_STDINT_H +| # include +| #endif +| #ifdef HAVE_UNISTD_H +| # include +| #endif +| #include +configure:32934: result: no +configure:32938: checking net/errno.h presence +configure:32953: gcc -E -D_REENTRANT -D_GNU_SOURCE conftest.c +conftest.c:115:23: fatal error: net/errno.h: No such file or directory + #include + ^ +compilation terminated. +configure:32960: $? = 1 +configure: failed program was: +| /* confdefs.h. */ +| #define PACKAGE_NAME "" +| #define PACKAGE_TARNAME "" +| #define PACKAGE_VERSION "" +| #define PACKAGE_STRING "" +| #define PACKAGE_BUGREPORT "" +| #define STDC_HEADERS 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_INTTYPES_H 1 +| #define HAVE_STDINT_H 1 +| #define HAVE_UNISTD_H 1 +| #define __EXTENSIONS__ 1 +| #define _ALL_SOURCE 1 +| #define _GNU_SOURCE 1 +| #define _POSIX_PTHREAD_SEMANTICS 1 +| #define _TANDEM_SOURCE 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_LIBNSL 1 +| #define HAVE_PTHREAD_H 1 +| #define HAVE_PTHREAD_H 1 +| #define USE_THREADS 1 +| #define HAVE_PTHREAD_KEY_DELETE 1 +| #define HAVE_PTHREAD_RWLOCK_INIT 1 +| #define HAVE_PTHREAD_RWLOCKS 1 +| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 +| #define HAVE_GETHOSTBYNAME_R 1 +| #define HAVE_GETHOSTBYADDR_R 1 +| #define HAVE_SIGSUSPEND 1 +| #define HAVE_SIGWAIT 1 +| #define HAVE_POLL 1 +| #define HAVE_GETPWNAM_R 1 +| #define HAVE_GETPWUID_R 1 +| #define HAVE_GETGRNAM_R 1 +| #define HAVE_GETGRGID_R 1 +| #define HAVE_SYS_MMAN_H 1 +| #define HAVE_SYS_IPC_H 1 +| #define HAVE_SYS_SHM_H 1 +| #define HAVE_SYS_FILE_H 1 +| #define HAVE_MMAP 1 +| #define HAVE_MUNMAP 1 +| #define HAVE_SHM_OPEN 1 +| #define HAVE_SHM_UNLINK 1 +| #define HAVE_SHMGET 1 +| #define HAVE_SHMAT 1 +| #define HAVE_SHMDT 1 +| #define HAVE_SHMCTL 1 +| #define HAVE_MAP_ANON 1 +| #define anonymous shared memory allocation method 1 +| #define USE_SHMEM_MMAP_ANON 1 +| #define namebased memory allocation method 1 +| #define USE_SHMEM_SHMGET 1 +| #define HAVE_CALLOC 1 +| #define HAVE_STRCASECMP 1 +| #define HAVE_SETSID 1 +| #define HAVE_ISINF 1 +| #define HAVE_ISNAN 1 +| #define HAVE_GETENV 1 +| #define HAVE_PUTENV 1 +| #define HAVE_SETENV 1 +| #define HAVE_UNSETENV 1 +| #define HAVE_SETRLIMIT 1 +| #define HAVE_GETRLIMIT 1 +| #define HAVE_WRITEV 1 +| #define HAVE_SENDFILE 1 +| #define HAVE_UTIME 1 +| #define HAVE_UTIMES 1 +| #define HAVE_SIGACTION 1 +| #define HAVE_DECL_SYS_SIGLIST 1 +| #define HAVE_FORK 1 +| #define HAVE_STRERROR_R 1 +| #define HAVE_CRYPT_R 1 +| #define CRYPT_R_STRUCT_CRYPT_DATA 1 +| #define HAVE_MMAP 1 +| #define HAVE_MEMMOVE 1 +| #define HAVE_GETPASS 1 +| #define HAVE_GMTIME_R 1 +| #define HAVE_LOCALTIME_R 1 +| #define HAVE_HSTRERROR 1 +| #define HAVE_MKSTEMP 1 +| #define DIRENT_INODE d_fileno +| #define DIRENT_TYPE d_type +| #define STDC_HEADERS 1 +| #define HAVE_ALLOCA_H 1 +| #define HAVE_CRYPT_H 1 +| #define HAVE_CTYPE_H 1 +| #define HAVE_DIRENT_H 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_ERRNO_H 1 +| #define HAVE_FCNTL_H 1 +| #define HAVE_GRP_H 1 +| #define HAVE_LIMITS_H 1 +| #define HAVE_MALLOC_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_NETDB_H 1 +| #define HAVE_POLL_H 1 +| #define HAVE_PWD_H 1 +| #define HAVE_SEMAPHORE_H 1 +| #define HAVE_SIGNAL_H 1 +| #define HAVE_STDARG_H 1 +| #define HAVE_STDDEF_H 1 +| #define HAVE_STDIO_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_TERMIOS_H 1 +| #define HAVE_TIME_H 1 +| #define HAVE_UNISTD_H 1 +| #define HAVE_ARPA_INET_H 1 +| /* end confdefs.h. */ +| #include +configure:32974: result: no +configure:33002: checking for net/errno.h +configure:33011: result: no +configure:32896: checking netinet/in.h usability +configure:32913: gcc -c -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 +configure:32920: $? = 0 +configure:32934: result: yes +configure:32938: checking netinet/in.h presence +configure:32953: gcc -E -D_REENTRANT -D_GNU_SOURCE conftest.c +configure:32960: $? = 0 +configure:32974: result: yes +configure:33002: checking for netinet/in.h +configure:33011: result: yes +configure:32896: checking netinet/sctp.h usability +configure:32913: gcc -c -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 +conftest.c:149:26: fatal error: netinet/sctp.h: No such file or directory + #include + ^ +compilation terminated. +configure:32920: $? = 1 +configure: failed program was: +| /* confdefs.h. */ +| #define PACKAGE_NAME "" +| #define PACKAGE_TARNAME "" +| #define PACKAGE_VERSION "" +| #define PACKAGE_STRING "" +| #define PACKAGE_BUGREPORT "" +| #define STDC_HEADERS 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_INTTYPES_H 1 +| #define HAVE_STDINT_H 1 +| #define HAVE_UNISTD_H 1 +| #define __EXTENSIONS__ 1 +| #define _ALL_SOURCE 1 +| #define _GNU_SOURCE 1 +| #define _POSIX_PTHREAD_SEMANTICS 1 +| #define _TANDEM_SOURCE 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_LIBNSL 1 +| #define HAVE_PTHREAD_H 1 +| #define HAVE_PTHREAD_H 1 +| #define USE_THREADS 1 +| #define HAVE_PTHREAD_KEY_DELETE 1 +| #define HAVE_PTHREAD_RWLOCK_INIT 1 +| #define HAVE_PTHREAD_RWLOCKS 1 +| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 +| #define HAVE_GETHOSTBYNAME_R 1 +| #define HAVE_GETHOSTBYADDR_R 1 +| #define HAVE_SIGSUSPEND 1 +| #define HAVE_SIGWAIT 1 +| #define HAVE_POLL 1 +| #define HAVE_GETPWNAM_R 1 +| #define HAVE_GETPWUID_R 1 +| #define HAVE_GETGRNAM_R 1 +| #define HAVE_GETGRGID_R 1 +| #define HAVE_SYS_MMAN_H 1 +| #define HAVE_SYS_IPC_H 1 +| #define HAVE_SYS_SHM_H 1 +| #define HAVE_SYS_FILE_H 1 +| #define HAVE_MMAP 1 +| #define HAVE_MUNMAP 1 +| #define HAVE_SHM_OPEN 1 +| #define HAVE_SHM_UNLINK 1 +| #define HAVE_SHMGET 1 +| #define HAVE_SHMAT 1 +| #define HAVE_SHMDT 1 +| #define HAVE_SHMCTL 1 +| #define HAVE_MAP_ANON 1 +| #define anonymous shared memory allocation method 1 +| #define USE_SHMEM_MMAP_ANON 1 +| #define namebased memory allocation method 1 +| #define USE_SHMEM_SHMGET 1 +| #define HAVE_CALLOC 1 +| #define HAVE_STRCASECMP 1 +| #define HAVE_SETSID 1 +| #define HAVE_ISINF 1 +| #define HAVE_ISNAN 1 +| #define HAVE_GETENV 1 +| #define HAVE_PUTENV 1 +| #define HAVE_SETENV 1 +| #define HAVE_UNSETENV 1 +| #define HAVE_SETRLIMIT 1 +| #define HAVE_GETRLIMIT 1 +| #define HAVE_WRITEV 1 +| #define HAVE_SENDFILE 1 +| #define HAVE_UTIME 1 +| #define HAVE_UTIMES 1 +| #define HAVE_SIGACTION 1 +| #define HAVE_DECL_SYS_SIGLIST 1 +| #define HAVE_FORK 1 +| #define HAVE_STRERROR_R 1 +| #define HAVE_CRYPT_R 1 +| #define CRYPT_R_STRUCT_CRYPT_DATA 1 +| #define HAVE_MMAP 1 +| #define HAVE_MEMMOVE 1 +| #define HAVE_GETPASS 1 +| #define HAVE_GMTIME_R 1 +| #define HAVE_LOCALTIME_R 1 +| #define HAVE_HSTRERROR 1 +| #define HAVE_MKSTEMP 1 +| #define DIRENT_INODE d_fileno +| #define DIRENT_TYPE d_type +| #define STDC_HEADERS 1 +| #define HAVE_ALLOCA_H 1 +| #define HAVE_CRYPT_H 1 +| #define HAVE_CTYPE_H 1 +| #define HAVE_DIRENT_H 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_ERRNO_H 1 +| #define HAVE_FCNTL_H 1 +| #define HAVE_GRP_H 1 +| #define HAVE_LIMITS_H 1 +| #define HAVE_MALLOC_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_NETDB_H 1 +| #define HAVE_POLL_H 1 +| #define HAVE_PWD_H 1 +| #define HAVE_SEMAPHORE_H 1 +| #define HAVE_SIGNAL_H 1 +| #define HAVE_STDARG_H 1 +| #define HAVE_STDDEF_H 1 +| #define HAVE_STDIO_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_TERMIOS_H 1 +| #define HAVE_TIME_H 1 +| #define HAVE_UNISTD_H 1 +| #define HAVE_ARPA_INET_H 1 +| #define HAVE_NETINET_IN_H 1 +| /* end confdefs.h. */ +| #include +| #ifdef HAVE_SYS_TYPES_H +| # include +| #endif +| #ifdef HAVE_SYS_STAT_H +| # include +| #endif +| #ifdef STDC_HEADERS +| # include +| # include +| #else +| # ifdef HAVE_STDLIB_H +| # include +| # endif +| #endif +| #ifdef HAVE_STRING_H +| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H +| # include +| # endif +| # include +| #endif +| #ifdef HAVE_STRINGS_H +| # include +| #endif +| #ifdef HAVE_INTTYPES_H +| # include +| #endif +| #ifdef HAVE_STDINT_H +| # include +| #endif +| #ifdef HAVE_UNISTD_H +| # include +| #endif +| #include +configure:32934: result: no +configure:32938: checking netinet/sctp.h presence +configure:32953: gcc -E -D_REENTRANT -D_GNU_SOURCE conftest.c +conftest.c:116:26: fatal error: netinet/sctp.h: No such file or directory + #include + ^ +compilation terminated. +configure:32960: $? = 1 +configure: failed program was: +| /* confdefs.h. */ +| #define PACKAGE_NAME "" +| #define PACKAGE_TARNAME "" +| #define PACKAGE_VERSION "" +| #define PACKAGE_STRING "" +| #define PACKAGE_BUGREPORT "" +| #define STDC_HEADERS 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_INTTYPES_H 1 +| #define HAVE_STDINT_H 1 +| #define HAVE_UNISTD_H 1 +| #define __EXTENSIONS__ 1 +| #define _ALL_SOURCE 1 +| #define _GNU_SOURCE 1 +| #define _POSIX_PTHREAD_SEMANTICS 1 +| #define _TANDEM_SOURCE 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_LIBNSL 1 +| #define HAVE_PTHREAD_H 1 +| #define HAVE_PTHREAD_H 1 +| #define USE_THREADS 1 +| #define HAVE_PTHREAD_KEY_DELETE 1 +| #define HAVE_PTHREAD_RWLOCK_INIT 1 +| #define HAVE_PTHREAD_RWLOCKS 1 +| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 +| #define HAVE_GETHOSTBYNAME_R 1 +| #define HAVE_GETHOSTBYADDR_R 1 +| #define HAVE_SIGSUSPEND 1 +| #define HAVE_SIGWAIT 1 +| #define HAVE_POLL 1 +| #define HAVE_GETPWNAM_R 1 +| #define HAVE_GETPWUID_R 1 +| #define HAVE_GETGRNAM_R 1 +| #define HAVE_GETGRGID_R 1 +| #define HAVE_SYS_MMAN_H 1 +| #define HAVE_SYS_IPC_H 1 +| #define HAVE_SYS_SHM_H 1 +| #define HAVE_SYS_FILE_H 1 +| #define HAVE_MMAP 1 +| #define HAVE_MUNMAP 1 +| #define HAVE_SHM_OPEN 1 +| #define HAVE_SHM_UNLINK 1 +| #define HAVE_SHMGET 1 +| #define HAVE_SHMAT 1 +| #define HAVE_SHMDT 1 +| #define HAVE_SHMCTL 1 +| #define HAVE_MAP_ANON 1 +| #define anonymous shared memory allocation method 1 +| #define USE_SHMEM_MMAP_ANON 1 +| #define namebased memory allocation method 1 +| #define USE_SHMEM_SHMGET 1 +| #define HAVE_CALLOC 1 +| #define HAVE_STRCASECMP 1 +| #define HAVE_SETSID 1 +| #define HAVE_ISINF 1 +| #define HAVE_ISNAN 1 +| #define HAVE_GETENV 1 +| #define HAVE_PUTENV 1 +| #define HAVE_SETENV 1 +| #define HAVE_UNSETENV 1 +| #define HAVE_SETRLIMIT 1 +| #define HAVE_GETRLIMIT 1 +| #define HAVE_WRITEV 1 +| #define HAVE_SENDFILE 1 +| #define HAVE_UTIME 1 +| #define HAVE_UTIMES 1 +| #define HAVE_SIGACTION 1 +| #define HAVE_DECL_SYS_SIGLIST 1 +| #define HAVE_FORK 1 +| #define HAVE_STRERROR_R 1 +| #define HAVE_CRYPT_R 1 +| #define CRYPT_R_STRUCT_CRYPT_DATA 1 +| #define HAVE_MMAP 1 +| #define HAVE_MEMMOVE 1 +| #define HAVE_GETPASS 1 +| #define HAVE_GMTIME_R 1 +| #define HAVE_LOCALTIME_R 1 +| #define HAVE_HSTRERROR 1 +| #define HAVE_MKSTEMP 1 +| #define DIRENT_INODE d_fileno +| #define DIRENT_TYPE d_type +| #define STDC_HEADERS 1 +| #define HAVE_ALLOCA_H 1 +| #define HAVE_CRYPT_H 1 +| #define HAVE_CTYPE_H 1 +| #define HAVE_DIRENT_H 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_ERRNO_H 1 +| #define HAVE_FCNTL_H 1 +| #define HAVE_GRP_H 1 +| #define HAVE_LIMITS_H 1 +| #define HAVE_MALLOC_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_NETDB_H 1 +| #define HAVE_POLL_H 1 +| #define HAVE_PWD_H 1 +| #define HAVE_SEMAPHORE_H 1 +| #define HAVE_SIGNAL_H 1 +| #define HAVE_STDARG_H 1 +| #define HAVE_STDDEF_H 1 +| #define HAVE_STDIO_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_TERMIOS_H 1 +| #define HAVE_TIME_H 1 +| #define HAVE_UNISTD_H 1 +| #define HAVE_ARPA_INET_H 1 +| #define HAVE_NETINET_IN_H 1 +| /* end confdefs.h. */ +| #include +configure:32974: result: no +configure:33002: checking for netinet/sctp.h +configure:33011: result: no +configure:32896: checking netinet/sctp_uio.h usability +configure:32913: gcc -c -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 +conftest.c:149:30: fatal error: netinet/sctp_uio.h: No such file or directory + #include + ^ +compilation terminated. +configure:32920: $? = 1 +configure: failed program was: +| /* confdefs.h. */ +| #define PACKAGE_NAME "" +| #define PACKAGE_TARNAME "" +| #define PACKAGE_VERSION "" +| #define PACKAGE_STRING "" +| #define PACKAGE_BUGREPORT "" +| #define STDC_HEADERS 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_INTTYPES_H 1 +| #define HAVE_STDINT_H 1 +| #define HAVE_UNISTD_H 1 +| #define __EXTENSIONS__ 1 +| #define _ALL_SOURCE 1 +| #define _GNU_SOURCE 1 +| #define _POSIX_PTHREAD_SEMANTICS 1 +| #define _TANDEM_SOURCE 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_LIBNSL 1 +| #define HAVE_PTHREAD_H 1 +| #define HAVE_PTHREAD_H 1 +| #define USE_THREADS 1 +| #define HAVE_PTHREAD_KEY_DELETE 1 +| #define HAVE_PTHREAD_RWLOCK_INIT 1 +| #define HAVE_PTHREAD_RWLOCKS 1 +| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 +| #define HAVE_GETHOSTBYNAME_R 1 +| #define HAVE_GETHOSTBYADDR_R 1 +| #define HAVE_SIGSUSPEND 1 +| #define HAVE_SIGWAIT 1 +| #define HAVE_POLL 1 +| #define HAVE_GETPWNAM_R 1 +| #define HAVE_GETPWUID_R 1 +| #define HAVE_GETGRNAM_R 1 +| #define HAVE_GETGRGID_R 1 +| #define HAVE_SYS_MMAN_H 1 +| #define HAVE_SYS_IPC_H 1 +| #define HAVE_SYS_SHM_H 1 +| #define HAVE_SYS_FILE_H 1 +| #define HAVE_MMAP 1 +| #define HAVE_MUNMAP 1 +| #define HAVE_SHM_OPEN 1 +| #define HAVE_SHM_UNLINK 1 +| #define HAVE_SHMGET 1 +| #define HAVE_SHMAT 1 +| #define HAVE_SHMDT 1 +| #define HAVE_SHMCTL 1 +| #define HAVE_MAP_ANON 1 +| #define anonymous shared memory allocation method 1 +| #define USE_SHMEM_MMAP_ANON 1 +| #define namebased memory allocation method 1 +| #define USE_SHMEM_SHMGET 1 +| #define HAVE_CALLOC 1 +| #define HAVE_STRCASECMP 1 +| #define HAVE_SETSID 1 +| #define HAVE_ISINF 1 +| #define HAVE_ISNAN 1 +| #define HAVE_GETENV 1 +| #define HAVE_PUTENV 1 +| #define HAVE_SETENV 1 +| #define HAVE_UNSETENV 1 +| #define HAVE_SETRLIMIT 1 +| #define HAVE_GETRLIMIT 1 +| #define HAVE_WRITEV 1 +| #define HAVE_SENDFILE 1 +| #define HAVE_UTIME 1 +| #define HAVE_UTIMES 1 +| #define HAVE_SIGACTION 1 +| #define HAVE_DECL_SYS_SIGLIST 1 +| #define HAVE_FORK 1 +| #define HAVE_STRERROR_R 1 +| #define HAVE_CRYPT_R 1 +| #define CRYPT_R_STRUCT_CRYPT_DATA 1 +| #define HAVE_MMAP 1 +| #define HAVE_MEMMOVE 1 +| #define HAVE_GETPASS 1 +| #define HAVE_GMTIME_R 1 +| #define HAVE_LOCALTIME_R 1 +| #define HAVE_HSTRERROR 1 +| #define HAVE_MKSTEMP 1 +| #define DIRENT_INODE d_fileno +| #define DIRENT_TYPE d_type +| #define STDC_HEADERS 1 +| #define HAVE_ALLOCA_H 1 +| #define HAVE_CRYPT_H 1 +| #define HAVE_CTYPE_H 1 +| #define HAVE_DIRENT_H 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_ERRNO_H 1 +| #define HAVE_FCNTL_H 1 +| #define HAVE_GRP_H 1 +| #define HAVE_LIMITS_H 1 +| #define HAVE_MALLOC_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_NETDB_H 1 +| #define HAVE_POLL_H 1 +| #define HAVE_PWD_H 1 +| #define HAVE_SEMAPHORE_H 1 +| #define HAVE_SIGNAL_H 1 +| #define HAVE_STDARG_H 1 +| #define HAVE_STDDEF_H 1 +| #define HAVE_STDIO_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_TERMIOS_H 1 +| #define HAVE_TIME_H 1 +| #define HAVE_UNISTD_H 1 +| #define HAVE_ARPA_INET_H 1 +| #define HAVE_NETINET_IN_H 1 +| /* end confdefs.h. */ +| #include +| #ifdef HAVE_SYS_TYPES_H +| # include +| #endif +| #ifdef HAVE_SYS_STAT_H +| # include +| #endif +| #ifdef STDC_HEADERS +| # include +| # include +| #else +| # ifdef HAVE_STDLIB_H +| # include +| # endif +| #endif +| #ifdef HAVE_STRING_H +| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H +| # include +| # endif +| # include +| #endif +| #ifdef HAVE_STRINGS_H +| # include +| #endif +| #ifdef HAVE_INTTYPES_H +| # include +| #endif +| #ifdef HAVE_STDINT_H +| # include +| #endif +| #ifdef HAVE_UNISTD_H +| # include +| #endif +| #include +configure:32934: result: no +configure:32938: checking netinet/sctp_uio.h presence +configure:32953: gcc -E -D_REENTRANT -D_GNU_SOURCE conftest.c +conftest.c:116:30: fatal error: netinet/sctp_uio.h: No such file or directory + #include + ^ +compilation terminated. +configure:32960: $? = 1 +configure: failed program was: +| /* confdefs.h. */ +| #define PACKAGE_NAME "" +| #define PACKAGE_TARNAME "" +| #define PACKAGE_VERSION "" +| #define PACKAGE_STRING "" +| #define PACKAGE_BUGREPORT "" +| #define STDC_HEADERS 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_INTTYPES_H 1 +| #define HAVE_STDINT_H 1 +| #define HAVE_UNISTD_H 1 +| #define __EXTENSIONS__ 1 +| #define _ALL_SOURCE 1 +| #define _GNU_SOURCE 1 +| #define _POSIX_PTHREAD_SEMANTICS 1 +| #define _TANDEM_SOURCE 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_LIBNSL 1 +| #define HAVE_PTHREAD_H 1 +| #define HAVE_PTHREAD_H 1 +| #define USE_THREADS 1 +| #define HAVE_PTHREAD_KEY_DELETE 1 +| #define HAVE_PTHREAD_RWLOCK_INIT 1 +| #define HAVE_PTHREAD_RWLOCKS 1 +| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 +| #define HAVE_GETHOSTBYNAME_R 1 +| #define HAVE_GETHOSTBYADDR_R 1 +| #define HAVE_SIGSUSPEND 1 +| #define HAVE_SIGWAIT 1 +| #define HAVE_POLL 1 +| #define HAVE_GETPWNAM_R 1 +| #define HAVE_GETPWUID_R 1 +| #define HAVE_GETGRNAM_R 1 +| #define HAVE_GETGRGID_R 1 +| #define HAVE_SYS_MMAN_H 1 +| #define HAVE_SYS_IPC_H 1 +| #define HAVE_SYS_SHM_H 1 +| #define HAVE_SYS_FILE_H 1 +| #define HAVE_MMAP 1 +| #define HAVE_MUNMAP 1 +| #define HAVE_SHM_OPEN 1 +| #define HAVE_SHM_UNLINK 1 +| #define HAVE_SHMGET 1 +| #define HAVE_SHMAT 1 +| #define HAVE_SHMDT 1 +| #define HAVE_SHMCTL 1 +| #define HAVE_MAP_ANON 1 +| #define anonymous shared memory allocation method 1 +| #define USE_SHMEM_MMAP_ANON 1 +| #define namebased memory allocation method 1 +| #define USE_SHMEM_SHMGET 1 +| #define HAVE_CALLOC 1 +| #define HAVE_STRCASECMP 1 +| #define HAVE_SETSID 1 +| #define HAVE_ISINF 1 +| #define HAVE_ISNAN 1 +| #define HAVE_GETENV 1 +| #define HAVE_PUTENV 1 +| #define HAVE_SETENV 1 +| #define HAVE_UNSETENV 1 +| #define HAVE_SETRLIMIT 1 +| #define HAVE_GETRLIMIT 1 +| #define HAVE_WRITEV 1 +| #define HAVE_SENDFILE 1 +| #define HAVE_UTIME 1 +| #define HAVE_UTIMES 1 +| #define HAVE_SIGACTION 1 +| #define HAVE_DECL_SYS_SIGLIST 1 +| #define HAVE_FORK 1 +| #define HAVE_STRERROR_R 1 +| #define HAVE_CRYPT_R 1 +| #define CRYPT_R_STRUCT_CRYPT_DATA 1 +| #define HAVE_MMAP 1 +| #define HAVE_MEMMOVE 1 +| #define HAVE_GETPASS 1 +| #define HAVE_GMTIME_R 1 +| #define HAVE_LOCALTIME_R 1 +| #define HAVE_HSTRERROR 1 +| #define HAVE_MKSTEMP 1 +| #define DIRENT_INODE d_fileno +| #define DIRENT_TYPE d_type +| #define STDC_HEADERS 1 +| #define HAVE_ALLOCA_H 1 +| #define HAVE_CRYPT_H 1 +| #define HAVE_CTYPE_H 1 +| #define HAVE_DIRENT_H 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_ERRNO_H 1 +| #define HAVE_FCNTL_H 1 +| #define HAVE_GRP_H 1 +| #define HAVE_LIMITS_H 1 +| #define HAVE_MALLOC_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_NETDB_H 1 +| #define HAVE_POLL_H 1 +| #define HAVE_PWD_H 1 +| #define HAVE_SEMAPHORE_H 1 +| #define HAVE_SIGNAL_H 1 +| #define HAVE_STDARG_H 1 +| #define HAVE_STDDEF_H 1 +| #define HAVE_STDIO_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_TERMIOS_H 1 +| #define HAVE_TIME_H 1 +| #define HAVE_UNISTD_H 1 +| #define HAVE_ARPA_INET_H 1 +| #define HAVE_NETINET_IN_H 1 +| /* end confdefs.h. */ +| #include +configure:32974: result: no +configure:33002: checking for netinet/sctp_uio.h +configure:33011: result: no +configure:32885: checking for sys/file.h +configure:32892: result: yes +configure:32896: checking sys/ioctl.h usability +configure:32913: gcc -c -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 +configure:32920: $? = 0 +configure:32934: result: yes +configure:32938: checking sys/ioctl.h presence +configure:32953: gcc -E -D_REENTRANT -D_GNU_SOURCE conftest.c +configure:32960: $? = 0 +configure:32974: result: yes +configure:33002: checking for sys/ioctl.h +configure:33011: result: yes +configure:32885: checking for sys/mman.h +configure:32892: result: yes +configure:32896: checking sys/poll.h usability +configure:32913: gcc -c -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 +configure:32920: $? = 0 +configure:32934: result: yes +configure:32938: checking sys/poll.h presence +configure:32953: gcc -E -D_REENTRANT -D_GNU_SOURCE conftest.c +configure:32960: $? = 0 +configure:32974: result: yes +configure:33002: checking for sys/poll.h +configure:33011: result: yes +configure:32896: checking sys/resource.h usability +configure:32913: gcc -c -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 +configure:32920: $? = 0 +configure:32934: result: yes +configure:32938: checking sys/resource.h presence +configure:32953: gcc -E -D_REENTRANT -D_GNU_SOURCE conftest.c +configure:32960: $? = 0 +configure:32974: result: yes +configure:33002: checking for sys/resource.h +configure:33011: result: yes +configure:32896: checking sys/select.h usability +configure:32913: gcc -c -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 +configure:32920: $? = 0 +configure:32934: result: yes +configure:32938: checking sys/select.h presence +configure:32953: gcc -E -D_REENTRANT -D_GNU_SOURCE conftest.c +configure:32960: $? = 0 +configure:32974: result: yes +configure:33002: checking for sys/select.h +configure:33011: result: yes +configure:32896: checking sys/sem.h usability +configure:32913: gcc -c -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 +configure:32920: $? = 0 +configure:32934: result: yes +configure:32938: checking sys/sem.h presence +configure:32953: gcc -E -D_REENTRANT -D_GNU_SOURCE conftest.c +configure:32960: $? = 0 +configure:32974: result: yes +configure:33002: checking for sys/sem.h +configure:33011: result: yes +configure:32896: checking sys/sendfile.h usability +configure:32913: gcc -c -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 +configure:32920: $? = 0 +configure:32934: result: yes +configure:32938: checking sys/sendfile.h presence +configure:32953: gcc -E -D_REENTRANT -D_GNU_SOURCE conftest.c +configure:32960: $? = 0 +configure:32974: result: yes +configure:33002: checking for sys/sendfile.h +configure:33011: result: yes +configure:32896: checking sys/signal.h usability +configure:32913: gcc -c -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 +configure:32920: $? = 0 +configure:32934: result: yes +configure:32938: checking sys/signal.h presence +configure:32953: gcc -E -D_REENTRANT -D_GNU_SOURCE conftest.c +configure:32960: $? = 0 +configure:32974: result: yes +configure:33002: checking for sys/signal.h +configure:33011: result: yes +configure:32896: checking sys/socket.h usability +configure:32913: gcc -c -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 +configure:32920: $? = 0 +configure:32934: result: yes +configure:32938: checking sys/socket.h presence +configure:32953: gcc -E -D_REENTRANT -D_GNU_SOURCE conftest.c +configure:32960: $? = 0 +configure:32974: result: yes +configure:33002: checking for sys/socket.h +configure:33011: result: yes +configure:32896: checking sys/sockio.h usability +configure:32913: gcc -c -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 +conftest.c:159:24: fatal error: sys/sockio.h: No such file or directory + #include + ^ +compilation terminated. +configure:32920: $? = 1 +configure: failed program was: +| /* confdefs.h. */ +| #define PACKAGE_NAME "" +| #define PACKAGE_TARNAME "" +| #define PACKAGE_VERSION "" +| #define PACKAGE_STRING "" +| #define PACKAGE_BUGREPORT "" +| #define STDC_HEADERS 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_INTTYPES_H 1 +| #define HAVE_STDINT_H 1 +| #define HAVE_UNISTD_H 1 +| #define __EXTENSIONS__ 1 +| #define _ALL_SOURCE 1 +| #define _GNU_SOURCE 1 +| #define _POSIX_PTHREAD_SEMANTICS 1 +| #define _TANDEM_SOURCE 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_LIBNSL 1 +| #define HAVE_PTHREAD_H 1 +| #define HAVE_PTHREAD_H 1 +| #define USE_THREADS 1 +| #define HAVE_PTHREAD_KEY_DELETE 1 +| #define HAVE_PTHREAD_RWLOCK_INIT 1 +| #define HAVE_PTHREAD_RWLOCKS 1 +| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 +| #define HAVE_GETHOSTBYNAME_R 1 +| #define HAVE_GETHOSTBYADDR_R 1 +| #define HAVE_SIGSUSPEND 1 +| #define HAVE_SIGWAIT 1 +| #define HAVE_POLL 1 +| #define HAVE_GETPWNAM_R 1 +| #define HAVE_GETPWUID_R 1 +| #define HAVE_GETGRNAM_R 1 +| #define HAVE_GETGRGID_R 1 +| #define HAVE_SYS_MMAN_H 1 +| #define HAVE_SYS_IPC_H 1 +| #define HAVE_SYS_SHM_H 1 +| #define HAVE_SYS_FILE_H 1 +| #define HAVE_MMAP 1 +| #define HAVE_MUNMAP 1 +| #define HAVE_SHM_OPEN 1 +| #define HAVE_SHM_UNLINK 1 +| #define HAVE_SHMGET 1 +| #define HAVE_SHMAT 1 +| #define HAVE_SHMDT 1 +| #define HAVE_SHMCTL 1 +| #define HAVE_MAP_ANON 1 +| #define anonymous shared memory allocation method 1 +| #define USE_SHMEM_MMAP_ANON 1 +| #define namebased memory allocation method 1 +| #define USE_SHMEM_SHMGET 1 +| #define HAVE_CALLOC 1 +| #define HAVE_STRCASECMP 1 +| #define HAVE_SETSID 1 +| #define HAVE_ISINF 1 +| #define HAVE_ISNAN 1 +| #define HAVE_GETENV 1 +| #define HAVE_PUTENV 1 +| #define HAVE_SETENV 1 +| #define HAVE_UNSETENV 1 +| #define HAVE_SETRLIMIT 1 +| #define HAVE_GETRLIMIT 1 +| #define HAVE_WRITEV 1 +| #define HAVE_SENDFILE 1 +| #define HAVE_UTIME 1 +| #define HAVE_UTIMES 1 +| #define HAVE_SIGACTION 1 +| #define HAVE_DECL_SYS_SIGLIST 1 +| #define HAVE_FORK 1 +| #define HAVE_STRERROR_R 1 +| #define HAVE_CRYPT_R 1 +| #define CRYPT_R_STRUCT_CRYPT_DATA 1 +| #define HAVE_MMAP 1 +| #define HAVE_MEMMOVE 1 +| #define HAVE_GETPASS 1 +| #define HAVE_GMTIME_R 1 +| #define HAVE_LOCALTIME_R 1 +| #define HAVE_HSTRERROR 1 +| #define HAVE_MKSTEMP 1 +| #define DIRENT_INODE d_fileno +| #define DIRENT_TYPE d_type +| #define STDC_HEADERS 1 +| #define HAVE_ALLOCA_H 1 +| #define HAVE_CRYPT_H 1 +| #define HAVE_CTYPE_H 1 +| #define HAVE_DIRENT_H 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_ERRNO_H 1 +| #define HAVE_FCNTL_H 1 +| #define HAVE_GRP_H 1 +| #define HAVE_LIMITS_H 1 +| #define HAVE_MALLOC_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_NETDB_H 1 +| #define HAVE_POLL_H 1 +| #define HAVE_PWD_H 1 +| #define HAVE_SEMAPHORE_H 1 +| #define HAVE_SIGNAL_H 1 +| #define HAVE_STDARG_H 1 +| #define HAVE_STDDEF_H 1 +| #define HAVE_STDIO_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_TERMIOS_H 1 +| #define HAVE_TIME_H 1 +| #define HAVE_UNISTD_H 1 +| #define HAVE_ARPA_INET_H 1 +| #define HAVE_NETINET_IN_H 1 +| #define HAVE_SYS_FILE_H 1 +| #define HAVE_SYS_IOCTL_H 1 +| #define HAVE_SYS_MMAN_H 1 +| #define HAVE_SYS_POLL_H 1 +| #define HAVE_SYS_RESOURCE_H 1 +| #define HAVE_SYS_SELECT_H 1 +| #define HAVE_SYS_SEM_H 1 +| #define HAVE_SYS_SENDFILE_H 1 +| #define HAVE_SYS_SIGNAL_H 1 +| #define HAVE_SYS_SOCKET_H 1 +| /* end confdefs.h. */ +| #include +| #ifdef HAVE_SYS_TYPES_H +| # include +| #endif +| #ifdef HAVE_SYS_STAT_H +| # include +| #endif +| #ifdef STDC_HEADERS +| # include +| # include +| #else +| # ifdef HAVE_STDLIB_H +| # include +| # endif +| #endif +| #ifdef HAVE_STRING_H +| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H +| # include +| # endif +| # include +| #endif +| #ifdef HAVE_STRINGS_H +| # include +| #endif +| #ifdef HAVE_INTTYPES_H +| # include +| #endif +| #ifdef HAVE_STDINT_H +| # include +| #endif +| #ifdef HAVE_UNISTD_H +| # include +| #endif +| #include +configure:32934: result: no +configure:32938: checking sys/sockio.h presence +configure:32953: gcc -E -D_REENTRANT -D_GNU_SOURCE conftest.c +conftest.c:126:24: fatal error: sys/sockio.h: No such file or directory + #include + ^ +compilation terminated. +configure:32960: $? = 1 +configure: failed program was: +| /* confdefs.h. */ +| #define PACKAGE_NAME "" +| #define PACKAGE_TARNAME "" +| #define PACKAGE_VERSION "" +| #define PACKAGE_STRING "" +| #define PACKAGE_BUGREPORT "" +| #define STDC_HEADERS 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_INTTYPES_H 1 +| #define HAVE_STDINT_H 1 +| #define HAVE_UNISTD_H 1 +| #define __EXTENSIONS__ 1 +| #define _ALL_SOURCE 1 +| #define _GNU_SOURCE 1 +| #define _POSIX_PTHREAD_SEMANTICS 1 +| #define _TANDEM_SOURCE 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_LIBNSL 1 +| #define HAVE_PTHREAD_H 1 +| #define HAVE_PTHREAD_H 1 +| #define USE_THREADS 1 +| #define HAVE_PTHREAD_KEY_DELETE 1 +| #define HAVE_PTHREAD_RWLOCK_INIT 1 +| #define HAVE_PTHREAD_RWLOCKS 1 +| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 +| #define HAVE_GETHOSTBYNAME_R 1 +| #define HAVE_GETHOSTBYADDR_R 1 +| #define HAVE_SIGSUSPEND 1 +| #define HAVE_SIGWAIT 1 +| #define HAVE_POLL 1 +| #define HAVE_GETPWNAM_R 1 +| #define HAVE_GETPWUID_R 1 +| #define HAVE_GETGRNAM_R 1 +| #define HAVE_GETGRGID_R 1 +| #define HAVE_SYS_MMAN_H 1 +| #define HAVE_SYS_IPC_H 1 +| #define HAVE_SYS_SHM_H 1 +| #define HAVE_SYS_FILE_H 1 +| #define HAVE_MMAP 1 +| #define HAVE_MUNMAP 1 +| #define HAVE_SHM_OPEN 1 +| #define HAVE_SHM_UNLINK 1 +| #define HAVE_SHMGET 1 +| #define HAVE_SHMAT 1 +| #define HAVE_SHMDT 1 +| #define HAVE_SHMCTL 1 +| #define HAVE_MAP_ANON 1 +| #define anonymous shared memory allocation method 1 +| #define USE_SHMEM_MMAP_ANON 1 +| #define namebased memory allocation method 1 +| #define USE_SHMEM_SHMGET 1 +| #define HAVE_CALLOC 1 +| #define HAVE_STRCASECMP 1 +| #define HAVE_SETSID 1 +| #define HAVE_ISINF 1 +| #define HAVE_ISNAN 1 +| #define HAVE_GETENV 1 +| #define HAVE_PUTENV 1 +| #define HAVE_SETENV 1 +| #define HAVE_UNSETENV 1 +| #define HAVE_SETRLIMIT 1 +| #define HAVE_GETRLIMIT 1 +| #define HAVE_WRITEV 1 +| #define HAVE_SENDFILE 1 +| #define HAVE_UTIME 1 +| #define HAVE_UTIMES 1 +| #define HAVE_SIGACTION 1 +| #define HAVE_DECL_SYS_SIGLIST 1 +| #define HAVE_FORK 1 +| #define HAVE_STRERROR_R 1 +| #define HAVE_CRYPT_R 1 +| #define CRYPT_R_STRUCT_CRYPT_DATA 1 +| #define HAVE_MMAP 1 +| #define HAVE_MEMMOVE 1 +| #define HAVE_GETPASS 1 +| #define HAVE_GMTIME_R 1 +| #define HAVE_LOCALTIME_R 1 +| #define HAVE_HSTRERROR 1 +| #define HAVE_MKSTEMP 1 +| #define DIRENT_INODE d_fileno +| #define DIRENT_TYPE d_type +| #define STDC_HEADERS 1 +| #define HAVE_ALLOCA_H 1 +| #define HAVE_CRYPT_H 1 +| #define HAVE_CTYPE_H 1 +| #define HAVE_DIRENT_H 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_ERRNO_H 1 +| #define HAVE_FCNTL_H 1 +| #define HAVE_GRP_H 1 +| #define HAVE_LIMITS_H 1 +| #define HAVE_MALLOC_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_NETDB_H 1 +| #define HAVE_POLL_H 1 +| #define HAVE_PWD_H 1 +| #define HAVE_SEMAPHORE_H 1 +| #define HAVE_SIGNAL_H 1 +| #define HAVE_STDARG_H 1 +| #define HAVE_STDDEF_H 1 +| #define HAVE_STDIO_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_TERMIOS_H 1 +| #define HAVE_TIME_H 1 +| #define HAVE_UNISTD_H 1 +| #define HAVE_ARPA_INET_H 1 +| #define HAVE_NETINET_IN_H 1 +| #define HAVE_SYS_FILE_H 1 +| #define HAVE_SYS_IOCTL_H 1 +| #define HAVE_SYS_MMAN_H 1 +| #define HAVE_SYS_POLL_H 1 +| #define HAVE_SYS_RESOURCE_H 1 +| #define HAVE_SYS_SELECT_H 1 +| #define HAVE_SYS_SEM_H 1 +| #define HAVE_SYS_SENDFILE_H 1 +| #define HAVE_SYS_SIGNAL_H 1 +| #define HAVE_SYS_SOCKET_H 1 +| /* end confdefs.h. */ +| #include +configure:32974: result: no +configure:33002: checking for sys/sockio.h +configure:33011: result: no +configure:32885: checking for sys/stat.h +configure:32892: result: yes +configure:32896: checking sys/sysctl.h usability +configure:32913: gcc -c -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 +configure:32920: $? = 0 +configure:32934: result: yes +configure:32938: checking sys/sysctl.h presence +configure:32953: gcc -E -D_REENTRANT -D_GNU_SOURCE conftest.c +configure:32960: $? = 0 +configure:32974: result: yes +configure:33002: checking for sys/sysctl.h +configure:33011: result: yes +configure:32896: checking sys/syslimits.h usability +configure:32913: gcc -c -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 +conftest.c:161:27: fatal error: sys/syslimits.h: No such file or directory + #include + ^ +compilation terminated. +configure:32920: $? = 1 +configure: failed program was: +| /* confdefs.h. */ +| #define PACKAGE_NAME "" +| #define PACKAGE_TARNAME "" +| #define PACKAGE_VERSION "" +| #define PACKAGE_STRING "" +| #define PACKAGE_BUGREPORT "" +| #define STDC_HEADERS 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_INTTYPES_H 1 +| #define HAVE_STDINT_H 1 +| #define HAVE_UNISTD_H 1 +| #define __EXTENSIONS__ 1 +| #define _ALL_SOURCE 1 +| #define _GNU_SOURCE 1 +| #define _POSIX_PTHREAD_SEMANTICS 1 +| #define _TANDEM_SOURCE 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_LIBNSL 1 +| #define HAVE_PTHREAD_H 1 +| #define HAVE_PTHREAD_H 1 +| #define USE_THREADS 1 +| #define HAVE_PTHREAD_KEY_DELETE 1 +| #define HAVE_PTHREAD_RWLOCK_INIT 1 +| #define HAVE_PTHREAD_RWLOCKS 1 +| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 +| #define HAVE_GETHOSTBYNAME_R 1 +| #define HAVE_GETHOSTBYADDR_R 1 +| #define HAVE_SIGSUSPEND 1 +| #define HAVE_SIGWAIT 1 +| #define HAVE_POLL 1 +| #define HAVE_GETPWNAM_R 1 +| #define HAVE_GETPWUID_R 1 +| #define HAVE_GETGRNAM_R 1 +| #define HAVE_GETGRGID_R 1 +| #define HAVE_SYS_MMAN_H 1 +| #define HAVE_SYS_IPC_H 1 +| #define HAVE_SYS_SHM_H 1 +| #define HAVE_SYS_FILE_H 1 +| #define HAVE_MMAP 1 +| #define HAVE_MUNMAP 1 +| #define HAVE_SHM_OPEN 1 +| #define HAVE_SHM_UNLINK 1 +| #define HAVE_SHMGET 1 +| #define HAVE_SHMAT 1 +| #define HAVE_SHMDT 1 +| #define HAVE_SHMCTL 1 +| #define HAVE_MAP_ANON 1 +| #define anonymous shared memory allocation method 1 +| #define USE_SHMEM_MMAP_ANON 1 +| #define namebased memory allocation method 1 +| #define USE_SHMEM_SHMGET 1 +| #define HAVE_CALLOC 1 +| #define HAVE_STRCASECMP 1 +| #define HAVE_SETSID 1 +| #define HAVE_ISINF 1 +| #define HAVE_ISNAN 1 +| #define HAVE_GETENV 1 +| #define HAVE_PUTENV 1 +| #define HAVE_SETENV 1 +| #define HAVE_UNSETENV 1 +| #define HAVE_SETRLIMIT 1 +| #define HAVE_GETRLIMIT 1 +| #define HAVE_WRITEV 1 +| #define HAVE_SENDFILE 1 +| #define HAVE_UTIME 1 +| #define HAVE_UTIMES 1 +| #define HAVE_SIGACTION 1 +| #define HAVE_DECL_SYS_SIGLIST 1 +| #define HAVE_FORK 1 +| #define HAVE_STRERROR_R 1 +| #define HAVE_CRYPT_R 1 +| #define CRYPT_R_STRUCT_CRYPT_DATA 1 +| #define HAVE_MMAP 1 +| #define HAVE_MEMMOVE 1 +| #define HAVE_GETPASS 1 +| #define HAVE_GMTIME_R 1 +| #define HAVE_LOCALTIME_R 1 +| #define HAVE_HSTRERROR 1 +| #define HAVE_MKSTEMP 1 +| #define DIRENT_INODE d_fileno +| #define DIRENT_TYPE d_type +| #define STDC_HEADERS 1 +| #define HAVE_ALLOCA_H 1 +| #define HAVE_CRYPT_H 1 +| #define HAVE_CTYPE_H 1 +| #define HAVE_DIRENT_H 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_ERRNO_H 1 +| #define HAVE_FCNTL_H 1 +| #define HAVE_GRP_H 1 +| #define HAVE_LIMITS_H 1 +| #define HAVE_MALLOC_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_NETDB_H 1 +| #define HAVE_POLL_H 1 +| #define HAVE_PWD_H 1 +| #define HAVE_SEMAPHORE_H 1 +| #define HAVE_SIGNAL_H 1 +| #define HAVE_STDARG_H 1 +| #define HAVE_STDDEF_H 1 +| #define HAVE_STDIO_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_TERMIOS_H 1 +| #define HAVE_TIME_H 1 +| #define HAVE_UNISTD_H 1 +| #define HAVE_ARPA_INET_H 1 +| #define HAVE_NETINET_IN_H 1 +| #define HAVE_SYS_FILE_H 1 +| #define HAVE_SYS_IOCTL_H 1 +| #define HAVE_SYS_MMAN_H 1 +| #define HAVE_SYS_POLL_H 1 +| #define HAVE_SYS_RESOURCE_H 1 +| #define HAVE_SYS_SELECT_H 1 +| #define HAVE_SYS_SEM_H 1 +| #define HAVE_SYS_SENDFILE_H 1 +| #define HAVE_SYS_SIGNAL_H 1 +| #define HAVE_SYS_SOCKET_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_SYS_SYSCTL_H 1 +| /* end confdefs.h. */ +| #include +| #ifdef HAVE_SYS_TYPES_H +| # include +| #endif +| #ifdef HAVE_SYS_STAT_H +| # include +| #endif +| #ifdef STDC_HEADERS +| # include +| # include +| #else +| # ifdef HAVE_STDLIB_H +| # include +| # endif +| #endif +| #ifdef HAVE_STRING_H +| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H +| # include +| # endif +| # include +| #endif +| #ifdef HAVE_STRINGS_H +| # include +| #endif +| #ifdef HAVE_INTTYPES_H +| # include +| #endif +| #ifdef HAVE_STDINT_H +| # include +| #endif +| #ifdef HAVE_UNISTD_H +| # include +| #endif +| #include +configure:32934: result: no +configure:32938: checking sys/syslimits.h presence +configure:32953: gcc -E -D_REENTRANT -D_GNU_SOURCE conftest.c +conftest.c:128:27: fatal error: sys/syslimits.h: No such file or directory + #include + ^ +compilation terminated. +configure:32960: $? = 1 +configure: failed program was: +| /* confdefs.h. */ +| #define PACKAGE_NAME "" +| #define PACKAGE_TARNAME "" +| #define PACKAGE_VERSION "" +| #define PACKAGE_STRING "" +| #define PACKAGE_BUGREPORT "" +| #define STDC_HEADERS 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_INTTYPES_H 1 +| #define HAVE_STDINT_H 1 +| #define HAVE_UNISTD_H 1 +| #define __EXTENSIONS__ 1 +| #define _ALL_SOURCE 1 +| #define _GNU_SOURCE 1 +| #define _POSIX_PTHREAD_SEMANTICS 1 +| #define _TANDEM_SOURCE 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_LIBNSL 1 +| #define HAVE_PTHREAD_H 1 +| #define HAVE_PTHREAD_H 1 +| #define USE_THREADS 1 +| #define HAVE_PTHREAD_KEY_DELETE 1 +| #define HAVE_PTHREAD_RWLOCK_INIT 1 +| #define HAVE_PTHREAD_RWLOCKS 1 +| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 +| #define HAVE_GETHOSTBYNAME_R 1 +| #define HAVE_GETHOSTBYADDR_R 1 +| #define HAVE_SIGSUSPEND 1 +| #define HAVE_SIGWAIT 1 +| #define HAVE_POLL 1 +| #define HAVE_GETPWNAM_R 1 +| #define HAVE_GETPWUID_R 1 +| #define HAVE_GETGRNAM_R 1 +| #define HAVE_GETGRGID_R 1 +| #define HAVE_SYS_MMAN_H 1 +| #define HAVE_SYS_IPC_H 1 +| #define HAVE_SYS_SHM_H 1 +| #define HAVE_SYS_FILE_H 1 +| #define HAVE_MMAP 1 +| #define HAVE_MUNMAP 1 +| #define HAVE_SHM_OPEN 1 +| #define HAVE_SHM_UNLINK 1 +| #define HAVE_SHMGET 1 +| #define HAVE_SHMAT 1 +| #define HAVE_SHMDT 1 +| #define HAVE_SHMCTL 1 +| #define HAVE_MAP_ANON 1 +| #define anonymous shared memory allocation method 1 +| #define USE_SHMEM_MMAP_ANON 1 +| #define namebased memory allocation method 1 +| #define USE_SHMEM_SHMGET 1 +| #define HAVE_CALLOC 1 +| #define HAVE_STRCASECMP 1 +| #define HAVE_SETSID 1 +| #define HAVE_ISINF 1 +| #define HAVE_ISNAN 1 +| #define HAVE_GETENV 1 +| #define HAVE_PUTENV 1 +| #define HAVE_SETENV 1 +| #define HAVE_UNSETENV 1 +| #define HAVE_SETRLIMIT 1 +| #define HAVE_GETRLIMIT 1 +| #define HAVE_WRITEV 1 +| #define HAVE_SENDFILE 1 +| #define HAVE_UTIME 1 +| #define HAVE_UTIMES 1 +| #define HAVE_SIGACTION 1 +| #define HAVE_DECL_SYS_SIGLIST 1 +| #define HAVE_FORK 1 +| #define HAVE_STRERROR_R 1 +| #define HAVE_CRYPT_R 1 +| #define CRYPT_R_STRUCT_CRYPT_DATA 1 +| #define HAVE_MMAP 1 +| #define HAVE_MEMMOVE 1 +| #define HAVE_GETPASS 1 +| #define HAVE_GMTIME_R 1 +| #define HAVE_LOCALTIME_R 1 +| #define HAVE_HSTRERROR 1 +| #define HAVE_MKSTEMP 1 +| #define DIRENT_INODE d_fileno +| #define DIRENT_TYPE d_type +| #define STDC_HEADERS 1 +| #define HAVE_ALLOCA_H 1 +| #define HAVE_CRYPT_H 1 +| #define HAVE_CTYPE_H 1 +| #define HAVE_DIRENT_H 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_ERRNO_H 1 +| #define HAVE_FCNTL_H 1 +| #define HAVE_GRP_H 1 +| #define HAVE_LIMITS_H 1 +| #define HAVE_MALLOC_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_NETDB_H 1 +| #define HAVE_POLL_H 1 +| #define HAVE_PWD_H 1 +| #define HAVE_SEMAPHORE_H 1 +| #define HAVE_SIGNAL_H 1 +| #define HAVE_STDARG_H 1 +| #define HAVE_STDDEF_H 1 +| #define HAVE_STDIO_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_TERMIOS_H 1 +| #define HAVE_TIME_H 1 +| #define HAVE_UNISTD_H 1 +| #define HAVE_ARPA_INET_H 1 +| #define HAVE_NETINET_IN_H 1 +| #define HAVE_SYS_FILE_H 1 +| #define HAVE_SYS_IOCTL_H 1 +| #define HAVE_SYS_MMAN_H 1 +| #define HAVE_SYS_POLL_H 1 +| #define HAVE_SYS_RESOURCE_H 1 +| #define HAVE_SYS_SELECT_H 1 +| #define HAVE_SYS_SEM_H 1 +| #define HAVE_SYS_SENDFILE_H 1 +| #define HAVE_SYS_SIGNAL_H 1 +| #define HAVE_SYS_SOCKET_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_SYS_SYSCTL_H 1 +| /* end confdefs.h. */ +| #include +configure:32974: result: no +configure:33002: checking for sys/syslimits.h +configure:33011: result: no +configure:32896: checking sys/time.h usability +configure:32913: gcc -c -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 +configure:32920: $? = 0 +configure:32934: result: yes +configure:32938: checking sys/time.h presence +configure:32953: gcc -E -D_REENTRANT -D_GNU_SOURCE conftest.c +configure:32960: $? = 0 +configure:32974: result: yes +configure:33002: checking for sys/time.h +configure:33011: result: yes +configure:32885: checking for sys/types.h +configure:32892: result: yes +configure:32896: checking sys/uio.h usability +configure:32913: gcc -c -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 +configure:32920: $? = 0 +configure:32934: result: yes +configure:32938: checking sys/uio.h presence +configure:32953: gcc -E -D_REENTRANT -D_GNU_SOURCE conftest.c +configure:32960: $? = 0 +configure:32974: result: yes +configure:33002: checking for sys/uio.h +configure:33011: result: yes +configure:32896: checking sys/un.h usability +configure:32913: gcc -c -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 +configure:32920: $? = 0 +configure:32934: result: yes +configure:32938: checking sys/un.h presence +configure:32953: gcc -E -D_REENTRANT -D_GNU_SOURCE conftest.c +configure:32960: $? = 0 +configure:32974: result: yes +configure:33002: checking for sys/un.h +configure:33011: result: yes +configure:32896: checking sys/wait.h usability +configure:32913: gcc -c -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 +configure:32920: $? = 0 +configure:32934: result: yes +configure:32938: checking sys/wait.h presence +configure:32953: gcc -E -D_REENTRANT -D_GNU_SOURCE conftest.c +configure:32960: $? = 0 +configure:32974: result: yes +configure:33002: checking for sys/wait.h +configure:33011: result: yes +configure:33103: checking for netinet/tcp.h +configure:33125: gcc -E -D_REENTRANT -D_GNU_SOURCE conftest.c +configure:33132: $? = 0 +configure:33147: result: yes +configure:33199: checking for h_errno in netdb.h +configure:33239: gcc -c -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 +configure:33246: $? = 0 +configure:33349: result: yes +configure:33364: checking for off_t +configure:33392: gcc -c -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 +configure:33399: $? = 0 +configure:33426: gcc -c -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 +conftest.c: In function 'main': +conftest.c:170:20: error: expected expression before ')' token + if (sizeof ((off_t))) + ^ +configure:33433: $? = 1 +configure: failed program was: +| /* confdefs.h. */ +| #define PACKAGE_NAME "" +| #define PACKAGE_TARNAME "" +| #define PACKAGE_VERSION "" +| #define PACKAGE_STRING "" +| #define PACKAGE_BUGREPORT "" +| #define STDC_HEADERS 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_INTTYPES_H 1 +| #define HAVE_STDINT_H 1 +| #define HAVE_UNISTD_H 1 +| #define __EXTENSIONS__ 1 +| #define _ALL_SOURCE 1 +| #define _GNU_SOURCE 1 +| #define _POSIX_PTHREAD_SEMANTICS 1 +| #define _TANDEM_SOURCE 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_LIBNSL 1 +| #define HAVE_PTHREAD_H 1 +| #define HAVE_PTHREAD_H 1 +| #define USE_THREADS 1 +| #define HAVE_PTHREAD_KEY_DELETE 1 +| #define HAVE_PTHREAD_RWLOCK_INIT 1 +| #define HAVE_PTHREAD_RWLOCKS 1 +| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 +| #define HAVE_GETHOSTBYNAME_R 1 +| #define HAVE_GETHOSTBYADDR_R 1 +| #define HAVE_SIGSUSPEND 1 +| #define HAVE_SIGWAIT 1 +| #define HAVE_POLL 1 +| #define HAVE_GETPWNAM_R 1 +| #define HAVE_GETPWUID_R 1 +| #define HAVE_GETGRNAM_R 1 +| #define HAVE_GETGRGID_R 1 +| #define HAVE_SYS_MMAN_H 1 +| #define HAVE_SYS_IPC_H 1 +| #define HAVE_SYS_SHM_H 1 +| #define HAVE_SYS_FILE_H 1 +| #define HAVE_MMAP 1 +| #define HAVE_MUNMAP 1 +| #define HAVE_SHM_OPEN 1 +| #define HAVE_SHM_UNLINK 1 +| #define HAVE_SHMGET 1 +| #define HAVE_SHMAT 1 +| #define HAVE_SHMDT 1 +| #define HAVE_SHMCTL 1 +| #define HAVE_MAP_ANON 1 +| #define anonymous shared memory allocation method 1 +| #define USE_SHMEM_MMAP_ANON 1 +| #define namebased memory allocation method 1 +| #define USE_SHMEM_SHMGET 1 +| #define HAVE_CALLOC 1 +| #define HAVE_STRCASECMP 1 +| #define HAVE_SETSID 1 +| #define HAVE_ISINF 1 +| #define HAVE_ISNAN 1 +| #define HAVE_GETENV 1 +| #define HAVE_PUTENV 1 +| #define HAVE_SETENV 1 +| #define HAVE_UNSETENV 1 +| #define HAVE_SETRLIMIT 1 +| #define HAVE_GETRLIMIT 1 +| #define HAVE_WRITEV 1 +| #define HAVE_SENDFILE 1 +| #define HAVE_UTIME 1 +| #define HAVE_UTIMES 1 +| #define HAVE_SIGACTION 1 +| #define HAVE_DECL_SYS_SIGLIST 1 +| #define HAVE_FORK 1 +| #define HAVE_STRERROR_R 1 +| #define HAVE_CRYPT_R 1 +| #define CRYPT_R_STRUCT_CRYPT_DATA 1 +| #define HAVE_MMAP 1 +| #define HAVE_MEMMOVE 1 +| #define HAVE_GETPASS 1 +| #define HAVE_GMTIME_R 1 +| #define HAVE_LOCALTIME_R 1 +| #define HAVE_HSTRERROR 1 +| #define HAVE_MKSTEMP 1 +| #define DIRENT_INODE d_fileno +| #define DIRENT_TYPE d_type +| #define STDC_HEADERS 1 +| #define HAVE_ALLOCA_H 1 +| #define HAVE_CRYPT_H 1 +| #define HAVE_CTYPE_H 1 +| #define HAVE_DIRENT_H 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_ERRNO_H 1 +| #define HAVE_FCNTL_H 1 +| #define HAVE_GRP_H 1 +| #define HAVE_LIMITS_H 1 +| #define HAVE_MALLOC_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_NETDB_H 1 +| #define HAVE_POLL_H 1 +| #define HAVE_PWD_H 1 +| #define HAVE_SEMAPHORE_H 1 +| #define HAVE_SIGNAL_H 1 +| #define HAVE_STDARG_H 1 +| #define HAVE_STDDEF_H 1 +| #define HAVE_STDIO_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_TERMIOS_H 1 +| #define HAVE_TIME_H 1 +| #define HAVE_UNISTD_H 1 +| #define HAVE_ARPA_INET_H 1 +| #define HAVE_NETINET_IN_H 1 +| #define HAVE_SYS_FILE_H 1 +| #define HAVE_SYS_IOCTL_H 1 +| #define HAVE_SYS_MMAN_H 1 +| #define HAVE_SYS_POLL_H 1 +| #define HAVE_SYS_RESOURCE_H 1 +| #define HAVE_SYS_SELECT_H 1 +| #define HAVE_SYS_SEM_H 1 +| #define HAVE_SYS_SENDFILE_H 1 +| #define HAVE_SYS_SIGNAL_H 1 +| #define HAVE_SYS_SOCKET_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_SYS_SYSCTL_H 1 +| #define HAVE_SYS_TIME_H 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_UIO_H 1 +| #define HAVE_SYS_UN_H 1 +| #define HAVE_SYS_WAIT_H 1 +| #define HAVE_NETINET_TCP_H 1 +| /* end confdefs.h. */ +| #include +| #ifdef HAVE_SYS_TYPES_H +| # include +| #endif +| #ifdef HAVE_SYS_STAT_H +| # include +| #endif +| #ifdef STDC_HEADERS +| # include +| # include +| #else +| # ifdef HAVE_STDLIB_H +| # include +| # endif +| #endif +| #ifdef HAVE_STRING_H +| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H +| # include +| # endif +| # include +| #endif +| #ifdef HAVE_STRINGS_H +| # include +| #endif +| #ifdef HAVE_INTTYPES_H +| # include +| #endif +| #ifdef HAVE_STDINT_H +| # include +| #endif +| #ifdef HAVE_UNISTD_H +| # include +| #endif +| int +| main () +| { +| if (sizeof ((off_t))) +| return 0; +| ; +| return 0; +| } +configure:33456: result: yes +configure:33468: checking for pid_t +configure:33496: gcc -c -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 +configure:33503: $? = 0 +configure:33530: gcc -c -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 +conftest.c: In function 'main': +conftest.c:170:20: error: expected expression before ')' token + if (sizeof ((pid_t))) + ^ +configure:33537: $? = 1 +configure: failed program was: +| /* confdefs.h. */ +| #define PACKAGE_NAME "" +| #define PACKAGE_TARNAME "" +| #define PACKAGE_VERSION "" +| #define PACKAGE_STRING "" +| #define PACKAGE_BUGREPORT "" +| #define STDC_HEADERS 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_INTTYPES_H 1 +| #define HAVE_STDINT_H 1 +| #define HAVE_UNISTD_H 1 +| #define __EXTENSIONS__ 1 +| #define _ALL_SOURCE 1 +| #define _GNU_SOURCE 1 +| #define _POSIX_PTHREAD_SEMANTICS 1 +| #define _TANDEM_SOURCE 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_LIBNSL 1 +| #define HAVE_PTHREAD_H 1 +| #define HAVE_PTHREAD_H 1 +| #define USE_THREADS 1 +| #define HAVE_PTHREAD_KEY_DELETE 1 +| #define HAVE_PTHREAD_RWLOCK_INIT 1 +| #define HAVE_PTHREAD_RWLOCKS 1 +| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 +| #define HAVE_GETHOSTBYNAME_R 1 +| #define HAVE_GETHOSTBYADDR_R 1 +| #define HAVE_SIGSUSPEND 1 +| #define HAVE_SIGWAIT 1 +| #define HAVE_POLL 1 +| #define HAVE_GETPWNAM_R 1 +| #define HAVE_GETPWUID_R 1 +| #define HAVE_GETGRNAM_R 1 +| #define HAVE_GETGRGID_R 1 +| #define HAVE_SYS_MMAN_H 1 +| #define HAVE_SYS_IPC_H 1 +| #define HAVE_SYS_SHM_H 1 +| #define HAVE_SYS_FILE_H 1 +| #define HAVE_MMAP 1 +| #define HAVE_MUNMAP 1 +| #define HAVE_SHM_OPEN 1 +| #define HAVE_SHM_UNLINK 1 +| #define HAVE_SHMGET 1 +| #define HAVE_SHMAT 1 +| #define HAVE_SHMDT 1 +| #define HAVE_SHMCTL 1 +| #define HAVE_MAP_ANON 1 +| #define anonymous shared memory allocation method 1 +| #define USE_SHMEM_MMAP_ANON 1 +| #define namebased memory allocation method 1 +| #define USE_SHMEM_SHMGET 1 +| #define HAVE_CALLOC 1 +| #define HAVE_STRCASECMP 1 +| #define HAVE_SETSID 1 +| #define HAVE_ISINF 1 +| #define HAVE_ISNAN 1 +| #define HAVE_GETENV 1 +| #define HAVE_PUTENV 1 +| #define HAVE_SETENV 1 +| #define HAVE_UNSETENV 1 +| #define HAVE_SETRLIMIT 1 +| #define HAVE_GETRLIMIT 1 +| #define HAVE_WRITEV 1 +| #define HAVE_SENDFILE 1 +| #define HAVE_UTIME 1 +| #define HAVE_UTIMES 1 +| #define HAVE_SIGACTION 1 +| #define HAVE_DECL_SYS_SIGLIST 1 +| #define HAVE_FORK 1 +| #define HAVE_STRERROR_R 1 +| #define HAVE_CRYPT_R 1 +| #define CRYPT_R_STRUCT_CRYPT_DATA 1 +| #define HAVE_MMAP 1 +| #define HAVE_MEMMOVE 1 +| #define HAVE_GETPASS 1 +| #define HAVE_GMTIME_R 1 +| #define HAVE_LOCALTIME_R 1 +| #define HAVE_HSTRERROR 1 +| #define HAVE_MKSTEMP 1 +| #define DIRENT_INODE d_fileno +| #define DIRENT_TYPE d_type +| #define STDC_HEADERS 1 +| #define HAVE_ALLOCA_H 1 +| #define HAVE_CRYPT_H 1 +| #define HAVE_CTYPE_H 1 +| #define HAVE_DIRENT_H 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_ERRNO_H 1 +| #define HAVE_FCNTL_H 1 +| #define HAVE_GRP_H 1 +| #define HAVE_LIMITS_H 1 +| #define HAVE_MALLOC_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_NETDB_H 1 +| #define HAVE_POLL_H 1 +| #define HAVE_PWD_H 1 +| #define HAVE_SEMAPHORE_H 1 +| #define HAVE_SIGNAL_H 1 +| #define HAVE_STDARG_H 1 +| #define HAVE_STDDEF_H 1 +| #define HAVE_STDIO_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_TERMIOS_H 1 +| #define HAVE_TIME_H 1 +| #define HAVE_UNISTD_H 1 +| #define HAVE_ARPA_INET_H 1 +| #define HAVE_NETINET_IN_H 1 +| #define HAVE_SYS_FILE_H 1 +| #define HAVE_SYS_IOCTL_H 1 +| #define HAVE_SYS_MMAN_H 1 +| #define HAVE_SYS_POLL_H 1 +| #define HAVE_SYS_RESOURCE_H 1 +| #define HAVE_SYS_SELECT_H 1 +| #define HAVE_SYS_SEM_H 1 +| #define HAVE_SYS_SENDFILE_H 1 +| #define HAVE_SYS_SIGNAL_H 1 +| #define HAVE_SYS_SOCKET_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_SYS_SYSCTL_H 1 +| #define HAVE_SYS_TIME_H 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_UIO_H 1 +| #define HAVE_SYS_UN_H 1 +| #define HAVE_SYS_WAIT_H 1 +| #define HAVE_NETINET_TCP_H 1 +| /* end confdefs.h. */ +| #include +| #ifdef HAVE_SYS_TYPES_H +| # include +| #endif +| #ifdef HAVE_SYS_STAT_H +| # include +| #endif +| #ifdef STDC_HEADERS +| # include +| # include +| #else +| # ifdef HAVE_STDLIB_H +| # include +| # endif +| #endif +| #ifdef HAVE_STRING_H +| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H +| # include +| # endif +| # include +| #endif +| #ifdef HAVE_STRINGS_H +| # include +| #endif +| #ifdef HAVE_INTTYPES_H +| # include +| #endif +| #ifdef HAVE_STDINT_H +| # include +| #endif +| #ifdef HAVE_UNISTD_H +| # include +| #endif +| int +| main () +| { +| if (sizeof ((pid_t))) +| return 0; +| ; +| return 0; +| } +configure:33560: result: yes +configure:33572: checking for size_t +configure:33600: gcc -c -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 +configure:33607: $? = 0 +configure:33634: gcc -c -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 +conftest.c: In function 'main': +conftest.c:170:21: error: expected expression before ')' token + if (sizeof ((size_t))) + ^ +configure:33641: $? = 1 +configure: failed program was: +| /* confdefs.h. */ +| #define PACKAGE_NAME "" +| #define PACKAGE_TARNAME "" +| #define PACKAGE_VERSION "" +| #define PACKAGE_STRING "" +| #define PACKAGE_BUGREPORT "" +| #define STDC_HEADERS 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_INTTYPES_H 1 +| #define HAVE_STDINT_H 1 +| #define HAVE_UNISTD_H 1 +| #define __EXTENSIONS__ 1 +| #define _ALL_SOURCE 1 +| #define _GNU_SOURCE 1 +| #define _POSIX_PTHREAD_SEMANTICS 1 +| #define _TANDEM_SOURCE 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_LIBNSL 1 +| #define HAVE_PTHREAD_H 1 +| #define HAVE_PTHREAD_H 1 +| #define USE_THREADS 1 +| #define HAVE_PTHREAD_KEY_DELETE 1 +| #define HAVE_PTHREAD_RWLOCK_INIT 1 +| #define HAVE_PTHREAD_RWLOCKS 1 +| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 +| #define HAVE_GETHOSTBYNAME_R 1 +| #define HAVE_GETHOSTBYADDR_R 1 +| #define HAVE_SIGSUSPEND 1 +| #define HAVE_SIGWAIT 1 +| #define HAVE_POLL 1 +| #define HAVE_GETPWNAM_R 1 +| #define HAVE_GETPWUID_R 1 +| #define HAVE_GETGRNAM_R 1 +| #define HAVE_GETGRGID_R 1 +| #define HAVE_SYS_MMAN_H 1 +| #define HAVE_SYS_IPC_H 1 +| #define HAVE_SYS_SHM_H 1 +| #define HAVE_SYS_FILE_H 1 +| #define HAVE_MMAP 1 +| #define HAVE_MUNMAP 1 +| #define HAVE_SHM_OPEN 1 +| #define HAVE_SHM_UNLINK 1 +| #define HAVE_SHMGET 1 +| #define HAVE_SHMAT 1 +| #define HAVE_SHMDT 1 +| #define HAVE_SHMCTL 1 +| #define HAVE_MAP_ANON 1 +| #define anonymous shared memory allocation method 1 +| #define USE_SHMEM_MMAP_ANON 1 +| #define namebased memory allocation method 1 +| #define USE_SHMEM_SHMGET 1 +| #define HAVE_CALLOC 1 +| #define HAVE_STRCASECMP 1 +| #define HAVE_SETSID 1 +| #define HAVE_ISINF 1 +| #define HAVE_ISNAN 1 +| #define HAVE_GETENV 1 +| #define HAVE_PUTENV 1 +| #define HAVE_SETENV 1 +| #define HAVE_UNSETENV 1 +| #define HAVE_SETRLIMIT 1 +| #define HAVE_GETRLIMIT 1 +| #define HAVE_WRITEV 1 +| #define HAVE_SENDFILE 1 +| #define HAVE_UTIME 1 +| #define HAVE_UTIMES 1 +| #define HAVE_SIGACTION 1 +| #define HAVE_DECL_SYS_SIGLIST 1 +| #define HAVE_FORK 1 +| #define HAVE_STRERROR_R 1 +| #define HAVE_CRYPT_R 1 +| #define CRYPT_R_STRUCT_CRYPT_DATA 1 +| #define HAVE_MMAP 1 +| #define HAVE_MEMMOVE 1 +| #define HAVE_GETPASS 1 +| #define HAVE_GMTIME_R 1 +| #define HAVE_LOCALTIME_R 1 +| #define HAVE_HSTRERROR 1 +| #define HAVE_MKSTEMP 1 +| #define DIRENT_INODE d_fileno +| #define DIRENT_TYPE d_type +| #define STDC_HEADERS 1 +| #define HAVE_ALLOCA_H 1 +| #define HAVE_CRYPT_H 1 +| #define HAVE_CTYPE_H 1 +| #define HAVE_DIRENT_H 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_ERRNO_H 1 +| #define HAVE_FCNTL_H 1 +| #define HAVE_GRP_H 1 +| #define HAVE_LIMITS_H 1 +| #define HAVE_MALLOC_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_NETDB_H 1 +| #define HAVE_POLL_H 1 +| #define HAVE_PWD_H 1 +| #define HAVE_SEMAPHORE_H 1 +| #define HAVE_SIGNAL_H 1 +| #define HAVE_STDARG_H 1 +| #define HAVE_STDDEF_H 1 +| #define HAVE_STDIO_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_TERMIOS_H 1 +| #define HAVE_TIME_H 1 +| #define HAVE_UNISTD_H 1 +| #define HAVE_ARPA_INET_H 1 +| #define HAVE_NETINET_IN_H 1 +| #define HAVE_SYS_FILE_H 1 +| #define HAVE_SYS_IOCTL_H 1 +| #define HAVE_SYS_MMAN_H 1 +| #define HAVE_SYS_POLL_H 1 +| #define HAVE_SYS_RESOURCE_H 1 +| #define HAVE_SYS_SELECT_H 1 +| #define HAVE_SYS_SEM_H 1 +| #define HAVE_SYS_SENDFILE_H 1 +| #define HAVE_SYS_SIGNAL_H 1 +| #define HAVE_SYS_SOCKET_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_SYS_SYSCTL_H 1 +| #define HAVE_SYS_TIME_H 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_UIO_H 1 +| #define HAVE_SYS_UN_H 1 +| #define HAVE_SYS_WAIT_H 1 +| #define HAVE_NETINET_TCP_H 1 +| /* end confdefs.h. */ +| #include +| #ifdef HAVE_SYS_TYPES_H +| # include +| #endif +| #ifdef HAVE_SYS_STAT_H +| # include +| #endif +| #ifdef STDC_HEADERS +| # include +| # include +| #else +| # ifdef HAVE_STDLIB_H +| # include +| # endif +| #endif +| #ifdef HAVE_STRING_H +| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H +| # include +| # endif +| # include +| #endif +| #ifdef HAVE_STRINGS_H +| # include +| #endif +| #ifdef HAVE_INTTYPES_H +| # include +| #endif +| #ifdef HAVE_STDINT_H +| # include +| #endif +| #ifdef HAVE_UNISTD_H +| # include +| #endif +| int +| main () +| { +| if (sizeof ((size_t))) +| return 0; +| ; +| return 0; +| } +configure:33664: result: yes +configure:33676: checking for uid_t in sys/types.h +configure:33699: result: yes +configure:33714: checking for ssize_t +configure:33742: gcc -c -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 +configure:33749: $? = 0 +configure:33776: gcc -c -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 +conftest.c: In function 'main': +conftest.c:170:22: error: expected expression before ')' token + if (sizeof ((ssize_t))) + ^ +configure:33783: $? = 1 +configure: failed program was: +| /* confdefs.h. */ +| #define PACKAGE_NAME "" +| #define PACKAGE_TARNAME "" +| #define PACKAGE_VERSION "" +| #define PACKAGE_STRING "" +| #define PACKAGE_BUGREPORT "" +| #define STDC_HEADERS 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_INTTYPES_H 1 +| #define HAVE_STDINT_H 1 +| #define HAVE_UNISTD_H 1 +| #define __EXTENSIONS__ 1 +| #define _ALL_SOURCE 1 +| #define _GNU_SOURCE 1 +| #define _POSIX_PTHREAD_SEMANTICS 1 +| #define _TANDEM_SOURCE 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_LIBNSL 1 +| #define HAVE_PTHREAD_H 1 +| #define HAVE_PTHREAD_H 1 +| #define USE_THREADS 1 +| #define HAVE_PTHREAD_KEY_DELETE 1 +| #define HAVE_PTHREAD_RWLOCK_INIT 1 +| #define HAVE_PTHREAD_RWLOCKS 1 +| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 +| #define HAVE_GETHOSTBYNAME_R 1 +| #define HAVE_GETHOSTBYADDR_R 1 +| #define HAVE_SIGSUSPEND 1 +| #define HAVE_SIGWAIT 1 +| #define HAVE_POLL 1 +| #define HAVE_GETPWNAM_R 1 +| #define HAVE_GETPWUID_R 1 +| #define HAVE_GETGRNAM_R 1 +| #define HAVE_GETGRGID_R 1 +| #define HAVE_SYS_MMAN_H 1 +| #define HAVE_SYS_IPC_H 1 +| #define HAVE_SYS_SHM_H 1 +| #define HAVE_SYS_FILE_H 1 +| #define HAVE_MMAP 1 +| #define HAVE_MUNMAP 1 +| #define HAVE_SHM_OPEN 1 +| #define HAVE_SHM_UNLINK 1 +| #define HAVE_SHMGET 1 +| #define HAVE_SHMAT 1 +| #define HAVE_SHMDT 1 +| #define HAVE_SHMCTL 1 +| #define HAVE_MAP_ANON 1 +| #define anonymous shared memory allocation method 1 +| #define USE_SHMEM_MMAP_ANON 1 +| #define namebased memory allocation method 1 +| #define USE_SHMEM_SHMGET 1 +| #define HAVE_CALLOC 1 +| #define HAVE_STRCASECMP 1 +| #define HAVE_SETSID 1 +| #define HAVE_ISINF 1 +| #define HAVE_ISNAN 1 +| #define HAVE_GETENV 1 +| #define HAVE_PUTENV 1 +| #define HAVE_SETENV 1 +| #define HAVE_UNSETENV 1 +| #define HAVE_SETRLIMIT 1 +| #define HAVE_GETRLIMIT 1 +| #define HAVE_WRITEV 1 +| #define HAVE_SENDFILE 1 +| #define HAVE_UTIME 1 +| #define HAVE_UTIMES 1 +| #define HAVE_SIGACTION 1 +| #define HAVE_DECL_SYS_SIGLIST 1 +| #define HAVE_FORK 1 +| #define HAVE_STRERROR_R 1 +| #define HAVE_CRYPT_R 1 +| #define CRYPT_R_STRUCT_CRYPT_DATA 1 +| #define HAVE_MMAP 1 +| #define HAVE_MEMMOVE 1 +| #define HAVE_GETPASS 1 +| #define HAVE_GMTIME_R 1 +| #define HAVE_LOCALTIME_R 1 +| #define HAVE_HSTRERROR 1 +| #define HAVE_MKSTEMP 1 +| #define DIRENT_INODE d_fileno +| #define DIRENT_TYPE d_type +| #define STDC_HEADERS 1 +| #define HAVE_ALLOCA_H 1 +| #define HAVE_CRYPT_H 1 +| #define HAVE_CTYPE_H 1 +| #define HAVE_DIRENT_H 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_ERRNO_H 1 +| #define HAVE_FCNTL_H 1 +| #define HAVE_GRP_H 1 +| #define HAVE_LIMITS_H 1 +| #define HAVE_MALLOC_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_NETDB_H 1 +| #define HAVE_POLL_H 1 +| #define HAVE_PWD_H 1 +| #define HAVE_SEMAPHORE_H 1 +| #define HAVE_SIGNAL_H 1 +| #define HAVE_STDARG_H 1 +| #define HAVE_STDDEF_H 1 +| #define HAVE_STDIO_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_TERMIOS_H 1 +| #define HAVE_TIME_H 1 +| #define HAVE_UNISTD_H 1 +| #define HAVE_ARPA_INET_H 1 +| #define HAVE_NETINET_IN_H 1 +| #define HAVE_SYS_FILE_H 1 +| #define HAVE_SYS_IOCTL_H 1 +| #define HAVE_SYS_MMAN_H 1 +| #define HAVE_SYS_POLL_H 1 +| #define HAVE_SYS_RESOURCE_H 1 +| #define HAVE_SYS_SELECT_H 1 +| #define HAVE_SYS_SEM_H 1 +| #define HAVE_SYS_SENDFILE_H 1 +| #define HAVE_SYS_SIGNAL_H 1 +| #define HAVE_SYS_SOCKET_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_SYS_SYSCTL_H 1 +| #define HAVE_SYS_TIME_H 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_UIO_H 1 +| #define HAVE_SYS_UN_H 1 +| #define HAVE_SYS_WAIT_H 1 +| #define HAVE_NETINET_TCP_H 1 +| /* end confdefs.h. */ +| #include +| #ifdef HAVE_SYS_TYPES_H +| # include +| #endif +| #ifdef HAVE_SYS_STAT_H +| # include +| #endif +| #ifdef STDC_HEADERS +| # include +| # include +| #else +| # ifdef HAVE_STDLIB_H +| # include +| # endif +| #endif +| #ifdef HAVE_STRING_H +| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H +| # include +| # endif +| # include +| #endif +| #ifdef HAVE_STRINGS_H +| # include +| #endif +| #ifdef HAVE_INTTYPES_H +| # include +| #endif +| #ifdef HAVE_STDINT_H +| # include +| #endif +| #ifdef HAVE_UNISTD_H +| # include +| #endif +| int +| main () +| { +| if (sizeof ((ssize_t))) +| return 0; +| ; +| return 0; +| } +configure:33806: result: yes +configure:33818: checking for inline +configure:33844: gcc -c -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 +configure:33851: $? = 0 +configure:33869: result: inline +configure:33888: checking for an ANSI C-conforming const +configure:33963: gcc -c -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 +configure:33970: $? = 0 +configure:33985: result: yes +configure:33995: checking for size_t +configure:34087: result: yes +configure:34099: checking whether setpgrp takes no argument +configure:34133: gcc -o conftest -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lm -lcrypt -lnsl -lpthread >&5 +conftest.c: In function 'main': +conftest.c:173:3: error: too many arguments to function 'setpgrp' + return setpgrp (1,1) != -1; + ^ +In file included from conftest.c:165:0: +/usr/include/unistd.h:660:12: note: declared here + extern int setpgrp (void) __THROW; + ^ +configure:34137: $? = 1 +configure: program exited with status 1 +configure: failed program was: +| /* confdefs.h. */ +| #define PACKAGE_NAME "" +| #define PACKAGE_TARNAME "" +| #define PACKAGE_VERSION "" +| #define PACKAGE_STRING "" +| #define PACKAGE_BUGREPORT "" +| #define STDC_HEADERS 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_INTTYPES_H 1 +| #define HAVE_STDINT_H 1 +| #define HAVE_UNISTD_H 1 +| #define __EXTENSIONS__ 1 +| #define _ALL_SOURCE 1 +| #define _GNU_SOURCE 1 +| #define _POSIX_PTHREAD_SEMANTICS 1 +| #define _TANDEM_SOURCE 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_LIBNSL 1 +| #define HAVE_PTHREAD_H 1 +| #define HAVE_PTHREAD_H 1 +| #define USE_THREADS 1 +| #define HAVE_PTHREAD_KEY_DELETE 1 +| #define HAVE_PTHREAD_RWLOCK_INIT 1 +| #define HAVE_PTHREAD_RWLOCKS 1 +| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 +| #define HAVE_GETHOSTBYNAME_R 1 +| #define HAVE_GETHOSTBYADDR_R 1 +| #define HAVE_SIGSUSPEND 1 +| #define HAVE_SIGWAIT 1 +| #define HAVE_POLL 1 +| #define HAVE_GETPWNAM_R 1 +| #define HAVE_GETPWUID_R 1 +| #define HAVE_GETGRNAM_R 1 +| #define HAVE_GETGRGID_R 1 +| #define HAVE_SYS_MMAN_H 1 +| #define HAVE_SYS_IPC_H 1 +| #define HAVE_SYS_SHM_H 1 +| #define HAVE_SYS_FILE_H 1 +| #define HAVE_MMAP 1 +| #define HAVE_MUNMAP 1 +| #define HAVE_SHM_OPEN 1 +| #define HAVE_SHM_UNLINK 1 +| #define HAVE_SHMGET 1 +| #define HAVE_SHMAT 1 +| #define HAVE_SHMDT 1 +| #define HAVE_SHMCTL 1 +| #define HAVE_MAP_ANON 1 +| #define anonymous shared memory allocation method 1 +| #define USE_SHMEM_MMAP_ANON 1 +| #define namebased memory allocation method 1 +| #define USE_SHMEM_SHMGET 1 +| #define HAVE_CALLOC 1 +| #define HAVE_STRCASECMP 1 +| #define HAVE_SETSID 1 +| #define HAVE_ISINF 1 +| #define HAVE_ISNAN 1 +| #define HAVE_GETENV 1 +| #define HAVE_PUTENV 1 +| #define HAVE_SETENV 1 +| #define HAVE_UNSETENV 1 +| #define HAVE_SETRLIMIT 1 +| #define HAVE_GETRLIMIT 1 +| #define HAVE_WRITEV 1 +| #define HAVE_SENDFILE 1 +| #define HAVE_UTIME 1 +| #define HAVE_UTIMES 1 +| #define HAVE_SIGACTION 1 +| #define HAVE_DECL_SYS_SIGLIST 1 +| #define HAVE_FORK 1 +| #define HAVE_STRERROR_R 1 +| #define HAVE_CRYPT_R 1 +| #define CRYPT_R_STRUCT_CRYPT_DATA 1 +| #define HAVE_MMAP 1 +| #define HAVE_MEMMOVE 1 +| #define HAVE_GETPASS 1 +| #define HAVE_GMTIME_R 1 +| #define HAVE_LOCALTIME_R 1 +| #define HAVE_HSTRERROR 1 +| #define HAVE_MKSTEMP 1 +| #define DIRENT_INODE d_fileno +| #define DIRENT_TYPE d_type +| #define STDC_HEADERS 1 +| #define HAVE_ALLOCA_H 1 +| #define HAVE_CRYPT_H 1 +| #define HAVE_CTYPE_H 1 +| #define HAVE_DIRENT_H 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_ERRNO_H 1 +| #define HAVE_FCNTL_H 1 +| #define HAVE_GRP_H 1 +| #define HAVE_LIMITS_H 1 +| #define HAVE_MALLOC_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_NETDB_H 1 +| #define HAVE_POLL_H 1 +| #define HAVE_PWD_H 1 +| #define HAVE_SEMAPHORE_H 1 +| #define HAVE_SIGNAL_H 1 +| #define HAVE_STDARG_H 1 +| #define HAVE_STDDEF_H 1 +| #define HAVE_STDIO_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_TERMIOS_H 1 +| #define HAVE_TIME_H 1 +| #define HAVE_UNISTD_H 1 +| #define HAVE_ARPA_INET_H 1 +| #define HAVE_NETINET_IN_H 1 +| #define HAVE_SYS_FILE_H 1 +| #define HAVE_SYS_IOCTL_H 1 +| #define HAVE_SYS_MMAN_H 1 +| #define HAVE_SYS_POLL_H 1 +| #define HAVE_SYS_RESOURCE_H 1 +| #define HAVE_SYS_SELECT_H 1 +| #define HAVE_SYS_SEM_H 1 +| #define HAVE_SYS_SENDFILE_H 1 +| #define HAVE_SYS_SIGNAL_H 1 +| #define HAVE_SYS_SOCKET_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_SYS_SYSCTL_H 1 +| #define HAVE_SYS_TIME_H 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_UIO_H 1 +| #define HAVE_SYS_UN_H 1 +| #define HAVE_SYS_WAIT_H 1 +| #define HAVE_NETINET_TCP_H 1 +| /* end confdefs.h. */ +| #include +| #ifdef HAVE_SYS_TYPES_H +| # include +| #endif +| #ifdef HAVE_SYS_STAT_H +| # include +| #endif +| #ifdef STDC_HEADERS +| # include +| # include +| #else +| # ifdef HAVE_STDLIB_H +| # include +| # endif +| #endif +| #ifdef HAVE_STRING_H +| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H +| # include +| # endif +| # include +| #endif +| #ifdef HAVE_STRINGS_H +| # include +| #endif +| #ifdef HAVE_INTTYPES_H +| # include +| #endif +| #ifdef HAVE_STDINT_H +| # include +| #endif +| #ifdef HAVE_UNISTD_H +| # include +| #endif +| int +| main () +| { +| /* If this system has a BSD-style setpgrp which takes arguments, +| setpgrp(1, 1) will fail with ESRCH and return -1, in that case +| exit successfully. */ +| return setpgrp (1,1) != -1; +| ; +| return 0; +| } +configure:34164: result: yes +configure:34176: checking for socklen_t +configure:34212: gcc -c -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 +configure:34219: $? = 0 +configure:34239: result: yes +configure:34252: checking whether system defines INADDR_NONE +configure:34294: gcc -c -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 +configure:34301: $? = 0 +configure:34320: result: yes +configure:34333: checking size of void* +configure:34638: gcc -o conftest -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lm -lcrypt -lnsl -lpthread >&5 +configure:34642: $? = 0 +configure:34648: ./conftest +configure:34652: $? = 0 +configure:34678: result: 8 +configure:34701: checking size of char +configure:35006: gcc -o conftest -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lm -lcrypt -lnsl -lpthread >&5 +configure:35010: $? = 0 +configure:35016: ./conftest +configure:35020: $? = 0 +configure:35046: result: 1 +configure:35060: checking size of int +configure:35365: gcc -o conftest -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lm -lcrypt -lnsl -lpthread >&5 +configure:35369: $? = 0 +configure:35375: ./conftest +configure:35379: $? = 0 +configure:35405: result: 4 +configure:35419: checking size of long +configure:35724: gcc -o conftest -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lm -lcrypt -lnsl -lpthread >&5 +configure:35728: $? = 0 +configure:35734: ./conftest +configure:35738: $? = 0 +configure:35764: result: 8 +configure:35778: checking size of short +configure:36083: gcc -o conftest -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lm -lcrypt -lnsl -lpthread >&5 +configure:36087: $? = 0 +configure:36093: ./conftest +configure:36097: $? = 0 +configure:36123: result: 2 +configure:36137: checking size of long double +configure:36442: gcc -o conftest -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lm -lcrypt -lnsl -lpthread >&5 +configure:36446: $? = 0 +configure:36452: ./conftest +configure:36456: $? = 0 +configure:36482: result: 16 +configure:36496: checking size of long long +configure:36801: gcc -o conftest -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lm -lcrypt -lnsl -lpthread >&5 +configure:36805: $? = 0 +configure:36811: ./conftest +configure:36815: $? = 0 +configure:36841: result: 8 +configure:36929: checking for INT64_C +configure:36974: result: yes +configure:37012: checking size of ssize_t +configure:37042: gcc -o conftest -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lm -lcrypt -lnsl -lpthread >&5 +conftest.c: In function 'main': +conftest.c:148:11: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] + if (!f) exit(1); + ^ +conftest.c:149:3: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] + fprintf(f, "%d\n", sizeof(ssize_t)); + ^ +configure:37046: $? = 0 +configure:37052: ./conftest +configure:37056: $? = 0 +configure:37073: result: 8 +configure:37090: checking size of size_t +configure:37120: gcc -o conftest -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lm -lcrypt -lnsl -lpthread >&5 +conftest.c: In function 'main': +conftest.c:149:11: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] + if (!f) exit(1); + ^ +conftest.c:150:3: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] + fprintf(f, "%d\n", sizeof(size_t)); + ^ +configure:37124: $? = 0 +configure:37130: ./conftest +configure:37134: $? = 0 +configure:37151: result: 8 +configure:37169: checking size of off_t +configure:37199: gcc -o conftest -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lm -lcrypt -lnsl -lpthread >&5 +conftest.c: In function 'main': +conftest.c:150:11: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] + if (!f) exit(1); + ^ +conftest.c:151:3: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] + fprintf(f, "%d\n", sizeof(off_t)); + ^ +configure:37203: $? = 0 +configure:37209: ./conftest +configure:37213: $? = 0 +configure:37230: result: 8 +configure:37238: checking which type to use for apr_off_t +configure:37263: result: off_t +configure:37269: checking whether ino_t and unsigned long long are the same +configure:37298: gcc -c -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 +conftest.c: In function 'main': +conftest.c:183:9: error: size of array 'foo' is negative + int foo[0 - !__builtin_types_compatible_p(ino_t, unsigned long long)]; + ^ +configure:37305: $? = 1 +configure: failed program was: +| /* confdefs.h. */ +| #define PACKAGE_NAME "" +| #define PACKAGE_TARNAME "" +| #define PACKAGE_VERSION "" +| #define PACKAGE_STRING "" +| #define PACKAGE_BUGREPORT "" +| #define STDC_HEADERS 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_INTTYPES_H 1 +| #define HAVE_STDINT_H 1 +| #define HAVE_UNISTD_H 1 +| #define __EXTENSIONS__ 1 +| #define _ALL_SOURCE 1 +| #define _GNU_SOURCE 1 +| #define _POSIX_PTHREAD_SEMANTICS 1 +| #define _TANDEM_SOURCE 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_LIBNSL 1 +| #define HAVE_PTHREAD_H 1 +| #define HAVE_PTHREAD_H 1 +| #define USE_THREADS 1 +| #define HAVE_PTHREAD_KEY_DELETE 1 +| #define HAVE_PTHREAD_RWLOCK_INIT 1 +| #define HAVE_PTHREAD_RWLOCKS 1 +| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 +| #define HAVE_GETHOSTBYNAME_R 1 +| #define HAVE_GETHOSTBYADDR_R 1 +| #define HAVE_SIGSUSPEND 1 +| #define HAVE_SIGWAIT 1 +| #define HAVE_POLL 1 +| #define HAVE_GETPWNAM_R 1 +| #define HAVE_GETPWUID_R 1 +| #define HAVE_GETGRNAM_R 1 +| #define HAVE_GETGRGID_R 1 +| #define HAVE_SYS_MMAN_H 1 +| #define HAVE_SYS_IPC_H 1 +| #define HAVE_SYS_SHM_H 1 +| #define HAVE_SYS_FILE_H 1 +| #define HAVE_MMAP 1 +| #define HAVE_MUNMAP 1 +| #define HAVE_SHM_OPEN 1 +| #define HAVE_SHM_UNLINK 1 +| #define HAVE_SHMGET 1 +| #define HAVE_SHMAT 1 +| #define HAVE_SHMDT 1 +| #define HAVE_SHMCTL 1 +| #define HAVE_MAP_ANON 1 +| #define anonymous shared memory allocation method 1 +| #define USE_SHMEM_MMAP_ANON 1 +| #define namebased memory allocation method 1 +| #define USE_SHMEM_SHMGET 1 +| #define HAVE_CALLOC 1 +| #define HAVE_STRCASECMP 1 +| #define HAVE_SETSID 1 +| #define HAVE_ISINF 1 +| #define HAVE_ISNAN 1 +| #define HAVE_GETENV 1 +| #define HAVE_PUTENV 1 +| #define HAVE_SETENV 1 +| #define HAVE_UNSETENV 1 +| #define HAVE_SETRLIMIT 1 +| #define HAVE_GETRLIMIT 1 +| #define HAVE_WRITEV 1 +| #define HAVE_SENDFILE 1 +| #define HAVE_UTIME 1 +| #define HAVE_UTIMES 1 +| #define HAVE_SIGACTION 1 +| #define HAVE_DECL_SYS_SIGLIST 1 +| #define HAVE_FORK 1 +| #define HAVE_STRERROR_R 1 +| #define HAVE_CRYPT_R 1 +| #define CRYPT_R_STRUCT_CRYPT_DATA 1 +| #define HAVE_MMAP 1 +| #define HAVE_MEMMOVE 1 +| #define HAVE_GETPASS 1 +| #define HAVE_GMTIME_R 1 +| #define HAVE_LOCALTIME_R 1 +| #define HAVE_HSTRERROR 1 +| #define HAVE_MKSTEMP 1 +| #define DIRENT_INODE d_fileno +| #define DIRENT_TYPE d_type +| #define STDC_HEADERS 1 +| #define HAVE_ALLOCA_H 1 +| #define HAVE_CRYPT_H 1 +| #define HAVE_CTYPE_H 1 +| #define HAVE_DIRENT_H 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_ERRNO_H 1 +| #define HAVE_FCNTL_H 1 +| #define HAVE_GRP_H 1 +| #define HAVE_LIMITS_H 1 +| #define HAVE_MALLOC_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_NETDB_H 1 +| #define HAVE_POLL_H 1 +| #define HAVE_PWD_H 1 +| #define HAVE_SEMAPHORE_H 1 +| #define HAVE_SIGNAL_H 1 +| #define HAVE_STDARG_H 1 +| #define HAVE_STDDEF_H 1 +| #define HAVE_STDIO_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_TERMIOS_H 1 +| #define HAVE_TIME_H 1 +| #define HAVE_UNISTD_H 1 +| #define HAVE_ARPA_INET_H 1 +| #define HAVE_NETINET_IN_H 1 +| #define HAVE_SYS_FILE_H 1 +| #define HAVE_SYS_IOCTL_H 1 +| #define HAVE_SYS_MMAN_H 1 +| #define HAVE_SYS_POLL_H 1 +| #define HAVE_SYS_RESOURCE_H 1 +| #define HAVE_SYS_SELECT_H 1 +| #define HAVE_SYS_SEM_H 1 +| #define HAVE_SYS_SENDFILE_H 1 +| #define HAVE_SYS_SIGNAL_H 1 +| #define HAVE_SYS_SOCKET_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_SYS_SYSCTL_H 1 +| #define HAVE_SYS_TIME_H 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_UIO_H 1 +| #define HAVE_SYS_UN_H 1 +| #define HAVE_SYS_WAIT_H 1 +| #define HAVE_NETINET_TCP_H 1 +| #define SETPGRP_VOID 1 +| #define HAVE_SOCKLEN_T 1 +| #define SIZEOF_VOIDP 8 +| #define SIZEOF_CHAR 1 +| #define SIZEOF_INT 4 +| #define SIZEOF_LONG 8 +| #define SIZEOF_SHORT 2 +| #define SIZEOF_LONG_DOUBLE 16 +| #define SIZEOF_LONG_LONG 8 +| #define SIZEOF_SSIZE_T 8 +| #define SIZEOF_SIZE_T 8 +| #define SIZEOF_OFF_T 8 +| /* end confdefs.h. */ +| #include +| #ifdef HAVE_SYS_TYPES_H +| # include +| #endif +| #ifdef HAVE_SYS_STAT_H +| # include +| #endif +| #ifdef STDC_HEADERS +| # include +| # include +| #else +| # ifdef HAVE_STDLIB_H +| # include +| # endif +| #endif +| #ifdef HAVE_STRING_H +| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H +| # include +| # endif +| # include +| #endif +| #ifdef HAVE_STRINGS_H +| # include +| #endif +| #ifdef HAVE_INTTYPES_H +| # include +| #endif +| #ifdef HAVE_STDINT_H +| # include +| #endif +| #ifdef HAVE_UNISTD_H +| # include +| #endif +| int +| main () +| { +| +| int foo[0 - !__builtin_types_compatible_p(ino_t, unsigned long long)]; +| +| ; +| return 0; +| } +configure:37320: result: no +configure:37325: checking whether ino_t and unsigned long are the same +configure:37354: gcc -c -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 +configure:37361: $? = 0 +configure:37376: result: yes +configure:37381: checking whether ino_t and unsigned int are the same +configure:37410: gcc -c -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 +conftest.c: In function 'main': +conftest.c:183:9: error: size of array 'foo' is negative + int foo[0 - !__builtin_types_compatible_p(ino_t, unsigned int)]; + ^ +configure:37417: $? = 1 +configure: failed program was: +| /* confdefs.h. */ +| #define PACKAGE_NAME "" +| #define PACKAGE_TARNAME "" +| #define PACKAGE_VERSION "" +| #define PACKAGE_STRING "" +| #define PACKAGE_BUGREPORT "" +| #define STDC_HEADERS 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_INTTYPES_H 1 +| #define HAVE_STDINT_H 1 +| #define HAVE_UNISTD_H 1 +| #define __EXTENSIONS__ 1 +| #define _ALL_SOURCE 1 +| #define _GNU_SOURCE 1 +| #define _POSIX_PTHREAD_SEMANTICS 1 +| #define _TANDEM_SOURCE 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_LIBNSL 1 +| #define HAVE_PTHREAD_H 1 +| #define HAVE_PTHREAD_H 1 +| #define USE_THREADS 1 +| #define HAVE_PTHREAD_KEY_DELETE 1 +| #define HAVE_PTHREAD_RWLOCK_INIT 1 +| #define HAVE_PTHREAD_RWLOCKS 1 +| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 +| #define HAVE_GETHOSTBYNAME_R 1 +| #define HAVE_GETHOSTBYADDR_R 1 +| #define HAVE_SIGSUSPEND 1 +| #define HAVE_SIGWAIT 1 +| #define HAVE_POLL 1 +| #define HAVE_GETPWNAM_R 1 +| #define HAVE_GETPWUID_R 1 +| #define HAVE_GETGRNAM_R 1 +| #define HAVE_GETGRGID_R 1 +| #define HAVE_SYS_MMAN_H 1 +| #define HAVE_SYS_IPC_H 1 +| #define HAVE_SYS_SHM_H 1 +| #define HAVE_SYS_FILE_H 1 +| #define HAVE_MMAP 1 +| #define HAVE_MUNMAP 1 +| #define HAVE_SHM_OPEN 1 +| #define HAVE_SHM_UNLINK 1 +| #define HAVE_SHMGET 1 +| #define HAVE_SHMAT 1 +| #define HAVE_SHMDT 1 +| #define HAVE_SHMCTL 1 +| #define HAVE_MAP_ANON 1 +| #define anonymous shared memory allocation method 1 +| #define USE_SHMEM_MMAP_ANON 1 +| #define namebased memory allocation method 1 +| #define USE_SHMEM_SHMGET 1 +| #define HAVE_CALLOC 1 +| #define HAVE_STRCASECMP 1 +| #define HAVE_SETSID 1 +| #define HAVE_ISINF 1 +| #define HAVE_ISNAN 1 +| #define HAVE_GETENV 1 +| #define HAVE_PUTENV 1 +| #define HAVE_SETENV 1 +| #define HAVE_UNSETENV 1 +| #define HAVE_SETRLIMIT 1 +| #define HAVE_GETRLIMIT 1 +| #define HAVE_WRITEV 1 +| #define HAVE_SENDFILE 1 +| #define HAVE_UTIME 1 +| #define HAVE_UTIMES 1 +| #define HAVE_SIGACTION 1 +| #define HAVE_DECL_SYS_SIGLIST 1 +| #define HAVE_FORK 1 +| #define HAVE_STRERROR_R 1 +| #define HAVE_CRYPT_R 1 +| #define CRYPT_R_STRUCT_CRYPT_DATA 1 +| #define HAVE_MMAP 1 +| #define HAVE_MEMMOVE 1 +| #define HAVE_GETPASS 1 +| #define HAVE_GMTIME_R 1 +| #define HAVE_LOCALTIME_R 1 +| #define HAVE_HSTRERROR 1 +| #define HAVE_MKSTEMP 1 +| #define DIRENT_INODE d_fileno +| #define DIRENT_TYPE d_type +| #define STDC_HEADERS 1 +| #define HAVE_ALLOCA_H 1 +| #define HAVE_CRYPT_H 1 +| #define HAVE_CTYPE_H 1 +| #define HAVE_DIRENT_H 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_ERRNO_H 1 +| #define HAVE_FCNTL_H 1 +| #define HAVE_GRP_H 1 +| #define HAVE_LIMITS_H 1 +| #define HAVE_MALLOC_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_NETDB_H 1 +| #define HAVE_POLL_H 1 +| #define HAVE_PWD_H 1 +| #define HAVE_SEMAPHORE_H 1 +| #define HAVE_SIGNAL_H 1 +| #define HAVE_STDARG_H 1 +| #define HAVE_STDDEF_H 1 +| #define HAVE_STDIO_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_TERMIOS_H 1 +| #define HAVE_TIME_H 1 +| #define HAVE_UNISTD_H 1 +| #define HAVE_ARPA_INET_H 1 +| #define HAVE_NETINET_IN_H 1 +| #define HAVE_SYS_FILE_H 1 +| #define HAVE_SYS_IOCTL_H 1 +| #define HAVE_SYS_MMAN_H 1 +| #define HAVE_SYS_POLL_H 1 +| #define HAVE_SYS_RESOURCE_H 1 +| #define HAVE_SYS_SELECT_H 1 +| #define HAVE_SYS_SEM_H 1 +| #define HAVE_SYS_SENDFILE_H 1 +| #define HAVE_SYS_SIGNAL_H 1 +| #define HAVE_SYS_SOCKET_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_SYS_SYSCTL_H 1 +| #define HAVE_SYS_TIME_H 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_UIO_H 1 +| #define HAVE_SYS_UN_H 1 +| #define HAVE_SYS_WAIT_H 1 +| #define HAVE_NETINET_TCP_H 1 +| #define SETPGRP_VOID 1 +| #define HAVE_SOCKLEN_T 1 +| #define SIZEOF_VOIDP 8 +| #define SIZEOF_CHAR 1 +| #define SIZEOF_INT 4 +| #define SIZEOF_LONG 8 +| #define SIZEOF_SHORT 2 +| #define SIZEOF_LONG_DOUBLE 16 +| #define SIZEOF_LONG_LONG 8 +| #define SIZEOF_SSIZE_T 8 +| #define SIZEOF_SIZE_T 8 +| #define SIZEOF_OFF_T 8 +| /* end confdefs.h. */ +| #include +| #ifdef HAVE_SYS_TYPES_H +| # include +| #endif +| #ifdef HAVE_SYS_STAT_H +| # include +| #endif +| #ifdef STDC_HEADERS +| # include +| # include +| #else +| # ifdef HAVE_STDLIB_H +| # include +| # endif +| #endif +| #ifdef HAVE_STRING_H +| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H +| # include +| # endif +| # include +| #endif +| #ifdef HAVE_STRINGS_H +| # include +| #endif +| #ifdef HAVE_INTTYPES_H +| # include +| #endif +| #ifdef HAVE_STDINT_H +| # include +| #endif +| #ifdef HAVE_UNISTD_H +| # include +| #endif +| int +| main () +| { +| +| int foo[0 - !__builtin_types_compatible_p(ino_t, unsigned int)]; +| +| ; +| return 0; +| } +configure:37432: result: no +configure:37441: checking size of pid_t +configure:37471: gcc -o conftest -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lm -lcrypt -lnsl -lpthread >&5 +conftest.c: In function 'main': +conftest.c:151:11: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] + if (!f) exit(1); + ^ +conftest.c:152:3: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] + fprintf(f, "%d\n", sizeof(pid_t)); + ^ +configure:37475: $? = 0 +configure:37481: ./conftest +configure:37485: $? = 0 +configure:37502: result: 4 +configure:37589: checking for strnicmp +configure:37645: gcc -o conftest -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lm -lcrypt -lnsl -lpthread >&5 +/tmp/ccjxStEC.o: In function `main': +/bottlenecks/rubbos/app/httpd-2.0.64/srclib/apr/conftest.c:181: undefined reference to `strnicmp' +collect2: error: ld returned 1 exit status +configure:37652: $? = 1 +configure: failed program was: +| /* confdefs.h. */ +| #define PACKAGE_NAME "" +| #define PACKAGE_TARNAME "" +| #define PACKAGE_VERSION "" +| #define PACKAGE_STRING "" +| #define PACKAGE_BUGREPORT "" +| #define STDC_HEADERS 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_INTTYPES_H 1 +| #define HAVE_STDINT_H 1 +| #define HAVE_UNISTD_H 1 +| #define __EXTENSIONS__ 1 +| #define _ALL_SOURCE 1 +| #define _GNU_SOURCE 1 +| #define _POSIX_PTHREAD_SEMANTICS 1 +| #define _TANDEM_SOURCE 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_LIBNSL 1 +| #define HAVE_PTHREAD_H 1 +| #define HAVE_PTHREAD_H 1 +| #define USE_THREADS 1 +| #define HAVE_PTHREAD_KEY_DELETE 1 +| #define HAVE_PTHREAD_RWLOCK_INIT 1 +| #define HAVE_PTHREAD_RWLOCKS 1 +| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 +| #define HAVE_GETHOSTBYNAME_R 1 +| #define HAVE_GETHOSTBYADDR_R 1 +| #define HAVE_SIGSUSPEND 1 +| #define HAVE_SIGWAIT 1 +| #define HAVE_POLL 1 +| #define HAVE_GETPWNAM_R 1 +| #define HAVE_GETPWUID_R 1 +| #define HAVE_GETGRNAM_R 1 +| #define HAVE_GETGRGID_R 1 +| #define HAVE_SYS_MMAN_H 1 +| #define HAVE_SYS_IPC_H 1 +| #define HAVE_SYS_SHM_H 1 +| #define HAVE_SYS_FILE_H 1 +| #define HAVE_MMAP 1 +| #define HAVE_MUNMAP 1 +| #define HAVE_SHM_OPEN 1 +| #define HAVE_SHM_UNLINK 1 +| #define HAVE_SHMGET 1 +| #define HAVE_SHMAT 1 +| #define HAVE_SHMDT 1 +| #define HAVE_SHMCTL 1 +| #define HAVE_MAP_ANON 1 +| #define anonymous shared memory allocation method 1 +| #define USE_SHMEM_MMAP_ANON 1 +| #define namebased memory allocation method 1 +| #define USE_SHMEM_SHMGET 1 +| #define HAVE_CALLOC 1 +| #define HAVE_STRCASECMP 1 +| #define HAVE_SETSID 1 +| #define HAVE_ISINF 1 +| #define HAVE_ISNAN 1 +| #define HAVE_GETENV 1 +| #define HAVE_PUTENV 1 +| #define HAVE_SETENV 1 +| #define HAVE_UNSETENV 1 +| #define HAVE_SETRLIMIT 1 +| #define HAVE_GETRLIMIT 1 +| #define HAVE_WRITEV 1 +| #define HAVE_SENDFILE 1 +| #define HAVE_UTIME 1 +| #define HAVE_UTIMES 1 +| #define HAVE_SIGACTION 1 +| #define HAVE_DECL_SYS_SIGLIST 1 +| #define HAVE_FORK 1 +| #define HAVE_STRERROR_R 1 +| #define HAVE_CRYPT_R 1 +| #define CRYPT_R_STRUCT_CRYPT_DATA 1 +| #define HAVE_MMAP 1 +| #define HAVE_MEMMOVE 1 +| #define HAVE_GETPASS 1 +| #define HAVE_GMTIME_R 1 +| #define HAVE_LOCALTIME_R 1 +| #define HAVE_HSTRERROR 1 +| #define HAVE_MKSTEMP 1 +| #define DIRENT_INODE d_fileno +| #define DIRENT_TYPE d_type +| #define STDC_HEADERS 1 +| #define HAVE_ALLOCA_H 1 +| #define HAVE_CRYPT_H 1 +| #define HAVE_CTYPE_H 1 +| #define HAVE_DIRENT_H 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_ERRNO_H 1 +| #define HAVE_FCNTL_H 1 +| #define HAVE_GRP_H 1 +| #define HAVE_LIMITS_H 1 +| #define HAVE_MALLOC_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_NETDB_H 1 +| #define HAVE_POLL_H 1 +| #define HAVE_PWD_H 1 +| #define HAVE_SEMAPHORE_H 1 +| #define HAVE_SIGNAL_H 1 +| #define HAVE_STDARG_H 1 +| #define HAVE_STDDEF_H 1 +| #define HAVE_STDIO_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_TERMIOS_H 1 +| #define HAVE_TIME_H 1 +| #define HAVE_UNISTD_H 1 +| #define HAVE_ARPA_INET_H 1 +| #define HAVE_NETINET_IN_H 1 +| #define HAVE_SYS_FILE_H 1 +| #define HAVE_SYS_IOCTL_H 1 +| #define HAVE_SYS_MMAN_H 1 +| #define HAVE_SYS_POLL_H 1 +| #define HAVE_SYS_RESOURCE_H 1 +| #define HAVE_SYS_SELECT_H 1 +| #define HAVE_SYS_SEM_H 1 +| #define HAVE_SYS_SENDFILE_H 1 +| #define HAVE_SYS_SIGNAL_H 1 +| #define HAVE_SYS_SOCKET_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_SYS_SYSCTL_H 1 +| #define HAVE_SYS_TIME_H 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_UIO_H 1 +| #define HAVE_SYS_UN_H 1 +| #define HAVE_SYS_WAIT_H 1 +| #define HAVE_NETINET_TCP_H 1 +| #define SETPGRP_VOID 1 +| #define HAVE_SOCKLEN_T 1 +| #define SIZEOF_VOIDP 8 +| #define SIZEOF_CHAR 1 +| #define SIZEOF_INT 4 +| #define SIZEOF_LONG 8 +| #define SIZEOF_SHORT 2 +| #define SIZEOF_LONG_DOUBLE 16 +| #define SIZEOF_LONG_LONG 8 +| #define SIZEOF_SSIZE_T 8 +| #define SIZEOF_SIZE_T 8 +| #define SIZEOF_OFF_T 8 +| #define SIZEOF_PID_T 4 +| /* end confdefs.h. */ +| /* Define strnicmp to an innocuous variant, in case declares strnicmp. +| For example, HP-UX 11i declares gettimeofday. */ +| #define strnicmp innocuous_strnicmp +| +| /* System header to define __stub macros and hopefully few prototypes, +| which can conflict with char strnicmp (); below. +| Prefer to if __STDC__ is defined, since +| exists even on freestanding compilers. */ +| +| #ifdef __STDC__ +| # include +| #else +| # include +| #endif +| +| #undef strnicmp +| +| /* 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 strnicmp (); +| /* The GNU C library defines this for functions which it implements +| to always fail with ENOSYS. Some functions are actually named +| something starting with __ and the normal name is an alias. */ +| #if defined __stub_strnicmp || defined __stub___strnicmp +| choke me +| #endif +| +| int +| main () +| { +| return strnicmp (); +| ; +| return 0; +| } +configure:37674: result: no +configure:37692: checking for strncasecmp +configure:37748: gcc -o conftest -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lm -lcrypt -lnsl -lpthread >&5 +conftest.c:170:6: warning: conflicting types for built-in function 'strncasecmp' [enabled by default] + char strncasecmp (); + ^ +configure:37755: $? = 0 +configure:37777: result: yes +configure:37795: checking for stricmp +configure:37880: result: no +configure:37898: checking for strcasecmp +configure:37983: result: yes +configure:38001: checking for strdup +configure:38057: gcc -o conftest -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lm -lcrypt -lnsl -lpthread >&5 +conftest.c:172:6: warning: conflicting types for built-in function 'strdup' [enabled by default] + char strdup (); + ^ +configure:38064: $? = 0 +configure:38086: result: yes +configure:38104: checking for strstr +configure:38160: gcc -o conftest -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lm -lcrypt -lnsl -lpthread >&5 +conftest.c:173:6: warning: conflicting types for built-in function 'strstr' [enabled by default] + char strstr (); + ^ +configure:38167: $? = 0 +configure:38189: result: yes +configure:38207: checking for memchr +configure:38263: gcc -o conftest -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lm -lcrypt -lnsl -lpthread >&5 +conftest.c:174:6: warning: conflicting types for built-in function 'memchr' [enabled by default] + char memchr (); + ^ +configure:38270: $? = 0 +configure:38292: result: yes +configure:38310: checking for strtol +configure:38366: gcc -o conftest -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lm -lcrypt -lnsl -lpthread >&5 +configure:38373: $? = 0 +configure:38395: result: yes +configure:38537: checking for NSLinkModule +configure:38593: gcc -o conftest -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lm -lcrypt -lnsl -lpthread >&5 +/tmp/ccKVb5F5.o: In function `main': +/bottlenecks/rubbos/app/httpd-2.0.64/srclib/apr/conftest.c:187: undefined reference to `NSLinkModule' +collect2: error: ld returned 1 exit status +configure:38600: $? = 1 +configure: failed program was: +| /* confdefs.h. */ +| #define PACKAGE_NAME "" +| #define PACKAGE_TARNAME "" +| #define PACKAGE_VERSION "" +| #define PACKAGE_STRING "" +| #define PACKAGE_BUGREPORT "" +| #define STDC_HEADERS 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_INTTYPES_H 1 +| #define HAVE_STDINT_H 1 +| #define HAVE_UNISTD_H 1 +| #define __EXTENSIONS__ 1 +| #define _ALL_SOURCE 1 +| #define _GNU_SOURCE 1 +| #define _POSIX_PTHREAD_SEMANTICS 1 +| #define _TANDEM_SOURCE 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_LIBNSL 1 +| #define HAVE_PTHREAD_H 1 +| #define HAVE_PTHREAD_H 1 +| #define USE_THREADS 1 +| #define HAVE_PTHREAD_KEY_DELETE 1 +| #define HAVE_PTHREAD_RWLOCK_INIT 1 +| #define HAVE_PTHREAD_RWLOCKS 1 +| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 +| #define HAVE_GETHOSTBYNAME_R 1 +| #define HAVE_GETHOSTBYADDR_R 1 +| #define HAVE_SIGSUSPEND 1 +| #define HAVE_SIGWAIT 1 +| #define HAVE_POLL 1 +| #define HAVE_GETPWNAM_R 1 +| #define HAVE_GETPWUID_R 1 +| #define HAVE_GETGRNAM_R 1 +| #define HAVE_GETGRGID_R 1 +| #define HAVE_SYS_MMAN_H 1 +| #define HAVE_SYS_IPC_H 1 +| #define HAVE_SYS_SHM_H 1 +| #define HAVE_SYS_FILE_H 1 +| #define HAVE_MMAP 1 +| #define HAVE_MUNMAP 1 +| #define HAVE_SHM_OPEN 1 +| #define HAVE_SHM_UNLINK 1 +| #define HAVE_SHMGET 1 +| #define HAVE_SHMAT 1 +| #define HAVE_SHMDT 1 +| #define HAVE_SHMCTL 1 +| #define HAVE_MAP_ANON 1 +| #define anonymous shared memory allocation method 1 +| #define USE_SHMEM_MMAP_ANON 1 +| #define namebased memory allocation method 1 +| #define USE_SHMEM_SHMGET 1 +| #define HAVE_CALLOC 1 +| #define HAVE_STRCASECMP 1 +| #define HAVE_SETSID 1 +| #define HAVE_ISINF 1 +| #define HAVE_ISNAN 1 +| #define HAVE_GETENV 1 +| #define HAVE_PUTENV 1 +| #define HAVE_SETENV 1 +| #define HAVE_UNSETENV 1 +| #define HAVE_SETRLIMIT 1 +| #define HAVE_GETRLIMIT 1 +| #define HAVE_WRITEV 1 +| #define HAVE_SENDFILE 1 +| #define HAVE_UTIME 1 +| #define HAVE_UTIMES 1 +| #define HAVE_SIGACTION 1 +| #define HAVE_DECL_SYS_SIGLIST 1 +| #define HAVE_FORK 1 +| #define HAVE_STRERROR_R 1 +| #define HAVE_CRYPT_R 1 +| #define CRYPT_R_STRUCT_CRYPT_DATA 1 +| #define HAVE_MMAP 1 +| #define HAVE_MEMMOVE 1 +| #define HAVE_GETPASS 1 +| #define HAVE_GMTIME_R 1 +| #define HAVE_LOCALTIME_R 1 +| #define HAVE_HSTRERROR 1 +| #define HAVE_MKSTEMP 1 +| #define DIRENT_INODE d_fileno +| #define DIRENT_TYPE d_type +| #define STDC_HEADERS 1 +| #define HAVE_ALLOCA_H 1 +| #define HAVE_CRYPT_H 1 +| #define HAVE_CTYPE_H 1 +| #define HAVE_DIRENT_H 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_ERRNO_H 1 +| #define HAVE_FCNTL_H 1 +| #define HAVE_GRP_H 1 +| #define HAVE_LIMITS_H 1 +| #define HAVE_MALLOC_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_NETDB_H 1 +| #define HAVE_POLL_H 1 +| #define HAVE_PWD_H 1 +| #define HAVE_SEMAPHORE_H 1 +| #define HAVE_SIGNAL_H 1 +| #define HAVE_STDARG_H 1 +| #define HAVE_STDDEF_H 1 +| #define HAVE_STDIO_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_TERMIOS_H 1 +| #define HAVE_TIME_H 1 +| #define HAVE_UNISTD_H 1 +| #define HAVE_ARPA_INET_H 1 +| #define HAVE_NETINET_IN_H 1 +| #define HAVE_SYS_FILE_H 1 +| #define HAVE_SYS_IOCTL_H 1 +| #define HAVE_SYS_MMAN_H 1 +| #define HAVE_SYS_POLL_H 1 +| #define HAVE_SYS_RESOURCE_H 1 +| #define HAVE_SYS_SELECT_H 1 +| #define HAVE_SYS_SEM_H 1 +| #define HAVE_SYS_SENDFILE_H 1 +| #define HAVE_SYS_SIGNAL_H 1 +| #define HAVE_SYS_SOCKET_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_SYS_SYSCTL_H 1 +| #define HAVE_SYS_TIME_H 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_UIO_H 1 +| #define HAVE_SYS_UN_H 1 +| #define HAVE_SYS_WAIT_H 1 +| #define HAVE_NETINET_TCP_H 1 +| #define SETPGRP_VOID 1 +| #define HAVE_SOCKLEN_T 1 +| #define SIZEOF_VOIDP 8 +| #define SIZEOF_CHAR 1 +| #define SIZEOF_INT 4 +| #define SIZEOF_LONG 8 +| #define SIZEOF_SHORT 2 +| #define SIZEOF_LONG_DOUBLE 16 +| #define SIZEOF_LONG_LONG 8 +| #define SIZEOF_SSIZE_T 8 +| #define SIZEOF_SIZE_T 8 +| #define SIZEOF_OFF_T 8 +| #define SIZEOF_PID_T 4 +| #define HAVE_STRNCASECMP 1 +| #define HAVE_STRCASECMP 1 +| #define HAVE_STRDUP 1 +| #define HAVE_STRSTR 1 +| #define HAVE_MEMCHR 1 +| #define HAVE_STRTOL 1 +| /* end confdefs.h. */ +| /* Define NSLinkModule to an innocuous variant, in case declares NSLinkModule. +| For example, HP-UX 11i declares gettimeofday. */ +| #define NSLinkModule innocuous_NSLinkModule +| +| /* System header to define __stub macros and hopefully few prototypes, +| which can conflict with char NSLinkModule (); below. +| Prefer to if __STDC__ is defined, since +| exists even on freestanding compilers. */ +| +| #ifdef __STDC__ +| # include +| #else +| # include +| #endif +| +| #undef NSLinkModule +| +| /* 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 NSLinkModule (); +| /* The GNU C library defines this for functions which it implements +| to always fail with ENOSYS. Some functions are actually named +| something starting with __ and the normal name is an alias. */ +| #if defined __stub_NSLinkModule || defined __stub___NSLinkModule +| choke me +| #endif +| +| int +| main () +| { +| return NSLinkModule (); +| ; +| return 0; +| } +configure:38622: result: no +configure:38637: checking for shl_load in -ldld +configure:38672: gcc -o conftest -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c -ldld -lrt -lm -lcrypt -lnsl -lpthread >&5 +/usr/bin/ld: cannot find -ldld +collect2: error: ld returned 1 exit status +configure:38679: $? = 1 +configure: failed program was: +| /* confdefs.h. */ +| #define PACKAGE_NAME "" +| #define PACKAGE_TARNAME "" +| #define PACKAGE_VERSION "" +| #define PACKAGE_STRING "" +| #define PACKAGE_BUGREPORT "" +| #define STDC_HEADERS 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_INTTYPES_H 1 +| #define HAVE_STDINT_H 1 +| #define HAVE_UNISTD_H 1 +| #define __EXTENSIONS__ 1 +| #define _ALL_SOURCE 1 +| #define _GNU_SOURCE 1 +| #define _POSIX_PTHREAD_SEMANTICS 1 +| #define _TANDEM_SOURCE 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_LIBNSL 1 +| #define HAVE_PTHREAD_H 1 +| #define HAVE_PTHREAD_H 1 +| #define USE_THREADS 1 +| #define HAVE_PTHREAD_KEY_DELETE 1 +| #define HAVE_PTHREAD_RWLOCK_INIT 1 +| #define HAVE_PTHREAD_RWLOCKS 1 +| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 +| #define HAVE_GETHOSTBYNAME_R 1 +| #define HAVE_GETHOSTBYADDR_R 1 +| #define HAVE_SIGSUSPEND 1 +| #define HAVE_SIGWAIT 1 +| #define HAVE_POLL 1 +| #define HAVE_GETPWNAM_R 1 +| #define HAVE_GETPWUID_R 1 +| #define HAVE_GETGRNAM_R 1 +| #define HAVE_GETGRGID_R 1 +| #define HAVE_SYS_MMAN_H 1 +| #define HAVE_SYS_IPC_H 1 +| #define HAVE_SYS_SHM_H 1 +| #define HAVE_SYS_FILE_H 1 +| #define HAVE_MMAP 1 +| #define HAVE_MUNMAP 1 +| #define HAVE_SHM_OPEN 1 +| #define HAVE_SHM_UNLINK 1 +| #define HAVE_SHMGET 1 +| #define HAVE_SHMAT 1 +| #define HAVE_SHMDT 1 +| #define HAVE_SHMCTL 1 +| #define HAVE_MAP_ANON 1 +| #define anonymous shared memory allocation method 1 +| #define USE_SHMEM_MMAP_ANON 1 +| #define namebased memory allocation method 1 +| #define USE_SHMEM_SHMGET 1 +| #define HAVE_CALLOC 1 +| #define HAVE_STRCASECMP 1 +| #define HAVE_SETSID 1 +| #define HAVE_ISINF 1 +| #define HAVE_ISNAN 1 +| #define HAVE_GETENV 1 +| #define HAVE_PUTENV 1 +| #define HAVE_SETENV 1 +| #define HAVE_UNSETENV 1 +| #define HAVE_SETRLIMIT 1 +| #define HAVE_GETRLIMIT 1 +| #define HAVE_WRITEV 1 +| #define HAVE_SENDFILE 1 +| #define HAVE_UTIME 1 +| #define HAVE_UTIMES 1 +| #define HAVE_SIGACTION 1 +| #define HAVE_DECL_SYS_SIGLIST 1 +| #define HAVE_FORK 1 +| #define HAVE_STRERROR_R 1 +| #define HAVE_CRYPT_R 1 +| #define CRYPT_R_STRUCT_CRYPT_DATA 1 +| #define HAVE_MMAP 1 +| #define HAVE_MEMMOVE 1 +| #define HAVE_GETPASS 1 +| #define HAVE_GMTIME_R 1 +| #define HAVE_LOCALTIME_R 1 +| #define HAVE_HSTRERROR 1 +| #define HAVE_MKSTEMP 1 +| #define DIRENT_INODE d_fileno +| #define DIRENT_TYPE d_type +| #define STDC_HEADERS 1 +| #define HAVE_ALLOCA_H 1 +| #define HAVE_CRYPT_H 1 +| #define HAVE_CTYPE_H 1 +| #define HAVE_DIRENT_H 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_ERRNO_H 1 +| #define HAVE_FCNTL_H 1 +| #define HAVE_GRP_H 1 +| #define HAVE_LIMITS_H 1 +| #define HAVE_MALLOC_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_NETDB_H 1 +| #define HAVE_POLL_H 1 +| #define HAVE_PWD_H 1 +| #define HAVE_SEMAPHORE_H 1 +| #define HAVE_SIGNAL_H 1 +| #define HAVE_STDARG_H 1 +| #define HAVE_STDDEF_H 1 +| #define HAVE_STDIO_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_TERMIOS_H 1 +| #define HAVE_TIME_H 1 +| #define HAVE_UNISTD_H 1 +| #define HAVE_ARPA_INET_H 1 +| #define HAVE_NETINET_IN_H 1 +| #define HAVE_SYS_FILE_H 1 +| #define HAVE_SYS_IOCTL_H 1 +| #define HAVE_SYS_MMAN_H 1 +| #define HAVE_SYS_POLL_H 1 +| #define HAVE_SYS_RESOURCE_H 1 +| #define HAVE_SYS_SELECT_H 1 +| #define HAVE_SYS_SEM_H 1 +| #define HAVE_SYS_SENDFILE_H 1 +| #define HAVE_SYS_SIGNAL_H 1 +| #define HAVE_SYS_SOCKET_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_SYS_SYSCTL_H 1 +| #define HAVE_SYS_TIME_H 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_UIO_H 1 +| #define HAVE_SYS_UN_H 1 +| #define HAVE_SYS_WAIT_H 1 +| #define HAVE_NETINET_TCP_H 1 +| #define SETPGRP_VOID 1 +| #define HAVE_SOCKLEN_T 1 +| #define SIZEOF_VOIDP 8 +| #define SIZEOF_CHAR 1 +| #define SIZEOF_INT 4 +| #define SIZEOF_LONG 8 +| #define SIZEOF_SHORT 2 +| #define SIZEOF_LONG_DOUBLE 16 +| #define SIZEOF_LONG_LONG 8 +| #define SIZEOF_SSIZE_T 8 +| #define SIZEOF_SIZE_T 8 +| #define SIZEOF_OFF_T 8 +| #define SIZEOF_PID_T 4 +| #define HAVE_STRNCASECMP 1 +| #define HAVE_STRCASECMP 1 +| #define HAVE_STRDUP 1 +| #define HAVE_STRSTR 1 +| #define HAVE_MEMCHR 1 +| #define HAVE_STRTOL 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 shl_load (); +| int +| main () +| { +| return shl_load (); +| ; +| return 0; +| } +configure:38700: result: no +configure:38734: checking for dlopen +configure:38790: gcc -o conftest -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lm -lcrypt -lnsl -lpthread >&5 +/tmp/ccYBIJVc.o: In function `main': +/bottlenecks/rubbos/app/httpd-2.0.64/srclib/apr/conftest.c:187: undefined reference to `dlopen' +collect2: error: ld returned 1 exit status +configure:38797: $? = 1 +configure: failed program was: +| /* confdefs.h. */ +| #define PACKAGE_NAME "" +| #define PACKAGE_TARNAME "" +| #define PACKAGE_VERSION "" +| #define PACKAGE_STRING "" +| #define PACKAGE_BUGREPORT "" +| #define STDC_HEADERS 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_INTTYPES_H 1 +| #define HAVE_STDINT_H 1 +| #define HAVE_UNISTD_H 1 +| #define __EXTENSIONS__ 1 +| #define _ALL_SOURCE 1 +| #define _GNU_SOURCE 1 +| #define _POSIX_PTHREAD_SEMANTICS 1 +| #define _TANDEM_SOURCE 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_LIBNSL 1 +| #define HAVE_PTHREAD_H 1 +| #define HAVE_PTHREAD_H 1 +| #define USE_THREADS 1 +| #define HAVE_PTHREAD_KEY_DELETE 1 +| #define HAVE_PTHREAD_RWLOCK_INIT 1 +| #define HAVE_PTHREAD_RWLOCKS 1 +| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 +| #define HAVE_GETHOSTBYNAME_R 1 +| #define HAVE_GETHOSTBYADDR_R 1 +| #define HAVE_SIGSUSPEND 1 +| #define HAVE_SIGWAIT 1 +| #define HAVE_POLL 1 +| #define HAVE_GETPWNAM_R 1 +| #define HAVE_GETPWUID_R 1 +| #define HAVE_GETGRNAM_R 1 +| #define HAVE_GETGRGID_R 1 +| #define HAVE_SYS_MMAN_H 1 +| #define HAVE_SYS_IPC_H 1 +| #define HAVE_SYS_SHM_H 1 +| #define HAVE_SYS_FILE_H 1 +| #define HAVE_MMAP 1 +| #define HAVE_MUNMAP 1 +| #define HAVE_SHM_OPEN 1 +| #define HAVE_SHM_UNLINK 1 +| #define HAVE_SHMGET 1 +| #define HAVE_SHMAT 1 +| #define HAVE_SHMDT 1 +| #define HAVE_SHMCTL 1 +| #define HAVE_MAP_ANON 1 +| #define anonymous shared memory allocation method 1 +| #define USE_SHMEM_MMAP_ANON 1 +| #define namebased memory allocation method 1 +| #define USE_SHMEM_SHMGET 1 +| #define HAVE_CALLOC 1 +| #define HAVE_STRCASECMP 1 +| #define HAVE_SETSID 1 +| #define HAVE_ISINF 1 +| #define HAVE_ISNAN 1 +| #define HAVE_GETENV 1 +| #define HAVE_PUTENV 1 +| #define HAVE_SETENV 1 +| #define HAVE_UNSETENV 1 +| #define HAVE_SETRLIMIT 1 +| #define HAVE_GETRLIMIT 1 +| #define HAVE_WRITEV 1 +| #define HAVE_SENDFILE 1 +| #define HAVE_UTIME 1 +| #define HAVE_UTIMES 1 +| #define HAVE_SIGACTION 1 +| #define HAVE_DECL_SYS_SIGLIST 1 +| #define HAVE_FORK 1 +| #define HAVE_STRERROR_R 1 +| #define HAVE_CRYPT_R 1 +| #define CRYPT_R_STRUCT_CRYPT_DATA 1 +| #define HAVE_MMAP 1 +| #define HAVE_MEMMOVE 1 +| #define HAVE_GETPASS 1 +| #define HAVE_GMTIME_R 1 +| #define HAVE_LOCALTIME_R 1 +| #define HAVE_HSTRERROR 1 +| #define HAVE_MKSTEMP 1 +| #define DIRENT_INODE d_fileno +| #define DIRENT_TYPE d_type +| #define STDC_HEADERS 1 +| #define HAVE_ALLOCA_H 1 +| #define HAVE_CRYPT_H 1 +| #define HAVE_CTYPE_H 1 +| #define HAVE_DIRENT_H 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_ERRNO_H 1 +| #define HAVE_FCNTL_H 1 +| #define HAVE_GRP_H 1 +| #define HAVE_LIMITS_H 1 +| #define HAVE_MALLOC_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_NETDB_H 1 +| #define HAVE_POLL_H 1 +| #define HAVE_PWD_H 1 +| #define HAVE_SEMAPHORE_H 1 +| #define HAVE_SIGNAL_H 1 +| #define HAVE_STDARG_H 1 +| #define HAVE_STDDEF_H 1 +| #define HAVE_STDIO_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_TERMIOS_H 1 +| #define HAVE_TIME_H 1 +| #define HAVE_UNISTD_H 1 +| #define HAVE_ARPA_INET_H 1 +| #define HAVE_NETINET_IN_H 1 +| #define HAVE_SYS_FILE_H 1 +| #define HAVE_SYS_IOCTL_H 1 +| #define HAVE_SYS_MMAN_H 1 +| #define HAVE_SYS_POLL_H 1 +| #define HAVE_SYS_RESOURCE_H 1 +| #define HAVE_SYS_SELECT_H 1 +| #define HAVE_SYS_SEM_H 1 +| #define HAVE_SYS_SENDFILE_H 1 +| #define HAVE_SYS_SIGNAL_H 1 +| #define HAVE_SYS_SOCKET_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_SYS_SYSCTL_H 1 +| #define HAVE_SYS_TIME_H 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_UIO_H 1 +| #define HAVE_SYS_UN_H 1 +| #define HAVE_SYS_WAIT_H 1 +| #define HAVE_NETINET_TCP_H 1 +| #define SETPGRP_VOID 1 +| #define HAVE_SOCKLEN_T 1 +| #define SIZEOF_VOIDP 8 +| #define SIZEOF_CHAR 1 +| #define SIZEOF_INT 4 +| #define SIZEOF_LONG 8 +| #define SIZEOF_SHORT 2 +| #define SIZEOF_LONG_DOUBLE 16 +| #define SIZEOF_LONG_LONG 8 +| #define SIZEOF_SSIZE_T 8 +| #define SIZEOF_SIZE_T 8 +| #define SIZEOF_OFF_T 8 +| #define SIZEOF_PID_T 4 +| #define HAVE_STRNCASECMP 1 +| #define HAVE_STRCASECMP 1 +| #define HAVE_STRDUP 1 +| #define HAVE_STRSTR 1 +| #define HAVE_MEMCHR 1 +| #define HAVE_STRTOL 1 +| /* end confdefs.h. */ +| /* Define dlopen to an innocuous variant, in case declares dlopen. +| For example, HP-UX 11i declares gettimeofday. */ +| #define dlopen innocuous_dlopen +| +| /* System header to define __stub macros and hopefully few prototypes, +| which can conflict with char dlopen (); below. +| Prefer to if __STDC__ is defined, since +| exists even on freestanding compilers. */ +| +| #ifdef __STDC__ +| # include +| #else +| # include +| #endif +| +| #undef dlopen +| +| /* 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 (); +| /* The GNU C library defines this for functions which it implements +| to always fail with ENOSYS. Some functions are actually named +| something starting with __ and the normal name is an alias. */ +| #if defined __stub_dlopen || defined __stub___dlopen +| choke me +| #endif +| +| int +| main () +| { +| return dlopen (); +| ; +| return 0; +| } +configure:38819: result: no +configure:38835: checking for dlopen in -ldl +configure:38870: gcc -o conftest -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c -ldl -lrt -lm -lcrypt -lnsl -lpthread >&5 +configure:38877: $? = 0 +configure:38898: result: yes +configure:38933: checking for dlsym +configure:38989: gcc -o conftest -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lm -lcrypt -lnsl -lpthread -ldl >&5 +configure:38996: $? = 0 +configure:39018: result: yes +configure:39245: checking for waitpid +configure:39301: gcc -o conftest -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lm -lcrypt -lnsl -lpthread -ldl >&5 +configure:39308: $? = 0 +configure:39330: result: yes +configure:39357: checking for Variable Length Arrays +configure:39390: result: yes +configure:39400: checking struct rlimit +configure:39434: gcc -o conftest -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lm -lcrypt -lnsl -lpthread -ldl >&5 +conftest.c: In function 'main': +conftest.c:166:5: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] + exit(0); + ^ +configure:39438: $? = 0 +configure:39444: ./conftest +configure:39448: $? = 0 +configure:39467: result: yes +configure:39481: checking for semget +configure:39537: gcc -o conftest -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lm -lcrypt -lnsl -lpthread -ldl >&5 +configure:39544: $? = 0 +configure:39566: result: yes +configure:39481: checking for semctl +configure:39537: gcc -o conftest -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lm -lcrypt -lnsl -lpthread -ldl >&5 +configure:39544: $? = 0 +configure:39566: result: yes +configure:39481: checking for flock +configure:39537: gcc -o conftest -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lm -lcrypt -lnsl -lpthread -ldl >&5 +configure:39544: $? = 0 +configure:39566: result: yes +configure:39583: checking for semaphore.h +configure:39590: result: yes +configure:39731: checking for sem_close +configure:39787: gcc -o conftest -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lm -lcrypt -lnsl -lpthread -ldl >&5 +configure:39794: $? = 0 +configure:39816: result: yes +configure:39731: checking for sem_unlink +configure:39787: gcc -o conftest -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lm -lcrypt -lnsl -lpthread -ldl >&5 +configure:39794: $? = 0 +configure:39816: result: yes +configure:39731: checking for sem_post +configure:39787: gcc -o conftest -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lm -lcrypt -lnsl -lpthread -ldl >&5 +configure:39794: $? = 0 +configure:39816: result: yes +configure:39731: checking for sem_wait +configure:39787: gcc -o conftest -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lm -lcrypt -lnsl -lpthread -ldl >&5 +configure:39794: $? = 0 +configure:39816: result: yes +configure:39830: checking for working sem_open +configure:39872: gcc -o conftest -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lm -lcrypt -lnsl -lpthread -ldl >&5 +configure:39876: $? = 0 +configure:39882: ./conftest +configure:39886: $? = 1 +configure: program exited with status 1 +configure: failed program was: +| /* confdefs.h. */ +| #define PACKAGE_NAME "" +| #define PACKAGE_TARNAME "" +| #define PACKAGE_VERSION "" +| #define PACKAGE_STRING "" +| #define PACKAGE_BUGREPORT "" +| #define STDC_HEADERS 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_INTTYPES_H 1 +| #define HAVE_STDINT_H 1 +| #define HAVE_UNISTD_H 1 +| #define __EXTENSIONS__ 1 +| #define _ALL_SOURCE 1 +| #define _GNU_SOURCE 1 +| #define _POSIX_PTHREAD_SEMANTICS 1 +| #define _TANDEM_SOURCE 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_LIBNSL 1 +| #define HAVE_PTHREAD_H 1 +| #define HAVE_PTHREAD_H 1 +| #define USE_THREADS 1 +| #define HAVE_PTHREAD_KEY_DELETE 1 +| #define HAVE_PTHREAD_RWLOCK_INIT 1 +| #define HAVE_PTHREAD_RWLOCKS 1 +| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 +| #define HAVE_GETHOSTBYNAME_R 1 +| #define HAVE_GETHOSTBYADDR_R 1 +| #define HAVE_SIGSUSPEND 1 +| #define HAVE_SIGWAIT 1 +| #define HAVE_POLL 1 +| #define HAVE_GETPWNAM_R 1 +| #define HAVE_GETPWUID_R 1 +| #define HAVE_GETGRNAM_R 1 +| #define HAVE_GETGRGID_R 1 +| #define HAVE_SYS_MMAN_H 1 +| #define HAVE_SYS_IPC_H 1 +| #define HAVE_SYS_SHM_H 1 +| #define HAVE_SYS_FILE_H 1 +| #define HAVE_MMAP 1 +| #define HAVE_MUNMAP 1 +| #define HAVE_SHM_OPEN 1 +| #define HAVE_SHM_UNLINK 1 +| #define HAVE_SHMGET 1 +| #define HAVE_SHMAT 1 +| #define HAVE_SHMDT 1 +| #define HAVE_SHMCTL 1 +| #define HAVE_MAP_ANON 1 +| #define anonymous shared memory allocation method 1 +| #define USE_SHMEM_MMAP_ANON 1 +| #define namebased memory allocation method 1 +| #define USE_SHMEM_SHMGET 1 +| #define HAVE_CALLOC 1 +| #define HAVE_STRCASECMP 1 +| #define HAVE_SETSID 1 +| #define HAVE_ISINF 1 +| #define HAVE_ISNAN 1 +| #define HAVE_GETENV 1 +| #define HAVE_PUTENV 1 +| #define HAVE_SETENV 1 +| #define HAVE_UNSETENV 1 +| #define HAVE_SETRLIMIT 1 +| #define HAVE_GETRLIMIT 1 +| #define HAVE_WRITEV 1 +| #define HAVE_SENDFILE 1 +| #define HAVE_UTIME 1 +| #define HAVE_UTIMES 1 +| #define HAVE_SIGACTION 1 +| #define HAVE_DECL_SYS_SIGLIST 1 +| #define HAVE_FORK 1 +| #define HAVE_STRERROR_R 1 +| #define HAVE_CRYPT_R 1 +| #define CRYPT_R_STRUCT_CRYPT_DATA 1 +| #define HAVE_MMAP 1 +| #define HAVE_MEMMOVE 1 +| #define HAVE_GETPASS 1 +| #define HAVE_GMTIME_R 1 +| #define HAVE_LOCALTIME_R 1 +| #define HAVE_HSTRERROR 1 +| #define HAVE_MKSTEMP 1 +| #define DIRENT_INODE d_fileno +| #define DIRENT_TYPE d_type +| #define STDC_HEADERS 1 +| #define HAVE_ALLOCA_H 1 +| #define HAVE_CRYPT_H 1 +| #define HAVE_CTYPE_H 1 +| #define HAVE_DIRENT_H 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_ERRNO_H 1 +| #define HAVE_FCNTL_H 1 +| #define HAVE_GRP_H 1 +| #define HAVE_LIMITS_H 1 +| #define HAVE_MALLOC_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_NETDB_H 1 +| #define HAVE_POLL_H 1 +| #define HAVE_PWD_H 1 +| #define HAVE_SEMAPHORE_H 1 +| #define HAVE_SIGNAL_H 1 +| #define HAVE_STDARG_H 1 +| #define HAVE_STDDEF_H 1 +| #define HAVE_STDIO_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_TERMIOS_H 1 +| #define HAVE_TIME_H 1 +| #define HAVE_UNISTD_H 1 +| #define HAVE_ARPA_INET_H 1 +| #define HAVE_NETINET_IN_H 1 +| #define HAVE_SYS_FILE_H 1 +| #define HAVE_SYS_IOCTL_H 1 +| #define HAVE_SYS_MMAN_H 1 +| #define HAVE_SYS_POLL_H 1 +| #define HAVE_SYS_RESOURCE_H 1 +| #define HAVE_SYS_SELECT_H 1 +| #define HAVE_SYS_SEM_H 1 +| #define HAVE_SYS_SENDFILE_H 1 +| #define HAVE_SYS_SIGNAL_H 1 +| #define HAVE_SYS_SOCKET_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_SYS_SYSCTL_H 1 +| #define HAVE_SYS_TIME_H 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_UIO_H 1 +| #define HAVE_SYS_UN_H 1 +| #define HAVE_SYS_WAIT_H 1 +| #define HAVE_NETINET_TCP_H 1 +| #define SETPGRP_VOID 1 +| #define HAVE_SOCKLEN_T 1 +| #define SIZEOF_VOIDP 8 +| #define SIZEOF_CHAR 1 +| #define SIZEOF_INT 4 +| #define SIZEOF_LONG 8 +| #define SIZEOF_SHORT 2 +| #define SIZEOF_LONG_DOUBLE 16 +| #define SIZEOF_LONG_LONG 8 +| #define SIZEOF_SSIZE_T 8 +| #define SIZEOF_SIZE_T 8 +| #define SIZEOF_OFF_T 8 +| #define SIZEOF_PID_T 4 +| #define HAVE_STRNCASECMP 1 +| #define HAVE_STRCASECMP 1 +| #define HAVE_STRDUP 1 +| #define HAVE_STRSTR 1 +| #define HAVE_MEMCHR 1 +| #define HAVE_STRTOL 1 +| #define HAVE_DLSYM 1 +| #define DSO_USE_DLFCN 1 +| #define HAVE_WAITPID 1 +| #define HAVE_VLA 1 +| #define HAVE_SEMGET 1 +| #define HAVE_SEMCTL 1 +| #define HAVE_FLOCK 1 +| #define HAVE_SEMAPHORE_H 1 +| #define HAVE_SEM_CLOSE 1 +| #define HAVE_SEM_UNLINK 1 +| #define HAVE_SEM_POST 1 +| #define HAVE_SEM_WAIT 1 +| /* end confdefs.h. */ +| +| #include +| #include +| #include +| #include +| main() +| { +| sem_t *psem; +| const char *sem_name = "/apr_autoconf"; +| +| if (sizeof(int) < sizeof(sem_t *)) +| exit(1); +| psem = sem_open(sem_name, O_CREAT, 0644, 1); +| if (psem == (sem_t *)SEM_FAILED) { +| exit(1); +| } +| sem_close(psem); +| sem_unlink(sem_name); +| exit(0); +| } +configure:39903: result: no +configure:39907: checking for union semun in sys/sem.h +configure:39937: gcc -c -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 +conftest.c: In function 'main': +conftest.c:174:13: error: storage size of 'arg' isn't known + union semun arg; + ^ +configure:39944: $? = 1 +configure: failed program was: +| /* confdefs.h. */ +| #define PACKAGE_NAME "" +| #define PACKAGE_TARNAME "" +| #define PACKAGE_VERSION "" +| #define PACKAGE_STRING "" +| #define PACKAGE_BUGREPORT "" +| #define STDC_HEADERS 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_INTTYPES_H 1 +| #define HAVE_STDINT_H 1 +| #define HAVE_UNISTD_H 1 +| #define __EXTENSIONS__ 1 +| #define _ALL_SOURCE 1 +| #define _GNU_SOURCE 1 +| #define _POSIX_PTHREAD_SEMANTICS 1 +| #define _TANDEM_SOURCE 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_LIBNSL 1 +| #define HAVE_PTHREAD_H 1 +| #define HAVE_PTHREAD_H 1 +| #define USE_THREADS 1 +| #define HAVE_PTHREAD_KEY_DELETE 1 +| #define HAVE_PTHREAD_RWLOCK_INIT 1 +| #define HAVE_PTHREAD_RWLOCKS 1 +| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 +| #define HAVE_GETHOSTBYNAME_R 1 +| #define HAVE_GETHOSTBYADDR_R 1 +| #define HAVE_SIGSUSPEND 1 +| #define HAVE_SIGWAIT 1 +| #define HAVE_POLL 1 +| #define HAVE_GETPWNAM_R 1 +| #define HAVE_GETPWUID_R 1 +| #define HAVE_GETGRNAM_R 1 +| #define HAVE_GETGRGID_R 1 +| #define HAVE_SYS_MMAN_H 1 +| #define HAVE_SYS_IPC_H 1 +| #define HAVE_SYS_SHM_H 1 +| #define HAVE_SYS_FILE_H 1 +| #define HAVE_MMAP 1 +| #define HAVE_MUNMAP 1 +| #define HAVE_SHM_OPEN 1 +| #define HAVE_SHM_UNLINK 1 +| #define HAVE_SHMGET 1 +| #define HAVE_SHMAT 1 +| #define HAVE_SHMDT 1 +| #define HAVE_SHMCTL 1 +| #define HAVE_MAP_ANON 1 +| #define anonymous shared memory allocation method 1 +| #define USE_SHMEM_MMAP_ANON 1 +| #define namebased memory allocation method 1 +| #define USE_SHMEM_SHMGET 1 +| #define HAVE_CALLOC 1 +| #define HAVE_STRCASECMP 1 +| #define HAVE_SETSID 1 +| #define HAVE_ISINF 1 +| #define HAVE_ISNAN 1 +| #define HAVE_GETENV 1 +| #define HAVE_PUTENV 1 +| #define HAVE_SETENV 1 +| #define HAVE_UNSETENV 1 +| #define HAVE_SETRLIMIT 1 +| #define HAVE_GETRLIMIT 1 +| #define HAVE_WRITEV 1 +| #define HAVE_SENDFILE 1 +| #define HAVE_UTIME 1 +| #define HAVE_UTIMES 1 +| #define HAVE_SIGACTION 1 +| #define HAVE_DECL_SYS_SIGLIST 1 +| #define HAVE_FORK 1 +| #define HAVE_STRERROR_R 1 +| #define HAVE_CRYPT_R 1 +| #define CRYPT_R_STRUCT_CRYPT_DATA 1 +| #define HAVE_MMAP 1 +| #define HAVE_MEMMOVE 1 +| #define HAVE_GETPASS 1 +| #define HAVE_GMTIME_R 1 +| #define HAVE_LOCALTIME_R 1 +| #define HAVE_HSTRERROR 1 +| #define HAVE_MKSTEMP 1 +| #define DIRENT_INODE d_fileno +| #define DIRENT_TYPE d_type +| #define STDC_HEADERS 1 +| #define HAVE_ALLOCA_H 1 +| #define HAVE_CRYPT_H 1 +| #define HAVE_CTYPE_H 1 +| #define HAVE_DIRENT_H 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_ERRNO_H 1 +| #define HAVE_FCNTL_H 1 +| #define HAVE_GRP_H 1 +| #define HAVE_LIMITS_H 1 +| #define HAVE_MALLOC_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_NETDB_H 1 +| #define HAVE_POLL_H 1 +| #define HAVE_PWD_H 1 +| #define HAVE_SEMAPHORE_H 1 +| #define HAVE_SIGNAL_H 1 +| #define HAVE_STDARG_H 1 +| #define HAVE_STDDEF_H 1 +| #define HAVE_STDIO_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_TERMIOS_H 1 +| #define HAVE_TIME_H 1 +| #define HAVE_UNISTD_H 1 +| #define HAVE_ARPA_INET_H 1 +| #define HAVE_NETINET_IN_H 1 +| #define HAVE_SYS_FILE_H 1 +| #define HAVE_SYS_IOCTL_H 1 +| #define HAVE_SYS_MMAN_H 1 +| #define HAVE_SYS_POLL_H 1 +| #define HAVE_SYS_RESOURCE_H 1 +| #define HAVE_SYS_SELECT_H 1 +| #define HAVE_SYS_SEM_H 1 +| #define HAVE_SYS_SENDFILE_H 1 +| #define HAVE_SYS_SIGNAL_H 1 +| #define HAVE_SYS_SOCKET_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_SYS_SYSCTL_H 1 +| #define HAVE_SYS_TIME_H 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_UIO_H 1 +| #define HAVE_SYS_UN_H 1 +| #define HAVE_SYS_WAIT_H 1 +| #define HAVE_NETINET_TCP_H 1 +| #define SETPGRP_VOID 1 +| #define HAVE_SOCKLEN_T 1 +| #define SIZEOF_VOIDP 8 +| #define SIZEOF_CHAR 1 +| #define SIZEOF_INT 4 +| #define SIZEOF_LONG 8 +| #define SIZEOF_SHORT 2 +| #define SIZEOF_LONG_DOUBLE 16 +| #define SIZEOF_LONG_LONG 8 +| #define SIZEOF_SSIZE_T 8 +| #define SIZEOF_SIZE_T 8 +| #define SIZEOF_OFF_T 8 +| #define SIZEOF_PID_T 4 +| #define HAVE_STRNCASECMP 1 +| #define HAVE_STRCASECMP 1 +| #define HAVE_STRDUP 1 +| #define HAVE_STRSTR 1 +| #define HAVE_MEMCHR 1 +| #define HAVE_STRTOL 1 +| #define HAVE_DLSYM 1 +| #define DSO_USE_DLFCN 1 +| #define HAVE_WAITPID 1 +| #define HAVE_VLA 1 +| #define HAVE_SEMGET 1 +| #define HAVE_SEMCTL 1 +| #define HAVE_FLOCK 1 +| #define HAVE_SEMAPHORE_H 1 +| #define HAVE_SEM_CLOSE 1 +| #define HAVE_SEM_UNLINK 1 +| #define HAVE_SEM_POST 1 +| #define HAVE_SEM_WAIT 1 +| /* end confdefs.h. */ +| +| #include +| #include +| #include +| +| int +| main () +| { +| +| union semun arg; +| semctl(0, 0, 0, arg); +| +| ; +| return 0; +| } +configure:39961: result: no +configure:39966: checking for LOCK_EX in sys/file.h +configure:39995: result: yes +configure:40006: checking for F_SETLK in fcntl.h +configure:40035: result: yes +configure:40046: checking for SEM_UNDO in sys/sem.h +configure:40075: result: yes +configure:40089: checking for POLLIN in poll.h sys/poll.h +configure:40120: result: yes +configure:40133: checking for PTHREAD_PROCESS_SHARED in pthread.h +configure:40162: result: yes +configure:40176: checking for pthread_mutexattr_setpshared +configure:40232: gcc -o conftest -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lm -lcrypt -lnsl -lpthread -ldl >&5 +configure:40239: $? = 0 +configure:40261: result: yes +configure:40304: checking for working PROCESS_SHARED locks +configure:40351: gcc -o conftest -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lm -lcrypt -lnsl -lpthread -ldl >&5 +conftest.c: In function 'main': +conftest.c:179:17: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] + exit(1); + ^ +configure:40355: $? = 0 +configure:40361: ./conftest +configure:40365: $? = 0 +configure:40382: result: yes +configure:40394: checking for robust cross-process mutex support +configure:40448: gcc -o conftest -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lm -lcrypt -lnsl -lpthread -ldl >&5 +configure:40452: $? = 0 +configure:40458: ./conftest +configure:40462: $? = 0 +configure:40479: result: yes +configure:40823: result: decision on apr_lock implementation method... SysV IPC semget() +configure:40868: checking if all interprocess locks affect threads +configure:40876: result: no +configure:40882: checking if POSIX sems affect threads in the same process +configure:40893: result: no +configure:40897: checking if SysV sems affect threads in the same process +configure:40908: result: no +configure:40912: checking if fcntl locks affect threads in the same process +configure:40923: result: no +configure:40927: checking if flock locks affect threads in the same process +configure:40938: result: no +configure:40942: checking for entropy source +configure:41008: result: /dev/random +configure:41044: checking for tm_gmtoff in struct tm +configure:41071: gcc -c -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 +configure:41078: $? = 0 +configure:41093: result: yes +configure:41105: checking for in_addr in netinet/in.h +configure:41134: gcc -c -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 +configure:41141: $? = 0 +configure:41157: result: yes +configure:41160: checking if fd == socket on this platform +configure:41176: checking style of gethostbyname_r routine +configure:41229: result: glibc2 +configure:41240: checking 3rd argument to the gethostbyname_r routines +conftest.c: In function 'main': +conftest.c:22:35: error: passing argument 3 of 'gethostbyname_r' from incompatible pointer type [-Werror] + (struct hostent_data *) 0); + ^ +In file included from conftest.c:13:0: +/usr/include/netdb.h:179:12: note: expected 'char * __restrict__' but argument is of type 'struct hostent_data *' + extern int gethostbyname_r (const char *__restrict __name, + ^ +conftest.c:22:35: error: too few arguments to function 'gethostbyname_r' + (struct hostent_data *) 0); + ^ +In file included from conftest.c:13:0: +/usr/include/netdb.h:179:12: note: declared here + extern int gethostbyname_r (const char *__restrict __name, + ^ +cc1: all warnings being treated as errors +configure: failed or warning program: +#include "confdefs.h" + +#ifdef HAVE_SYS_TYPES_H +#include +#endif +#ifdef HAVE_NETINET_IN_H +#include +#endif +#ifdef HAVE_ARPA_INET_H +#include +#endif +#ifdef HAVE_NETDB_H +#include +#endif +#ifdef HAVE_STDLIB_H +#include +#endif + +int main(int argc, const char * const *argv) { + +int tmp = gethostbyname_r((const char *) 0, (struct hostent *) 0, + (struct hostent_data *) 0); +; return 0; } +configure:41292: result: char +configure:41306: checking if TCP_NODELAY setting is inherited from listening sockets +configure:41426: gcc -o conftest -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lm -lcrypt -lnsl -lpthread -ldl >&5 +conftest.c: In function 'main': +conftest.c:205:9: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] + exit(1); + ^ +conftest.c:211:9: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] + exit(1); + ^ +conftest.c:213:5: warning: incompatible implicit declaration of built-in function 'memset' [enabled by default] + memset(&sa, 0, sizeof sa); + ^ +conftest.c:222:9: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] + exit(1); + ^ +conftest.c:229:9: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] + exit(1); + ^ +conftest.c:235:9: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] + exit(1); + ^ +conftest.c:240:9: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] + exit(1); + ^ +conftest.c:252:9: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] + exit(1); + ^ +conftest.c:258:9: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] + exit(1); + ^ +conftest.c:264:9: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] + exit(1); + ^ +conftest.c:268:9: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] + exit(1); + ^ +configure:41430: $? = 0 +configure:41436: ./conftest +configure:41440: $? = 0 +configure:41461: result: yes +configure:41470: checking if O_NONBLOCK setting is inherited from listening sockets +configure:41589: gcc -o conftest -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lm -lcrypt -lnsl -lpthread -ldl >&5 +conftest.c: In function 'main': +conftest.c:206:9: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] + exit(1); + ^ +conftest.c:208:5: warning: incompatible implicit declaration of built-in function 'memset' [enabled by default] + memset(&sa, 0, sizeof sa); + ^ +conftest.c:217:9: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] + exit(1); + ^ +conftest.c:224:9: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] + exit(1); + ^ +conftest.c:230:9: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] + exit(1); + ^ +conftest.c:235:9: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] + exit(1); + ^ +conftest.c:240:9: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] + exit(1); + ^ +conftest.c:252:9: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] + exit(1); + ^ +conftest.c:258:9: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] + exit(1); + ^ +conftest.c:263:9: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] + exit(1); + ^ +conftest.c:267:9: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] + exit(1); + ^ +configure:41593: $? = 0 +configure:41599: ./conftest +O_NONBLOCK is not set in the child. +configure:41603: $? = 1 +configure: program exited with status 1 +configure: failed program was: +| /* confdefs.h. */ +| #define PACKAGE_NAME "" +| #define PACKAGE_TARNAME "" +| #define PACKAGE_VERSION "" +| #define PACKAGE_STRING "" +| #define PACKAGE_BUGREPORT "" +| #define STDC_HEADERS 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_INTTYPES_H 1 +| #define HAVE_STDINT_H 1 +| #define HAVE_UNISTD_H 1 +| #define __EXTENSIONS__ 1 +| #define _ALL_SOURCE 1 +| #define _GNU_SOURCE 1 +| #define _POSIX_PTHREAD_SEMANTICS 1 +| #define _TANDEM_SOURCE 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_LIBNSL 1 +| #define HAVE_PTHREAD_H 1 +| #define HAVE_PTHREAD_H 1 +| #define USE_THREADS 1 +| #define HAVE_PTHREAD_KEY_DELETE 1 +| #define HAVE_PTHREAD_RWLOCK_INIT 1 +| #define HAVE_PTHREAD_RWLOCKS 1 +| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 +| #define HAVE_GETHOSTBYNAME_R 1 +| #define HAVE_GETHOSTBYADDR_R 1 +| #define HAVE_SIGSUSPEND 1 +| #define HAVE_SIGWAIT 1 +| #define HAVE_POLL 1 +| #define HAVE_GETPWNAM_R 1 +| #define HAVE_GETPWUID_R 1 +| #define HAVE_GETGRNAM_R 1 +| #define HAVE_GETGRGID_R 1 +| #define HAVE_SYS_MMAN_H 1 +| #define HAVE_SYS_IPC_H 1 +| #define HAVE_SYS_SHM_H 1 +| #define HAVE_SYS_FILE_H 1 +| #define HAVE_MMAP 1 +| #define HAVE_MUNMAP 1 +| #define HAVE_SHM_OPEN 1 +| #define HAVE_SHM_UNLINK 1 +| #define HAVE_SHMGET 1 +| #define HAVE_SHMAT 1 +| #define HAVE_SHMDT 1 +| #define HAVE_SHMCTL 1 +| #define HAVE_MAP_ANON 1 +| #define anonymous shared memory allocation method 1 +| #define USE_SHMEM_MMAP_ANON 1 +| #define namebased memory allocation method 1 +| #define USE_SHMEM_SHMGET 1 +| #define HAVE_CALLOC 1 +| #define HAVE_STRCASECMP 1 +| #define HAVE_SETSID 1 +| #define HAVE_ISINF 1 +| #define HAVE_ISNAN 1 +| #define HAVE_GETENV 1 +| #define HAVE_PUTENV 1 +| #define HAVE_SETENV 1 +| #define HAVE_UNSETENV 1 +| #define HAVE_SETRLIMIT 1 +| #define HAVE_GETRLIMIT 1 +| #define HAVE_WRITEV 1 +| #define HAVE_SENDFILE 1 +| #define HAVE_UTIME 1 +| #define HAVE_UTIMES 1 +| #define HAVE_SIGACTION 1 +| #define HAVE_DECL_SYS_SIGLIST 1 +| #define HAVE_FORK 1 +| #define HAVE_STRERROR_R 1 +| #define HAVE_CRYPT_R 1 +| #define CRYPT_R_STRUCT_CRYPT_DATA 1 +| #define HAVE_MMAP 1 +| #define HAVE_MEMMOVE 1 +| #define HAVE_GETPASS 1 +| #define HAVE_GMTIME_R 1 +| #define HAVE_LOCALTIME_R 1 +| #define HAVE_HSTRERROR 1 +| #define HAVE_MKSTEMP 1 +| #define DIRENT_INODE d_fileno +| #define DIRENT_TYPE d_type +| #define STDC_HEADERS 1 +| #define HAVE_ALLOCA_H 1 +| #define HAVE_CRYPT_H 1 +| #define HAVE_CTYPE_H 1 +| #define HAVE_DIRENT_H 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_ERRNO_H 1 +| #define HAVE_FCNTL_H 1 +| #define HAVE_GRP_H 1 +| #define HAVE_LIMITS_H 1 +| #define HAVE_MALLOC_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_NETDB_H 1 +| #define HAVE_POLL_H 1 +| #define HAVE_PWD_H 1 +| #define HAVE_SEMAPHORE_H 1 +| #define HAVE_SIGNAL_H 1 +| #define HAVE_STDARG_H 1 +| #define HAVE_STDDEF_H 1 +| #define HAVE_STDIO_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_TERMIOS_H 1 +| #define HAVE_TIME_H 1 +| #define HAVE_UNISTD_H 1 +| #define HAVE_ARPA_INET_H 1 +| #define HAVE_NETINET_IN_H 1 +| #define HAVE_SYS_FILE_H 1 +| #define HAVE_SYS_IOCTL_H 1 +| #define HAVE_SYS_MMAN_H 1 +| #define HAVE_SYS_POLL_H 1 +| #define HAVE_SYS_RESOURCE_H 1 +| #define HAVE_SYS_SELECT_H 1 +| #define HAVE_SYS_SEM_H 1 +| #define HAVE_SYS_SENDFILE_H 1 +| #define HAVE_SYS_SIGNAL_H 1 +| #define HAVE_SYS_SOCKET_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_SYS_SYSCTL_H 1 +| #define HAVE_SYS_TIME_H 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_UIO_H 1 +| #define HAVE_SYS_UN_H 1 +| #define HAVE_SYS_WAIT_H 1 +| #define HAVE_NETINET_TCP_H 1 +| #define SETPGRP_VOID 1 +| #define HAVE_SOCKLEN_T 1 +| #define SIZEOF_VOIDP 8 +| #define SIZEOF_CHAR 1 +| #define SIZEOF_INT 4 +| #define SIZEOF_LONG 8 +| #define SIZEOF_SHORT 2 +| #define SIZEOF_LONG_DOUBLE 16 +| #define SIZEOF_LONG_LONG 8 +| #define SIZEOF_SSIZE_T 8 +| #define SIZEOF_SIZE_T 8 +| #define SIZEOF_OFF_T 8 +| #define SIZEOF_PID_T 4 +| #define HAVE_STRNCASECMP 1 +| #define HAVE_STRCASECMP 1 +| #define HAVE_STRDUP 1 +| #define HAVE_STRSTR 1 +| #define HAVE_MEMCHR 1 +| #define HAVE_STRTOL 1 +| #define HAVE_DLSYM 1 +| #define DSO_USE_DLFCN 1 +| #define HAVE_WAITPID 1 +| #define HAVE_VLA 1 +| #define HAVE_SEMGET 1 +| #define HAVE_SEMCTL 1 +| #define HAVE_FLOCK 1 +| #define HAVE_SEMAPHORE_H 1 +| #define HAVE_SEM_CLOSE 1 +| #define HAVE_SEM_UNLINK 1 +| #define HAVE_SEM_POST 1 +| #define HAVE_SEM_WAIT 1 +| #define HAVE_LOCK_EX 1 +| #define HAVE_F_SETLK 1 +| #define HAVE_SEM_UNDO 1 +| #define HAVE_POLLIN 1 +| #define HAVE_PTHREAD_PROCESS_SHARED 1 +| #define HAVE_PTHREAD_MUTEXATTR_SETPSHARED 1 +| #define HAVE_PTHREAD_MUTEX_ROBUST 1 +| #define apr_lock implementation method 1 +| #define USE_SYSVSEM_SERIALIZE 1 +| #define DEV_RANDOM "/dev/random" +| #define HAVE_GMTOFF 1 +| #define GETHOSTBYNAME_R_GLIBC2 1 +| /* end confdefs.h. */ +| +| #include +| #ifdef HAVE_SYS_TYPES_H +| #include +| #endif +| #ifdef HAVE_SYS_SOCKET_H +| #include +| #endif +| #ifdef HAVE_NETINET_IN_H +| #include +| #endif +| #ifdef HAVE_NETINET_TCP_H +| #include +| #endif +| #ifndef HAVE_SOCKLEN_T +| typedef int socklen_t; +| #endif +| #ifdef HAVE_FCNTL_H +| #include +| #endif +| int main(void) { +| int listen_s, connected_s, client_s; +| int listen_port, rc; +| struct sockaddr_in sa; +| socklen_t sa_len; +| +| listen_s = socket(AF_INET, SOCK_STREAM, 0); +| if (listen_s < 0) { +| perror("socket"); +| exit(1); +| } +| memset(&sa, 0, sizeof sa); +| sa.sin_family = AF_INET; +| #ifdef BEOS +| sa.sin_addr.s_addr = htonl(INADDR_LOOPBACK); +| #endif +| /* leave port 0 to get ephemeral */ +| rc = bind(listen_s, (struct sockaddr *)&sa, sizeof sa); +| if (rc < 0) { +| perror("bind for ephemeral port"); +| exit(1); +| } +| /* find ephemeral port */ +| sa_len = sizeof(sa); +| rc = getsockname(listen_s, (struct sockaddr *)&sa, &sa_len); +| if (rc < 0) { +| perror("getsockname"); +| exit(1); +| } +| listen_port = sa.sin_port; +| rc = listen(listen_s, 5); +| if (rc < 0) { +| perror("listen"); +| exit(1); +| } +| rc = fcntl(listen_s, F_SETFL, O_NONBLOCK); +| if (rc < 0) { +| perror("fcntl(F_SETFL)"); +| exit(1); +| } +| client_s = socket(AF_INET, SOCK_STREAM, 0); +| if (client_s < 0) { +| perror("socket"); +| exit(1); +| } +| memset(&sa, 0, sizeof sa); +| sa.sin_family = AF_INET; +| sa.sin_port = listen_port; +| #ifdef BEOS +| sa.sin_addr.s_addr = htonl(INADDR_LOOPBACK); +| #endif +| /* leave sin_addr all zeros to use loopback */ +| rc = connect(client_s, (struct sockaddr *)&sa, sizeof sa); +| if (rc < 0) { +| perror("connect"); +| exit(1); +| } +| sa_len = sizeof sa; +| connected_s = accept(listen_s, (struct sockaddr *)&sa, &sa_len); +| if (connected_s < 0) { +| perror("accept"); +| exit(1); +| } +| rc = fcntl(connected_s, F_GETFL, 0); +| if (rc < 0) { +| perror("fcntl(F_GETFL)"); +| exit(1); +| } +| if (!(rc & O_NONBLOCK)) { +| fprintf(stderr, "O_NONBLOCK is not set in the child.\n"); +| exit(1); +| } +| return 0; +| } +| +configure:41624: result: no +configure:41635: checking for TCP_CORK in netinet/tcp.h +configure:41664: result: yes +configure:41675: checking for TCP_NOPUSH in netinet/tcp.h +configure:41704: result: no +configure:41755: checking for SO_ACCEPTFILTER in sys/socket.h +configure:41784: result: no +configure:41801: checking whether SCTP is supported +configure:41848: gcc -o conftest -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lm -lcrypt -lnsl -lpthread -ldl >&5 +conftest.c: In function 'main': +conftest.c:199:37: error: 'SCTP_NODELAY' undeclared (first use in this function) + if (setsockopt(s, IPPROTO_SCTP, SCTP_NODELAY, &opt, sizeof(int)) < 0) + ^ +conftest.c:199:37: note: each undeclared identifier is reported only once for each function it appears in +configure:41852: $? = 1 +configure: program exited with status 1 +configure: failed program was: +| /* confdefs.h. */ +| #define PACKAGE_NAME "" +| #define PACKAGE_TARNAME "" +| #define PACKAGE_VERSION "" +| #define PACKAGE_STRING "" +| #define PACKAGE_BUGREPORT "" +| #define STDC_HEADERS 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_INTTYPES_H 1 +| #define HAVE_STDINT_H 1 +| #define HAVE_UNISTD_H 1 +| #define __EXTENSIONS__ 1 +| #define _ALL_SOURCE 1 +| #define _GNU_SOURCE 1 +| #define _POSIX_PTHREAD_SEMANTICS 1 +| #define _TANDEM_SOURCE 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_LIBNSL 1 +| #define HAVE_PTHREAD_H 1 +| #define HAVE_PTHREAD_H 1 +| #define USE_THREADS 1 +| #define HAVE_PTHREAD_KEY_DELETE 1 +| #define HAVE_PTHREAD_RWLOCK_INIT 1 +| #define HAVE_PTHREAD_RWLOCKS 1 +| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 +| #define HAVE_GETHOSTBYNAME_R 1 +| #define HAVE_GETHOSTBYADDR_R 1 +| #define HAVE_SIGSUSPEND 1 +| #define HAVE_SIGWAIT 1 +| #define HAVE_POLL 1 +| #define HAVE_GETPWNAM_R 1 +| #define HAVE_GETPWUID_R 1 +| #define HAVE_GETGRNAM_R 1 +| #define HAVE_GETGRGID_R 1 +| #define HAVE_SYS_MMAN_H 1 +| #define HAVE_SYS_IPC_H 1 +| #define HAVE_SYS_SHM_H 1 +| #define HAVE_SYS_FILE_H 1 +| #define HAVE_MMAP 1 +| #define HAVE_MUNMAP 1 +| #define HAVE_SHM_OPEN 1 +| #define HAVE_SHM_UNLINK 1 +| #define HAVE_SHMGET 1 +| #define HAVE_SHMAT 1 +| #define HAVE_SHMDT 1 +| #define HAVE_SHMCTL 1 +| #define HAVE_MAP_ANON 1 +| #define anonymous shared memory allocation method 1 +| #define USE_SHMEM_MMAP_ANON 1 +| #define namebased memory allocation method 1 +| #define USE_SHMEM_SHMGET 1 +| #define HAVE_CALLOC 1 +| #define HAVE_STRCASECMP 1 +| #define HAVE_SETSID 1 +| #define HAVE_ISINF 1 +| #define HAVE_ISNAN 1 +| #define HAVE_GETENV 1 +| #define HAVE_PUTENV 1 +| #define HAVE_SETENV 1 +| #define HAVE_UNSETENV 1 +| #define HAVE_SETRLIMIT 1 +| #define HAVE_GETRLIMIT 1 +| #define HAVE_WRITEV 1 +| #define HAVE_SENDFILE 1 +| #define HAVE_UTIME 1 +| #define HAVE_UTIMES 1 +| #define HAVE_SIGACTION 1 +| #define HAVE_DECL_SYS_SIGLIST 1 +| #define HAVE_FORK 1 +| #define HAVE_STRERROR_R 1 +| #define HAVE_CRYPT_R 1 +| #define CRYPT_R_STRUCT_CRYPT_DATA 1 +| #define HAVE_MMAP 1 +| #define HAVE_MEMMOVE 1 +| #define HAVE_GETPASS 1 +| #define HAVE_GMTIME_R 1 +| #define HAVE_LOCALTIME_R 1 +| #define HAVE_HSTRERROR 1 +| #define HAVE_MKSTEMP 1 +| #define DIRENT_INODE d_fileno +| #define DIRENT_TYPE d_type +| #define STDC_HEADERS 1 +| #define HAVE_ALLOCA_H 1 +| #define HAVE_CRYPT_H 1 +| #define HAVE_CTYPE_H 1 +| #define HAVE_DIRENT_H 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_ERRNO_H 1 +| #define HAVE_FCNTL_H 1 +| #define HAVE_GRP_H 1 +| #define HAVE_LIMITS_H 1 +| #define HAVE_MALLOC_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_NETDB_H 1 +| #define HAVE_POLL_H 1 +| #define HAVE_PWD_H 1 +| #define HAVE_SEMAPHORE_H 1 +| #define HAVE_SIGNAL_H 1 +| #define HAVE_STDARG_H 1 +| #define HAVE_STDDEF_H 1 +| #define HAVE_STDIO_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_TERMIOS_H 1 +| #define HAVE_TIME_H 1 +| #define HAVE_UNISTD_H 1 +| #define HAVE_ARPA_INET_H 1 +| #define HAVE_NETINET_IN_H 1 +| #define HAVE_SYS_FILE_H 1 +| #define HAVE_SYS_IOCTL_H 1 +| #define HAVE_SYS_MMAN_H 1 +| #define HAVE_SYS_POLL_H 1 +| #define HAVE_SYS_RESOURCE_H 1 +| #define HAVE_SYS_SELECT_H 1 +| #define HAVE_SYS_SEM_H 1 +| #define HAVE_SYS_SENDFILE_H 1 +| #define HAVE_SYS_SIGNAL_H 1 +| #define HAVE_SYS_SOCKET_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_SYS_SYSCTL_H 1 +| #define HAVE_SYS_TIME_H 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_UIO_H 1 +| #define HAVE_SYS_UN_H 1 +| #define HAVE_SYS_WAIT_H 1 +| #define HAVE_NETINET_TCP_H 1 +| #define SETPGRP_VOID 1 +| #define HAVE_SOCKLEN_T 1 +| #define SIZEOF_VOIDP 8 +| #define SIZEOF_CHAR 1 +| #define SIZEOF_INT 4 +| #define SIZEOF_LONG 8 +| #define SIZEOF_SHORT 2 +| #define SIZEOF_LONG_DOUBLE 16 +| #define SIZEOF_LONG_LONG 8 +| #define SIZEOF_SSIZE_T 8 +| #define SIZEOF_SIZE_T 8 +| #define SIZEOF_OFF_T 8 +| #define SIZEOF_PID_T 4 +| #define HAVE_STRNCASECMP 1 +| #define HAVE_STRCASECMP 1 +| #define HAVE_STRDUP 1 +| #define HAVE_STRSTR 1 +| #define HAVE_MEMCHR 1 +| #define HAVE_STRTOL 1 +| #define HAVE_DLSYM 1 +| #define DSO_USE_DLFCN 1 +| #define HAVE_WAITPID 1 +| #define HAVE_VLA 1 +| #define HAVE_SEMGET 1 +| #define HAVE_SEMCTL 1 +| #define HAVE_FLOCK 1 +| #define HAVE_SEMAPHORE_H 1 +| #define HAVE_SEM_CLOSE 1 +| #define HAVE_SEM_UNLINK 1 +| #define HAVE_SEM_POST 1 +| #define HAVE_SEM_WAIT 1 +| #define HAVE_LOCK_EX 1 +| #define HAVE_F_SETLK 1 +| #define HAVE_SEM_UNDO 1 +| #define HAVE_POLLIN 1 +| #define HAVE_PTHREAD_PROCESS_SHARED 1 +| #define HAVE_PTHREAD_MUTEXATTR_SETPSHARED 1 +| #define HAVE_PTHREAD_MUTEX_ROBUST 1 +| #define apr_lock implementation method 1 +| #define USE_SYSVSEM_SERIALIZE 1 +| #define DEV_RANDOM "/dev/random" +| #define HAVE_GMTOFF 1 +| #define GETHOSTBYNAME_R_GLIBC2 1 +| #define HAVE_TCP_CORK 1 +| /* end confdefs.h. */ +| +| #ifdef HAVE_SYS_TYPES_H +| #include +| #endif +| #ifdef HAVE_SYS_SOCKET_H +| #include +| #endif +| #ifdef HAVE_NETINET_IN_H +| #include +| #endif +| #ifdef HAVE_NETINET_SCTP_H +| #include +| #endif +| #ifdef HAVE_NETINET_SCTP_UIO_H +| #include +| #endif +| #include +| int main(void) { +| int s, opt = 1; +| if ((s = socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP)) < 0) +| exit(1); +| if (setsockopt(s, IPPROTO_SCTP, SCTP_NODELAY, &opt, sizeof(int)) < 0) +| exit(2); +| exit(0); +| } +configure:41879: result: no +configure:41898: checking for set_h_errno +configure:41954: gcc -o conftest -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lm -lcrypt -lnsl -lpthread -ldl >&5 +/tmp/cc6cYjpL.o: In function `main': +/bottlenecks/rubbos/app/httpd-2.0.64/srclib/apr/conftest.c:212: undefined reference to `set_h_errno' +collect2: error: ld returned 1 exit status +configure:41961: $? = 1 +configure: failed program was: +| /* confdefs.h. */ +| #define PACKAGE_NAME "" +| #define PACKAGE_TARNAME "" +| #define PACKAGE_VERSION "" +| #define PACKAGE_STRING "" +| #define PACKAGE_BUGREPORT "" +| #define STDC_HEADERS 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_INTTYPES_H 1 +| #define HAVE_STDINT_H 1 +| #define HAVE_UNISTD_H 1 +| #define __EXTENSIONS__ 1 +| #define _ALL_SOURCE 1 +| #define _GNU_SOURCE 1 +| #define _POSIX_PTHREAD_SEMANTICS 1 +| #define _TANDEM_SOURCE 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_LIBNSL 1 +| #define HAVE_PTHREAD_H 1 +| #define HAVE_PTHREAD_H 1 +| #define USE_THREADS 1 +| #define HAVE_PTHREAD_KEY_DELETE 1 +| #define HAVE_PTHREAD_RWLOCK_INIT 1 +| #define HAVE_PTHREAD_RWLOCKS 1 +| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 +| #define HAVE_GETHOSTBYNAME_R 1 +| #define HAVE_GETHOSTBYADDR_R 1 +| #define HAVE_SIGSUSPEND 1 +| #define HAVE_SIGWAIT 1 +| #define HAVE_POLL 1 +| #define HAVE_GETPWNAM_R 1 +| #define HAVE_GETPWUID_R 1 +| #define HAVE_GETGRNAM_R 1 +| #define HAVE_GETGRGID_R 1 +| #define HAVE_SYS_MMAN_H 1 +| #define HAVE_SYS_IPC_H 1 +| #define HAVE_SYS_SHM_H 1 +| #define HAVE_SYS_FILE_H 1 +| #define HAVE_MMAP 1 +| #define HAVE_MUNMAP 1 +| #define HAVE_SHM_OPEN 1 +| #define HAVE_SHM_UNLINK 1 +| #define HAVE_SHMGET 1 +| #define HAVE_SHMAT 1 +| #define HAVE_SHMDT 1 +| #define HAVE_SHMCTL 1 +| #define HAVE_MAP_ANON 1 +| #define anonymous shared memory allocation method 1 +| #define USE_SHMEM_MMAP_ANON 1 +| #define namebased memory allocation method 1 +| #define USE_SHMEM_SHMGET 1 +| #define HAVE_CALLOC 1 +| #define HAVE_STRCASECMP 1 +| #define HAVE_SETSID 1 +| #define HAVE_ISINF 1 +| #define HAVE_ISNAN 1 +| #define HAVE_GETENV 1 +| #define HAVE_PUTENV 1 +| #define HAVE_SETENV 1 +| #define HAVE_UNSETENV 1 +| #define HAVE_SETRLIMIT 1 +| #define HAVE_GETRLIMIT 1 +| #define HAVE_WRITEV 1 +| #define HAVE_SENDFILE 1 +| #define HAVE_UTIME 1 +| #define HAVE_UTIMES 1 +| #define HAVE_SIGACTION 1 +| #define HAVE_DECL_SYS_SIGLIST 1 +| #define HAVE_FORK 1 +| #define HAVE_STRERROR_R 1 +| #define HAVE_CRYPT_R 1 +| #define CRYPT_R_STRUCT_CRYPT_DATA 1 +| #define HAVE_MMAP 1 +| #define HAVE_MEMMOVE 1 +| #define HAVE_GETPASS 1 +| #define HAVE_GMTIME_R 1 +| #define HAVE_LOCALTIME_R 1 +| #define HAVE_HSTRERROR 1 +| #define HAVE_MKSTEMP 1 +| #define DIRENT_INODE d_fileno +| #define DIRENT_TYPE d_type +| #define STDC_HEADERS 1 +| #define HAVE_ALLOCA_H 1 +| #define HAVE_CRYPT_H 1 +| #define HAVE_CTYPE_H 1 +| #define HAVE_DIRENT_H 1 +| #define HAVE_DLFCN_H 1 +| #define HAVE_ERRNO_H 1 +| #define HAVE_FCNTL_H 1 +| #define HAVE_GRP_H 1 +| #define HAVE_LIMITS_H 1 +| #define HAVE_MALLOC_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_NETDB_H 1 +| #define HAVE_POLL_H 1 +| #define HAVE_PWD_H 1 +| #define HAVE_SEMAPHORE_H 1 +| #define HAVE_SIGNAL_H 1 +| #define HAVE_STDARG_H 1 +| #define HAVE_STDDEF_H 1 +| #define HAVE_STDIO_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_TERMIOS_H 1 +| #define HAVE_TIME_H 1 +| #define HAVE_UNISTD_H 1 +| #define HAVE_ARPA_INET_H 1 +| #define HAVE_NETINET_IN_H 1 +| #define HAVE_SYS_FILE_H 1 +| #define HAVE_SYS_IOCTL_H 1 +| #define HAVE_SYS_MMAN_H 1 +| #define HAVE_SYS_POLL_H 1 +| #define HAVE_SYS_RESOURCE_H 1 +| #define HAVE_SYS_SELECT_H 1 +| #define HAVE_SYS_SEM_H 1 +| #define HAVE_SYS_SENDFILE_H 1 +| #define HAVE_SYS_SIGNAL_H 1 +| #define HAVE_SYS_SOCKET_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_SYS_SYSCTL_H 1 +| #define HAVE_SYS_TIME_H 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_UIO_H 1 +| #define HAVE_SYS_UN_H 1 +| #define HAVE_SYS_WAIT_H 1 +| #define HAVE_NETINET_TCP_H 1 +| #define SETPGRP_VOID 1 +| #define HAVE_SOCKLEN_T 1 +| #define SIZEOF_VOIDP 8 +| #define SIZEOF_CHAR 1 +| #define SIZEOF_INT 4 +| #define SIZEOF_LONG 8 +| #define SIZEOF_SHORT 2 +| #define SIZEOF_LONG_DOUBLE 16 +| #define SIZEOF_LONG_LONG 8 +| #define SIZEOF_SSIZE_T 8 +| #define SIZEOF_SIZE_T 8 +| #define SIZEOF_OFF_T 8 +| #define SIZEOF_PID_T 4 +| #define HAVE_STRNCASECMP 1 +| #define HAVE_STRCASECMP 1 +| #define HAVE_STRDUP 1 +| #define HAVE_STRSTR 1 +| #define HAVE_MEMCHR 1 +| #define HAVE_STRTOL 1 +| #define HAVE_DLSYM 1 +| #define DSO_USE_DLFCN 1 +| #define HAVE_WAITPID 1 +| #define HAVE_VLA 1 +| #define HAVE_SEMGET 1 +| #define HAVE_SEMCTL 1 +| #define HAVE_FLOCK 1 +| #define HAVE_SEMAPHORE_H 1 +| #define HAVE_SEM_CLOSE 1 +| #define HAVE_SEM_UNLINK 1 +| #define HAVE_SEM_POST 1 +| #define HAVE_SEM_WAIT 1 +| #define HAVE_LOCK_EX 1 +| #define HAVE_F_SETLK 1 +| #define HAVE_SEM_UNDO 1 +| #define HAVE_POLLIN 1 +| #define HAVE_PTHREAD_PROCESS_SHARED 1 +| #define HAVE_PTHREAD_MUTEXATTR_SETPSHARED 1 +| #define HAVE_PTHREAD_MUTEX_ROBUST 1 +| #define apr_lock implementation method 1 +| #define USE_SYSVSEM_SERIALIZE 1 +| #define DEV_RANDOM "/dev/random" +| #define HAVE_GMTOFF 1 +| #define GETHOSTBYNAME_R_GLIBC2 1 +| #define HAVE_TCP_CORK 1 +| /* end confdefs.h. */ +| /* Define set_h_errno to an innocuous variant, in case declares set_h_errno. +| For example, HP-UX 11i declares gettimeofday. */ +| #define set_h_errno innocuous_set_h_errno +| +| /* System header to define __stub macros and hopefully few prototypes, +| which can conflict with char set_h_errno (); below. +| Prefer to if __STDC__ is defined, since +| exists even on freestanding compilers. */ +| +| #ifdef __STDC__ +| # include +| #else +| # include +| #endif +| +| #undef set_h_errno +| +| /* 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 set_h_errno (); +| /* The GNU C library defines this for functions which it implements +| to always fail with ENOSYS. Some functions are actually named +| something starting with __ and the normal name is an alias. */ +| #if defined __stub_set_h_errno || defined __stub___set_h_errno +| choke me +| #endif +| +| int +| main () +| { +| return set_h_errno (); +| ; +| return 0; +| } +configure:41983: result: no +configure:41996: checking for presence of retrans/retry fields in res_state/resolv.h +configure:42034: gcc -o conftest -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lm -lcrypt -lnsl -lpthread -ldl >&5 +conftest.c: In function 'main': +conftest.c:188:5: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] + exit(0); + ^ +configure:42038: $? = 0 +configure:42044: ./conftest +configure:42048: $? = 0 +configure:42069: result: yes +configure:42097: checking for library containing getaddrinfo +configure:42138: gcc -o conftest -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lm -lcrypt -lnsl -lpthread -ldl >&5 +configure:42145: $? = 0 +configure:42176: result: none required +configure:42184: checking for library containing gai_strerror +configure:42225: gcc -o conftest -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lm -lcrypt -lnsl -lpthread -ldl >&5 +configure:42232: $? = 0 +configure:42263: result: none required +configure:42271: checking for library containing getnameinfo +configure:42312: gcc -o conftest -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lm -lcrypt -lnsl -lpthread -ldl >&5 +configure:42319: $? = 0 +configure:42350: result: none required +configure:42362: checking for gai_strerror +configure:42418: gcc -o conftest -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lm -lcrypt -lnsl -lpthread -ldl >&5 +configure:42425: $? = 0 +configure:42447: result: yes +configure:42460: checking for working getaddrinfo +configure:42515: gcc -o conftest -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lm -lcrypt -lnsl -lpthread -ldl >&5 +conftest.c: In function 'main': +conftest.c:203:9: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] + exit(1); + ^ +conftest.c:206:9: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] + exit(1); + ^ +conftest.c:208:5: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] + exit(0); + ^ +configure:42519: $? = 0 +configure:42525: ./conftest +configure:42529: $? = 0 +configure:42550: result: yes +configure:42565: checking for negative error codes for getaddrinfo +configure:42601: gcc -o conftest -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lm -lcrypt -lnsl -lpthread -ldl >&5 +conftest.c: In function 'main': +conftest.c:188:9: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] + exit(0); + ^ +conftest.c:190:5: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] + exit(1); + ^ +configure:42605: $? = 0 +configure:42611: ./conftest +configure:42615: $? = 0 +configure:42636: result: yes +configure:42647: checking for working getnameinfo +configure:42710: gcc -o conftest -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lm -lcrypt -lnsl -lpthread -ldl >&5 +conftest.c: In function 'main': +conftest.c:215:9: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] + exit(1); + ^ +conftest.c:217:9: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] + exit(0); + ^ +configure:42714: $? = 0 +configure:42720: ./conftest +configure:42724: $? = 0 +configure:42745: result: yes +configure:42756: checking for sockaddr_in6 +configure:42792: gcc -c -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 +configure:42799: $? = 0 +configure:42819: result: yes +configure:42853: checking if APR supports IPv6 +configure:42855: result: yes +configure:42877: checking langinfo.h usability +configure:42894: gcc -c -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 +configure:42901: $? = 0 +configure:42915: result: yes +configure:42919: checking langinfo.h presence +configure:42934: gcc -E -D_REENTRANT -D_GNU_SOURCE conftest.c +configure:42941: $? = 0 +configure:42955: result: yes +configure:42983: checking for langinfo.h +configure:42992: result: yes +configure:43011: checking for nl_langinfo +configure:43067: gcc -o conftest -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lm -lcrypt -lnsl -lpthread -ldl >&5 +configure:43074: $? = 0 +configure:43096: result: yes +configure:43114: checking for usable fstat64 +configure:43142: gcc -c -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 +configure:43149: $? = 0 +configure:43164: result: yes +configure:43427: creating ./config.status + +## ---------------------- ## +## Running config.status. ## +## ---------------------- ## + +This file was extended by config.status, which was +generated by GNU Autoconf 2.63. Invocation command line was + + CONFIG_FILES = + CONFIG_HEADERS = + CONFIG_LINKS = + CONFIG_COMMANDS = + $ ./config.status + +on ubuntu + +config.status:1101: creating Makefile +config.status:1101: creating strings/Makefile +config.status:1101: creating passwd/Makefile +config.status:1101: creating tables/Makefile +config.status:1101: creating build/Makefile +config.status:1101: creating file_io/unix/Makefile +config.status:1101: creating network_io/unix/Makefile +config.status:1101: creating threadproc/unix/Makefile +config.status:1101: creating misc/unix/Makefile +config.status:1101: creating locks/unix/Makefile +config.status:1101: creating time/unix/Makefile +config.status:1101: creating mmap/unix/Makefile +config.status:1101: creating shmem/unix/Makefile +config.status:1101: creating user/unix/Makefile +config.status:1101: creating memory/unix/Makefile +config.status:1101: creating atomic/unix/Makefile +config.status:1101: creating poll/unix/Makefile +config.status:1101: creating support/unix/Makefile +config.status:1101: creating dso/unix/Makefile +config.status:1101: creating test/Makefile +config.status:1101: creating test/internal/Makefile +config.status:1101: creating include/apr.h +config.status:1101: creating build/apr_rules.mk +config.status:1101: creating build/pkg/pkginfo +config.status:1101: creating apr-config +config.status:1101: creating include/arch/unix/apr_private.h +config.status:1335: executing default commands + +## ---------------- ## +## Cache variables. ## +## ---------------- ## + +ac_cv_build=x86_64-unknown-linux-gnu +ac_cv_c_compiler_gnu=yes +ac_cv_c_const=yes +ac_cv_c_inline=inline +ac_cv_crypt_r_style=struct_crypt_data +ac_cv_cxx_compiler_gnu=yes +ac_cv_define_F_SETLK=yes +ac_cv_define_GETHOSTBYADDR_IS_THREAD_SAFE=no +ac_cv_define_GETHOSTBYNAME_IS_THREAD_SAFE=no +ac_cv_define_LOCK_EX=yes +ac_cv_define_MAP_ANON=yes +ac_cv_define_POLLIN=yes +ac_cv_define_PTHREAD_PROCESS_SHARED=yes +ac_cv_define_READDIR_IS_THREAD_SAFE=no +ac_cv_define_SEM_UNDO=yes +ac_cv_define_SO_ACCEPTFILTER=no +ac_cv_define_TCP_CORK=yes +ac_cv_define_TCP_NOPUSH=no +ac_cv_define_sockaddr_in6=yes +ac_cv_ebcdic=no +ac_cv_env_CCC_set= +ac_cv_env_CCC_value= +ac_cv_env_CC_set= +ac_cv_env_CC_value= +ac_cv_env_CFLAGS_set= +ac_cv_env_CFLAGS_value= +ac_cv_env_CPPFLAGS_set= +ac_cv_env_CPPFLAGS_value= +ac_cv_env_CPP_set= +ac_cv_env_CPP_value= +ac_cv_env_CXXCPP_set= +ac_cv_env_CXXCPP_value= +ac_cv_env_CXXFLAGS_set= +ac_cv_env_CXXFLAGS_value= +ac_cv_env_CXX_set= +ac_cv_env_CXX_value= +ac_cv_env_F77_set= +ac_cv_env_F77_value= +ac_cv_env_FFLAGS_set= +ac_cv_env_FFLAGS_value= +ac_cv_env_LDFLAGS_set= +ac_cv_env_LDFLAGS_value= +ac_cv_env_LIBS_set= +ac_cv_env_LIBS_value= +ac_cv_env_build_alias_set= +ac_cv_env_build_alias_value= +ac_cv_env_host_alias_set= +ac_cv_env_host_alias_value= +ac_cv_env_target_alias_set= +ac_cv_env_target_alias_value= +ac_cv_f77_compiler_gnu=no +ac_cv_file__dev_zero=yes +ac_cv_func_NSLinkModule=no +ac_cv_func__getch=no +ac_cv_func_alloca=no +ac_cv_func_calloc=yes +ac_cv_func_create_area=no +ac_cv_func_crypt_r=yes +ac_cv_func_dlopen=no +ac_cv_func_dlsym=yes +ac_cv_func_flock=yes +ac_cv_func_fork=yes +ac_cv_func_gai_strerror=yes +ac_cv_func_getenv=yes +ac_cv_func_getgrgid_r=yes +ac_cv_func_getgrnam_r=yes +ac_cv_func_gethostbyaddr_r=yes +ac_cv_func_gethostbyname_r=yes +ac_cv_func_getpass=yes +ac_cv_func_getpassphrase=no +ac_cv_func_getpwnam_r=yes +ac_cv_func_getpwuid_r=yes +ac_cv_func_getrlimit=yes +ac_cv_func_gmtime_r=yes +ac_cv_func_hstrerror=yes +ac_cv_func_inet_addr=yes +ac_cv_func_inet_network=yes +ac_cv_func_isinf=yes +ac_cv_func_isnan=yes +ac_cv_func_localtime_r=yes +ac_cv_func_memchr=yes +ac_cv_func_memmove=yes +ac_cv_func_mkstemp=yes +ac_cv_func_mmap=yes +ac_cv_func_munmap=yes +ac_cv_func_nl_langinfo=yes +ac_cv_func_poll=yes +ac_cv_func_pthread_key_delete=yes +ac_cv_func_pthread_mutexattr_setpshared=yes +ac_cv_func_pthread_rwlock_init=yes +ac_cv_func_putenv=yes +ac_cv_func_sem_close=yes +ac_cv_func_sem_open=no +ac_cv_func_sem_post=yes +ac_cv_func_sem_unlink=yes +ac_cv_func_sem_wait=yes +ac_cv_func_semctl=yes +ac_cv_func_semget=yes +ac_cv_func_send_file=no +ac_cv_func_sendfile=yes +ac_cv_func_sendfilev=no +ac_cv_func_set_h_errno=no +ac_cv_func_setenv=yes +ac_cv_func_setpgrp_void=yes +ac_cv_func_setrlimit=yes +ac_cv_func_setsid=yes +ac_cv_func_shm_open=yes +ac_cv_func_shm_unlink=yes +ac_cv_func_shmat=yes +ac_cv_func_shmctl=yes +ac_cv_func_shmdt=yes +ac_cv_func_shmget=yes +ac_cv_func_sigaction=yes +ac_cv_func_sigsuspend=yes +ac_cv_func_sigwait=yes +ac_cv_func_strcasecmp=yes +ac_cv_func_strdup=yes +ac_cv_func_strerror_r=yes +ac_cv_func_stricmp=no +ac_cv_func_strncasecmp=yes +ac_cv_func_strnicmp=no +ac_cv_func_strstr=yes +ac_cv_func_strtol=yes +ac_cv_func_unsetenv=yes +ac_cv_func_utime=yes +ac_cv_func_utimes=yes +ac_cv_func_waitpid=yes +ac_cv_func_writev=yes +ac_cv_gethostbyname_r_arg=char +ac_cv_gethostbyname_r_style=glibc2 +ac_cv_h_errno_cppflags=yes +ac_cv_have_decl_sys_siglist=yes +ac_cv_header_ByteOrder_h=no +ac_cv_header_alloca_h=yes +ac_cv_header_arpa_inet_h=yes +ac_cv_header_conio_h=no +ac_cv_header_crypt_h=yes +ac_cv_header_ctype_h=yes +ac_cv_header_dir_h=no +ac_cv_header_dirent_h=yes +ac_cv_header_dl_h=no +ac_cv_header_dlfcn_h=yes +ac_cv_header_errno_h=yes +ac_cv_header_fcntl_h=yes +ac_cv_header_grp_h=yes +ac_cv_header_inttypes_h=yes +ac_cv_header_io_h=no +ac_cv_header_kernel_OS_h=no +ac_cv_header_langinfo_h=yes +ac_cv_header_limits_h=yes +ac_cv_header_mach_o_dyld_h=no +ac_cv_header_malloc_h=yes +ac_cv_header_memory_h=yes +ac_cv_header_minix_config_h=no +ac_cv_header_net_errno_h=no +ac_cv_header_netdb_h=yes +ac_cv_header_netinet_in_h=yes +ac_cv_header_netinet_sctp_h=no +ac_cv_header_netinet_sctp_uio_h=no +ac_cv_header_os2_h=no +ac_cv_header_osreldate_h=no +ac_cv_header_poll_h=yes +ac_cv_header_process_h=no +ac_cv_header_pthread_h=yes +ac_cv_header_pwd_h=yes +ac_cv_header_semaphore_h=yes +ac_cv_header_signal_h=yes +ac_cv_header_stdarg_h=yes +ac_cv_header_stdc=yes +ac_cv_header_stddef_h=yes +ac_cv_header_stdint_h=yes +ac_cv_header_stdio_h=yes +ac_cv_header_stdlib_h=yes +ac_cv_header_string_h=yes +ac_cv_header_strings_h=yes +ac_cv_header_sys_file_h=yes +ac_cv_header_sys_ioctl_h=yes +ac_cv_header_sys_ipc_h=yes +ac_cv_header_sys_mman_h=yes +ac_cv_header_sys_mutex_h=no +ac_cv_header_sys_poll_h=yes +ac_cv_header_sys_resource_h=yes +ac_cv_header_sys_select_h=yes +ac_cv_header_sys_sem_h=yes +ac_cv_header_sys_sendfile_h=yes +ac_cv_header_sys_shm_h=yes +ac_cv_header_sys_signal_h=yes +ac_cv_header_sys_socket_h=yes +ac_cv_header_sys_sockio_h=no +ac_cv_header_sys_stat_h=yes +ac_cv_header_sys_sysctl_h=yes +ac_cv_header_sys_syslimits_h=no +ac_cv_header_sys_time_h=yes +ac_cv_header_sys_types_h=yes +ac_cv_header_sys_uio_h=yes +ac_cv_header_sys_un_h=yes +ac_cv_header_sys_wait_h=yes +ac_cv_header_sysapi_h=no +ac_cv_header_sysgtime_h=no +ac_cv_header_termios_h=yes +ac_cv_header_time_h=yes +ac_cv_header_tpfeq_h=no +ac_cv_header_tpfio_h=no +ac_cv_header_unistd_h=yes +ac_cv_header_unix_h=no +ac_cv_host=x86_64-unknown-linux-gnu +ac_cv_inaddr_none=yes +ac_cv_lib_c_r_gethostbyaddr=no +ac_cv_lib_c_r_gethostbyname=no +ac_cv_lib_c_r_readdir=no +ac_cv_lib_dl_dlopen=yes +ac_cv_lib_dld_shl_load=no +ac_cv_lib_nsl_gethostbyname=yes +ac_cv_lib_resolv_res_init=no +ac_cv_lib_sendfile_sendfilev=no +ac_cv_lib_socket_socket=no +ac_cv_lib_truerand_main=no +ac_cv_mkdir_p=yes +ac_cv_negative_eai=yes +ac_cv_o_nonblock_inherited=no +ac_cv_objext=o +ac_cv_path_EGREP='/bin/grep -E' +ac_cv_path_GREP=/bin/grep +ac_cv_path_install='/usr/bin/install -c' +ac_cv_prog_AS=as +ac_cv_prog_ASCPP=cpp +ac_cv_prog_AWK=gawk +ac_cv_prog_CPP='gcc -E' +ac_cv_prog_CXXCPP='g++ -E' +ac_cv_prog_RM=rm +ac_cv_prog_ac_ct_AR=ar +ac_cv_prog_ac_ct_CC=gcc +ac_cv_prog_ac_ct_CXX=g++ +ac_cv_prog_ac_ct_RANLIB=ranlib +ac_cv_prog_ac_ct_STRIP=strip +ac_cv_prog_cc_c89= +ac_cv_prog_cc_g=yes +ac_cv_prog_cxx_g=yes +ac_cv_prog_f77_g=no +ac_cv_prog_make_make_set=yes +ac_cv_pthread_attr_getdetachstate_one_arg=no +ac_cv_pthread_getspecific_two_args=no +ac_cv_retransretry=yes +ac_cv_safe_to_define___extensions__=yes +ac_cv_search_crypt=-lcrypt +ac_cv_search_gai_strerror='none required' +ac_cv_search_getaddrinfo='none required' +ac_cv_search_gethostname='none required' +ac_cv_search_getnameinfo='none required' +ac_cv_search_modf='none required' +ac_cv_search_shm_open=-lrt +ac_cv_search_sqrt=-lm +ac_cv_search_strerror='none required' +ac_cv_sigwait_one_arg=no +ac_cv_sizeof_char=1 +ac_cv_sizeof_int=4 +ac_cv_sizeof_long=8 +ac_cv_sizeof_long_double=16 +ac_cv_sizeof_long_long=8 +ac_cv_sizeof_off_t=8 +ac_cv_sizeof_pid_t=4 +ac_cv_sizeof_short=2 +ac_cv_sizeof_size_t=8 +ac_cv_sizeof_ssize_t=8 +ac_cv_sizeof_voidp=8 +ac_cv_socklen_t=yes +ac_cv_strerror_r_rc_int=no +ac_cv_struct_rlimit=yes +ac_cv_struct_tm_gmtoff=yes +ac_cv_target=x86_64-unknown-linux-gnu +ac_cv_tcp_nodelay_inherited=yes +ac_cv_type_off_t=yes +ac_cv_type_pid_t=yes +ac_cv_type_size_t=yes +ac_cv_type_ssize_t=yes +ac_cv_type_uid_t=yes +ac_cv_working_getaddrinfo=yes +ac_cv_working_getnameinfo=yes +apr_cv_define_INT64_C=yes +apr_cv_dirent_inode=d_fileno +apr_cv_dirent_type=d_type +apr_cv_func_fstat64=yes +apr_cv_hdr_netinet_tcp_h=yes +apr_cv_mutex_recursive=yes +apr_cv_mutex_robust_shared=yes +apr_cv_process_shared_works=yes +apr_cv_pthreads_cflags=-pthread +apr_cv_pthreads_lib=-lpthread +apr_cv_sctp=no +apr_cv_type_rwlock_t=yes +apr_cv_typematch_ino_t_unsigned_int=no +apr_cv_typematch_ino_t_unsigned_long=yes +apr_cv_typematch_ino_t_unsigned_long_long=no +lt_cv_deplibs_check_method=pass_all +lt_cv_file_magic_cmd='$MAGIC_CMD' +lt_cv_file_magic_test_file= +lt_cv_ld_reload_flag=-r +lt_cv_objdir=.libs +lt_cv_path_LD=/usr/bin/ld +lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64' +lt_cv_path_NM='/usr/bin/nm -B' +lt_cv_path_SED=/bin/sed +lt_cv_prog_compiler_c_o=yes +lt_cv_prog_compiler_c_o_CXX=yes +lt_cv_prog_compiler_pic_works=yes +lt_cv_prog_compiler_pic_works_CXX=yes +lt_cv_prog_compiler_rtti_exceptions=no +lt_cv_prog_compiler_static_works=yes +lt_cv_prog_compiler_static_works_CXX=yes +lt_cv_prog_gnu_ld=yes +lt_cv_prog_gnu_ldcxx=yes +lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\''' +lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\''' +lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\''' +lt_cv_sys_lib_dlsearch_path_spec='/usr/lib64 /lib64 /usr/lib/x86_64-linux-gnu/libfakeroot /usr/local/lib /lib/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu ' +lt_cv_sys_lib_search_path_spec='/usr/lib64 /lib64 /usr/local/lib64' +lt_cv_sys_max_cmd_len=1572864 +lt_lt_cv_prog_compiler_c_o='"yes"' +lt_lt_cv_prog_compiler_c_o_CXX='"yes"' +lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ ][ ]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p'\''"' +lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"' +lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"' + +## ----------------- ## +## Output variables. ## +## ----------------- ## + +APR_CONFIG_LOCATION='source' +APR_DOTTED_VERSION='0.9.19' +APR_LIBNAME='apr-${APR_MAJOR_VERSION}' +APR_MAJOR_VERSION='0' +AR='ar' +AS='as' +ASCPP='cpp' +AWK='gawk' +CC='gcc' +CFLAGS='' +CPP='gcc -E' +CPPFLAGS='' +CXX='g++' +CXXCPP='g++ -E' +CXXFLAGS='-g -O2' +DEFAULT_OSDIR='unix' +DEFS='-DHAVE_CONFIG_H' +DSYMUTIL='' +ECHO='echo' +ECHO_C='' +ECHO_N='-n' +ECHO_T='' +EGREP='/bin/grep -E' +EXEEXT='' +EXTRA_CFLAGS='-g -O2 -pthread' +EXTRA_CPPFLAGS='-D_REENTRANT -D_GNU_SOURCE' +EXTRA_INCLUDES='' +EXTRA_LDFLAGS='' +EXTRA_LIBS='-lrt -lm -lcrypt -lnsl -lpthread -ldl' +F77='' +FFLAGS='' +GREP='/bin/grep' +INCLUDE_RULES='include /bottlenecks/rubbos/app/httpd-2.0.64/srclib/apr/build/apr_rules.mk' +INSTALL_DATA='${INSTALL} -m 644' +INSTALL_PROGRAM='${INSTALL}' +INSTALL_SCRIPT='${INSTALL}' +INSTALL_SUBDIRS='none' +LDFLAGS='' +LDLIBS='' +LIBOBJS='' +LIBS='' +LIBTOOL='$(SHELL) $(apr_builddir)/libtool' +LIBTOOL_LIBS='' +LN_S='ln -s' +LTFLAGS='--silent' +LTLIBOBJS='' +LT_LDFLAGS='' +MKDEP='$(CC) -MM' +NMEDIT='' +NOTEST_CFLAGS='' +NOTEST_CPPFLAGS='' +NOTEST_INCLUDES='' +NOTEST_LDFLAGS='' +NOTEST_LIBS='' +OBJEXT='o' +OSDIR='unix' +PACKAGE_BUGREPORT='' +PACKAGE_NAME='' +PACKAGE_STRING='' +PACKAGE_TARNAME='' +PACKAGE_VERSION='' +PATH_SEPARATOR=':' +RANLIB='ranlib' +RM='rm' +SED='/bin/sed' +SET_MAKE='' +SHELL='/bin/bash' +STRIP='strip' +SUBDIRS='strings passwd tables file_io/unix network_io/unix threadproc/unix misc/unix locks/unix time/unix mmap/unix shmem/unix user/unix memory/unix atomic/unix poll/unix support/unix dso/unix ' +ac_ct_CC='gcc' +ac_ct_CXX='g++' +ac_ct_F77='' +acceptfilter='0' +apr_builddir='/bottlenecks/rubbos/app/httpd-2.0.64/srclib/apr' +apr_builders='/bottlenecks/rubbos/app/httpd-2.0.64/srclib/apr/build' +apr_charset_ebcdic='0' +apr_force_atomic_generic='1' +apr_inaddr_none='INADDR_NONE' +apr_srcdir='/bottlenecks/rubbos/app/httpd-2.0.64/srclib/apr' +apr_tcp_nopush_flag='TCP_CORK' +aprdso='1' +arpa_ineth='1' +bindir='${prefix}/bin' +build='x86_64-unknown-linux-gnu' +build_alias='' +build_cpu='x86_64' +build_os='linux-gnu' +build_vendor='unknown' +conioh='0' +crypth='1' +ctypeh='1' +datadir='/bottlenecks/rubbos/app/apache2' +datarootdir='${prefix}/share' +direnth='1' +docdir='${datarootdir}/doc/${PACKAGE}' +dvidir='${docdir}' +eolstr='\n' +errnoh='1' +exec_prefix='/bottlenecks/rubbos/app/apache2' +export_lib_target='-rpath \$(libdir) \$\$objects' +fcntlh='1' +fcntlser='0' +file_as_socket='1' +flockser='0' +fork='1' +hasfcntlser='1' +hasflockser='1' +hasposixser='0' +hasprocpthreadser='1' +hasrwlockser='0' +hassysvser='1' +have_corkable_tcp='1' +have_getrlimit='1' +have_in_addr='1' +have_inet_addr='1' +have_inet_network='1' +have_int64_strfn='1' +have_ipv6='1' +have_memchr='1' +have_memmove='1' +have_sctp='0' +have_setrlimit='1' +have_sigaction='1' +have_sigsuspend='1' +have_sigwait='1' +have_strcasecmp='1' +have_strdup='1' +have_stricmp='0' +have_strncasecmp='1' +have_strnicmp='0' +have_strstr='1' +have_union_semun='0' +havebeosarea='0' +havemmapanon='1' +havemmapshm='1' +havemmaptmp='1' +havemmapzero='1' +haveos2shm='0' +haveshmget='1' +haveshmgetanon='1' +host='x86_64-unknown-linux-gnu' +host_alias='' +host_cpu='x86_64' +host_os='linux-gnu' +host_vendor='unknown' +htmldir='${docdir}' +includedir='/bottlenecks/rubbos/app/apache2/include' +infodir='${datarootdir}/info' +ino_t_value='unsigned long' +installbuilddir='${prefix}/build' +int64_literal='#define APR_INT64_C(val) INT64_C(val)' +int64_strfn='strtol' +int64_t_fmt='#define APR_INT64_T_FMT "ld"' +int64_t_fmt_len='#define APR_INT64_T_FMT_LEN 2' +int64_value='long' +int_value='int' +ioh='0' +lib_target='-rpath $(libdir) $$objects' +libdir='${prefix}/lib' +libexecdir='${exec_prefix}/modules' +limitsh='1' +link='$(LIBTOOL) $(LTFLAGS) --mode=link $(LT_LDFLAGS) $(COMPILE) -version-info 9:19:9 $(ALL_LDFLAGS) -o $@' +localedir='${datarootdir}/locale' +localstatedir='${prefix}' +long_value='long' +lt_compile='$(LIBTOOL) $(LTFLAGS) --mode=compile $(COMPILE) -c $< && touch $@' +mandir='${prefix}/man' +mmap='1' +netdbh='1' +netinet_inh='1' +netinet_sctp_uioh='0' +netinet_sctph='0' +netinet_tcph='1' +o_nonblock_inherited='0' +oc='1' +off_t_fmt='#define APR_OFF_T_FMT "ld"' +off_t_value='off_t' +oldincludedir='/usr/include' +pdfdir='${docdir}' +pid_t_fmt='#define APR_PID_T_FMT "d"' +posixser='0' +prefix='/bottlenecks/rubbos/app/apache2' +proc_mutex_is_global='0' +proclockglobal='0' +procpthreadser='0' +program_transform_name='s,x,x,' +psdir='${docdir}' +pthreadh='1' +pthreadser='1' +rand='1' +sbindir='${exec_prefix}/bin' +semaphoreh='1' +sendfile='1' +sharedmem='1' +sharedstatedir='${prefix}/com' +shlibpath_var='LD_LIBRARY_PATH' +short_value='short' +signalh='1' +size_t_fmt='#define APR_SIZE_T_FMT "ld"' +size_t_value='size_t' +so_ext='lo' +socklen_t_value='socklen_t' +ssize_t_fmt='#define APR_SSIZE_T_FMT "ld"' +ssize_t_value='ssize_t' +stdargh='1' +stdint='1' +stdioh='1' +stdlibh='1' +stringh='1' +stringsh='1' +struct_rlimit='1' +sys_ioctlh='1' +sys_sendfileh='1' +sys_signalh='1' +sys_socketh='1' +sys_sockioh='0' +sys_syslimitsh='0' +sys_timeh='1' +sys_typesh='1' +sys_uioh='1' +sys_unh='1' +sys_waith='1' +sysconfdir='${prefix}/conf' +sysvser='1' +target='x86_64-unknown-linux-gnu' +target_alias='' +target_cpu='x86_64' +target_os='linux-gnu' +target_vendor='unknown' +tcp_nodelay_inherited='1' +threads='1' +timeh='1' +top_builddir='/bottlenecks/rubbos/app/httpd-2.0.64/srclib/apr' +uint64_t_fmt='#define APR_UINT64_T_FMT "lu"' +uint64_t_fmt_len='#define APR_UINT64_T_FMT_LEN 2' +uint64_t_hex_fmt='#define APR_UINT64_T_HEX_FMT "lx"' +unistdh='1' +usebeosarea='0' +usemmapanon='1' +usemmapshm='0' +usemmaptmp='0' +usemmapzero='0' +useos2shm='0' +useshmget='1' +useshmgetanon='0' +voidp_size='8' + +## ----------- ## +## confdefs.h. ## +## ----------- ## + +#define PACKAGE_NAME "" +#define PACKAGE_TARNAME "" +#define PACKAGE_VERSION "" +#define PACKAGE_STRING "" +#define PACKAGE_BUGREPORT "" +#define STDC_HEADERS 1 +#define HAVE_SYS_TYPES_H 1 +#define HAVE_SYS_STAT_H 1 +#define HAVE_STDLIB_H 1 +#define HAVE_STRING_H 1 +#define HAVE_MEMORY_H 1 +#define HAVE_STRINGS_H 1 +#define HAVE_INTTYPES_H 1 +#define HAVE_STDINT_H 1 +#define HAVE_UNISTD_H 1 +#define __EXTENSIONS__ 1 +#define _ALL_SOURCE 1 +#define _GNU_SOURCE 1 +#define _POSIX_PTHREAD_SEMANTICS 1 +#define _TANDEM_SOURCE 1 +#define HAVE_DLFCN_H 1 +#define HAVE_LIBNSL 1 +#define HAVE_PTHREAD_H 1 +#define HAVE_PTHREAD_H 1 +#define USE_THREADS 1 +#define HAVE_PTHREAD_KEY_DELETE 1 +#define HAVE_PTHREAD_RWLOCK_INIT 1 +#define HAVE_PTHREAD_RWLOCKS 1 +#define HAVE_PTHREAD_MUTEX_RECURSIVE 1 +#define HAVE_GETHOSTBYNAME_R 1 +#define HAVE_GETHOSTBYADDR_R 1 +#define HAVE_SIGSUSPEND 1 +#define HAVE_SIGWAIT 1 +#define HAVE_POLL 1 +#define HAVE_GETPWNAM_R 1 +#define HAVE_GETPWUID_R 1 +#define HAVE_GETGRNAM_R 1 +#define HAVE_GETGRGID_R 1 +#define HAVE_SYS_MMAN_H 1 +#define HAVE_SYS_IPC_H 1 +#define HAVE_SYS_SHM_H 1 +#define HAVE_SYS_FILE_H 1 +#define HAVE_MMAP 1 +#define HAVE_MUNMAP 1 +#define HAVE_SHM_OPEN 1 +#define HAVE_SHM_UNLINK 1 +#define HAVE_SHMGET 1 +#define HAVE_SHMAT 1 +#define HAVE_SHMDT 1 +#define HAVE_SHMCTL 1 +#define HAVE_MAP_ANON 1 +#define anonymous shared memory allocation method 1 +#define USE_SHMEM_MMAP_ANON 1 +#define namebased memory allocation method 1 +#define USE_SHMEM_SHMGET 1 +#define HAVE_CALLOC 1 +#define HAVE_STRCASECMP 1 +#define HAVE_SETSID 1 +#define HAVE_ISINF 1 +#define HAVE_ISNAN 1 +#define HAVE_GETENV 1 +#define HAVE_PUTENV 1 +#define HAVE_SETENV 1 +#define HAVE_UNSETENV 1 +#define HAVE_SETRLIMIT 1 +#define HAVE_GETRLIMIT 1 +#define HAVE_WRITEV 1 +#define HAVE_SENDFILE 1 +#define HAVE_UTIME 1 +#define HAVE_UTIMES 1 +#define HAVE_SIGACTION 1 +#define HAVE_DECL_SYS_SIGLIST 1 +#define HAVE_FORK 1 +#define HAVE_STRERROR_R 1 +#define HAVE_CRYPT_R 1 +#define CRYPT_R_STRUCT_CRYPT_DATA 1 +#define HAVE_MMAP 1 +#define HAVE_MEMMOVE 1 +#define HAVE_GETPASS 1 +#define HAVE_GMTIME_R 1 +#define HAVE_LOCALTIME_R 1 +#define HAVE_HSTRERROR 1 +#define HAVE_MKSTEMP 1 +#define DIRENT_INODE d_fileno +#define DIRENT_TYPE d_type +#define STDC_HEADERS 1 +#define HAVE_ALLOCA_H 1 +#define HAVE_CRYPT_H 1 +#define HAVE_CTYPE_H 1 +#define HAVE_DIRENT_H 1 +#define HAVE_DLFCN_H 1 +#define HAVE_ERRNO_H 1 +#define HAVE_FCNTL_H 1 +#define HAVE_GRP_H 1 +#define HAVE_LIMITS_H 1 +#define HAVE_MALLOC_H 1 +#define HAVE_MEMORY_H 1 +#define HAVE_NETDB_H 1 +#define HAVE_POLL_H 1 +#define HAVE_PWD_H 1 +#define HAVE_SEMAPHORE_H 1 +#define HAVE_SIGNAL_H 1 +#define HAVE_STDARG_H 1 +#define HAVE_STDDEF_H 1 +#define HAVE_STDIO_H 1 +#define HAVE_STDLIB_H 1 +#define HAVE_STRING_H 1 +#define HAVE_STRINGS_H 1 +#define HAVE_TERMIOS_H 1 +#define HAVE_TIME_H 1 +#define HAVE_UNISTD_H 1 +#define HAVE_ARPA_INET_H 1 +#define HAVE_NETINET_IN_H 1 +#define HAVE_SYS_FILE_H 1 +#define HAVE_SYS_IOCTL_H 1 +#define HAVE_SYS_MMAN_H 1 +#define HAVE_SYS_POLL_H 1 +#define HAVE_SYS_RESOURCE_H 1 +#define HAVE_SYS_SELECT_H 1 +#define HAVE_SYS_SEM_H 1 +#define HAVE_SYS_SENDFILE_H 1 +#define HAVE_SYS_SIGNAL_H 1 +#define HAVE_SYS_SOCKET_H 1 +#define HAVE_SYS_STAT_H 1 +#define HAVE_SYS_SYSCTL_H 1 +#define HAVE_SYS_TIME_H 1 +#define HAVE_SYS_TYPES_H 1 +#define HAVE_SYS_UIO_H 1 +#define HAVE_SYS_UN_H 1 +#define HAVE_SYS_WAIT_H 1 +#define HAVE_NETINET_TCP_H 1 +#define SETPGRP_VOID 1 +#define HAVE_SOCKLEN_T 1 +#define SIZEOF_VOIDP 8 +#define SIZEOF_CHAR 1 +#define SIZEOF_INT 4 +#define SIZEOF_LONG 8 +#define SIZEOF_SHORT 2 +#define SIZEOF_LONG_DOUBLE 16 +#define SIZEOF_LONG_LONG 8 +#define SIZEOF_SSIZE_T 8 +#define SIZEOF_SIZE_T 8 +#define SIZEOF_OFF_T 8 +#define SIZEOF_PID_T 4 +#define HAVE_STRNCASECMP 1 +#define HAVE_STRCASECMP 1 +#define HAVE_STRDUP 1 +#define HAVE_STRSTR 1 +#define HAVE_MEMCHR 1 +#define HAVE_STRTOL 1 +#define HAVE_DLSYM 1 +#define DSO_USE_DLFCN 1 +#define HAVE_WAITPID 1 +#define HAVE_VLA 1 +#define HAVE_SEMGET 1 +#define HAVE_SEMCTL 1 +#define HAVE_FLOCK 1 +#define HAVE_SEMAPHORE_H 1 +#define HAVE_SEM_CLOSE 1 +#define HAVE_SEM_UNLINK 1 +#define HAVE_SEM_POST 1 +#define HAVE_SEM_WAIT 1 +#define HAVE_LOCK_EX 1 +#define HAVE_F_SETLK 1 +#define HAVE_SEM_UNDO 1 +#define HAVE_POLLIN 1 +#define HAVE_PTHREAD_PROCESS_SHARED 1 +#define HAVE_PTHREAD_MUTEXATTR_SETPSHARED 1 +#define HAVE_PTHREAD_MUTEX_ROBUST 1 +#define apr_lock implementation method 1 +#define USE_SYSVSEM_SERIALIZE 1 +#define DEV_RANDOM "/dev/random" +#define HAVE_GMTOFF 1 +#define GETHOSTBYNAME_R_GLIBC2 1 +#define HAVE_TCP_CORK 1 +#define RESOLV_RETRANSRETRY 1 +#define HAVE_GAI_STRERROR 1 +#define HAVE_GETADDRINFO 1 +#define NEGATIVE_EAI 1 +#define HAVE_GETNAMEINFO 1 +#define HAVE_LANGINFO_H 1 +#define HAVE_NL_LANGINFO 1 +#define HAVE_FSTAT64 1 + +configure: exit 0 -- cgit 1.2.3-korg