Files
selfcare/proxy_c/third-lib/libevent/config.log
2025-03-06 20:02:40 +08:00

7361 lines
215 KiB
Plaintext

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by libevent configure 2.1.11-stable, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = simonzhangsz
uname -m = x86_64
uname -r = 5.15.167.4-microsoft-standard-WSL2
uname -s = Linux
uname -v = #1 SMP Tue Nov 5 00:21:55 UTC 2024
/usr/bin/uname -p = x86_64
/bin/uname -X = unknown
/bin/arch = x86_64
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /home/simon/bin
PATH: /home/simon/.local/share/pnpm
PATH: /home/simon/.nvm/versions/node/v23.4.0/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
PATH: /snap/bin
PATH: /usr/local/go/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2680: checking for a BSD-compatible install
configure:2748: result: /usr/bin/install -c
configure:2759: checking whether build environment is sane
configure:2814: result: yes
configure:2965: checking for a thread-safe mkdir -p
configure:3004: result: /usr/bin/mkdir -p
configure:3011: checking for gawk
configure:3027: found /usr/bin/gawk
configure:3038: result: gawk
configure:3049: checking whether make sets $(MAKE)
configure:3071: result: yes
configure:3100: checking whether make supports nested variables
configure:3117: result: yes
configure:3254: checking whether make supports nested variables
configure:3271: result: yes
configure:3297: checking whether make supports the include directive
configure:3312: make -f confmf.GNU && cat confinc.out
this is the am__doit target
configure:3315: $? = 0
configure:3334: result: yes (GNU style)
configure:3404: checking for gcc
configure:3420: found /usr/bin/gcc
configure:3431: result: gcc
configure:3660: checking for C compiler version
configure:3669: gcc --version >&5
gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
Copyright (C) 2021 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:3680: $? = 0
configure:3669: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/11/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 11.4.0-1ubuntu1~22.04' --with-bugurl=file:///usr/share/doc/gcc-11/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-11 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-11-XeT9lY/gcc-11-11.4.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-11-XeT9lY/gcc-11-11.4.0/debian/tmp-gcn/usr --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 11.4.0 (Ubuntu 11.4.0-1ubuntu1~22.04)
... rest of stderr output deleted ...
configure:3680: $? = 0
configure:3669: gcc -V >&5
gcc: error: unrecognized command-line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3680: $? = 1
configure:3669: gcc -qversion >&5
gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'?
gcc: fatal error: no input files
compilation terminated.
configure:3680: $? = 1
configure:3700: checking whether the C compiler works
configure:3722: gcc conftest.c >&5
configure:3726: $? = 0
configure:3774: result: yes
configure:3777: checking for C compiler default output file name
configure:3779: result: a.out
configure:3785: checking for suffix of executables
configure:3792: gcc -o conftest conftest.c >&5
configure:3796: $? = 0
configure:3818: result:
configure:3840: checking whether we are cross compiling
configure:3848: gcc -o conftest conftest.c >&5
configure:3852: $? = 0
configure:3859: ./conftest
configure:3863: $? = 0
configure:3878: result: no
configure:3883: checking for suffix of object files
configure:3905: gcc -c conftest.c >&5
configure:3909: $? = 0
configure:3930: result: o
configure:3934: checking whether we are using the GNU C compiler
configure:3953: gcc -c conftest.c >&5
configure:3953: $? = 0
configure:3962: result: yes
configure:3971: checking whether gcc accepts -g
configure:3991: gcc -c -g conftest.c >&5
configure:3991: $? = 0
configure:4032: result: yes
configure:4049: checking for gcc option to accept ISO C89
configure:4112: gcc -c -g -O2 conftest.c >&5
configure:4112: $? = 0
configure:4125: result: none needed
configure:4150: checking whether gcc understands -c and -o together
configure:4172: gcc -c conftest.c -o conftest2.o
configure:4175: $? = 0
configure:4172: gcc -c conftest.c -o conftest2.o
configure:4175: $? = 0
configure:4187: result: yes
configure:4206: checking dependency style of gcc
configure:4317: result: gcc3
configure:4338: checking how to run the C preprocessor
configure:4369: gcc -E conftest.c
configure:4369: $? = 0
configure:4383: gcc -E conftest.c
conftest.c:12:10: fatal error: ac_nonexistent.h: No such file or directory
12 | #include <ac_nonexistent.h>
| ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:4383: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libevent"
| #define PACKAGE_TARNAME "libevent"
| #define PACKAGE_VERSION "2.1.11-stable"
| #define PACKAGE_STRING "libevent 2.1.11-stable"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libevent"
| #define VERSION "2.1.11-stable"
| #define NUMERIC_VERSION 0x02010b00
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4408: result: gcc -E
configure:4428: gcc -E conftest.c
configure:4428: $? = 0
configure:4442: gcc -E conftest.c
conftest.c:12:10: fatal error: ac_nonexistent.h: No such file or directory
12 | #include <ac_nonexistent.h>
| ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:4442: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libevent"
| #define PACKAGE_TARNAME "libevent"
| #define PACKAGE_VERSION "2.1.11-stable"
| #define PACKAGE_STRING "libevent 2.1.11-stable"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libevent"
| #define VERSION "2.1.11-stable"
| #define NUMERIC_VERSION 0x02010b00
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4471: checking for grep that handles long lines and -e
configure:4529: result: /usr/bin/grep
configure:4534: checking for egrep
configure:4596: result: /usr/bin/grep -E
configure:4601: checking for ANSI C header files
configure:4621: gcc -c -g -O2 conftest.c >&5
configure:4621: $? = 0
configure:4694: gcc -o conftest -g -O2 conftest.c >&5
configure:4694: $? = 0
configure:4694: ./conftest
configure:4694: $? = 0
configure:4705: result: yes
configure:4718: checking for sys/types.h
configure:4718: gcc -c -g -O2 conftest.c >&5
configure:4718: $? = 0
configure:4718: result: yes
configure:4718: checking for sys/stat.h
configure:4718: gcc -c -g -O2 conftest.c >&5
configure:4718: $? = 0
configure:4718: result: yes
configure:4718: checking for stdlib.h
configure:4718: gcc -c -g -O2 conftest.c >&5
configure:4718: $? = 0
configure:4718: result: yes
configure:4718: checking for string.h
configure:4718: gcc -c -g -O2 conftest.c >&5
configure:4718: $? = 0
configure:4718: result: yes
configure:4718: checking for memory.h
configure:4718: gcc -c -g -O2 conftest.c >&5
configure:4718: $? = 0
configure:4718: result: yes
configure:4718: checking for strings.h
configure:4718: gcc -c -g -O2 conftest.c >&5
configure:4718: $? = 0
configure:4718: result: yes
configure:4718: checking for inttypes.h
configure:4718: gcc -c -g -O2 conftest.c >&5
configure:4718: $? = 0
configure:4718: result: yes
configure:4718: checking for stdint.h
configure:4718: gcc -c -g -O2 conftest.c >&5
configure:4718: $? = 0
configure:4718: result: yes
configure:4718: checking for unistd.h
configure:4718: gcc -c -g -O2 conftest.c >&5
configure:4718: $? = 0
configure:4718: result: yes
configure:4731: checking minix/config.h usability
configure:4731: gcc -c -g -O2 conftest.c >&5
conftest.c:55:10: fatal error: minix/config.h: No such file or directory
55 | #include <minix/config.h>
| ^~~~~~~~~~~~~~~~
compilation terminated.
configure:4731: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libevent"
| #define PACKAGE_TARNAME "libevent"
| #define PACKAGE_VERSION "2.1.11-stable"
| #define PACKAGE_STRING "libevent 2.1.11-stable"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libevent"
| #define VERSION "2.1.11-stable"
| #define NUMERIC_VERSION 0x02010b00
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <minix/config.h>
configure:4731: result: no
configure:4731: checking minix/config.h presence
configure:4731: gcc -E conftest.c
conftest.c:22:10: fatal error: minix/config.h: No such file or directory
22 | #include <minix/config.h>
| ^~~~~~~~~~~~~~~~
compilation terminated.
configure:4731: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libevent"
| #define PACKAGE_TARNAME "libevent"
| #define PACKAGE_VERSION "2.1.11-stable"
| #define PACKAGE_STRING "libevent 2.1.11-stable"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libevent"
| #define VERSION "2.1.11-stable"
| #define NUMERIC_VERSION 0x02010b00
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <minix/config.h>
configure:4731: result: no
configure:4731: checking for minix/config.h
configure:4731: result: no
configure:4752: checking whether it is safe to define __EXTENSIONS__
configure:4770: gcc -c -g -O2 conftest.c >&5
configure:4770: $? = 0
configure:4777: result: yes
configure:4797: checking build system type
configure:4811: result: x86_64-pc-linux-gnu
configure:4831: checking host system type
configure:4844: result: x86_64-pc-linux-gnu
configure:4874: checking whether ln -s works
configure:4878: result: yes
configure:4889: checking for a sed that does not truncate output
configure:4953: result: /usr/bin/sed
configure:4960: checking whether gcc needs -traditional
configure:4994: result: no
configure:5018: gcc -c -g -O2 conftest.c >&5
configure:5018: $? = 0
configure:5179: checking how to print strings
configure:5206: result: printf
configure:5227: checking for a sed that does not truncate output
configure:5291: result: /usr/bin/sed
configure:5309: checking for fgrep
configure:5371: result: /usr/bin/grep -F
configure:5406: checking for ld used by gcc
configure:5473: result: /usr/bin/ld
configure:5480: checking if the linker (/usr/bin/ld) is GNU ld
configure:5495: result: yes
configure:5507: checking for BSD- or MS-compatible name lister (nm)
configure:5561: result: /usr/bin/nm -B
configure:5691: checking the name lister (/usr/bin/nm -B) interface
configure:5698: gcc -c -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
configure:5701: /usr/bin/nm -B "conftest.o"
configure:5704: output
0000000000000000 B some_variable
configure:5711: result: BSD nm
configure:5715: checking the maximum length of command line arguments
configure:5846: result: 1572864
configure:5894: checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format
configure:5934: result: func_convert_file_noop
configure:5941: checking how to convert x86_64-pc-linux-gnu file names to toolchain format
configure:5961: result: func_convert_file_noop
configure:5968: checking for /usr/bin/ld option to reload object files
configure:5975: result: -r
configure:6049: checking for objdump
configure:6065: found /usr/bin/objdump
configure:6076: result: objdump
configure:6108: checking how to recognize dependent libraries
configure:6308: result: pass_all
configure:6393: checking for dlltool
configure:6423: result: no
configure:6453: checking how to associate runtime and link libraries
configure:6480: result: printf %s\n
configure:6540: checking for ar
configure:6556: found /usr/bin/ar
configure:6567: result: ar
configure:6620: checking for archiver @FILE support
configure:6637: gcc -c -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
configure:6637: $? = 0
configure:6640: ar cr libconftest.a @conftest.lst >&5
configure:6643: $? = 0
configure:6648: ar cr libconftest.a @conftest.lst >&5
ar: conftest.o: No such file or directory
configure:6651: $? = 1
configure:6663: result: @
configure:6721: checking for strip
configure:6737: found /usr/bin/strip
configure:6748: result: strip
configure:6820: checking for ranlib
configure:6836: found /usr/bin/ranlib
configure:6847: result: ranlib
configure:6949: checking command to parse /usr/bin/nm -B output from gcc object
configure:7102: gcc -c -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
configure:7105: $? = 0
configure:7109: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
configure:7112: $? = 0
configure:7178: gcc -o conftest -g -O2 -Wall -fno-strict-aliasing conftest.c conftstm.o >&5
configure:7181: $? = 0
configure:7219: result: ok
configure:7266: checking for sysroot
configure:7296: result: no
configure:7303: checking for a working dd
configure:7341: result: /usr/bin/dd
configure:7345: checking how to truncate binary pipes
configure:7360: result: /usr/bin/dd bs=4096 count=1
configure:7496: gcc -c -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
configure:7499: $? = 0
configure:7689: checking for mt
configure:7705: found /usr/bin/mt
configure:7716: result: mt
configure:7739: checking if mt is a manifest tool
configure:7745: mt '-?'
configure:7753: result: no
configure:8427: checking for dlfcn.h
configure:8427: gcc -c -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
configure:8427: $? = 0
configure:8427: result: yes
configure:8683: checking for objdir
configure:8698: result: .libs
configure:8962: checking if gcc supports -fno-rtti -fno-exceptions
configure:8980: gcc -c -g -O2 -Wall -fno-strict-aliasing -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command-line option '-fno-rtti' is valid for C++/D/ObjC++ but not for C
configure:8984: $? = 0
configure:8997: result: no
configure:9355: checking for gcc option to produce PIC
configure:9362: result: -fPIC -DPIC
configure:9370: checking if gcc PIC flag -fPIC -DPIC works
configure:9388: gcc -c -g -O2 -Wall -fno-strict-aliasing -fPIC -DPIC -DPIC conftest.c >&5
configure:9392: $? = 0
configure:9405: result: yes
configure:9434: checking if gcc static flag -static works
configure:9462: result: yes
configure:9477: checking if gcc supports -c -o file.o
configure:9498: gcc -c -g -O2 -Wall -fno-strict-aliasing -o out/conftest2.o conftest.c >&5
configure:9502: $? = 0
configure:9524: result: yes
configure:9532: checking if gcc supports -c -o file.o
configure:9579: result: yes
configure:9612: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:10873: result: yes
configure:10910: checking whether -lc should be explicitly linked in
configure:10918: gcc -c -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
configure:10921: $? = 0
configure:10936: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
configure:10939: $? = 0
configure:10953: result: no
configure:11113: checking dynamic linker characteristics
configure:11694: gcc -o conftest -g -O2 -Wall -fno-strict-aliasing -Wl,-rpath -Wl,/foo conftest.c >&5
configure:11694: $? = 0
configure:11931: result: GNU/Linux ld.so
configure:12053: checking how to hardcode library paths into programs
configure:12078: result: immediate
configure:12626: checking whether stripping libraries is possible
configure:12635: result: yes
configure:12677: checking if libtool supports shared libraries
configure:12679: result: yes
configure:12682: checking whether to build shared libraries
configure:12707: result: yes
configure:12710: checking whether to build static libraries
configure:12714: result: yes
configure:12771: checking for library containing inet_ntoa
configure:12802: gcc -o conftest -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
configure:12802: $? = 0
configure:12819: result: none required
configure:12827: checking for library containing socket
configure:12858: gcc -o conftest -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
configure:12858: $? = 0
configure:12875: result: none required
configure:12883: checking for library containing inet_aton
configure:12914: gcc -o conftest -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
configure:12914: $? = 0
configure:12931: result: none required
configure:12940: checking for library containing clock_gettime
configure:12971: gcc -o conftest -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
configure:12971: $? = 0
configure:12988: result: none required
configure:12998: checking for clock_gettime
configure:12998: gcc -o conftest -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
configure:12998: $? = 0
configure:12998: result: yes
configure:13008: checking for library containing sendfile
configure:13039: gcc -o conftest -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
configure:13039: $? = 0
configure:13056: result: none required
configure:13065: checking for WIN32
configure:13082: gcc -c -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
conftest.c: In function 'main':
conftest.c:36:1: error: unknown type name 'die'
36 | die horribly
| ^~~
conftest.c:36:5: warning: unused variable 'horribly' [-Wunused-variable]
36 | die horribly
| ^~~~~~~~
configure:13082: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libevent"
| #define PACKAGE_TARNAME "libevent"
| #define PACKAGE_VERSION "2.1.11-stable"
| #define PACKAGE_STRING "libevent 2.1.11-stable"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libevent"
| #define VERSION "2.1.11-stable"
| #define NUMERIC_VERSION 0x02010b00
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_CLOCK_GETTIME 1
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| #ifndef _WIN32
| die horribly
| #endif
|
| ;
| return 0;
| }
configure:13086: result: no
configure:13091: checking for MIDIPIX
configure:13108: gcc -c -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
conftest.c: In function 'main':
conftest.c:36:1: error: unknown type name 'die'
36 | die horribly
| ^~~
conftest.c:36:5: warning: unused variable 'horribly' [-Wunused-variable]
36 | die horribly
| ^~~~~~~~
configure:13108: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libevent"
| #define PACKAGE_TARNAME "libevent"
| #define PACKAGE_VERSION "2.1.11-stable"
| #define PACKAGE_STRING "libevent 2.1.11-stable"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libevent"
| #define VERSION "2.1.11-stable"
| #define NUMERIC_VERSION 0x02010b00
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_CLOCK_GETTIME 1
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| #ifndef __midipix__
| die horribly
| #endif
|
| ;
| return 0;
| }
configure:13112: result: no
configure:13117: checking for CYGWIN
configure:13134: gcc -c -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
conftest.c: In function 'main':
conftest.c:36:1: error: unknown type name 'die'
36 | die horribly
| ^~~
conftest.c:36:5: warning: unused variable 'horribly' [-Wunused-variable]
36 | die horribly
| ^~~~~~~~
configure:13134: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libevent"
| #define PACKAGE_TARNAME "libevent"
| #define PACKAGE_VERSION "2.1.11-stable"
| #define PACKAGE_STRING "libevent 2.1.11-stable"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libevent"
| #define VERSION "2.1.11-stable"
| #define NUMERIC_VERSION 0x02010b00
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_CLOCK_GETTIME 1
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| #ifndef __CYGWIN__
| die horribly
| #endif
|
| ;
| return 0;
| }
configure:13138: result: no
configure:13145: checking zlib.h usability
configure:13145: gcc -c -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
configure:13145: $? = 0
configure:13145: result: yes
configure:13145: checking zlib.h presence
configure:13145: gcc -E conftest.c
configure:13145: $? = 0
configure:13145: result: yes
configure:13145: checking for zlib.h
configure:13145: result: yes
configure:13161: checking for library containing inflateEnd
configure:13192: gcc -o conftest -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
/usr/bin/ld: /tmp/ccmAiXAd.o: in function `main':
/home/simon/ocs.git/selfcare/proxy_c/third-lib/libevent-2.1.11-stable/conftest.c:42: undefined reference to `inflateEnd'
collect2: error: ld returned 1 exit status
configure:13192: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libevent"
| #define PACKAGE_TARNAME "libevent"
| #define PACKAGE_VERSION "2.1.11-stable"
| #define PACKAGE_STRING "libevent 2.1.11-stable"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libevent"
| #define VERSION "2.1.11-stable"
| #define NUMERIC_VERSION 0x02010b00
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_ZLIB_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 inflateEnd ();
| int
| main ()
| {
| return inflateEnd ();
| ;
| return 0;
| }
configure:13192: gcc -o conftest -g -O2 -Wall -fno-strict-aliasing conftest.c -lz >&5
configure:13192: $? = 0
configure:13209: result: -lz
configure:13251: checking for special C compiler options needed for large files
configure:13296: result: no
configure:13302: checking for _FILE_OFFSET_BITS value needed for large files
configure:13327: gcc -c -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
configure:13327: $? = 0
configure:13359: result: no
configure:13494: checking for pkg-config
configure:13512: found /usr/bin/pkg-config
configure:13524: result: /usr/bin/pkg-config
configure:13551: checking if pkg-config is at least version 0.15.0
configure:13554: result: yes
configure:13661: checking openssl/ssl.h usability
configure:13661: gcc -c -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
configure:13661: $? = 0
configure:13661: result: yes
configure:13661: checking openssl/ssl.h presence
configure:13661: gcc -E conftest.c
configure:13661: $? = 0
configure:13661: result: yes
configure:13661: checking for openssl/ssl.h
configure:13661: result: yes
configure:13730: checking arpa/inet.h usability
configure:13730: gcc -c -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
configure:13730: $? = 0
configure:13730: result: yes
configure:13730: checking arpa/inet.h presence
configure:13730: gcc -E conftest.c
configure:13730: $? = 0
configure:13730: result: yes
configure:13730: checking for arpa/inet.h
configure:13730: result: yes
configure:13730: checking fcntl.h usability
configure:13730: gcc -c -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
configure:13730: $? = 0
configure:13730: result: yes
configure:13730: checking fcntl.h presence
configure:13730: gcc -E conftest.c
configure:13730: $? = 0
configure:13730: result: yes
configure:13730: checking for fcntl.h
configure:13730: result: yes
configure:13730: checking ifaddrs.h usability
configure:13730: gcc -c -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
configure:13730: $? = 0
configure:13730: result: yes
configure:13730: checking ifaddrs.h presence
configure:13730: gcc -E conftest.c
configure:13730: $? = 0
configure:13730: result: yes
configure:13730: checking for ifaddrs.h
configure:13730: result: yes
configure:13730: checking mach/mach_time.h usability
configure:13730: gcc -c -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
conftest.c:70:10: fatal error: mach/mach_time.h: No such file or directory
70 | #include <mach/mach_time.h>
| ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:13730: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libevent"
| #define PACKAGE_TARNAME "libevent"
| #define PACKAGE_VERSION "2.1.11-stable"
| #define PACKAGE_STRING "libevent 2.1.11-stable"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libevent"
| #define VERSION "2.1.11-stable"
| #define NUMERIC_VERSION 0x02010b00
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ 1
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_OPENSSL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_IFADDRS_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <mach/mach_time.h>
configure:13730: result: no
configure:13730: checking mach/mach_time.h presence
configure:13730: gcc -E conftest.c
conftest.c:37:10: fatal error: mach/mach_time.h: No such file or directory
37 | #include <mach/mach_time.h>
| ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:13730: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libevent"
| #define PACKAGE_TARNAME "libevent"
| #define PACKAGE_VERSION "2.1.11-stable"
| #define PACKAGE_STRING "libevent 2.1.11-stable"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libevent"
| #define VERSION "2.1.11-stable"
| #define NUMERIC_VERSION 0x02010b00
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ 1
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_OPENSSL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_IFADDRS_H 1
| /* end confdefs.h. */
| #include <mach/mach_time.h>
configure:13730: result: no
configure:13730: checking for mach/mach_time.h
configure:13730: result: no
configure:13730: checking netdb.h usability
configure:13730: gcc -c -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
configure:13730: $? = 0
configure:13730: result: yes
configure:13730: checking netdb.h presence
configure:13730: gcc -E conftest.c
configure:13730: $? = 0
configure:13730: result: yes
configure:13730: checking for netdb.h
configure:13730: result: yes
configure:13730: checking netinet/in.h usability
configure:13730: gcc -c -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
configure:13730: $? = 0
configure:13730: result: yes
configure:13730: checking netinet/in.h presence
configure:13730: gcc -E conftest.c
configure:13730: $? = 0
configure:13730: result: yes
configure:13730: checking for netinet/in.h
configure:13730: result: yes
configure:13730: checking netinet/in6.h usability
configure:13730: gcc -c -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
conftest.c:72:10: fatal error: netinet/in6.h: No such file or directory
72 | #include <netinet/in6.h>
| ^~~~~~~~~~~~~~~
compilation terminated.
configure:13730: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libevent"
| #define PACKAGE_TARNAME "libevent"
| #define PACKAGE_VERSION "2.1.11-stable"
| #define PACKAGE_STRING "libevent 2.1.11-stable"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libevent"
| #define VERSION "2.1.11-stable"
| #define NUMERIC_VERSION 0x02010b00
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ 1
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_OPENSSL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <netinet/in6.h>
configure:13730: result: no
configure:13730: checking netinet/in6.h presence
configure:13730: gcc -E conftest.c
conftest.c:39:10: fatal error: netinet/in6.h: No such file or directory
39 | #include <netinet/in6.h>
| ^~~~~~~~~~~~~~~
compilation terminated.
configure:13730: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libevent"
| #define PACKAGE_TARNAME "libevent"
| #define PACKAGE_VERSION "2.1.11-stable"
| #define PACKAGE_STRING "libevent 2.1.11-stable"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libevent"
| #define VERSION "2.1.11-stable"
| #define NUMERIC_VERSION 0x02010b00
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ 1
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_OPENSSL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| /* end confdefs.h. */
| #include <netinet/in6.h>
configure:13730: result: no
configure:13730: checking for netinet/in6.h
configure:13730: result: no
configure:13730: checking netinet/tcp.h usability
configure:13730: gcc -c -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
configure:13730: $? = 0
configure:13730: result: yes
configure:13730: checking netinet/tcp.h presence
configure:13730: gcc -E conftest.c
configure:13730: $? = 0
configure:13730: result: yes
configure:13730: checking for netinet/tcp.h
configure:13730: result: yes
configure:13730: checking sys/un.h usability
configure:13730: gcc -c -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
configure:13730: $? = 0
configure:13730: result: yes
configure:13730: checking sys/un.h presence
configure:13730: gcc -E conftest.c
configure:13730: $? = 0
configure:13730: result: yes
configure:13730: checking for sys/un.h
configure:13730: result: yes
configure:13730: checking poll.h usability
configure:13730: gcc -c -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
configure:13730: $? = 0
configure:13730: result: yes
configure:13730: checking poll.h presence
configure:13730: gcc -E conftest.c
configure:13730: $? = 0
configure:13730: result: yes
configure:13730: checking for poll.h
configure:13730: result: yes
configure:13730: checking port.h usability
configure:13730: gcc -c -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
conftest.c:75:10: fatal error: port.h: No such file or directory
75 | #include <port.h>
| ^~~~~~~~
compilation terminated.
configure:13730: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libevent"
| #define PACKAGE_TARNAME "libevent"
| #define PACKAGE_VERSION "2.1.11-stable"
| #define PACKAGE_STRING "libevent 2.1.11-stable"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libevent"
| #define VERSION "2.1.11-stable"
| #define NUMERIC_VERSION 0x02010b00
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ 1
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_OPENSSL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_POLL_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <port.h>
configure:13730: result: no
configure:13730: checking port.h presence
configure:13730: gcc -E conftest.c
conftest.c:42:10: fatal error: port.h: No such file or directory
42 | #include <port.h>
| ^~~~~~~~
compilation terminated.
configure:13730: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libevent"
| #define PACKAGE_TARNAME "libevent"
| #define PACKAGE_VERSION "2.1.11-stable"
| #define PACKAGE_STRING "libevent 2.1.11-stable"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libevent"
| #define VERSION "2.1.11-stable"
| #define NUMERIC_VERSION 0x02010b00
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ 1
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_OPENSSL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_POLL_H 1
| /* end confdefs.h. */
| #include <port.h>
configure:13730: result: no
configure:13730: checking for port.h
configure:13730: result: no
configure:13730: checking stdarg.h usability
configure:13730: gcc -c -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
configure:13730: $? = 0
configure:13730: result: yes
configure:13730: checking stdarg.h presence
configure:13730: gcc -E conftest.c
configure:13730: $? = 0
configure:13730: result: yes
configure:13730: checking for stdarg.h
configure:13730: result: yes
configure:13730: checking stddef.h usability
configure:13730: gcc -c -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
configure:13730: $? = 0
configure:13730: result: yes
configure:13730: checking stddef.h presence
configure:13730: gcc -E conftest.c
configure:13730: $? = 0
configure:13730: result: yes
configure:13730: checking for stddef.h
configure:13730: result: yes
configure:13730: checking sys/devpoll.h usability
configure:13730: gcc -c -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
conftest.c:77:10: fatal error: sys/devpoll.h: No such file or directory
77 | #include <sys/devpoll.h>
| ^~~~~~~~~~~~~~~
compilation terminated.
configure:13730: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libevent"
| #define PACKAGE_TARNAME "libevent"
| #define PACKAGE_VERSION "2.1.11-stable"
| #define PACKAGE_STRING "libevent 2.1.11-stable"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libevent"
| #define VERSION "2.1.11-stable"
| #define NUMERIC_VERSION 0x02010b00
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ 1
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_OPENSSL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_POLL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDDEF_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/devpoll.h>
configure:13730: result: no
configure:13730: checking sys/devpoll.h presence
configure:13730: gcc -E conftest.c
conftest.c:44:10: fatal error: sys/devpoll.h: No such file or directory
44 | #include <sys/devpoll.h>
| ^~~~~~~~~~~~~~~
compilation terminated.
configure:13730: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libevent"
| #define PACKAGE_TARNAME "libevent"
| #define PACKAGE_VERSION "2.1.11-stable"
| #define PACKAGE_STRING "libevent 2.1.11-stable"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libevent"
| #define VERSION "2.1.11-stable"
| #define NUMERIC_VERSION 0x02010b00
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ 1
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_OPENSSL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_POLL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDDEF_H 1
| /* end confdefs.h. */
| #include <sys/devpoll.h>
configure:13730: result: no
configure:13730: checking for sys/devpoll.h
configure:13730: result: no
configure:13730: checking sys/epoll.h usability
configure:13730: gcc -c -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
configure:13730: $? = 0
configure:13730: result: yes
configure:13730: checking sys/epoll.h presence
configure:13730: gcc -E conftest.c
configure:13730: $? = 0
configure:13730: result: yes
configure:13730: checking for sys/epoll.h
configure:13730: result: yes
configure:13730: checking sys/event.h usability
configure:13730: gcc -c -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
conftest.c:78:10: fatal error: sys/event.h: No such file or directory
78 | #include <sys/event.h>
| ^~~~~~~~~~~~~
compilation terminated.
configure:13730: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libevent"
| #define PACKAGE_TARNAME "libevent"
| #define PACKAGE_VERSION "2.1.11-stable"
| #define PACKAGE_STRING "libevent 2.1.11-stable"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libevent"
| #define VERSION "2.1.11-stable"
| #define NUMERIC_VERSION 0x02010b00
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ 1
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_OPENSSL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_POLL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_EPOLL_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/event.h>
configure:13730: result: no
configure:13730: checking sys/event.h presence
configure:13730: gcc -E conftest.c
conftest.c:45:10: fatal error: sys/event.h: No such file or directory
45 | #include <sys/event.h>
| ^~~~~~~~~~~~~
compilation terminated.
configure:13730: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libevent"
| #define PACKAGE_TARNAME "libevent"
| #define PACKAGE_VERSION "2.1.11-stable"
| #define PACKAGE_STRING "libevent 2.1.11-stable"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libevent"
| #define VERSION "2.1.11-stable"
| #define NUMERIC_VERSION 0x02010b00
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ 1
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_OPENSSL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_POLL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_EPOLL_H 1
| /* end confdefs.h. */
| #include <sys/event.h>
configure:13730: result: no
configure:13730: checking for sys/event.h
configure:13730: result: no
configure:13730: checking sys/eventfd.h usability
configure:13730: gcc -c -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
configure:13730: $? = 0
configure:13730: result: yes
configure:13730: checking sys/eventfd.h presence
configure:13730: gcc -E conftest.c
configure:13730: $? = 0
configure:13730: result: yes
configure:13730: checking for sys/eventfd.h
configure:13730: result: yes
configure:13730: checking sys/ioctl.h usability
configure:13730: gcc -c -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
configure:13730: $? = 0
configure:13730: result: yes
configure:13730: checking sys/ioctl.h presence
configure:13730: gcc -E conftest.c
configure:13730: $? = 0
configure:13730: result: yes
configure:13730: checking for sys/ioctl.h
configure:13730: result: yes
configure:13730: checking sys/mman.h usability
configure:13730: gcc -c -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
configure:13730: $? = 0
configure:13730: result: yes
configure:13730: checking sys/mman.h presence
configure:13730: gcc -E conftest.c
configure:13730: $? = 0
configure:13730: result: yes
configure:13730: checking for sys/mman.h
configure:13730: result: yes
configure:13730: checking sys/param.h usability
configure:13730: gcc -c -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
configure:13730: $? = 0
configure:13730: result: yes
configure:13730: checking sys/param.h presence
configure:13730: gcc -E conftest.c
configure:13730: $? = 0
configure:13730: result: yes
configure:13730: checking for sys/param.h
configure:13730: result: yes
configure:13730: checking sys/queue.h usability
configure:13730: gcc -c -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
configure:13730: $? = 0
configure:13730: result: yes
configure:13730: checking sys/queue.h presence
configure:13730: gcc -E conftest.c
configure:13730: $? = 0
configure:13730: result: yes
configure:13730: checking for sys/queue.h
configure:13730: result: yes
configure:13730: checking sys/resource.h usability
configure:13730: gcc -c -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
configure:13730: $? = 0
configure:13730: result: yes
configure:13730: checking sys/resource.h presence
configure:13730: gcc -E conftest.c
configure:13730: $? = 0
configure:13730: result: yes
configure:13730: checking for sys/resource.h
configure:13730: result: yes
configure:13730: checking sys/select.h usability
configure:13730: gcc -c -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
configure:13730: $? = 0
configure:13730: result: yes
configure:13730: checking sys/select.h presence
configure:13730: gcc -E conftest.c
configure:13730: $? = 0
configure:13730: result: yes
configure:13730: checking for sys/select.h
configure:13730: result: yes
configure:13730: checking sys/sendfile.h usability
configure:13730: gcc -c -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
configure:13730: $? = 0
configure:13730: result: yes
configure:13730: checking sys/sendfile.h presence
configure:13730: gcc -E conftest.c
configure:13730: $? = 0
configure:13730: result: yes
configure:13730: checking for sys/sendfile.h
configure:13730: result: yes
configure:13730: checking sys/socket.h usability
configure:13730: gcc -c -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
configure:13730: $? = 0
configure:13730: result: yes
configure:13730: checking sys/socket.h presence
configure:13730: gcc -E conftest.c
configure:13730: $? = 0
configure:13730: result: yes
configure:13730: checking for sys/socket.h
configure:13730: result: yes
configure:13730: checking for sys/stat.h
configure:13730: result: yes
configure:13730: checking sys/time.h usability
configure:13730: gcc -c -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
configure:13730: $? = 0
configure:13730: result: yes
configure:13730: checking sys/time.h presence
configure:13730: gcc -E conftest.c
configure:13730: $? = 0
configure:13730: result: yes
configure:13730: checking for sys/time.h
configure:13730: result: yes
configure:13730: checking sys/timerfd.h usability
configure:13730: gcc -c -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
configure:13730: $? = 0
configure:13730: result: yes
configure:13730: checking sys/timerfd.h presence
configure:13730: gcc -E conftest.c
configure:13730: $? = 0
configure:13730: result: yes
configure:13730: checking for sys/timerfd.h
configure:13730: result: yes
configure:13730: checking sys/uio.h usability
configure:13730: gcc -c -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
configure:13730: $? = 0
configure:13730: result: yes
configure:13730: checking sys/uio.h presence
configure:13730: gcc -E conftest.c
configure:13730: $? = 0
configure:13730: result: yes
configure:13730: checking for sys/uio.h
configure:13730: result: yes
configure:13730: checking sys/wait.h usability
configure:13730: gcc -c -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
configure:13730: $? = 0
configure:13730: result: yes
configure:13730: checking sys/wait.h presence
configure:13730: gcc -E conftest.c
configure:13730: $? = 0
configure:13730: result: yes
configure:13730: checking for sys/wait.h
configure:13730: result: yes
configure:13730: checking errno.h usability
configure:13730: gcc -c -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
configure:13730: $? = 0
configure:13730: result: yes
configure:13730: checking errno.h presence
configure:13730: gcc -E conftest.c
configure:13730: $? = 0
configure:13730: result: yes
configure:13730: checking for errno.h
configure:13730: result: yes
configure:13743: checking for sys/sysctl.h
configure:13743: gcc -c -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
conftest.c:66:10: fatal error: sys/sysctl.h: No such file or directory
66 | #include <sys/sysctl.h>
| ^~~~~~~~~~~~~~
compilation terminated.
configure:13743: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libevent"
| #define PACKAGE_TARNAME "libevent"
| #define PACKAGE_VERSION "2.1.11-stable"
| #define PACKAGE_STRING "libevent 2.1.11-stable"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libevent"
| #define VERSION "2.1.11-stable"
| #define NUMERIC_VERSION 0x02010b00
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ 1
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_OPENSSL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_POLL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_EVENTFD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMERFD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ERRNO_H 1
| /* end confdefs.h. */
|
| #ifdef HAVE_SYS_PARAM_H
| #include <sys/param.h>
| #endif
|
|
| #include <sys/sysctl.h>
configure:13743: result: no
configure:13759: checking for TAILQ_FOREACH in sys/queue.h
configure:13772: result: yes
configure:13787: checking for timeradd in sys/time.h
configure:13803: result: yes
configure:13815: checking for timercmp in sys/time.h
configure:13831: result: yes
configure:13843: checking for timerclear in sys/time.h
configure:13859: result: yes
configure:13871: checking for timerisset in sys/time.h
configure:13887: result: yes
configure:14046: checking for an ANSI C-conforming const
configure:14112: gcc -c -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
configure:14112: $? = 0
configure:14119: result: yes
configure:14127: checking for inline
configure:14143: gcc -c -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
configure:14143: $? = 0
configure:14151: result: inline
configure:14169: checking whether time.h and sys/time.h may both be included
configure:14189: gcc -c -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
configure:14189: $? = 0
configure:14196: result: yes
configure:14248: checking for accept4
configure:14248: gcc -o conftest -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
configure:14248: $? = 0
configure:14248: result: yes
configure:14248: checking for arc4random
configure:14248: gcc -o conftest -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
/usr/bin/ld: /tmp/cccvAyio.o: in function `main':
/home/simon/ocs.git/selfcare/proxy_c/third-lib/libevent-2.1.11-stable/conftest.c:101: undefined reference to `arc4random'
collect2: error: ld returned 1 exit status
configure:14248: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libevent"
| #define PACKAGE_TARNAME "libevent"
| #define PACKAGE_VERSION "2.1.11-stable"
| #define PACKAGE_STRING "libevent 2.1.11-stable"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libevent"
| #define VERSION "2.1.11-stable"
| #define NUMERIC_VERSION 0x02010b00
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ 1
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_OPENSSL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_POLL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_EVENTFD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMERFD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_TAILQFOREACH 1
| #define HAVE_TIMERADD 1
| #define HAVE_TIMERCMP 1
| #define HAVE_TIMERCLEAR 1
| #define HAVE_TIMERISSET 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_ACCEPT4 1
| /* end confdefs.h. */
| /* Define arc4random to an innocuous variant, in case <limits.h> declares arc4random.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define arc4random innocuous_arc4random
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char arc4random (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef arc4random
|
| /* 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 arc4random ();
| /* 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_arc4random || defined __stub___arc4random
| choke me
| #endif
|
| int
| main ()
| {
| return arc4random ();
| ;
| return 0;
| }
configure:14248: result: no
configure:14248: checking for arc4random_buf
configure:14248: gcc -o conftest -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
/usr/bin/ld: /tmp/cc4hJxmv.o: in function `main':
/home/simon/ocs.git/selfcare/proxy_c/third-lib/libevent-2.1.11-stable/conftest.c:101: undefined reference to `arc4random_buf'
collect2: error: ld returned 1 exit status
configure:14248: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libevent"
| #define PACKAGE_TARNAME "libevent"
| #define PACKAGE_VERSION "2.1.11-stable"
| #define PACKAGE_STRING "libevent 2.1.11-stable"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libevent"
| #define VERSION "2.1.11-stable"
| #define NUMERIC_VERSION 0x02010b00
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ 1
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_OPENSSL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_POLL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_EVENTFD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMERFD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_TAILQFOREACH 1
| #define HAVE_TIMERADD 1
| #define HAVE_TIMERCMP 1
| #define HAVE_TIMERCLEAR 1
| #define HAVE_TIMERISSET 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_ACCEPT4 1
| /* end confdefs.h. */
| /* Define arc4random_buf to an innocuous variant, in case <limits.h> declares arc4random_buf.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define arc4random_buf innocuous_arc4random_buf
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char arc4random_buf (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef arc4random_buf
|
| /* 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 arc4random_buf ();
| /* 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_arc4random_buf || defined __stub___arc4random_buf
| choke me
| #endif
|
| int
| main ()
| {
| return arc4random_buf ();
| ;
| return 0;
| }
configure:14248: result: no
configure:14248: checking for arc4random_addrandom
configure:14248: gcc -o conftest -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
/usr/bin/ld: /tmp/ccPMkIq9.o: in function `main':
/home/simon/ocs.git/selfcare/proxy_c/third-lib/libevent-2.1.11-stable/conftest.c:101: undefined reference to `arc4random_addrandom'
collect2: error: ld returned 1 exit status
configure:14248: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libevent"
| #define PACKAGE_TARNAME "libevent"
| #define PACKAGE_VERSION "2.1.11-stable"
| #define PACKAGE_STRING "libevent 2.1.11-stable"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libevent"
| #define VERSION "2.1.11-stable"
| #define NUMERIC_VERSION 0x02010b00
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ 1
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_OPENSSL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_POLL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_EVENTFD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMERFD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_TAILQFOREACH 1
| #define HAVE_TIMERADD 1
| #define HAVE_TIMERCMP 1
| #define HAVE_TIMERCLEAR 1
| #define HAVE_TIMERISSET 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_ACCEPT4 1
| /* end confdefs.h. */
| /* Define arc4random_addrandom to an innocuous variant, in case <limits.h> declares arc4random_addrandom.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define arc4random_addrandom innocuous_arc4random_addrandom
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char arc4random_addrandom (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef arc4random_addrandom
|
| /* 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 arc4random_addrandom ();
| /* 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_arc4random_addrandom || defined __stub___arc4random_addrandom
| choke me
| #endif
|
| int
| main ()
| {
| return arc4random_addrandom ();
| ;
| return 0;
| }
configure:14248: result: no
configure:14248: checking for eventfd
configure:14248: gcc -o conftest -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
configure:14248: $? = 0
configure:14248: result: yes
configure:14248: checking for epoll_create1
configure:14248: gcc -o conftest -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
configure:14248: $? = 0
configure:14248: result: yes
configure:14248: checking for fcntl
configure:14248: gcc -o conftest -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
configure:14248: $? = 0
configure:14248: result: yes
configure:14248: checking for getegid
configure:14248: gcc -o conftest -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
configure:14248: $? = 0
configure:14248: result: yes
configure:14248: checking for geteuid
configure:14248: gcc -o conftest -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
configure:14248: $? = 0
configure:14248: result: yes
configure:14248: checking for getifaddrs
configure:14248: gcc -o conftest -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
configure:14248: $? = 0
configure:14248: result: yes
configure:14248: checking for getnameinfo
configure:14248: gcc -o conftest -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
configure:14248: $? = 0
configure:14248: result: yes
configure:14248: checking for getprotobynumber
configure:14248: gcc -o conftest -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
configure:14248: $? = 0
configure:14248: result: yes
configure:14248: checking for gettimeofday
configure:14248: gcc -o conftest -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
configure:14248: $? = 0
configure:14248: result: yes
configure:14248: checking for inet_ntop
configure:14248: gcc -o conftest -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
configure:14248: $? = 0
configure:14248: result: yes
configure:14248: checking for inet_pton
configure:14248: gcc -o conftest -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
configure:14248: $? = 0
configure:14248: result: yes
configure:14248: checking for issetugid
configure:14248: gcc -o conftest -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
/usr/bin/ld: /tmp/ccckECOd.o: in function `main':
/home/simon/ocs.git/selfcare/proxy_c/third-lib/libevent-2.1.11-stable/conftest.c:112: undefined reference to `issetugid'
collect2: error: ld returned 1 exit status
configure:14248: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libevent"
| #define PACKAGE_TARNAME "libevent"
| #define PACKAGE_VERSION "2.1.11-stable"
| #define PACKAGE_STRING "libevent 2.1.11-stable"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libevent"
| #define VERSION "2.1.11-stable"
| #define NUMERIC_VERSION 0x02010b00
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ 1
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_OPENSSL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_POLL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_EVENTFD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMERFD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_TAILQFOREACH 1
| #define HAVE_TIMERADD 1
| #define HAVE_TIMERCMP 1
| #define HAVE_TIMERCLEAR 1
| #define HAVE_TIMERISSET 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_ACCEPT4 1
| #define HAVE_EVENTFD 1
| #define HAVE_EPOLL_CREATE1 1
| #define HAVE_FCNTL 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GETPROTOBYNUMBER 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| /* end confdefs.h. */
| /* Define issetugid to an innocuous variant, in case <limits.h> declares issetugid.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define issetugid innocuous_issetugid
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char issetugid (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef issetugid
|
| /* 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 issetugid ();
| /* 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_issetugid || defined __stub___issetugid
| choke me
| #endif
|
| int
| main ()
| {
| return issetugid ();
| ;
| return 0;
| }
configure:14248: result: no
configure:14248: checking for mach_absolute_time
configure:14248: gcc -o conftest -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
/usr/bin/ld: /tmp/ccmGW8WX.o: in function `main':
/home/simon/ocs.git/selfcare/proxy_c/third-lib/libevent-2.1.11-stable/conftest.c:112: undefined reference to `mach_absolute_time'
collect2: error: ld returned 1 exit status
configure:14248: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libevent"
| #define PACKAGE_TARNAME "libevent"
| #define PACKAGE_VERSION "2.1.11-stable"
| #define PACKAGE_STRING "libevent 2.1.11-stable"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libevent"
| #define VERSION "2.1.11-stable"
| #define NUMERIC_VERSION 0x02010b00
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ 1
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_OPENSSL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_POLL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_EVENTFD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMERFD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_TAILQFOREACH 1
| #define HAVE_TIMERADD 1
| #define HAVE_TIMERCMP 1
| #define HAVE_TIMERCLEAR 1
| #define HAVE_TIMERISSET 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_ACCEPT4 1
| #define HAVE_EVENTFD 1
| #define HAVE_EPOLL_CREATE1 1
| #define HAVE_FCNTL 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GETPROTOBYNUMBER 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| /* end confdefs.h. */
| /* Define mach_absolute_time to an innocuous variant, in case <limits.h> declares mach_absolute_time.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define mach_absolute_time innocuous_mach_absolute_time
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char mach_absolute_time (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef mach_absolute_time
|
| /* 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 mach_absolute_time ();
| /* 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_mach_absolute_time || defined __stub___mach_absolute_time
| choke me
| #endif
|
| int
| main ()
| {
| return mach_absolute_time ();
| ;
| return 0;
| }
configure:14248: result: no
configure:14248: checking for mmap
configure:14248: gcc -o conftest -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
configure:14248: $? = 0
configure:14248: result: yes
configure:14248: checking for nanosleep
configure:14248: gcc -o conftest -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
configure:14248: $? = 0
configure:14248: result: yes
configure:14248: checking for pipe
configure:14248: gcc -o conftest -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
configure:14248: $? = 0
configure:14248: result: yes
configure:14248: checking for pipe2
configure:14248: gcc -o conftest -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
configure:14248: $? = 0
configure:14248: result: yes
configure:14248: checking for putenv
configure:14248: gcc -o conftest -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
configure:14248: $? = 0
configure:14248: result: yes
configure:14248: checking for sendfile
configure:14248: gcc -o conftest -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
configure:14248: $? = 0
configure:14248: result: yes
configure:14248: checking for setenv
configure:14248: gcc -o conftest -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
configure:14248: $? = 0
configure:14248: result: yes
configure:14248: checking for setrlimit
configure:14248: gcc -o conftest -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
configure:14248: $? = 0
configure:14248: result: yes
configure:14248: checking for sigaction
configure:14248: gcc -o conftest -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
configure:14248: $? = 0
configure:14248: result: yes
configure:14248: checking for signal
configure:14248: gcc -o conftest -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
configure:14248: $? = 0
configure:14248: result: yes
configure:14248: checking for splice
configure:14248: gcc -o conftest -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
configure:14248: $? = 0
configure:14248: result: yes
configure:14248: checking for strlcpy
configure:14248: gcc -o conftest -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
/usr/bin/ld: /tmp/ccdepp5F.o: in function `main':
/home/simon/ocs.git/selfcare/proxy_c/third-lib/libevent-2.1.11-stable/conftest.c:123: undefined reference to `strlcpy'
collect2: error: ld returned 1 exit status
configure:14248: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libevent"
| #define PACKAGE_TARNAME "libevent"
| #define PACKAGE_VERSION "2.1.11-stable"
| #define PACKAGE_STRING "libevent 2.1.11-stable"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libevent"
| #define VERSION "2.1.11-stable"
| #define NUMERIC_VERSION 0x02010b00
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ 1
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_OPENSSL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_POLL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_EVENTFD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMERFD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_TAILQFOREACH 1
| #define HAVE_TIMERADD 1
| #define HAVE_TIMERCMP 1
| #define HAVE_TIMERCLEAR 1
| #define HAVE_TIMERISSET 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_ACCEPT4 1
| #define HAVE_EVENTFD 1
| #define HAVE_EPOLL_CREATE1 1
| #define HAVE_FCNTL 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GETPROTOBYNUMBER 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_MMAP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_PIPE 1
| #define HAVE_PIPE2 1
| #define HAVE_PUTENV 1
| #define HAVE_SENDFILE 1
| #define HAVE_SETENV 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGNAL 1
| #define HAVE_SPLICE 1
| /* end confdefs.h. */
| /* Define strlcpy to an innocuous variant, in case <limits.h> declares strlcpy.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define strlcpy innocuous_strlcpy
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char strlcpy (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef strlcpy
|
| /* 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 strlcpy ();
| /* 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_strlcpy || defined __stub___strlcpy
| choke me
| #endif
|
| int
| main ()
| {
| return strlcpy ();
| ;
| return 0;
| }
configure:14248: result: no
configure:14248: checking for strsep
configure:14248: gcc -o conftest -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
configure:14248: $? = 0
configure:14248: result: yes
configure:14248: checking for strtok_r
configure:14248: gcc -o conftest -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
configure:14248: $? = 0
configure:14248: result: yes
configure:14248: checking for strtoll
configure:14248: gcc -o conftest -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
configure:14248: $? = 0
configure:14248: result: yes
configure:14248: checking for sysctl
configure:14248: gcc -o conftest -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
/usr/bin/ld: /tmp/ccdvEEcv.o: in function `main':
/home/simon/ocs.git/selfcare/proxy_c/third-lib/libevent-2.1.11-stable/conftest.c:126: undefined reference to `sysctl'
collect2: error: ld returned 1 exit status
configure:14248: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libevent"
| #define PACKAGE_TARNAME "libevent"
| #define PACKAGE_VERSION "2.1.11-stable"
| #define PACKAGE_STRING "libevent 2.1.11-stable"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libevent"
| #define VERSION "2.1.11-stable"
| #define NUMERIC_VERSION 0x02010b00
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ 1
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_OPENSSL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_POLL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_EVENTFD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMERFD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_TAILQFOREACH 1
| #define HAVE_TIMERADD 1
| #define HAVE_TIMERCMP 1
| #define HAVE_TIMERCLEAR 1
| #define HAVE_TIMERISSET 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_ACCEPT4 1
| #define HAVE_EVENTFD 1
| #define HAVE_EPOLL_CREATE1 1
| #define HAVE_FCNTL 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GETPROTOBYNUMBER 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_MMAP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_PIPE 1
| #define HAVE_PIPE2 1
| #define HAVE_PUTENV 1
| #define HAVE_SENDFILE 1
| #define HAVE_SETENV 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGNAL 1
| #define HAVE_SPLICE 1
| #define HAVE_STRSEP 1
| #define HAVE_STRTOK_R 1
| #define HAVE_STRTOLL 1
| /* end confdefs.h. */
| /* Define sysctl to an innocuous variant, in case <limits.h> declares sysctl.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define sysctl innocuous_sysctl
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char sysctl (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef sysctl
|
| /* 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 sysctl ();
| /* 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_sysctl || defined __stub___sysctl
| choke me
| #endif
|
| int
| main ()
| {
| return sysctl ();
| ;
| return 0;
| }
configure:14248: result: no
configure:14248: checking for timerfd_create
configure:14248: gcc -o conftest -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
configure:14248: $? = 0
configure:14248: result: yes
configure:14248: checking for umask
configure:14248: gcc -o conftest -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
configure:14248: $? = 0
configure:14248: result: yes
configure:14248: checking for unsetenv
configure:14248: gcc -o conftest -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
configure:14248: $? = 0
configure:14248: result: yes
configure:14248: checking for usleep
configure:14248: gcc -o conftest -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
configure:14248: $? = 0
configure:14248: result: yes
configure:14248: checking for vasprintf
configure:14248: gcc -o conftest -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
configure:14248: $? = 0
configure:14248: result: yes
configure:14248: checking for getservbyname
configure:14248: gcc -o conftest -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
configure:14248: $? = 0
configure:14248: result: yes
configure:14266: checking for getaddrinfo
configure:14289: gcc -o conftest -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
conftest.c: In function 'main':
conftest.c:107:17: warning: statement with no effect [-Wunused-value]
107 | getaddrinfo;
| ^~~~~~~~~~~
configure:14289: $? = 0
configure:14299: result: yes
configure:14427: checking for F_SETFD in fcntl.h
configure:14444: result: yes
configure:14458: checking for select
configure:14458: gcc -o conftest -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
configure:14458: $? = 0
configure:14458: result: yes
configure:14483: checking for poll
configure:14483: gcc -o conftest -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
configure:14483: $? = 0
configure:14483: result: yes
configure:14625: checking for epoll_ctl
configure:14625: gcc -o conftest -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
configure:14625: $? = 0
configure:14625: result: yes
configure:14709: checking for port_create
configure:14709: gcc -o conftest -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
/usr/bin/ld: /tmp/ccw1ya1O.o: in function `main':
/home/simon/ocs.git/selfcare/proxy_c/third-lib/libevent-2.1.11-stable/conftest.c:138: undefined reference to `port_create'
collect2: error: ld returned 1 exit status
configure:14709: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libevent"
| #define PACKAGE_TARNAME "libevent"
| #define PACKAGE_VERSION "2.1.11-stable"
| #define PACKAGE_STRING "libevent 2.1.11-stable"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libevent"
| #define VERSION "2.1.11-stable"
| #define NUMERIC_VERSION 0x02010b00
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ 1
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_OPENSSL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_POLL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_EVENTFD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMERFD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_TAILQFOREACH 1
| #define HAVE_TIMERADD 1
| #define HAVE_TIMERCMP 1
| #define HAVE_TIMERCLEAR 1
| #define HAVE_TIMERISSET 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_ACCEPT4 1
| #define HAVE_EVENTFD 1
| #define HAVE_EPOLL_CREATE1 1
| #define HAVE_FCNTL 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GETPROTOBYNUMBER 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_MMAP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_PIPE 1
| #define HAVE_PIPE2 1
| #define HAVE_PUTENV 1
| #define HAVE_SENDFILE 1
| #define HAVE_SETENV 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGNAL 1
| #define HAVE_SPLICE 1
| #define HAVE_STRSEP 1
| #define HAVE_STRTOK_R 1
| #define HAVE_STRTOLL 1
| #define HAVE_TIMERFD_CREATE 1
| #define HAVE_UMASK 1
| #define HAVE_UNSETENV 1
| #define HAVE_USLEEP 1
| #define HAVE_VASPRINTF 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_SETFD 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_EPOLL_CTL 1
| #define HAVE_EPOLL 1
| /* end confdefs.h. */
| /* Define port_create to an innocuous variant, in case <limits.h> declares port_create.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define port_create innocuous_port_create
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char port_create (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef port_create
|
| /* 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 port_create ();
| /* 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_port_create || defined __stub___port_create
| choke me
| #endif
|
| int
| main ()
| {
| return port_create ();
| ;
| return 0;
| }
configure:14709: result: no
configure:14746: checking for pid_t
configure:14746: gcc -c -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
configure:14746: $? = 0
configure:14746: gcc -c -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
conftest.c: In function 'main':
conftest.c:140:20: error: expected expression before ')' token
140 | if (sizeof ((pid_t)))
| ^
configure:14746: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libevent"
| #define PACKAGE_TARNAME "libevent"
| #define PACKAGE_VERSION "2.1.11-stable"
| #define PACKAGE_STRING "libevent 2.1.11-stable"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libevent"
| #define VERSION "2.1.11-stable"
| #define NUMERIC_VERSION 0x02010b00
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ 1
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_OPENSSL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_POLL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_EVENTFD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMERFD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_TAILQFOREACH 1
| #define HAVE_TIMERADD 1
| #define HAVE_TIMERCMP 1
| #define HAVE_TIMERCLEAR 1
| #define HAVE_TIMERISSET 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_ACCEPT4 1
| #define HAVE_EVENTFD 1
| #define HAVE_EPOLL_CREATE1 1
| #define HAVE_FCNTL 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GETPROTOBYNUMBER 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_MMAP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_PIPE 1
| #define HAVE_PIPE2 1
| #define HAVE_PUTENV 1
| #define HAVE_SENDFILE 1
| #define HAVE_SETENV 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGNAL 1
| #define HAVE_SPLICE 1
| #define HAVE_STRSEP 1
| #define HAVE_STRTOK_R 1
| #define HAVE_STRTOLL 1
| #define HAVE_TIMERFD_CREATE 1
| #define HAVE_UMASK 1
| #define HAVE_UNSETENV 1
| #define HAVE_USLEEP 1
| #define HAVE_VASPRINTF 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_SETFD 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_EPOLL_CTL 1
| #define HAVE_EPOLL 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((pid_t)))
| return 0;
| ;
| return 0;
| }
configure:14746: result: yes
configure:14757: checking for size_t
configure:14757: gcc -c -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
configure:14757: $? = 0
configure:14757: gcc -c -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
conftest.c: In function 'main':
conftest.c:140:21: error: expected expression before ')' token
140 | if (sizeof ((size_t)))
| ^
configure:14757: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libevent"
| #define PACKAGE_TARNAME "libevent"
| #define PACKAGE_VERSION "2.1.11-stable"
| #define PACKAGE_STRING "libevent 2.1.11-stable"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libevent"
| #define VERSION "2.1.11-stable"
| #define NUMERIC_VERSION 0x02010b00
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ 1
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_OPENSSL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_POLL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_EVENTFD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMERFD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_TAILQFOREACH 1
| #define HAVE_TIMERADD 1
| #define HAVE_TIMERCMP 1
| #define HAVE_TIMERCLEAR 1
| #define HAVE_TIMERISSET 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_ACCEPT4 1
| #define HAVE_EVENTFD 1
| #define HAVE_EPOLL_CREATE1 1
| #define HAVE_FCNTL 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GETPROTOBYNUMBER 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_MMAP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_PIPE 1
| #define HAVE_PIPE2 1
| #define HAVE_PUTENV 1
| #define HAVE_SENDFILE 1
| #define HAVE_SETENV 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGNAL 1
| #define HAVE_SPLICE 1
| #define HAVE_STRSEP 1
| #define HAVE_STRTOK_R 1
| #define HAVE_STRTOLL 1
| #define HAVE_TIMERFD_CREATE 1
| #define HAVE_UMASK 1
| #define HAVE_UNSETENV 1
| #define HAVE_USLEEP 1
| #define HAVE_VASPRINTF 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_SETFD 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_EPOLL_CTL 1
| #define HAVE_EPOLL 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((size_t)))
| return 0;
| ;
| return 0;
| }
configure:14757: result: yes
configure:14768: checking for ssize_t
configure:14768: gcc -c -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
configure:14768: $? = 0
configure:14768: gcc -c -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
conftest.c: In function 'main':
conftest.c:140:22: error: expected expression before ')' token
140 | if (sizeof ((ssize_t)))
| ^
configure:14768: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libevent"
| #define PACKAGE_TARNAME "libevent"
| #define PACKAGE_VERSION "2.1.11-stable"
| #define PACKAGE_STRING "libevent 2.1.11-stable"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libevent"
| #define VERSION "2.1.11-stable"
| #define NUMERIC_VERSION 0x02010b00
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ 1
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_OPENSSL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_POLL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_EVENTFD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMERFD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_TAILQFOREACH 1
| #define HAVE_TIMERADD 1
| #define HAVE_TIMERCMP 1
| #define HAVE_TIMERCLEAR 1
| #define HAVE_TIMERISSET 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_ACCEPT4 1
| #define HAVE_EVENTFD 1
| #define HAVE_EPOLL_CREATE1 1
| #define HAVE_FCNTL 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GETPROTOBYNUMBER 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_MMAP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_PIPE 1
| #define HAVE_PIPE2 1
| #define HAVE_PUTENV 1
| #define HAVE_SENDFILE 1
| #define HAVE_SETENV 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGNAL 1
| #define HAVE_SPLICE 1
| #define HAVE_STRSEP 1
| #define HAVE_STRTOK_R 1
| #define HAVE_STRTOLL 1
| #define HAVE_TIMERFD_CREATE 1
| #define HAVE_UMASK 1
| #define HAVE_UNSETENV 1
| #define HAVE_USLEEP 1
| #define HAVE_VASPRINTF 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_SETFD 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_EPOLL_CTL 1
| #define HAVE_EPOLL 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((ssize_t)))
| return 0;
| ;
| return 0;
| }
configure:14768: result: yes
configure:14780: checking for uint64_t
configure:14780: gcc -c -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
configure:14780: $? = 0
configure:14780: gcc -c -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
conftest.c: In function 'main':
conftest.c:116:23: error: expected expression before ')' token
116 | if (sizeof ((uint64_t)))
| ^
configure:14780: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libevent"
| #define PACKAGE_TARNAME "libevent"
| #define PACKAGE_VERSION "2.1.11-stable"
| #define PACKAGE_STRING "libevent 2.1.11-stable"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libevent"
| #define VERSION "2.1.11-stable"
| #define NUMERIC_VERSION 0x02010b00
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ 1
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_OPENSSL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_POLL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_EVENTFD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMERFD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_TAILQFOREACH 1
| #define HAVE_TIMERADD 1
| #define HAVE_TIMERCMP 1
| #define HAVE_TIMERCLEAR 1
| #define HAVE_TIMERISSET 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_ACCEPT4 1
| #define HAVE_EVENTFD 1
| #define HAVE_EPOLL_CREATE1 1
| #define HAVE_FCNTL 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GETPROTOBYNUMBER 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_MMAP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_PIPE 1
| #define HAVE_PIPE2 1
| #define HAVE_PUTENV 1
| #define HAVE_SENDFILE 1
| #define HAVE_SETENV 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGNAL 1
| #define HAVE_SPLICE 1
| #define HAVE_STRSEP 1
| #define HAVE_STRTOK_R 1
| #define HAVE_STRTOLL 1
| #define HAVE_TIMERFD_CREATE 1
| #define HAVE_UMASK 1
| #define HAVE_UNSETENV 1
| #define HAVE_USLEEP 1
| #define HAVE_VASPRINTF 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_SETFD 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_EPOLL_CTL 1
| #define HAVE_EPOLL 1
| /* end confdefs.h. */
| #ifdef HAVE_STDINT_H
| #include <stdint.h>
| #elif defined(HAVE_INTTYPES_H)
| #include <inttypes.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| #include <sys/types.h>
| #endif
|
| int
| main ()
| {
| if (sizeof ((uint64_t)))
| return 0;
| ;
| return 0;
| }
configure:14780: result: yes
configure:14797: checking for uint32_t
configure:14797: gcc -c -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
configure:14797: $? = 0
configure:14797: gcc -c -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
conftest.c: In function 'main':
conftest.c:117:23: error: expected expression before ')' token
117 | if (sizeof ((uint32_t)))
| ^
configure:14797: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libevent"
| #define PACKAGE_TARNAME "libevent"
| #define PACKAGE_VERSION "2.1.11-stable"
| #define PACKAGE_STRING "libevent 2.1.11-stable"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libevent"
| #define VERSION "2.1.11-stable"
| #define NUMERIC_VERSION 0x02010b00
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ 1
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_OPENSSL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_POLL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_EVENTFD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMERFD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_TAILQFOREACH 1
| #define HAVE_TIMERADD 1
| #define HAVE_TIMERCMP 1
| #define HAVE_TIMERCLEAR 1
| #define HAVE_TIMERISSET 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_ACCEPT4 1
| #define HAVE_EVENTFD 1
| #define HAVE_EPOLL_CREATE1 1
| #define HAVE_FCNTL 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GETPROTOBYNUMBER 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_MMAP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_PIPE 1
| #define HAVE_PIPE2 1
| #define HAVE_PUTENV 1
| #define HAVE_SENDFILE 1
| #define HAVE_SETENV 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGNAL 1
| #define HAVE_SPLICE 1
| #define HAVE_STRSEP 1
| #define HAVE_STRTOK_R 1
| #define HAVE_STRTOLL 1
| #define HAVE_TIMERFD_CREATE 1
| #define HAVE_UMASK 1
| #define HAVE_UNSETENV 1
| #define HAVE_USLEEP 1
| #define HAVE_VASPRINTF 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_SETFD 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_EPOLL_CTL 1
| #define HAVE_EPOLL 1
| #define HAVE_UINT64_T 1
| /* end confdefs.h. */
| #ifdef HAVE_STDINT_H
| #include <stdint.h>
| #elif defined(HAVE_INTTYPES_H)
| #include <inttypes.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| #include <sys/types.h>
| #endif
|
| int
| main ()
| {
| if (sizeof ((uint32_t)))
| return 0;
| ;
| return 0;
| }
configure:14797: result: yes
configure:14814: checking for uint16_t
configure:14814: gcc -c -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
configure:14814: $? = 0
configure:14814: gcc -c -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
conftest.c: In function 'main':
conftest.c:118:23: error: expected expression before ')' token
118 | if (sizeof ((uint16_t)))
| ^
configure:14814: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libevent"
| #define PACKAGE_TARNAME "libevent"
| #define PACKAGE_VERSION "2.1.11-stable"
| #define PACKAGE_STRING "libevent 2.1.11-stable"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libevent"
| #define VERSION "2.1.11-stable"
| #define NUMERIC_VERSION 0x02010b00
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ 1
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_OPENSSL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_POLL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_EVENTFD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMERFD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_TAILQFOREACH 1
| #define HAVE_TIMERADD 1
| #define HAVE_TIMERCMP 1
| #define HAVE_TIMERCLEAR 1
| #define HAVE_TIMERISSET 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_ACCEPT4 1
| #define HAVE_EVENTFD 1
| #define HAVE_EPOLL_CREATE1 1
| #define HAVE_FCNTL 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GETPROTOBYNUMBER 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_MMAP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_PIPE 1
| #define HAVE_PIPE2 1
| #define HAVE_PUTENV 1
| #define HAVE_SENDFILE 1
| #define HAVE_SETENV 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGNAL 1
| #define HAVE_SPLICE 1
| #define HAVE_STRSEP 1
| #define HAVE_STRTOK_R 1
| #define HAVE_STRTOLL 1
| #define HAVE_TIMERFD_CREATE 1
| #define HAVE_UMASK 1
| #define HAVE_UNSETENV 1
| #define HAVE_USLEEP 1
| #define HAVE_VASPRINTF 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_SETFD 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_EPOLL_CTL 1
| #define HAVE_EPOLL 1
| #define HAVE_UINT64_T 1
| #define HAVE_UINT32_T 1
| /* end confdefs.h. */
| #ifdef HAVE_STDINT_H
| #include <stdint.h>
| #elif defined(HAVE_INTTYPES_H)
| #include <inttypes.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| #include <sys/types.h>
| #endif
|
| int
| main ()
| {
| if (sizeof ((uint16_t)))
| return 0;
| ;
| return 0;
| }
configure:14814: result: yes
configure:14831: checking for uint8_t
configure:14831: gcc -c -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
configure:14831: $? = 0
configure:14831: gcc -c -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
conftest.c: In function 'main':
conftest.c:119:22: error: expected expression before ')' token
119 | if (sizeof ((uint8_t)))
| ^
configure:14831: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libevent"
| #define PACKAGE_TARNAME "libevent"
| #define PACKAGE_VERSION "2.1.11-stable"
| #define PACKAGE_STRING "libevent 2.1.11-stable"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libevent"
| #define VERSION "2.1.11-stable"
| #define NUMERIC_VERSION 0x02010b00
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ 1
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_OPENSSL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_POLL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_EVENTFD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMERFD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_TAILQFOREACH 1
| #define HAVE_TIMERADD 1
| #define HAVE_TIMERCMP 1
| #define HAVE_TIMERCLEAR 1
| #define HAVE_TIMERISSET 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_ACCEPT4 1
| #define HAVE_EVENTFD 1
| #define HAVE_EPOLL_CREATE1 1
| #define HAVE_FCNTL 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GETPROTOBYNUMBER 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_MMAP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_PIPE 1
| #define HAVE_PIPE2 1
| #define HAVE_PUTENV 1
| #define HAVE_SENDFILE 1
| #define HAVE_SETENV 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGNAL 1
| #define HAVE_SPLICE 1
| #define HAVE_STRSEP 1
| #define HAVE_STRTOK_R 1
| #define HAVE_STRTOLL 1
| #define HAVE_TIMERFD_CREATE 1
| #define HAVE_UMASK 1
| #define HAVE_UNSETENV 1
| #define HAVE_USLEEP 1
| #define HAVE_VASPRINTF 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_SETFD 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_EPOLL_CTL 1
| #define HAVE_EPOLL 1
| #define HAVE_UINT64_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT16_T 1
| /* end confdefs.h. */
| #ifdef HAVE_STDINT_H
| #include <stdint.h>
| #elif defined(HAVE_INTTYPES_H)
| #include <inttypes.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| #include <sys/types.h>
| #endif
|
| int
| main ()
| {
| if (sizeof ((uint8_t)))
| return 0;
| ;
| return 0;
| }
configure:14831: result: yes
configure:14848: checking for uintptr_t
configure:14848: gcc -c -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
configure:14848: $? = 0
configure:14848: gcc -c -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
conftest.c: In function 'main':
conftest.c:120:24: error: expected expression before ')' token
120 | if (sizeof ((uintptr_t)))
| ^
configure:14848: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libevent"
| #define PACKAGE_TARNAME "libevent"
| #define PACKAGE_VERSION "2.1.11-stable"
| #define PACKAGE_STRING "libevent 2.1.11-stable"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libevent"
| #define VERSION "2.1.11-stable"
| #define NUMERIC_VERSION 0x02010b00
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ 1
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_OPENSSL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_POLL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_EVENTFD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMERFD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_TAILQFOREACH 1
| #define HAVE_TIMERADD 1
| #define HAVE_TIMERCMP 1
| #define HAVE_TIMERCLEAR 1
| #define HAVE_TIMERISSET 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_ACCEPT4 1
| #define HAVE_EVENTFD 1
| #define HAVE_EPOLL_CREATE1 1
| #define HAVE_FCNTL 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GETPROTOBYNUMBER 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_MMAP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_PIPE 1
| #define HAVE_PIPE2 1
| #define HAVE_PUTENV 1
| #define HAVE_SENDFILE 1
| #define HAVE_SETENV 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGNAL 1
| #define HAVE_SPLICE 1
| #define HAVE_STRSEP 1
| #define HAVE_STRTOK_R 1
| #define HAVE_STRTOLL 1
| #define HAVE_TIMERFD_CREATE 1
| #define HAVE_UMASK 1
| #define HAVE_UNSETENV 1
| #define HAVE_USLEEP 1
| #define HAVE_VASPRINTF 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_SETFD 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_EPOLL_CTL 1
| #define HAVE_EPOLL 1
| #define HAVE_UINT64_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT8_T 1
| /* end confdefs.h. */
| #ifdef HAVE_STDINT_H
| #include <stdint.h>
| #elif defined(HAVE_INTTYPES_H)
| #include <inttypes.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| #include <sys/types.h>
| #endif
|
| int
| main ()
| {
| if (sizeof ((uintptr_t)))
| return 0;
| ;
| return 0;
| }
configure:14848: result: yes
configure:14867: checking for fd_mask
configure:14867: gcc -c -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
configure:14867: $? = 0
configure:14867: gcc -c -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
conftest.c: In function 'main':
conftest.c:119:22: error: expected expression before ')' token
119 | if (sizeof ((fd_mask)))
| ^
configure:14867: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libevent"
| #define PACKAGE_TARNAME "libevent"
| #define PACKAGE_VERSION "2.1.11-stable"
| #define PACKAGE_STRING "libevent 2.1.11-stable"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libevent"
| #define VERSION "2.1.11-stable"
| #define NUMERIC_VERSION 0x02010b00
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ 1
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_OPENSSL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_POLL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_EVENTFD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMERFD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_TAILQFOREACH 1
| #define HAVE_TIMERADD 1
| #define HAVE_TIMERCMP 1
| #define HAVE_TIMERCLEAR 1
| #define HAVE_TIMERISSET 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_ACCEPT4 1
| #define HAVE_EVENTFD 1
| #define HAVE_EPOLL_CREATE1 1
| #define HAVE_FCNTL 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GETPROTOBYNUMBER 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_MMAP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_PIPE 1
| #define HAVE_PIPE2 1
| #define HAVE_PUTENV 1
| #define HAVE_SENDFILE 1
| #define HAVE_SETENV 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGNAL 1
| #define HAVE_SPLICE 1
| #define HAVE_STRSEP 1
| #define HAVE_STRTOK_R 1
| #define HAVE_STRTOLL 1
| #define HAVE_TIMERFD_CREATE 1
| #define HAVE_UMASK 1
| #define HAVE_UNSETENV 1
| #define HAVE_USLEEP 1
| #define HAVE_VASPRINTF 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_SETFD 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_EPOLL_CTL 1
| #define HAVE_EPOLL 1
| #define HAVE_UINT64_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINTPTR_T 1
| /* end confdefs.h. */
| #ifdef HAVE_SYS_TYPES_H
| #include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_SELECT_H
| #include <sys/select.h>
| #endif
|
| int
| main ()
| {
| if (sizeof ((fd_mask)))
| return 0;
| ;
| return 0;
| }
configure:14867: result: yes
configure:14888: checking size of long long
configure:14893: gcc -o conftest -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
configure:14893: $? = 0
configure:14893: ./conftest
configure:14893: $? = 0
configure:14907: result: 8
configure:14921: checking size of long
configure:14926: gcc -o conftest -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
configure:14926: $? = 0
configure:14926: ./conftest
configure:14926: $? = 0
configure:14940: result: 8
configure:14954: checking size of int
configure:14959: gcc -o conftest -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
configure:14959: $? = 0
configure:14959: ./conftest
configure:14959: $? = 0
configure:14973: result: 4
configure:14987: checking size of short
configure:14992: gcc -o conftest -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
configure:14992: $? = 0
configure:14992: ./conftest
configure:14992: $? = 0
configure:15006: result: 2
configure:15020: checking size of size_t
configure:15025: gcc -o conftest -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
configure:15025: $? = 0
configure:15025: ./conftest
configure:15025: $? = 0
configure:15039: result: 8
configure:15053: checking size of void *
configure:15058: gcc -o conftest -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
configure:15058: $? = 0
configure:15058: ./conftest
configure:15058: $? = 0
configure:15072: result: 8
configure:15086: checking size of off_t
configure:15091: gcc -o conftest -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
configure:15091: $? = 0
configure:15091: ./conftest
configure:15091: $? = 0
configure:15105: result: 8
configure:15119: checking size of time_t
configure:15124: gcc -o conftest -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
configure:15124: $? = 0
configure:15124: ./conftest
configure:15124: $? = 0
configure:15138: result: 8
configure:15149: checking for struct in6_addr
configure:15149: gcc -c -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
configure:15149: $? = 0
configure:15149: gcc -c -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
conftest.c: In function 'main':
conftest.c:151:30: error: expected expression before ')' token
151 | if (sizeof ((struct in6_addr)))
| ^
configure:15149: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libevent"
| #define PACKAGE_TARNAME "libevent"
| #define PACKAGE_VERSION "2.1.11-stable"
| #define PACKAGE_STRING "libevent 2.1.11-stable"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libevent"
| #define VERSION "2.1.11-stable"
| #define NUMERIC_VERSION 0x02010b00
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ 1
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_OPENSSL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_POLL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_EVENTFD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMERFD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_TAILQFOREACH 1
| #define HAVE_TIMERADD 1
| #define HAVE_TIMERCMP 1
| #define HAVE_TIMERCLEAR 1
| #define HAVE_TIMERISSET 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_ACCEPT4 1
| #define HAVE_EVENTFD 1
| #define HAVE_EPOLL_CREATE1 1
| #define HAVE_FCNTL 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GETPROTOBYNUMBER 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_MMAP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_PIPE 1
| #define HAVE_PIPE2 1
| #define HAVE_PUTENV 1
| #define HAVE_SENDFILE 1
| #define HAVE_SETENV 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGNAL 1
| #define HAVE_SPLICE 1
| #define HAVE_STRSEP 1
| #define HAVE_STRTOK_R 1
| #define HAVE_STRTOLL 1
| #define HAVE_TIMERFD_CREATE 1
| #define HAVE_UMASK 1
| #define HAVE_UNSETENV 1
| #define HAVE_USLEEP 1
| #define HAVE_VASPRINTF 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_SETFD 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_EPOLL_CTL 1
| #define HAVE_EPOLL 1
| #define HAVE_UINT64_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_FD_MASK 1
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| /* end confdefs.h. */
| #define _GNU_SOURCE 1
| #include <sys/types.h>
| #ifdef HAVE_NETINET_IN_H
| #include <netinet/in.h>
| #endif
| #ifdef HAVE_NETINET_IN6_H
| #include <netinet/in6.h>
| #endif
| #ifdef HAVE_SYS_UN_H
| #include <sys/un.h>
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| #ifdef HAVE_NETDB_H
| #include <netdb.h>
| #endif
| #ifdef _WIN32
| #define WIN32_WINNT 0x400
| #define _WIN32_WINNT 0x400
| #define WIN32_LEAN_AND_MEAN
| #if defined(_MSC_VER) && (_MSC_VER < 1300)
| #include <winsock.h>
| #else
| #include <winsock2.h>
| #include <ws2tcpip.h>
| #endif
| #endif
|
|
| int
| main ()
| {
| if (sizeof ((struct in6_addr)))
| return 0;
| ;
| return 0;
| }
configure:15149: result: yes
configure:15187: checking for struct sockaddr_in6
configure:15187: gcc -c -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
configure:15187: $? = 0
configure:15187: gcc -c -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
conftest.c: In function 'main':
conftest.c:152:34: error: expected expression before ')' token
152 | if (sizeof ((struct sockaddr_in6)))
| ^
configure:15187: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libevent"
| #define PACKAGE_TARNAME "libevent"
| #define PACKAGE_VERSION "2.1.11-stable"
| #define PACKAGE_STRING "libevent 2.1.11-stable"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libevent"
| #define VERSION "2.1.11-stable"
| #define NUMERIC_VERSION 0x02010b00
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ 1
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_OPENSSL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_POLL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_EVENTFD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMERFD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_TAILQFOREACH 1
| #define HAVE_TIMERADD 1
| #define HAVE_TIMERCMP 1
| #define HAVE_TIMERCLEAR 1
| #define HAVE_TIMERISSET 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_ACCEPT4 1
| #define HAVE_EVENTFD 1
| #define HAVE_EPOLL_CREATE1 1
| #define HAVE_FCNTL 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GETPROTOBYNUMBER 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_MMAP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_PIPE 1
| #define HAVE_PIPE2 1
| #define HAVE_PUTENV 1
| #define HAVE_SENDFILE 1
| #define HAVE_SETENV 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGNAL 1
| #define HAVE_SPLICE 1
| #define HAVE_STRSEP 1
| #define HAVE_STRTOK_R 1
| #define HAVE_STRTOLL 1
| #define HAVE_TIMERFD_CREATE 1
| #define HAVE_UMASK 1
| #define HAVE_UNSETENV 1
| #define HAVE_USLEEP 1
| #define HAVE_VASPRINTF 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_SETFD 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_EPOLL_CTL 1
| #define HAVE_EPOLL 1
| #define HAVE_UINT64_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_FD_MASK 1
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define HAVE_STRUCT_IN6_ADDR 1
| /* end confdefs.h. */
| #define _GNU_SOURCE 1
| #include <sys/types.h>
| #ifdef HAVE_NETINET_IN_H
| #include <netinet/in.h>
| #endif
| #ifdef HAVE_NETINET_IN6_H
| #include <netinet/in6.h>
| #endif
| #ifdef HAVE_SYS_UN_H
| #include <sys/un.h>
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| #ifdef HAVE_NETDB_H
| #include <netdb.h>
| #endif
| #ifdef _WIN32
| #define WIN32_WINNT 0x400
| #define _WIN32_WINNT 0x400
| #define WIN32_LEAN_AND_MEAN
| #if defined(_MSC_VER) && (_MSC_VER < 1300)
| #include <winsock.h>
| #else
| #include <winsock2.h>
| #include <ws2tcpip.h>
| #endif
| #endif
|
|
| int
| main ()
| {
| if (sizeof ((struct sockaddr_in6)))
| return 0;
| ;
| return 0;
| }
configure:15187: result: yes
configure:15225: checking for struct sockaddr_un
configure:15225: gcc -c -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
configure:15225: $? = 0
configure:15225: gcc -c -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
conftest.c: In function 'main':
conftest.c:153:33: error: expected expression before ')' token
153 | if (sizeof ((struct sockaddr_un)))
| ^
configure:15225: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libevent"
| #define PACKAGE_TARNAME "libevent"
| #define PACKAGE_VERSION "2.1.11-stable"
| #define PACKAGE_STRING "libevent 2.1.11-stable"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libevent"
| #define VERSION "2.1.11-stable"
| #define NUMERIC_VERSION 0x02010b00
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ 1
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_OPENSSL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_POLL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_EVENTFD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMERFD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_TAILQFOREACH 1
| #define HAVE_TIMERADD 1
| #define HAVE_TIMERCMP 1
| #define HAVE_TIMERCLEAR 1
| #define HAVE_TIMERISSET 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_ACCEPT4 1
| #define HAVE_EVENTFD 1
| #define HAVE_EPOLL_CREATE1 1
| #define HAVE_FCNTL 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GETPROTOBYNUMBER 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_MMAP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_PIPE 1
| #define HAVE_PIPE2 1
| #define HAVE_PUTENV 1
| #define HAVE_SENDFILE 1
| #define HAVE_SETENV 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGNAL 1
| #define HAVE_SPLICE 1
| #define HAVE_STRSEP 1
| #define HAVE_STRTOK_R 1
| #define HAVE_STRTOLL 1
| #define HAVE_TIMERFD_CREATE 1
| #define HAVE_UMASK 1
| #define HAVE_UNSETENV 1
| #define HAVE_USLEEP 1
| #define HAVE_VASPRINTF 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_SETFD 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_EPOLL_CTL 1
| #define HAVE_EPOLL 1
| #define HAVE_UINT64_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_FD_MASK 1
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define HAVE_STRUCT_IN6_ADDR 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| /* end confdefs.h. */
| #define _GNU_SOURCE 1
| #include <sys/types.h>
| #ifdef HAVE_NETINET_IN_H
| #include <netinet/in.h>
| #endif
| #ifdef HAVE_NETINET_IN6_H
| #include <netinet/in6.h>
| #endif
| #ifdef HAVE_SYS_UN_H
| #include <sys/un.h>
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| #ifdef HAVE_NETDB_H
| #include <netdb.h>
| #endif
| #ifdef _WIN32
| #define WIN32_WINNT 0x400
| #define _WIN32_WINNT 0x400
| #define WIN32_LEAN_AND_MEAN
| #if defined(_MSC_VER) && (_MSC_VER < 1300)
| #include <winsock.h>
| #else
| #include <winsock2.h>
| #include <ws2tcpip.h>
| #endif
| #endif
|
|
| int
| main ()
| {
| if (sizeof ((struct sockaddr_un)))
| return 0;
| ;
| return 0;
| }
configure:15225: result: yes
configure:15263: checking for sa_family_t
configure:15263: gcc -c -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
configure:15263: $? = 0
configure:15263: gcc -c -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
conftest.c: In function 'main':
conftest.c:154:26: error: expected expression before ')' token
154 | if (sizeof ((sa_family_t)))
| ^
configure:15263: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libevent"
| #define PACKAGE_TARNAME "libevent"
| #define PACKAGE_VERSION "2.1.11-stable"
| #define PACKAGE_STRING "libevent 2.1.11-stable"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libevent"
| #define VERSION "2.1.11-stable"
| #define NUMERIC_VERSION 0x02010b00
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ 1
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_OPENSSL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_POLL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_EVENTFD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMERFD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_TAILQFOREACH 1
| #define HAVE_TIMERADD 1
| #define HAVE_TIMERCMP 1
| #define HAVE_TIMERCLEAR 1
| #define HAVE_TIMERISSET 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_ACCEPT4 1
| #define HAVE_EVENTFD 1
| #define HAVE_EPOLL_CREATE1 1
| #define HAVE_FCNTL 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GETPROTOBYNUMBER 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_MMAP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_PIPE 1
| #define HAVE_PIPE2 1
| #define HAVE_PUTENV 1
| #define HAVE_SENDFILE 1
| #define HAVE_SETENV 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGNAL 1
| #define HAVE_SPLICE 1
| #define HAVE_STRSEP 1
| #define HAVE_STRTOK_R 1
| #define HAVE_STRTOLL 1
| #define HAVE_TIMERFD_CREATE 1
| #define HAVE_UMASK 1
| #define HAVE_UNSETENV 1
| #define HAVE_USLEEP 1
| #define HAVE_VASPRINTF 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_SETFD 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_EPOLL_CTL 1
| #define HAVE_EPOLL 1
| #define HAVE_UINT64_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_FD_MASK 1
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define HAVE_STRUCT_IN6_ADDR 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_UN 1
| /* end confdefs.h. */
| #define _GNU_SOURCE 1
| #include <sys/types.h>
| #ifdef HAVE_NETINET_IN_H
| #include <netinet/in.h>
| #endif
| #ifdef HAVE_NETINET_IN6_H
| #include <netinet/in6.h>
| #endif
| #ifdef HAVE_SYS_UN_H
| #include <sys/un.h>
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| #ifdef HAVE_NETDB_H
| #include <netdb.h>
| #endif
| #ifdef _WIN32
| #define WIN32_WINNT 0x400
| #define _WIN32_WINNT 0x400
| #define WIN32_LEAN_AND_MEAN
| #if defined(_MSC_VER) && (_MSC_VER < 1300)
| #include <winsock.h>
| #else
| #include <winsock2.h>
| #include <ws2tcpip.h>
| #endif
| #endif
|
|
| int
| main ()
| {
| if (sizeof ((sa_family_t)))
| return 0;
| ;
| return 0;
| }
configure:15263: result: yes
configure:15301: checking for struct addrinfo
configure:15301: gcc -c -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
configure:15301: $? = 0
configure:15301: gcc -c -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
conftest.c: In function 'main':
conftest.c:155:30: error: expected expression before ')' token
155 | if (sizeof ((struct addrinfo)))
| ^
configure:15301: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libevent"
| #define PACKAGE_TARNAME "libevent"
| #define PACKAGE_VERSION "2.1.11-stable"
| #define PACKAGE_STRING "libevent 2.1.11-stable"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libevent"
| #define VERSION "2.1.11-stable"
| #define NUMERIC_VERSION 0x02010b00
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ 1
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_OPENSSL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_POLL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_EVENTFD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMERFD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_TAILQFOREACH 1
| #define HAVE_TIMERADD 1
| #define HAVE_TIMERCMP 1
| #define HAVE_TIMERCLEAR 1
| #define HAVE_TIMERISSET 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_ACCEPT4 1
| #define HAVE_EVENTFD 1
| #define HAVE_EPOLL_CREATE1 1
| #define HAVE_FCNTL 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GETPROTOBYNUMBER 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_MMAP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_PIPE 1
| #define HAVE_PIPE2 1
| #define HAVE_PUTENV 1
| #define HAVE_SENDFILE 1
| #define HAVE_SETENV 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGNAL 1
| #define HAVE_SPLICE 1
| #define HAVE_STRSEP 1
| #define HAVE_STRTOK_R 1
| #define HAVE_STRTOLL 1
| #define HAVE_TIMERFD_CREATE 1
| #define HAVE_UMASK 1
| #define HAVE_UNSETENV 1
| #define HAVE_USLEEP 1
| #define HAVE_VASPRINTF 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_SETFD 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_EPOLL_CTL 1
| #define HAVE_EPOLL 1
| #define HAVE_UINT64_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_FD_MASK 1
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define HAVE_STRUCT_IN6_ADDR 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_UN 1
| #define HAVE_SA_FAMILY_T 1
| /* end confdefs.h. */
| #define _GNU_SOURCE 1
| #include <sys/types.h>
| #ifdef HAVE_NETINET_IN_H
| #include <netinet/in.h>
| #endif
| #ifdef HAVE_NETINET_IN6_H
| #include <netinet/in6.h>
| #endif
| #ifdef HAVE_SYS_UN_H
| #include <sys/un.h>
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| #ifdef HAVE_NETDB_H
| #include <netdb.h>
| #endif
| #ifdef _WIN32
| #define WIN32_WINNT 0x400
| #define _WIN32_WINNT 0x400
| #define WIN32_LEAN_AND_MEAN
| #if defined(_MSC_VER) && (_MSC_VER < 1300)
| #include <winsock.h>
| #else
| #include <winsock2.h>
| #include <ws2tcpip.h>
| #endif
| #endif
|
|
| int
| main ()
| {
| if (sizeof ((struct addrinfo)))
| return 0;
| ;
| return 0;
| }
configure:15301: result: yes
configure:15339: checking for struct sockaddr_storage
configure:15339: gcc -c -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
configure:15339: $? = 0
configure:15339: gcc -c -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
conftest.c: In function 'main':
conftest.c:156:38: error: expected expression before ')' token
156 | if (sizeof ((struct sockaddr_storage)))
| ^
configure:15339: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libevent"
| #define PACKAGE_TARNAME "libevent"
| #define PACKAGE_VERSION "2.1.11-stable"
| #define PACKAGE_STRING "libevent 2.1.11-stable"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libevent"
| #define VERSION "2.1.11-stable"
| #define NUMERIC_VERSION 0x02010b00
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ 1
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_OPENSSL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_POLL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_EVENTFD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMERFD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_TAILQFOREACH 1
| #define HAVE_TIMERADD 1
| #define HAVE_TIMERCMP 1
| #define HAVE_TIMERCLEAR 1
| #define HAVE_TIMERISSET 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_ACCEPT4 1
| #define HAVE_EVENTFD 1
| #define HAVE_EPOLL_CREATE1 1
| #define HAVE_FCNTL 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GETPROTOBYNUMBER 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_MMAP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_PIPE 1
| #define HAVE_PIPE2 1
| #define HAVE_PUTENV 1
| #define HAVE_SENDFILE 1
| #define HAVE_SETENV 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGNAL 1
| #define HAVE_SPLICE 1
| #define HAVE_STRSEP 1
| #define HAVE_STRTOK_R 1
| #define HAVE_STRTOLL 1
| #define HAVE_TIMERFD_CREATE 1
| #define HAVE_UMASK 1
| #define HAVE_UNSETENV 1
| #define HAVE_USLEEP 1
| #define HAVE_VASPRINTF 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_SETFD 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_EPOLL_CTL 1
| #define HAVE_EPOLL 1
| #define HAVE_UINT64_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_FD_MASK 1
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define HAVE_STRUCT_IN6_ADDR 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_UN 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_ADDRINFO 1
| /* end confdefs.h. */
| #define _GNU_SOURCE 1
| #include <sys/types.h>
| #ifdef HAVE_NETINET_IN_H
| #include <netinet/in.h>
| #endif
| #ifdef HAVE_NETINET_IN6_H
| #include <netinet/in6.h>
| #endif
| #ifdef HAVE_SYS_UN_H
| #include <sys/un.h>
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| #ifdef HAVE_NETDB_H
| #include <netdb.h>
| #endif
| #ifdef _WIN32
| #define WIN32_WINNT 0x400
| #define _WIN32_WINNT 0x400
| #define WIN32_LEAN_AND_MEAN
| #if defined(_MSC_VER) && (_MSC_VER < 1300)
| #include <winsock.h>
| #else
| #include <winsock2.h>
| #include <ws2tcpip.h>
| #endif
| #endif
|
|
| int
| main ()
| {
| if (sizeof ((struct sockaddr_storage)))
| return 0;
| ;
| return 0;
| }
configure:15339: result: yes
configure:15378: checking for struct in6_addr.s6_addr32
configure:15378: gcc -c -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
configure:15378: $? = 0
configure:15378: result: yes
configure:15409: checking for struct in6_addr.s6_addr16
configure:15409: gcc -c -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
configure:15409: $? = 0
configure:15409: result: yes
configure:15440: checking for struct sockaddr_in.sin_len
configure:15440: gcc -c -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
conftest.c: In function 'main':
conftest.c:153:12: error: 'struct sockaddr_in' has no member named 'sin_len'
153 | if (ac_aggr.sin_len)
| ^
conftest.c:152:27: warning: variable 'ac_aggr' set but not used [-Wunused-but-set-variable]
152 | static struct sockaddr_in ac_aggr;
| ^~~~~~~
configure:15440: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libevent"
| #define PACKAGE_TARNAME "libevent"
| #define PACKAGE_VERSION "2.1.11-stable"
| #define PACKAGE_STRING "libevent 2.1.11-stable"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libevent"
| #define VERSION "2.1.11-stable"
| #define NUMERIC_VERSION 0x02010b00
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ 1
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_OPENSSL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_POLL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_EVENTFD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMERFD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_TAILQFOREACH 1
| #define HAVE_TIMERADD 1
| #define HAVE_TIMERCMP 1
| #define HAVE_TIMERCLEAR 1
| #define HAVE_TIMERISSET 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_ACCEPT4 1
| #define HAVE_EVENTFD 1
| #define HAVE_EPOLL_CREATE1 1
| #define HAVE_FCNTL 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GETPROTOBYNUMBER 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_MMAP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_PIPE 1
| #define HAVE_PIPE2 1
| #define HAVE_PUTENV 1
| #define HAVE_SENDFILE 1
| #define HAVE_SETENV 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGNAL 1
| #define HAVE_SPLICE 1
| #define HAVE_STRSEP 1
| #define HAVE_STRTOK_R 1
| #define HAVE_STRTOLL 1
| #define HAVE_TIMERFD_CREATE 1
| #define HAVE_UMASK 1
| #define HAVE_UNSETENV 1
| #define HAVE_USLEEP 1
| #define HAVE_VASPRINTF 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_SETFD 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_EPOLL_CTL 1
| #define HAVE_EPOLL 1
| #define HAVE_UINT64_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_FD_MASK 1
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define HAVE_STRUCT_IN6_ADDR 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_UN 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_IN6_ADDR_S6_ADDR32 1
| #define HAVE_STRUCT_IN6_ADDR_S6_ADDR16 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #ifdef HAVE_NETINET_IN_H
| #include <netinet/in.h>
| #endif
| #ifdef HAVE_NETINET_IN6_H
| #include <netinet/in6.h>
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| #ifdef _WIN32
| #define WIN32_WINNT 0x400
| #define _WIN32_WINNT 0x400
| #define WIN32_LEAN_AND_MEAN
| #if defined(_MSC_VER) && (_MSC_VER < 1300)
| #include <winsock.h>
| #else
| #include <winsock2.h>
| #include <ws2tcpip.h>
| #endif
| #endif
|
|
| int
| main ()
| {
| static struct sockaddr_in ac_aggr;
| if (ac_aggr.sin_len)
| return 0;
| ;
| return 0;
| }
configure:15440: gcc -c -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
conftest.c: In function 'main':
conftest.c:153:19: error: 'struct sockaddr_in' has no member named 'sin_len'
153 | if (sizeof ac_aggr.sin_len)
| ^
conftest.c:152:27: warning: variable 'ac_aggr' set but not used [-Wunused-but-set-variable]
152 | static struct sockaddr_in ac_aggr;
| ^~~~~~~
configure:15440: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libevent"
| #define PACKAGE_TARNAME "libevent"
| #define PACKAGE_VERSION "2.1.11-stable"
| #define PACKAGE_STRING "libevent 2.1.11-stable"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libevent"
| #define VERSION "2.1.11-stable"
| #define NUMERIC_VERSION 0x02010b00
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ 1
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_OPENSSL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_POLL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_EVENTFD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMERFD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_TAILQFOREACH 1
| #define HAVE_TIMERADD 1
| #define HAVE_TIMERCMP 1
| #define HAVE_TIMERCLEAR 1
| #define HAVE_TIMERISSET 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_ACCEPT4 1
| #define HAVE_EVENTFD 1
| #define HAVE_EPOLL_CREATE1 1
| #define HAVE_FCNTL 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GETPROTOBYNUMBER 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_MMAP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_PIPE 1
| #define HAVE_PIPE2 1
| #define HAVE_PUTENV 1
| #define HAVE_SENDFILE 1
| #define HAVE_SETENV 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGNAL 1
| #define HAVE_SPLICE 1
| #define HAVE_STRSEP 1
| #define HAVE_STRTOK_R 1
| #define HAVE_STRTOLL 1
| #define HAVE_TIMERFD_CREATE 1
| #define HAVE_UMASK 1
| #define HAVE_UNSETENV 1
| #define HAVE_USLEEP 1
| #define HAVE_VASPRINTF 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_SETFD 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_EPOLL_CTL 1
| #define HAVE_EPOLL 1
| #define HAVE_UINT64_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_FD_MASK 1
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define HAVE_STRUCT_IN6_ADDR 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_UN 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_IN6_ADDR_S6_ADDR32 1
| #define HAVE_STRUCT_IN6_ADDR_S6_ADDR16 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #ifdef HAVE_NETINET_IN_H
| #include <netinet/in.h>
| #endif
| #ifdef HAVE_NETINET_IN6_H
| #include <netinet/in6.h>
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| #ifdef _WIN32
| #define WIN32_WINNT 0x400
| #define _WIN32_WINNT 0x400
| #define WIN32_LEAN_AND_MEAN
| #if defined(_MSC_VER) && (_MSC_VER < 1300)
| #include <winsock.h>
| #else
| #include <winsock2.h>
| #include <ws2tcpip.h>
| #endif
| #endif
|
|
| int
| main ()
| {
| static struct sockaddr_in ac_aggr;
| if (sizeof ac_aggr.sin_len)
| return 0;
| ;
| return 0;
| }
configure:15440: result: no
configure:15471: checking for struct sockaddr_in6.sin6_len
configure:15471: gcc -c -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
conftest.c: In function 'main':
conftest.c:153:12: error: 'struct sockaddr_in6' has no member named 'sin6_len'
153 | if (ac_aggr.sin6_len)
| ^
conftest.c:152:28: warning: variable 'ac_aggr' set but not used [-Wunused-but-set-variable]
152 | static struct sockaddr_in6 ac_aggr;
| ^~~~~~~
configure:15471: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libevent"
| #define PACKAGE_TARNAME "libevent"
| #define PACKAGE_VERSION "2.1.11-stable"
| #define PACKAGE_STRING "libevent 2.1.11-stable"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libevent"
| #define VERSION "2.1.11-stable"
| #define NUMERIC_VERSION 0x02010b00
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ 1
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_OPENSSL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_POLL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_EVENTFD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMERFD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_TAILQFOREACH 1
| #define HAVE_TIMERADD 1
| #define HAVE_TIMERCMP 1
| #define HAVE_TIMERCLEAR 1
| #define HAVE_TIMERISSET 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_ACCEPT4 1
| #define HAVE_EVENTFD 1
| #define HAVE_EPOLL_CREATE1 1
| #define HAVE_FCNTL 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GETPROTOBYNUMBER 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_MMAP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_PIPE 1
| #define HAVE_PIPE2 1
| #define HAVE_PUTENV 1
| #define HAVE_SENDFILE 1
| #define HAVE_SETENV 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGNAL 1
| #define HAVE_SPLICE 1
| #define HAVE_STRSEP 1
| #define HAVE_STRTOK_R 1
| #define HAVE_STRTOLL 1
| #define HAVE_TIMERFD_CREATE 1
| #define HAVE_UMASK 1
| #define HAVE_UNSETENV 1
| #define HAVE_USLEEP 1
| #define HAVE_VASPRINTF 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_SETFD 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_EPOLL_CTL 1
| #define HAVE_EPOLL 1
| #define HAVE_UINT64_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_FD_MASK 1
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define HAVE_STRUCT_IN6_ADDR 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_UN 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_IN6_ADDR_S6_ADDR32 1
| #define HAVE_STRUCT_IN6_ADDR_S6_ADDR16 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #ifdef HAVE_NETINET_IN_H
| #include <netinet/in.h>
| #endif
| #ifdef HAVE_NETINET_IN6_H
| #include <netinet/in6.h>
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| #ifdef _WIN32
| #define WIN32_WINNT 0x400
| #define _WIN32_WINNT 0x400
| #define WIN32_LEAN_AND_MEAN
| #if defined(_MSC_VER) && (_MSC_VER < 1300)
| #include <winsock.h>
| #else
| #include <winsock2.h>
| #include <ws2tcpip.h>
| #endif
| #endif
|
|
| int
| main ()
| {
| static struct sockaddr_in6 ac_aggr;
| if (ac_aggr.sin6_len)
| return 0;
| ;
| return 0;
| }
configure:15471: gcc -c -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
conftest.c: In function 'main':
conftest.c:153:19: error: 'struct sockaddr_in6' has no member named 'sin6_len'
153 | if (sizeof ac_aggr.sin6_len)
| ^
conftest.c:152:28: warning: variable 'ac_aggr' set but not used [-Wunused-but-set-variable]
152 | static struct sockaddr_in6 ac_aggr;
| ^~~~~~~
configure:15471: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libevent"
| #define PACKAGE_TARNAME "libevent"
| #define PACKAGE_VERSION "2.1.11-stable"
| #define PACKAGE_STRING "libevent 2.1.11-stable"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libevent"
| #define VERSION "2.1.11-stable"
| #define NUMERIC_VERSION 0x02010b00
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ 1
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_OPENSSL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_POLL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_EVENTFD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMERFD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_TAILQFOREACH 1
| #define HAVE_TIMERADD 1
| #define HAVE_TIMERCMP 1
| #define HAVE_TIMERCLEAR 1
| #define HAVE_TIMERISSET 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_ACCEPT4 1
| #define HAVE_EVENTFD 1
| #define HAVE_EPOLL_CREATE1 1
| #define HAVE_FCNTL 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GETPROTOBYNUMBER 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_MMAP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_PIPE 1
| #define HAVE_PIPE2 1
| #define HAVE_PUTENV 1
| #define HAVE_SENDFILE 1
| #define HAVE_SETENV 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGNAL 1
| #define HAVE_SPLICE 1
| #define HAVE_STRSEP 1
| #define HAVE_STRTOK_R 1
| #define HAVE_STRTOLL 1
| #define HAVE_TIMERFD_CREATE 1
| #define HAVE_UMASK 1
| #define HAVE_UNSETENV 1
| #define HAVE_USLEEP 1
| #define HAVE_VASPRINTF 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_SETFD 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_EPOLL_CTL 1
| #define HAVE_EPOLL 1
| #define HAVE_UINT64_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_FD_MASK 1
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define HAVE_STRUCT_IN6_ADDR 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_UN 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_IN6_ADDR_S6_ADDR32 1
| #define HAVE_STRUCT_IN6_ADDR_S6_ADDR16 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #ifdef HAVE_NETINET_IN_H
| #include <netinet/in.h>
| #endif
| #ifdef HAVE_NETINET_IN6_H
| #include <netinet/in6.h>
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| #ifdef _WIN32
| #define WIN32_WINNT 0x400
| #define _WIN32_WINNT 0x400
| #define WIN32_LEAN_AND_MEAN
| #if defined(_MSC_VER) && (_MSC_VER < 1300)
| #include <winsock.h>
| #else
| #include <winsock2.h>
| #include <ws2tcpip.h>
| #endif
| #endif
|
|
| int
| main ()
| {
| static struct sockaddr_in6 ac_aggr;
| if (sizeof ac_aggr.sin6_len)
| return 0;
| ;
| return 0;
| }
configure:15471: result: no
configure:15502: checking for struct sockaddr_storage.ss_family
configure:15502: gcc -c -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
configure:15502: $? = 0
configure:15502: result: yes
configure:15533: checking for struct sockaddr_storage.__ss_family
configure:15533: gcc -c -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
conftest.c: In function 'main':
conftest.c:154:13: error: 'struct sockaddr_storage' has no member named '__ss_family'; did you mean 'ss_family'?
154 | if (ac_aggr.__ss_family)
| ^~~~~~~~~~~
| ss_family
conftest.c:153:32: warning: variable 'ac_aggr' set but not used [-Wunused-but-set-variable]
153 | static struct sockaddr_storage ac_aggr;
| ^~~~~~~
configure:15533: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libevent"
| #define PACKAGE_TARNAME "libevent"
| #define PACKAGE_VERSION "2.1.11-stable"
| #define PACKAGE_STRING "libevent 2.1.11-stable"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libevent"
| #define VERSION "2.1.11-stable"
| #define NUMERIC_VERSION 0x02010b00
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ 1
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_OPENSSL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_POLL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_EVENTFD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMERFD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_TAILQFOREACH 1
| #define HAVE_TIMERADD 1
| #define HAVE_TIMERCMP 1
| #define HAVE_TIMERCLEAR 1
| #define HAVE_TIMERISSET 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_ACCEPT4 1
| #define HAVE_EVENTFD 1
| #define HAVE_EPOLL_CREATE1 1
| #define HAVE_FCNTL 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GETPROTOBYNUMBER 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_MMAP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_PIPE 1
| #define HAVE_PIPE2 1
| #define HAVE_PUTENV 1
| #define HAVE_SENDFILE 1
| #define HAVE_SETENV 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGNAL 1
| #define HAVE_SPLICE 1
| #define HAVE_STRSEP 1
| #define HAVE_STRTOK_R 1
| #define HAVE_STRTOLL 1
| #define HAVE_TIMERFD_CREATE 1
| #define HAVE_UMASK 1
| #define HAVE_UNSETENV 1
| #define HAVE_USLEEP 1
| #define HAVE_VASPRINTF 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_SETFD 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_EPOLL_CTL 1
| #define HAVE_EPOLL 1
| #define HAVE_UINT64_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_FD_MASK 1
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define HAVE_STRUCT_IN6_ADDR 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_UN 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_IN6_ADDR_S6_ADDR32 1
| #define HAVE_STRUCT_IN6_ADDR_S6_ADDR16 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #ifdef HAVE_NETINET_IN_H
| #include <netinet/in.h>
| #endif
| #ifdef HAVE_NETINET_IN6_H
| #include <netinet/in6.h>
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| #ifdef _WIN32
| #define WIN32_WINNT 0x400
| #define _WIN32_WINNT 0x400
| #define WIN32_LEAN_AND_MEAN
| #if defined(_MSC_VER) && (_MSC_VER < 1300)
| #include <winsock.h>
| #else
| #include <winsock2.h>
| #include <ws2tcpip.h>
| #endif
| #endif
|
|
| int
| main ()
| {
| static struct sockaddr_storage ac_aggr;
| if (ac_aggr.__ss_family)
| return 0;
| ;
| return 0;
| }
configure:15533: gcc -c -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
conftest.c: In function 'main':
conftest.c:154:20: error: 'struct sockaddr_storage' has no member named '__ss_family'; did you mean 'ss_family'?
154 | if (sizeof ac_aggr.__ss_family)
| ^~~~~~~~~~~
| ss_family
conftest.c:153:32: warning: variable 'ac_aggr' set but not used [-Wunused-but-set-variable]
153 | static struct sockaddr_storage ac_aggr;
| ^~~~~~~
configure:15533: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libevent"
| #define PACKAGE_TARNAME "libevent"
| #define PACKAGE_VERSION "2.1.11-stable"
| #define PACKAGE_STRING "libevent 2.1.11-stable"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libevent"
| #define VERSION "2.1.11-stable"
| #define NUMERIC_VERSION 0x02010b00
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ 1
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_OPENSSL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_POLL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_EVENTFD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMERFD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_TAILQFOREACH 1
| #define HAVE_TIMERADD 1
| #define HAVE_TIMERCMP 1
| #define HAVE_TIMERCLEAR 1
| #define HAVE_TIMERISSET 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_ACCEPT4 1
| #define HAVE_EVENTFD 1
| #define HAVE_EPOLL_CREATE1 1
| #define HAVE_FCNTL 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GETPROTOBYNUMBER 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_MMAP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_PIPE 1
| #define HAVE_PIPE2 1
| #define HAVE_PUTENV 1
| #define HAVE_SENDFILE 1
| #define HAVE_SETENV 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGNAL 1
| #define HAVE_SPLICE 1
| #define HAVE_STRSEP 1
| #define HAVE_STRTOK_R 1
| #define HAVE_STRTOLL 1
| #define HAVE_TIMERFD_CREATE 1
| #define HAVE_UMASK 1
| #define HAVE_UNSETENV 1
| #define HAVE_USLEEP 1
| #define HAVE_VASPRINTF 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_SETFD 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_EPOLL_CTL 1
| #define HAVE_EPOLL 1
| #define HAVE_UINT64_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_FD_MASK 1
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define HAVE_STRUCT_IN6_ADDR 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_UN 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_IN6_ADDR_S6_ADDR32 1
| #define HAVE_STRUCT_IN6_ADDR_S6_ADDR16 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #ifdef HAVE_NETINET_IN_H
| #include <netinet/in.h>
| #endif
| #ifdef HAVE_NETINET_IN6_H
| #include <netinet/in6.h>
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| #ifdef _WIN32
| #define WIN32_WINNT 0x400
| #define _WIN32_WINNT 0x400
| #define WIN32_LEAN_AND_MEAN
| #if defined(_MSC_VER) && (_MSC_VER < 1300)
| #include <winsock.h>
| #else
| #include <winsock2.h>
| #include <ws2tcpip.h>
| #endif
| #endif
|
|
| int
| main ()
| {
| static struct sockaddr_storage ac_aggr;
| if (sizeof ac_aggr.__ss_family)
| return 0;
| ;
| return 0;
| }
configure:15533: result: no
configure:15566: checking for struct linger
configure:15566: gcc -c -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
configure:15566: $? = 0
configure:15566: gcc -c -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
conftest.c: In function 'main':
conftest.c:136:28: error: expected expression before ')' token
136 | if (sizeof ((struct linger)))
| ^
configure:15566: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libevent"
| #define PACKAGE_TARNAME "libevent"
| #define PACKAGE_VERSION "2.1.11-stable"
| #define PACKAGE_STRING "libevent 2.1.11-stable"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libevent"
| #define VERSION "2.1.11-stable"
| #define NUMERIC_VERSION 0x02010b00
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ 1
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_OPENSSL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_POLL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_EVENTFD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMERFD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_TAILQFOREACH 1
| #define HAVE_TIMERADD 1
| #define HAVE_TIMERCMP 1
| #define HAVE_TIMERCLEAR 1
| #define HAVE_TIMERISSET 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_ACCEPT4 1
| #define HAVE_EVENTFD 1
| #define HAVE_EPOLL_CREATE1 1
| #define HAVE_FCNTL 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GETPROTOBYNUMBER 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_MMAP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_PIPE 1
| #define HAVE_PIPE2 1
| #define HAVE_PUTENV 1
| #define HAVE_SENDFILE 1
| #define HAVE_SETENV 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGNAL 1
| #define HAVE_SPLICE 1
| #define HAVE_STRSEP 1
| #define HAVE_STRTOK_R 1
| #define HAVE_STRTOLL 1
| #define HAVE_TIMERFD_CREATE 1
| #define HAVE_UMASK 1
| #define HAVE_UNSETENV 1
| #define HAVE_USLEEP 1
| #define HAVE_VASPRINTF 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_SETFD 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_EPOLL_CTL 1
| #define HAVE_EPOLL 1
| #define HAVE_UINT64_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_FD_MASK 1
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define HAVE_STRUCT_IN6_ADDR 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_UN 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_IN6_ADDR_S6_ADDR32 1
| #define HAVE_STRUCT_IN6_ADDR_S6_ADDR16 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| /* end confdefs.h. */
|
| #ifdef HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
|
|
| int
| main ()
| {
| if (sizeof ((struct linger)))
| return 0;
| ;
| return 0;
| }
configure:15566: result: yes
configure:15582: checking for socklen_t
configure:15601: gcc -c -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
conftest.c: In function 'main':
conftest.c:138:11: warning: unused variable 'x' [-Wunused-variable]
138 | socklen_t x;
| ^
configure:15601: $? = 0
configure:15602: result: yes
configure:15615: checking whether our compiler supports __func__
configure:15628: gcc -c -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
conftest.c: In function 'main':
conftest.c:132:14: warning: unused variable 'cp' [-Wunused-variable]
132 | const char *cp = __func__;
| ^~
configure:15628: $? = 0
configure:15632: result: yes
configure:15641: checking whether our compiler supports __FUNCTION__
configure:15654: gcc -c -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
conftest.c: In function 'main':
conftest.c:133:14: warning: unused variable 'cp' [-Wunused-variable]
133 | const char *cp = __FUNCTION__;
| ^~
configure:15654: $? = 0
configure:15658: result: yes
configure:15836: checking for the pthreads library -lpthreads
configure:15869: gcc -o conftest -g -O2 -Wall -fno-strict-aliasing conftest.c -lpthreads >&5
conftest.c: In function 'main':
conftest.c:135:22: warning: argument 1 null where non-null expected [-Wnonnull]
135 | pthread_attr_init(0); pthread_cleanup_push(0, 0);
| ^~~~~~~~~~~~~~~~~
In file included from conftest.c:130:
/usr/include/pthread.h:285:12: note: in a call to function 'pthread_attr_init' declared 'nonnull'
285 | extern int pthread_attr_init (pthread_attr_t *__attr) __THROW __nonnull ((1));
| ^~~~~~~~~~~~~~~~~
conftest.c:136:22: warning: argument 1 null where non-null expected [-Wnonnull]
136 | pthread_create(0,0,0,0); pthread_cleanup_pop(0);
| ^~~~~~~~~~~~~~
In file included from conftest.c:130:
/usr/include/pthread.h:202:12: note: in a call to function 'pthread_create' declared 'nonnull'
202 | extern int pthread_create (pthread_t *__restrict __newthread,
| ^~~~~~~~~~~~~~
conftest.c:136:22: warning: argument 3 null where non-null expected [-Wnonnull]
136 | pthread_create(0,0,0,0); pthread_cleanup_pop(0);
| ^~~~~~~~~~~~~~
In file included from conftest.c:130:
/usr/include/pthread.h:202:12: note: in a call to function 'pthread_create' declared 'nonnull'
202 | extern int pthread_create (pthread_t *__restrict __newthread,
| ^~~~~~~~~~~~~~
conftest.c:134:15: warning: 'th' is used uninitialized [-Wuninitialized]
134 | pthread_t th; pthread_join(th, 0);
| ^~~~~~~~~~~~~~~~~~~
/usr/bin/ld: cannot find -lpthreads: No such file or directory
collect2: error: ld returned 1 exit status
configure:15869: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libevent"
| #define PACKAGE_TARNAME "libevent"
| #define PACKAGE_VERSION "2.1.11-stable"
| #define PACKAGE_STRING "libevent 2.1.11-stable"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libevent"
| #define VERSION "2.1.11-stable"
| #define NUMERIC_VERSION 0x02010b00
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ 1
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_OPENSSL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_POLL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_EVENTFD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMERFD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_TAILQFOREACH 1
| #define HAVE_TIMERADD 1
| #define HAVE_TIMERCMP 1
| #define HAVE_TIMERCLEAR 1
| #define HAVE_TIMERISSET 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_ACCEPT4 1
| #define HAVE_EVENTFD 1
| #define HAVE_EPOLL_CREATE1 1
| #define HAVE_FCNTL 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GETPROTOBYNUMBER 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_MMAP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_PIPE 1
| #define HAVE_PIPE2 1
| #define HAVE_PUTENV 1
| #define HAVE_SENDFILE 1
| #define HAVE_SETENV 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGNAL 1
| #define HAVE_SPLICE 1
| #define HAVE_STRSEP 1
| #define HAVE_STRTOK_R 1
| #define HAVE_STRTOLL 1
| #define HAVE_TIMERFD_CREATE 1
| #define HAVE_UMASK 1
| #define HAVE_UNSETENV 1
| #define HAVE_USLEEP 1
| #define HAVE_VASPRINTF 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_SETFD 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_EPOLL_CTL 1
| #define HAVE_EPOLL 1
| #define HAVE_UINT64_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_FD_MASK 1
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define HAVE_STRUCT_IN6_ADDR 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_UN 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_IN6_ADDR_S6_ADDR32 1
| #define HAVE_STRUCT_IN6_ADDR_S6_ADDR16 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_LINGER 1
| #define HAVE___func__ 1
| #define HAVE___FUNCTION__ 1
| /* end confdefs.h. */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
| pthread_attr_init(0); pthread_cleanup_push(0, 0);
| pthread_create(0,0,0,0); pthread_cleanup_pop(0);
| ;
| return 0;
| }
configure:15878: result: no
configure:15781: checking whether pthreads work without any flags
configure:15869: gcc -o conftest -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
conftest.c: In function 'main':
conftest.c:135:22: warning: argument 1 null where non-null expected [-Wnonnull]
135 | pthread_attr_init(0); pthread_cleanup_push(0, 0);
| ^~~~~~~~~~~~~~~~~
In file included from conftest.c:130:
/usr/include/pthread.h:285:12: note: in a call to function 'pthread_attr_init' declared 'nonnull'
285 | extern int pthread_attr_init (pthread_attr_t *__attr) __THROW __nonnull ((1));
| ^~~~~~~~~~~~~~~~~
conftest.c:136:22: warning: argument 1 null where non-null expected [-Wnonnull]
136 | pthread_create(0,0,0,0); pthread_cleanup_pop(0);
| ^~~~~~~~~~~~~~
In file included from conftest.c:130:
/usr/include/pthread.h:202:12: note: in a call to function 'pthread_create' declared 'nonnull'
202 | extern int pthread_create (pthread_t *__restrict __newthread,
| ^~~~~~~~~~~~~~
conftest.c:136:22: warning: argument 3 null where non-null expected [-Wnonnull]
136 | pthread_create(0,0,0,0); pthread_cleanup_pop(0);
| ^~~~~~~~~~~~~~
In file included from conftest.c:130:
/usr/include/pthread.h:202:12: note: in a call to function 'pthread_create' declared 'nonnull'
202 | extern int pthread_create (pthread_t *__restrict __newthread,
| ^~~~~~~~~~~~~~
conftest.c:134:15: warning: 'th' is used uninitialized [-Wuninitialized]
134 | pthread_t th; pthread_join(th, 0);
| ^~~~~~~~~~~~~~~~~~~
configure:15869: $? = 0
configure:15878: result: yes
configure:15897: checking for joinable pthread attribute
configure:15912: gcc -o conftest -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
configure:15912: $? = 0
configure:15918: result: PTHREAD_CREATE_JOINABLE
configure:15928: checking if more special flags are required for pthreads
configure:15935: result: no
configure:16024: checking size of pthread_t
configure:16029: gcc -o conftest -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
configure:16029: $? = 0
configure:16029: ./conftest
configure:16029: $? = 0
configure:16046: result: 8
configure:16128: gcc -c -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
configure:16128: $? = 0
configure:16149: gcc -c -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
configure:16149: $? = 0
configure:16170: gcc -c -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
configure:16170: $? = 0
configure:16191: gcc -c -g -O2 -Wall -fno-strict-aliasing conftest.c >&5
conftest.c: In function 'main':
conftest.c:138:2: error: #error
138 | #error
| ^~~~~
configure:16191: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libevent"
| #define PACKAGE_TARNAME "libevent"
| #define PACKAGE_VERSION "2.1.11-stable"
| #define PACKAGE_STRING "libevent 2.1.11-stable"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libevent"
| #define VERSION "2.1.11-stable"
| #define NUMERIC_VERSION 0x02010b00
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ 1
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_OPENSSL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_POLL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_EVENTFD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMERFD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_TAILQFOREACH 1
| #define HAVE_TIMERADD 1
| #define HAVE_TIMERCMP 1
| #define HAVE_TIMERCLEAR 1
| #define HAVE_TIMERISSET 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_ACCEPT4 1
| #define HAVE_EVENTFD 1
| #define HAVE_EPOLL_CREATE1 1
| #define HAVE_FCNTL 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GETPROTOBYNUMBER 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_MMAP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_PIPE 1
| #define HAVE_PIPE2 1
| #define HAVE_PUTENV 1
| #define HAVE_SENDFILE 1
| #define HAVE_SETENV 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGNAL 1
| #define HAVE_SPLICE 1
| #define HAVE_STRSEP 1
| #define HAVE_STRTOK_R 1
| #define HAVE_STRTOLL 1
| #define HAVE_TIMERFD_CREATE 1
| #define HAVE_UMASK 1
| #define HAVE_UNSETENV 1
| #define HAVE_USLEEP 1
| #define HAVE_VASPRINTF 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_SETFD 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_EPOLL_CTL 1
| #define HAVE_EPOLL 1
| #define HAVE_UINT64_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_FD_MASK 1
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define HAVE_STRUCT_IN6_ADDR 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_UN 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_IN6_ADDR_S6_ADDR32 1
| #define HAVE_STRUCT_IN6_ADDR_S6_ADDR16 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_LINGER 1
| #define HAVE___func__ 1
| #define HAVE___FUNCTION__ 1
| #define HAVE_PTHREADS 1
| #define SIZEOF_PTHREAD_T 8
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| #if !defined(__clang__)
| #error
| #endif
| ;
| return 0;
| }
configure:16438: checking that generated files are newer than configure
configure:16444: result: done
configure:16547: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by libevent config.status 2.1.11-stable, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on simonzhangsz
config.status:1252: creating libevent.pc
config.status:1252: creating libevent_openssl.pc
config.status:1252: creating libevent_pthreads.pc
config.status:1252: creating libevent_core.pc
config.status:1252: creating libevent_extra.pc
config.status:1252: creating Makefile
config.status:1252: creating config.h
config.status:1252: creating evconfig-private.h
config.status:1481: executing depfiles commands
config.status:1558: cd . && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles
config.status:1563: $? = 0
config.status:1481: executing libtool commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_inline=inline
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_LT_SYS_LIBRARY_PATH_set=
ac_cv_env_LT_SYS_LIBRARY_PATH_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func_accept4=yes
ac_cv_func_arc4random=no
ac_cv_func_arc4random_addrandom=no
ac_cv_func_arc4random_buf=no
ac_cv_func_clock_gettime=yes
ac_cv_func_epoll_create1=yes
ac_cv_func_epoll_ctl=yes
ac_cv_func_eventfd=yes
ac_cv_func_fcntl=yes
ac_cv_func_getegid=yes
ac_cv_func_geteuid=yes
ac_cv_func_getifaddrs=yes
ac_cv_func_getnameinfo=yes
ac_cv_func_getprotobynumber=yes
ac_cv_func_getservbyname=yes
ac_cv_func_gettimeofday=yes
ac_cv_func_inet_ntop=yes
ac_cv_func_inet_pton=yes
ac_cv_func_issetugid=no
ac_cv_func_mach_absolute_time=no
ac_cv_func_mmap=yes
ac_cv_func_nanosleep=yes
ac_cv_func_pipe2=yes
ac_cv_func_pipe=yes
ac_cv_func_poll=yes
ac_cv_func_port_create=no
ac_cv_func_putenv=yes
ac_cv_func_select=yes
ac_cv_func_sendfile=yes
ac_cv_func_setenv=yes
ac_cv_func_setrlimit=yes
ac_cv_func_sigaction=yes
ac_cv_func_signal=yes
ac_cv_func_splice=yes
ac_cv_func_strlcpy=no
ac_cv_func_strsep=yes
ac_cv_func_strtok_r=yes
ac_cv_func_strtoll=yes
ac_cv_func_sysctl=no
ac_cv_func_timerfd_create=yes
ac_cv_func_umask=yes
ac_cv_func_unsetenv=yes
ac_cv_func_usleep=yes
ac_cv_func_vasprintf=yes
ac_cv_header_arpa_inet_h=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_errno_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_ifaddrs_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_mach_mach_time_h=no
ac_cv_header_memory_h=yes
ac_cv_header_minix_config_h=no
ac_cv_header_netdb_h=yes
ac_cv_header_netinet_in6_h=no
ac_cv_header_netinet_in_h=yes
ac_cv_header_netinet_tcp_h=yes
ac_cv_header_openssl_ssl_h=yes
ac_cv_header_poll_h=yes
ac_cv_header_port_h=no
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_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_devpoll_h=no
ac_cv_header_sys_epoll_h=yes
ac_cv_header_sys_event_h=no
ac_cv_header_sys_eventfd_h=yes
ac_cv_header_sys_ioctl_h=yes
ac_cv_header_sys_mman_h=yes
ac_cv_header_sys_param_h=yes
ac_cv_header_sys_queue_h=yes
ac_cv_header_sys_resource_h=yes
ac_cv_header_sys_select_h=yes
ac_cv_header_sys_sendfile_h=yes
ac_cv_header_sys_socket_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_sysctl_h=no
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_timerfd_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_time=yes
ac_cv_header_unistd_h=yes
ac_cv_header_zlib_h=yes
ac_cv_host=x86_64-pc-linux-gnu
ac_cv_member_struct_in6_addr_s6_addr16=yes
ac_cv_member_struct_in6_addr_s6_addr32=yes
ac_cv_member_struct_sockaddr_in6_sin6_len=no
ac_cv_member_struct_sockaddr_in_sin_len=no
ac_cv_member_struct_sockaddr_storage___ss_family=no
ac_cv_member_struct_sockaddr_storage_ss_family=yes
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_FGREP='/usr/bin/grep -F'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_SED=/usr/bin/sed
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_lt_DD=/usr/bin/dd
ac_cv_path_mkdir=/usr/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
ac_cv_prog_ac_ct_OBJDUMP=objdump
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_gcc_traditional=no
ac_cv_prog_make_make_set=yes
ac_cv_safe_to_define___extensions__=yes
ac_cv_search_clock_gettime='none required'
ac_cv_search_inet_aton='none required'
ac_cv_search_inet_ntoa='none required'
ac_cv_search_inflateEnd=-lz
ac_cv_search_sendfile='none required'
ac_cv_search_socket='none required'
ac_cv_sizeof_int=4
ac_cv_sizeof_long=8
ac_cv_sizeof_long_long=8
ac_cv_sizeof_off_t=8
ac_cv_sizeof_pthread_t=8
ac_cv_sizeof_short=2
ac_cv_sizeof_size_t=8
ac_cv_sizeof_time_t=8
ac_cv_sizeof_void_p=8
ac_cv_sys_file_offset_bits=no
ac_cv_sys_largefile_CC=no
ac_cv_type_fd_mask=yes
ac_cv_type_pid_t=yes
ac_cv_type_sa_family_t=yes
ac_cv_type_size_t=yes
ac_cv_type_ssize_t=yes
ac_cv_type_struct_addrinfo=yes
ac_cv_type_struct_in6_addr=yes
ac_cv_type_struct_linger=yes
ac_cv_type_struct_sockaddr_in6=yes
ac_cv_type_struct_sockaddr_storage=yes
ac_cv_type_struct_sockaddr_un=yes
ac_cv_type_uint16_t=yes
ac_cv_type_uint32_t=yes
ac_cv_type_uint64_t=yes
ac_cv_type_uint8_t=yes
ac_cv_type_uintptr_t=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
libevent_cv_getaddrinfo=yes
lt_cv_ar_at_file=@
lt_cv_archive_cmds_need_lc=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_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_mainfest_tool=no
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_pic='-fPIC -DPIC'
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_compiler_static_works=yes
lt_cv_prog_gnu_ld=yes
lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
lt_cv_shlibpath_overrides_runpath=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_global_symbol_to_import=
lt_cv_sys_max_cmd_len=1572864
lt_cv_to_host_file_cmd=func_convert_file_noop
lt_cv_to_tool_file_cmd=func_convert_file_noop
lt_cv_truncate_bin='/usr/bin/dd bs=4096 count=1'
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /home/simon/ocs.git/selfcare/proxy_c/third-lib/libevent-2.1.11-stable/missing aclocal-1.16'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='0'
AM_V='$(V)'
AR='ar'
AUTOCONF='${SHELL} /home/simon/ocs.git/selfcare/proxy_c/third-lib/libevent-2.1.11-stable/missing autoconf'
AUTOHEADER='${SHELL} /home/simon/ocs.git/selfcare/proxy_c/third-lib/libevent-2.1.11-stable/missing autoheader'
AUTOMAKE='${SHELL} /home/simon/ocs.git/selfcare/proxy_c/third-lib/libevent-2.1.11-stable/missing automake-1.16'
AWK='gawk'
BUILD_CYGWIN_FALSE=''
BUILD_CYGWIN_TRUE='#'
BUILD_MIDIPIX_FALSE=''
BUILD_MIDIPIX_TRUE='#'
BUILD_REGRESS_FALSE='#'
BUILD_REGRESS_TRUE=''
BUILD_SAMPLES_FALSE='#'
BUILD_SAMPLES_TRUE=''
BUILD_WIN32_FALSE=''
BUILD_WIN32_TRUE='#'
BUILD_WITH_NO_UNDEFINED_FALSE=''
BUILD_WITH_NO_UNDEFINED_TRUE='#'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2 -Wall -fno-strict-aliasing -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wmissing-declarations -Wredundant-decls -Wnested-externs -Wbad-function-cast -Wno-unused-parameter -Wstrict-aliasing -Winit-self -Wmissing-field-initializers -Wdeclaration-after-statement -Waddress -Wnormalized=id -Woverride-init -Wlogical-op'
CPP='gcc -E'
CPPFLAGS=''
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DEVPOLL_BACKEND_FALSE=''
DEVPOLL_BACKEND_TRUE='#'
DLLTOOL='false'
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
EPOLL_BACKEND_FALSE='#'
EPOLL_BACKEND_TRUE=''
EVPORT_BACKEND_FALSE=''
EVPORT_BACKEND_TRUE='#'
EV_LIB_GDI=''
EV_LIB_WS32=''
EXEEXT=''
FGREP='/usr/bin/grep -F'
GREP='/usr/bin/grep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_LIBEVENT_FALSE='#'
INSTALL_LIBEVENT_TRUE=''
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
KQUEUE_BACKEND_FALSE=''
KQUEUE_BACKEND_TRUE='#'
LD='/usr/bin/ld -m elf_x86_64'
LDFLAGS=''
LIBEVENT_GC_SECTIONS=''
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIBTOOL_DEPS='./ltmain.sh'
LIPO=''
LN_S='ln -s'
LTLIBOBJS=''
LT_SYS_LIBRARY_PATH=''
MAKEINFO='${SHELL} /home/simon/ocs.git/selfcare/proxy_c/third-lib/libevent-2.1.11-stable/missing makeinfo'
MANIFEST_TOOL=':'
MKDIR_P='/usr/bin/mkdir -p'
NM='/usr/bin/nm -B'
NMEDIT=''
OBJDUMP='objdump'
OBJEXT='o'
OPENSSL_FALSE='#'
OPENSSL_INCS=''
OPENSSL_LIBADD=''
OPENSSL_LIBS='-lssl -lcrypto '
OPENSSL_TRUE=''
OTOOL64=''
OTOOL=''
PACKAGE='libevent'
PACKAGE_BUGREPORT=''
PACKAGE_NAME='libevent'
PACKAGE_STRING='libevent 2.1.11-stable'
PACKAGE_TARNAME='libevent'
PACKAGE_URL=''
PACKAGE_VERSION='2.1.11-stable'
PATH_SEPARATOR=':'
PKG_CONFIG='/usr/bin/pkg-config'
POLL_BACKEND_FALSE='#'
POLL_BACKEND_TRUE=''
PTHREADS_FALSE='#'
PTHREADS_TRUE=''
PTHREAD_CC='gcc'
PTHREAD_CFLAGS=''
PTHREAD_LIBS=''
RANLIB='ranlib'
SED='/usr/bin/sed'
SELECT_BACKEND_FALSE='#'
SELECT_BACKEND_TRUE=''
SET_MAKE=''
SHELL='/bin/bash'
SIGNAL_SUPPORT_FALSE='#'
SIGNAL_SUPPORT_TRUE=''
STRIP='strip'
STRLCPY_IMPL_FALSE='#'
STRLCPY_IMPL_TRUE=''
THREADS_FALSE='#'
THREADS_TRUE=''
VERSION='2.1.11-stable'
ZLIB_LIBS='-lz '
ZLIB_REGRESS_FALSE='#'
ZLIB_REGRESS_TRUE=''
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_DUMPBIN=''
acx_pthread_config=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build='x86_64-pc-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-pc-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/simon/ocs.git/selfcare/proxy_c/third-lib/libevent-2.1.11-stable/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(MKDIR_P)'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "libevent"
#define PACKAGE_TARNAME "libevent"
#define PACKAGE_VERSION "2.1.11-stable"
#define PACKAGE_STRING "libevent 2.1.11-stable"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define PACKAGE "libevent"
#define VERSION "2.1.11-stable"
#define NUMERIC_VERSION 0x02010b00
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define __EXTENSIONS__ 1
#define _ALL_SOURCE 1
#define _GNU_SOURCE 1
#define _POSIX_PTHREAD_SEMANTICS 1
#define _TANDEM_SOURCE 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define HAVE_CLOCK_GETTIME 1
#define HAVE_ZLIB_H 1
#define HAVE_LIBZ 1
#define HAVE_OPENSSL_SSL_H 1
#define HAVE_OPENSSL 1
#define HAVE_ARPA_INET_H 1
#define HAVE_FCNTL_H 1
#define HAVE_IFADDRS_H 1
#define HAVE_NETDB_H 1
#define HAVE_NETINET_IN_H 1
#define HAVE_NETINET_TCP_H 1
#define HAVE_SYS_UN_H 1
#define HAVE_POLL_H 1
#define HAVE_STDARG_H 1
#define HAVE_STDDEF_H 1
#define HAVE_SYS_EPOLL_H 1
#define HAVE_SYS_EVENTFD_H 1
#define HAVE_SYS_IOCTL_H 1
#define HAVE_SYS_MMAN_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_SYS_QUEUE_H 1
#define HAVE_SYS_RESOURCE_H 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_SYS_SENDFILE_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_TIMERFD_H 1
#define HAVE_SYS_UIO_H 1
#define HAVE_SYS_WAIT_H 1
#define HAVE_ERRNO_H 1
#define HAVE_TAILQFOREACH 1
#define HAVE_TIMERADD 1
#define HAVE_TIMERCMP 1
#define HAVE_TIMERCLEAR 1
#define HAVE_TIMERISSET 1
#define TIME_WITH_SYS_TIME 1
#define HAVE_ACCEPT4 1
#define HAVE_EVENTFD 1
#define HAVE_EPOLL_CREATE1 1
#define HAVE_FCNTL 1
#define HAVE_GETEGID 1
#define HAVE_GETEUID 1
#define HAVE_GETIFADDRS 1
#define HAVE_GETNAMEINFO 1
#define HAVE_GETPROTOBYNUMBER 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_INET_NTOP 1
#define HAVE_INET_PTON 1
#define HAVE_MMAP 1
#define HAVE_NANOSLEEP 1
#define HAVE_PIPE 1
#define HAVE_PIPE2 1
#define HAVE_PUTENV 1
#define HAVE_SENDFILE 1
#define HAVE_SETENV 1
#define HAVE_SETRLIMIT 1
#define HAVE_SIGACTION 1
#define HAVE_SIGNAL 1
#define HAVE_SPLICE 1
#define HAVE_STRSEP 1
#define HAVE_STRTOK_R 1
#define HAVE_STRTOLL 1
#define HAVE_TIMERFD_CREATE 1
#define HAVE_UMASK 1
#define HAVE_UNSETENV 1
#define HAVE_USLEEP 1
#define HAVE_VASPRINTF 1
#define HAVE_GETSERVBYNAME 1
#define HAVE_GETADDRINFO 1
#define HAVE_SETFD 1
#define HAVE_SELECT 1
#define HAVE_POLL 1
#define HAVE_EPOLL_CTL 1
#define HAVE_EPOLL 1
#define HAVE_UINT64_T 1
#define HAVE_UINT32_T 1
#define HAVE_UINT16_T 1
#define HAVE_UINT8_T 1
#define HAVE_UINTPTR_T 1
#define HAVE_FD_MASK 1
#define SIZEOF_LONG_LONG 8
#define SIZEOF_LONG 8
#define SIZEOF_INT 4
#define SIZEOF_SHORT 2
#define SIZEOF_SIZE_T 8
#define SIZEOF_VOID_P 8
#define SIZEOF_OFF_T 8
#define SIZEOF_TIME_T 8
#define HAVE_STRUCT_IN6_ADDR 1
#define HAVE_STRUCT_SOCKADDR_IN6 1
#define HAVE_STRUCT_SOCKADDR_UN 1
#define HAVE_SA_FAMILY_T 1
#define HAVE_STRUCT_ADDRINFO 1
#define HAVE_STRUCT_SOCKADDR_STORAGE 1
#define HAVE_STRUCT_IN6_ADDR_S6_ADDR32 1
#define HAVE_STRUCT_IN6_ADDR_S6_ADDR16 1
#define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
#define HAVE_STRUCT_LINGER 1
#define HAVE___func__ 1
#define HAVE___FUNCTION__ 1
#define HAVE_PTHREADS 1
#define SIZEOF_PTHREAD_T 8
configure: exit 0