Build of libmicrohttpd with vanilla toolchain

The build took 00h 00m 52s and was SUCCESSFUL.

The program in this build is written in the following languages, according to sloccount:

SLOCLanguage
29,316 ansic
11,966 makefile
11,503 sh
1,060 pascal
53,845 total

The process tree of the build process is here.

Log

To avoid scrolling, you may jump to the last line of the invocation of makepkg that was used to build this package.

Removed vanilla repositories from pacman.conf and added:
# [tuscan]
# Server = file:///var/cache/pacman/pkg/

CMD: pacman -Syy --noconfirm
# :: Synchronizing package databases...
# downloading tuscan.db...

CMD: sudo -u tuscan red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: libmicrohttpd 0.9.49-1 (Wed Aug 24 13:37:44 UTC 2016)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking for a thread-safe mkdir -p... /usr/sbin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking whether make supports nested variables... yes
# checking whether z/OS special settings are required... no
# checking for gawk... (cached) gawk
# checking whether ln -s works... yes
# checking whether make sets $(MAKE)... (cached) yes
# checking build system type... x86_64-pc-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking for style of include used by make... GNU
# checking for x86_64-unknown-linux-gcc... no
# checking for gcc... gcc
# checking whether the C compiler works... yes
# checking for C compiler default output file name... a.out
# checking for suffix of executables...
# checking whether we are cross compiling... no
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether gcc accepts -g... yes
# checking for gcc option to accept ISO C89... none needed
# checking whether gcc understands -c and -o together... yes
# checking dependency style of gcc... none
# checking for gcc option to accept ISO C99... none needed
# checking for gcc option to accept ISO Standard C... (cached) none needed
# checking how to print strings... printf
# checking for a sed that does not truncate output... /usr/sbin/sed
# checking for grep that handles long lines and -e... /usr/sbin/grep
# checking for egrep... /usr/sbin/grep -E
# checking for fgrep... /usr/sbin/grep -F
# checking for ld used by gcc... /usr/sbin/ld
# checking if the linker (/usr/sbin/ld) is GNU ld... yes
# checking for BSD- or MS-compatible name lister (nm)... no
# checking for x86_64-unknown-linux-dumpbin... no
# checking for x86_64-unknown-linux-link... no
# checking for dumpbin... no
# checking for link... link -dump
# checking the name lister (nm) interface... BSD nm
# checking the maximum length of command line arguments... 1572864
# checking whether the shell understands some XSI constructs... yes
# checking whether the shell understands "+="... yes
# checking how to convert x86_64-pc-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
# checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
# checking for /usr/sbin/ld option to reload object files... -r
# checking for x86_64-unknown-linux-objdump... no
# checking for objdump... objdump
# checking how to recognize dependent libraries... pass_all
# checking for x86_64-unknown-linux-dlltool... no
# checking for dlltool... no
# checking how to associate runtime and link libraries... printf %s\n
# checking for x86_64-unknown-linux-ar... no
# checking for ar... ar
# checking for archiver @FILE support... @
# checking for x86_64-unknown-linux-strip... strip
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking command to parse nm output from gcc object... ok
# checking for sysroot... no
# checking for x86_64-unknown-linux-mt... no
# checking for mt... no
# checking if : is a manifest tool... no
# checking how to run the C preprocessor... gcc -E
# checking for ANSI C header files... yes
# checking for sys/types.h... yes
# checking for sys/stat.h... yes
# checking for stdlib.h... yes
# checking for string.h... yes
# checking for memory.h... yes
# checking for strings.h... yes
# checking for inttypes.h... yes
# checking for stdint.h... yes
# checking for unistd.h... yes
# checking for dlfcn.h... yes
# checking for objdir... .libs
# checking if gcc supports -fno-rtti -fno-exceptions... no
# checking for gcc option to produce PIC... -fPIC -DPIC
# checking if gcc PIC flag -fPIC -DPIC works... yes
# checking if gcc static flag -static works... yes
# checking if gcc supports -c -o file.o... yes
# checking if gcc supports -c -o file.o... (cached) yes
# checking whether the gcc linker (/usr/sbin/ld -m elf_x86_64) supports shared libraries... yes
# checking whether -lc should be explicitly linked in... no
# checking dynamic linker characteristics... GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# checking whether stripping libraries is possible... yes
# checking if libtool supports shared libraries... yes
# checking whether to build shared libraries... yes
# checking whether to build static libraries... yes
# checking for x86_64-unknown-linux-windres... no
# checking for windres... no
# checking for _Bool... yes
# checking for function inline keywords suppoted by gcc... inline __attribute__((always_inline))
# checking for target host OS... Linux
# checking if compiler needs -Werror to reject unknown flags... no
# checking for the pthreads library -lpthreads... no
# checking whether pthreads work without any flags... no
# checking whether pthreads work with -Kthread... no
# checking whether pthreads work with -kthread... no
# checking for the pthreads library -llthread... no
# checking whether pthreads work with -pthread... yes
# checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
# checking if more special flags are required for pthreads... no
# checking for PTHREAD_PRIO_INHERIT... yes
# checking for threading lib to use with libmicrohttpd... posix
# checking whether the linker accepts -fno-strict-aliasing... yes
# checking whether C compiler accepts -fno-strict-aliasing... yes
# checking whether byte ordering is bigendian... no
# checking for curl... yes
# checking for makeinfo... yes
# checking poll.h usability... yes
# checking poll.h presence... yes
# checking for poll.h... yes
# checking for poll... yes
# checking linux/version.h usability... yes
# checking linux/version.h presence... yes
# checking for linux/version.h... yes
# checking for Linux epoll(7) interface... yes
# checking for epoll_create1()... yes
# checking for pthread_setname_np... yes
# checking fcntl.h usability... yes
# checking fcntl.h presence... yes
# checking for fcntl.h... yes
# checking math.h usability... yes
# checking math.h presence... yes
# checking for math.h... yes
# checking errno.h usability... yes
# checking errno.h presence... yes
# checking for errno.h... yes
# checking limits.h usability... yes
# checking limits.h presence... yes
# checking for limits.h... yes
# checking stdio.h usability... yes
# checking stdio.h presence... yes
# checking for stdio.h... yes
# checking locale.h usability... yes
# checking locale.h presence... yes
# checking for locale.h... yes
# checking for sys/stat.h... (cached) yes
# checking for sys/types.h... (cached) yes
# checking pthread.h usability... yes
# checking pthread.h presence... yes
# checking for pthread.h... yes
# checking for sys/types.h... (cached) yes
# checking sys/time.h usability... yes
# checking sys/time.h presence... yes
# checking for sys/time.h... yes
# checking sys/msg.h usability... yes
# checking sys/msg.h presence... yes
# checking for sys/msg.h... yes
# checking netdb.h usability... yes
# checking netdb.h presence... yes
# checking for netdb.h... yes
# checking netinet/in.h usability... yes
# checking netinet/in.h presence... yes
# checking for netinet/in.h... yes
# checking netinet/tcp.h usability... yes
# checking netinet/tcp.h presence... yes
# checking for netinet/tcp.h... yes
# checking time.h usability... yes
# checking time.h presence... yes
# checking for time.h... yes
# checking sys/socket.h usability... yes
# checking sys/socket.h presence... yes
# checking for sys/socket.h... yes
# checking sys/mman.h usability... yes
# checking sys/mman.h presence... yes
# checking for sys/mman.h... yes
# checking arpa/inet.h usability... yes
# checking arpa/inet.h presence... yes
# checking for arpa/inet.h... yes
# checking sys/select.h usability... yes
# checking sys/select.h presence... yes
# checking for sys/select.h... yes
# checking search.h usability... yes
# checking search.h presence... yes
# checking for search.h... yes
# checking endian.h usability... yes
# checking endian.h presence... yes
# checking for endian.h... yes
# checking machine/endian.h usability... no
# checking machine/endian.h presence... no
# checking for machine/endian.h... no
# checking sys/endian.h usability... no
# checking sys/endian.h presence... no
# checking for sys/endian.h... no
# checking sys/param.h usability... yes
# checking sys/param.h presence... yes
# checking for sys/param.h... yes
# checking sys/machine.h usability... no
# checking sys/machine.h presence... no
# checking for sys/machine.h... no
# checking sys/byteorder.h usability... no
# checking sys/byteorder.h presence... no
# checking for sys/byteorder.h... no
# checking machine/param.h usability... no
# checking machine/param.h presence... no
# checking for machine/param.h... no
# checking sys/isa_defs.h usability... no
# checking sys/isa_defs.h presence... no
# checking for sys/isa_defs.h... no
# checking for struct sockaddr_in.sin_len... no
# checking whether to enable signaling by socketpair... no
# checking for accept4... yes
# checking for gmtime_r... yes
# checking for memmem... yes
# checking for snprintf... yes
# checking whether gmtime_s is declared... no
# checking whether SOCK_NONBLOCK is declared... yes
# checking for library containing clock_gettime... none required
# checking for clock_get_time... no
# checking for gethrtime... no
# checking for IPv6... yes
# checking whether the linker accepts -fvisibility=hidden... yes
# checking whether C compiler accepts -fvisibility=hidden... yes
# checking for gawk... (cached) gawk
# checking for curl-config... /usr/sbin/curl-config
# checking for the version of libcurl... 7.49.1
# checking for libcurl >= version 7.16.4... yes
# checking whether libcurl is usable... yes
# checking for curl_free... yes
# checking for magic_open in -lmagic... yes
# checking magic.h usability... yes
# checking magic.h presence... yes
# checking for magic.h... yes
# checking for special C compiler options needed for large files... no
# checking for _FILE_OFFSET_BITS value needed for large files... no
# checking for _LARGEFILE_SOURCE value needed for large files... no
# checking for _lseeki64... no
# checking for lseek64... yes
# checking for sendfile64... yes
# checking whether to generate error messages... yes
# checking whether to enable postprocessor... yes
# checking for zzuf... no
# checking for socat... no
# checking for x86_64-unknown-linux-libgcrypt-config... no
# checking for libgcrypt-config... /usr/sbin/libgcrypt-config
# checking for LIBGCRYPT - version >= 1.2.2... yes (1.7.1)
# checking gcrypt.h usability... yes
# checking gcrypt.h presence... yes
# checking for gcrypt.h... yes
# checking how to find GnuTLS library... automatically
# checking for x86_64-unknown-linux-pkg-config... no
# checking for pkg-config... /usr/sbin/pkg-config
# checking pkg-config is at least version 0.9.0... yes
# checking for GNUTLS... yes
# checking whether GnuTLS is usable... yes
# checking for gnutls_privkey_import_x509_raw()... yes
# checking whether to support HTTPS... yes (using libgnutls and libgcrypt)
# checking whether to support HTTP basic authentication... yes
# checking whether to support HTTP digest authentication... yes
# checking whether to compile with support for code coverage analysis... no
# checking the number of available CPUs... 16
# checking that generated files are newer than configure... done
# configure: creating ./config.status
# config.status: creating src/microhttpd/microhttpd_dll_res.rc
# config.status: creating libmicrohttpd.pc
# config.status: creating w32/common/microhttpd_dll_res_vc.rc
# config.status: creating Makefile
# config.status: creating contrib/Makefile
# config.status: creating doc/Makefile
# config.status: creating doc/doxygen/Makefile
# config.status: creating doc/examples/Makefile
# config.status: creating m4/Makefile
# config.status: creating src/Makefile
# config.status: creating src/include/Makefile
# config.status: creating src/platform/Makefile
# config.status: creating src/microhttpd/Makefile
# config.status: creating src/examples/Makefile
# config.status: creating src/testcurl/Makefile
# config.status: creating src/testcurl/https/Makefile
# config.status: creating src/testzzuf/Makefile
# config.status: creating MHD_config.h
# config.status: executing depfiles commands
# config.status: executing libtool commands
# configure: libmicrohttpd 0.9.49 Configuration Summary:
# Cross-compiling: no
# Operating System: linux-gnu
# Threading lib: posix
# libcurl (testing): yes
# Target directory: /usr
# Messages: yes
# Basic auth.: yes
# Digest auth.: yes
# Postproc: yes
# HTTPS support: yes (using libgnutls and libgcrypt)
# poll support: yes
# epoll support: yes
# build docs: yes
# build examples: yes
#
# configure: HTTPS subsystem configuration:
# License : LGPL only
#
# make all-recursive
# make[1]: Entering directory '/tmp/libmicrohttpd/src/libmicrohttpd-0.9.49'
# Making all in contrib
# make[2]: Entering directory '/tmp/libmicrohttpd/src/libmicrohttpd-0.9.49/contrib'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/libmicrohttpd/src/libmicrohttpd-0.9.49/contrib'
# Making all in src
# make[2]: Entering directory '/tmp/libmicrohttpd/src/libmicrohttpd-0.9.49/src'
# Making all in include
# make[3]: Entering directory '/tmp/libmicrohttpd/src/libmicrohttpd-0.9.49/src/include'
# Making all in .
# make[4]: Entering directory '/tmp/libmicrohttpd/src/libmicrohttpd-0.9.49/src/include'
# make[4]: Nothing to be done for 'all-am'.
# make[4]: Leaving directory '/tmp/libmicrohttpd/src/libmicrohttpd-0.9.49/src/include'
# make[3]: Leaving directory '/tmp/libmicrohttpd/src/libmicrohttpd-0.9.49/src/include'
# Making all in platform
# make[3]: Entering directory '/tmp/libmicrohttpd/src/libmicrohttpd-0.9.49/src/platform'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/libmicrohttpd/src/libmicrohttpd-0.9.49/src/platform'
# Making all in microhttpd
# make[3]: Entering directory '/tmp/libmicrohttpd/src/libmicrohttpd-0.9.49/src/microhttpd'
# /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -I../../src/microhttpd -DBUILDING_MHD_LIB=1 -fvisibility=hidden -pthread -I/usr/include/p11-kit-1 -fno-strict-aliasing -c -o libmicrohttpd_la-connection.lo `test -f 'connection.c' || echo './'`connection.c
# /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -I../../src/microhttpd -DBUILDING_MHD_LIB=1 -fvisibility=hidden -pthread -I/usr/include/p11-kit-1 -fno-strict-aliasing -c -o libmicrohttpd_la-reason_phrase.lo `test -f 'reason_phrase.c' || echo './'`reason_phrase.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -I../../src/microhttpd -DBUILDING_MHD_LIB=1 -fvisibility=hidden -pthread -I/usr/include/p11-kit-1 -fno-strict-aliasing -c connection.c -fPIC -DPIC -o .libs/libmicrohttpd_la-connection.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -I../../src/microhttpd -DBUILDING_MHD_LIB=1 -fvisibility=hidden -pthread -I/usr/include/p11-kit-1 -fno-strict-aliasing -c reason_phrase.c -fPIC -DPIC -o .libs/libmicrohttpd_la-reason_phrase.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -I../../src/microhttpd -DBUILDING_MHD_LIB=1 -fvisibility=hidden -pthread -I/usr/include/p11-kit-1 -fno-strict-aliasing -c reason_phrase.c -fPIC -DPIC -o libmicrohttpd_la-reason_phrase.o >/dev/null 2>&1
# /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -I../../src/microhttpd -DBUILDING_MHD_LIB=1 -fvisibility=hidden -pthread -I/usr/include/p11-kit-1 -fno-strict-aliasing -c -o libmicrohttpd_la-daemon.lo `test -f 'daemon.c' || echo './'`daemon.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -I../../src/microhttpd -DBUILDING_MHD_LIB=1 -fvisibility=hidden -pthread -I/usr/include/p11-kit-1 -fno-strict-aliasing -c daemon.c -fPIC -DPIC -o .libs/libmicrohttpd_la-daemon.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -I../../src/microhttpd -DBUILDING_MHD_LIB=1 -fvisibility=hidden -pthread -I/usr/include/p11-kit-1 -fno-strict-aliasing -c connection.c -fPIC -DPIC -o libmicrohttpd_la-connection.o >/dev/null 2>&1
# /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -I../../src/microhttpd -DBUILDING_MHD_LIB=1 -fvisibility=hidden -pthread -I/usr/include/p11-kit-1 -fno-strict-aliasing -c -o libmicrohttpd_la-internal.lo `test -f 'internal.c' || echo './'`internal.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -I../../src/microhttpd -DBUILDING_MHD_LIB=1 -fvisibility=hidden -pthread -I/usr/include/p11-kit-1 -fno-strict-aliasing -c daemon.c -fPIC -DPIC -o libmicrohttpd_la-daemon.o >/dev/null 2>&1
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -I../../src/microhttpd -DBUILDING_MHD_LIB=1 -fvisibility=hidden -pthread -I/usr/include/p11-kit-1 -fno-strict-aliasing -c internal.c -fPIC -DPIC -o .libs/libmicrohttpd_la-internal.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -I../../src/microhttpd -DBUILDING_MHD_LIB=1 -fvisibility=hidden -pthread -I/usr/include/p11-kit-1 -fno-strict-aliasing -c internal.c -fPIC -DPIC -o libmicrohttpd_la-internal.o >/dev/null 2>&1
# /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -I../../src/microhttpd -DBUILDING_MHD_LIB=1 -fvisibility=hidden -pthread -I/usr/include/p11-kit-1 -fno-strict-aliasing -c -o libmicrohttpd_la-memorypool.lo `test -f 'memorypool.c' || echo './'`memorypool.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -I../../src/microhttpd -DBUILDING_MHD_LIB=1 -fvisibility=hidden -pthread -I/usr/include/p11-kit-1 -fno-strict-aliasing -c memorypool.c -fPIC -DPIC -o .libs/libmicrohttpd_la-memorypool.o
# /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -I../../src/microhttpd -DBUILDING_MHD_LIB=1 -fvisibility=hidden -pthread -I/usr/include/p11-kit-1 -fno-strict-aliasing -c -o libmicrohttpd_la-mhd_mono_clock.lo `test -f 'mhd_mono_clock.c' || echo './'`mhd_mono_clock.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -I../../src/microhttpd -DBUILDING_MHD_LIB=1 -fvisibility=hidden -pthread -I/usr/include/p11-kit-1 -fno-strict-aliasing -c mhd_mono_clock.c -fPIC -DPIC -o .libs/libmicrohttpd_la-mhd_mono_clock.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -I../../src/microhttpd -DBUILDING_MHD_LIB=1 -fvisibility=hidden -pthread -I/usr/include/p11-kit-1 -fno-strict-aliasing -c memorypool.c -fPIC -DPIC -o libmicrohttpd_la-memorypool.o >/dev/null 2>&1
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -I../../src/microhttpd -DBUILDING_MHD_LIB=1 -fvisibility=hidden -pthread -I/usr/include/p11-kit-1 -fno-strict-aliasing -c mhd_mono_clock.c -fPIC -DPIC -o libmicrohttpd_la-mhd_mono_clock.o >/dev/null 2>&1
# /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -I../../src/microhttpd -DBUILDING_MHD_LIB=1 -fvisibility=hidden -pthread -I/usr/include/p11-kit-1 -fno-strict-aliasing -c -o libmicrohttpd_la-sysfdsetsize.lo `test -f 'sysfdsetsize.c' || echo './'`sysfdsetsize.c
# /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -I../../src/microhttpd -DBUILDING_MHD_LIB=1 -fvisibility=hidden -pthread -I/usr/include/p11-kit-1 -fno-strict-aliasing -c -o libmicrohttpd_la-mhd_str.lo `test -f 'mhd_str.c' || echo './'`mhd_str.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -I../../src/microhttpd -DBUILDING_MHD_LIB=1 -fvisibility=hidden -pthread -I/usr/include/p11-kit-1 -fno-strict-aliasing -c mhd_str.c -fPIC -DPIC -o .libs/libmicrohttpd_la-mhd_str.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -I../../src/microhttpd -DBUILDING_MHD_LIB=1 -fvisibility=hidden -pthread -I/usr/include/p11-kit-1 -fno-strict-aliasing -c sysfdsetsize.c -fPIC -DPIC -o .libs/libmicrohttpd_la-sysfdsetsize.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -I../../src/microhttpd -DBUILDING_MHD_LIB=1 -fvisibility=hidden -pthread -I/usr/include/p11-kit-1 -fno-strict-aliasing -c mhd_str.c -fPIC -DPIC -o libmicrohttpd_la-mhd_str.o >/dev/null 2>&1
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -I../../src/microhttpd -DBUILDING_MHD_LIB=1 -fvisibility=hidden -pthread -I/usr/include/p11-kit-1 -fno-strict-aliasing -c sysfdsetsize.c -fPIC -DPIC -o libmicrohttpd_la-sysfdsetsize.o >/dev/null 2>&1
# /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -I../../src/microhttpd -DBUILDING_MHD_LIB=1 -fvisibility=hidden -pthread -I/usr/include/p11-kit-1 -fno-strict-aliasing -c -o libmicrohttpd_la-response.lo `test -f 'response.c' || echo './'`response.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -I../../src/microhttpd -DBUILDING_MHD_LIB=1 -fvisibility=hidden -pthread -I/usr/include/p11-kit-1 -fno-strict-aliasing -c response.c -fPIC -DPIC -o .libs/libmicrohttpd_la-response.o
# /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -I../../src/microhttpd -DBUILDING_MHD_LIB=1 -fvisibility=hidden -pthread -I/usr/include/p11-kit-1 -fno-strict-aliasing -c -o libmicrohttpd_la-postprocessor.lo `test -f 'postprocessor.c' || echo './'`postprocessor.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -I../../src/microhttpd -DBUILDING_MHD_LIB=1 -fvisibility=hidden -pthread -I/usr/include/p11-kit-1 -fno-strict-aliasing -c postprocessor.c -fPIC -DPIC -o .libs/libmicrohttpd_la-postprocessor.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -I../../src/microhttpd -DBUILDING_MHD_LIB=1 -fvisibility=hidden -pthread -I/usr/include/p11-kit-1 -fno-strict-aliasing -c response.c -fPIC -DPIC -o libmicrohttpd_la-response.o >/dev/null 2>&1
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -I../../src/microhttpd -DBUILDING_MHD_LIB=1 -fvisibility=hidden -pthread -I/usr/include/p11-kit-1 -fno-strict-aliasing -c postprocessor.c -fPIC -DPIC -o libmicrohttpd_la-postprocessor.o >/dev/null 2>&1
# /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -I../../src/microhttpd -DBUILDING_MHD_LIB=1 -fvisibility=hidden -pthread -I/usr/include/p11-kit-1 -fno-strict-aliasing -c -o libmicrohttpd_la-digestauth.lo `test -f 'digestauth.c' || echo './'`digestauth.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -I../../src/microhttpd -DBUILDING_MHD_LIB=1 -fvisibility=hidden -pthread -I/usr/include/p11-kit-1 -fno-strict-aliasing -c digestauth.c -fPIC -DPIC -o .libs/libmicrohttpd_la-digestauth.o
# /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -I../../src/microhttpd -DBUILDING_MHD_LIB=1 -fvisibility=hidden -pthread -I/usr/include/p11-kit-1 -fno-strict-aliasing -c -o libmicrohttpd_la-md5.lo `test -f 'md5.c' || echo './'`md5.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -I../../src/microhttpd -DBUILDING_MHD_LIB=1 -fvisibility=hidden -pthread -I/usr/include/p11-kit-1 -fno-strict-aliasing -c md5.c -fPIC -DPIC -o .libs/libmicrohttpd_la-md5.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -I../../src/microhttpd -DBUILDING_MHD_LIB=1 -fvisibility=hidden -pthread -I/usr/include/p11-kit-1 -fno-strict-aliasing -c digestauth.c -fPIC -DPIC -o libmicrohttpd_la-digestauth.o >/dev/null 2>&1
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -I../../src/microhttpd -DBUILDING_MHD_LIB=1 -fvisibility=hidden -pthread -I/usr/include/p11-kit-1 -fno-strict-aliasing -c md5.c -fPIC -DPIC -o libmicrohttpd_la-md5.o >/dev/null 2>&1
# /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -I../../src/microhttpd -DBUILDING_MHD_LIB=1 -fvisibility=hidden -pthread -I/usr/include/p11-kit-1 -fno-strict-aliasing -c -o libmicrohttpd_la-basicauth.lo `test -f 'basicauth.c' || echo './'`basicauth.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -I../../src/microhttpd -DBUILDING_MHD_LIB=1 -fvisibility=hidden -pthread -I/usr/include/p11-kit-1 -fno-strict-aliasing -c basicauth.c -fPIC -DPIC -o .libs/libmicrohttpd_la-basicauth.o
# /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -I../../src/microhttpd -DBUILDING_MHD_LIB=1 -fvisibility=hidden -pthread -I/usr/include/p11-kit-1 -fno-strict-aliasing -c -o libmicrohttpd_la-base64.lo `test -f 'base64.c' || echo './'`base64.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -I../../src/microhttpd -DBUILDING_MHD_LIB=1 -fvisibility=hidden -pthread -I/usr/include/p11-kit-1 -fno-strict-aliasing -c basicauth.c -fPIC -DPIC -o libmicrohttpd_la-basicauth.o >/dev/null 2>&1
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -I../../src/microhttpd -DBUILDING_MHD_LIB=1 -fvisibility=hidden -pthread -I/usr/include/p11-kit-1 -fno-strict-aliasing -c base64.c -fPIC -DPIC -o .libs/libmicrohttpd_la-base64.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -I../../src/microhttpd -DBUILDING_MHD_LIB=1 -fvisibility=hidden -pthread -I/usr/include/p11-kit-1 -fno-strict-aliasing -c base64.c -fPIC -DPIC -o libmicrohttpd_la-base64.o >/dev/null 2>&1
# /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -I../../src/microhttpd -DBUILDING_MHD_LIB=1 -fvisibility=hidden -pthread -I/usr/include/p11-kit-1 -fno-strict-aliasing -c -o libmicrohttpd_la-connection_https.lo `test -f 'connection_https.c' || echo './'`connection_https.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -I../../src/microhttpd -DBUILDING_MHD_LIB=1 -fvisibility=hidden -pthread -I/usr/include/p11-kit-1 -fno-strict-aliasing -c connection_https.c -fPIC -DPIC -o .libs/libmicrohttpd_la-connection_https.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -I../../src/microhttpd -DBUILDING_MHD_LIB=1 -fvisibility=hidden -pthread -I/usr/include/p11-kit-1 -fno-strict-aliasing -c connection_https.c -fPIC -DPIC -o libmicrohttpd_la-connection_https.o >/dev/null 2>&1
# /bin/sh ../../libtool --tag=CC --mode=link gcc -fvisibility=hidden -pthread -I/usr/include/p11-kit-1 -fno-strict-aliasing -lgnutls -export-dynamic -no-undefined -version-info 49:0:37 -o libmicrohttpd.la -rpath /usr/lib libmicrohttpd_la-connection.lo libmicrohttpd_la-reason_phrase.lo libmicrohttpd_la-daemon.lo libmicrohttpd_la-internal.lo libmicrohttpd_la-memorypool.lo libmicrohttpd_la-mhd_mono_clock.lo libmicrohttpd_la-sysfdsetsize.lo libmicrohttpd_la-mhd_str.lo libmicrohttpd_la-response.lo libmicrohttpd_la-postprocessor.lo libmicrohttpd_la-digestauth.lo libmicrohttpd_la-md5.lo libmicrohttpd_la-basicauth.lo libmicrohttpd_la-base64.lo libmicrohttpd_la-connection_https.lo -lgnutls -lgcrypt -lgpg-error
# libtool: link: gcc -shared -fPIC -DPIC .libs/libmicrohttpd_la-connection.o .libs/libmicrohttpd_la-reason_phrase.o .libs/libmicrohttpd_la-daemon.o .libs/libmicrohttpd_la-internal.o .libs/libmicrohttpd_la-memorypool.o .libs/libmicrohttpd_la-mhd_mono_clock.o .libs/libmicrohttpd_la-sysfdsetsize.o .libs/libmicrohttpd_la-mhd_str.o .libs/libmicrohttpd_la-response.o .libs/libmicrohttpd_la-postprocessor.o .libs/libmicrohttpd_la-digestauth.o .libs/libmicrohttpd_la-md5.o .libs/libmicrohttpd_la-basicauth.o .libs/libmicrohttpd_la-base64.o .libs/libmicrohttpd_la-connection_https.o -lgnutls -lgcrypt -lgpg-error -pthread -pthread -Wl,-soname -Wl,libmicrohttpd.so.12 -o .libs/libmicrohttpd.so.12.37.0
# libtool: link: (cd ".libs" && rm -f "libmicrohttpd.so.12" && ln -s "libmicrohttpd.so.12.37.0" "libmicrohttpd.so.12")
# libtool: link: (cd ".libs" && rm -f "libmicrohttpd.so" && ln -s "libmicrohttpd.so.12.37.0" "libmicrohttpd.so")
# libtool: link: ar cru .libs/libmicrohttpd.a libmicrohttpd_la-connection.o libmicrohttpd_la-reason_phrase.o libmicrohttpd_la-daemon.o libmicrohttpd_la-internal.o libmicrohttpd_la-memorypool.o libmicrohttpd_la-mhd_mono_clock.o libmicrohttpd_la-sysfdsetsize.o libmicrohttpd_la-mhd_str.o libmicrohttpd_la-response.o libmicrohttpd_la-postprocessor.o libmicrohttpd_la-digestauth.o libmicrohttpd_la-md5.o libmicrohttpd_la-basicauth.o libmicrohttpd_la-base64.o libmicrohttpd_la-connection_https.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# libtool: link: ranlib .libs/libmicrohttpd.a
# libtool: link: ( cd ".libs" && rm -f "libmicrohttpd.la" && ln -s "../libmicrohttpd.la" "libmicrohttpd.la" )
# make[3]: Leaving directory '/tmp/libmicrohttpd/src/libmicrohttpd-0.9.49/src/microhttpd'
# Making all in testcurl
# make[3]: Entering directory '/tmp/libmicrohttpd/src/libmicrohttpd-0.9.49/src/testcurl'
# Making all in .
# make[4]: Entering directory '/tmp/libmicrohttpd/src/libmicrohttpd-0.9.49/src/testcurl'
# gcc -DHAVE_CONFIG_H -I. -I../.. -DCPU_COUNT=16 -I../.. -I../../src/microhttpd -I../../src/include -fno-strict-aliasing -c -o curl_version_check.o curl_version_check.c
# gcc -DHAVE_CONFIG_H -I. -I../.. -DCPU_COUNT=16 -I../.. -I../../src/microhttpd -I../../src/include -fno-strict-aliasing -c -o test_options.o test_options.c
# /bin/sh ../../libtool --tag=CC --mode=link gcc -fno-strict-aliasing -o test_options test_options.o ../../src/microhttpd/libmicrohttpd.la
# rm -f libcurl_version_check.a
# ar cru libcurl_version_check.a curl_version_check.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# ranlib libcurl_version_check.a
# libtool: link: gcc -fno-strict-aliasing -o .libs/test_options test_options.o ../../src/microhttpd/.libs/libmicrohttpd.so -pthread
# make[4]: Leaving directory '/tmp/libmicrohttpd/src/libmicrohttpd-0.9.49/src/testcurl'
# Making all in https
# make[4]: Entering directory '/tmp/libmicrohttpd/src/libmicrohttpd-0.9.49/src/testcurl/https'
# Making all in .
# make[5]: Entering directory '/tmp/libmicrohttpd/src/libmicrohttpd-0.9.49/src/testcurl/https'
# make[5]: Nothing to be done for 'all-am'.
# make[5]: Leaving directory '/tmp/libmicrohttpd/src/libmicrohttpd-0.9.49/src/testcurl/https'
# make[4]: Leaving directory '/tmp/libmicrohttpd/src/libmicrohttpd-0.9.49/src/testcurl/https'
# make[3]: Leaving directory '/tmp/libmicrohttpd/src/libmicrohttpd-0.9.49/src/testcurl'
# Making all in .
# make[3]: Entering directory '/tmp/libmicrohttpd/src/libmicrohttpd-0.9.49/src'
# make[3]: Nothing to be done for 'all-am'.
# make[3]: Leaving directory '/tmp/libmicrohttpd/src/libmicrohttpd-0.9.49/src'
# Making all in examples
# make[3]: Entering directory '/tmp/libmicrohttpd/src/libmicrohttpd-0.9.49/src/examples'
# Making all in .
# make[4]: Entering directory '/tmp/libmicrohttpd/src/libmicrohttpd-0.9.49/src/examples'
# gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -DDATA_DIR=\"../../src/datadir/\" -DCPU_COUNT=16 -fno-strict-aliasing -c -o benchmark-benchmark.o `test -f 'benchmark.c' || echo './'`benchmark.c
# gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -DDATA_DIR=\"../../src/datadir/\" -DCPU_COUNT=16 -fno-strict-aliasing -c -o benchmark_https-benchmark_https.o `test -f 'benchmark_https.c' || echo './'`benchmark_https.c
# gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -DDATA_DIR=\"../../src/datadir/\" -fno-strict-aliasing -c -o chunked_example.o chunked_example.c
# gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -DDATA_DIR=\"../../src/datadir/\" -fno-strict-aliasing -c -o minimal_example.o minimal_example.c
# gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -DDATA_DIR=\"../../src/datadir/\" -fno-strict-aliasing -c -o dual_stack_example.o dual_stack_example.c
# gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -DDATA_DIR=\"../../src/datadir/\" -fno-strict-aliasing -c -o minimal_example_comet.o minimal_example_comet.c
# gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -DDATA_DIR=\"../../src/datadir/\" -fno-strict-aliasing -c -o querystring_example.o querystring_example.c
# gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -DDATA_DIR=\"../../src/datadir/\" -fno-strict-aliasing -c -o timeout.o timeout.c
# gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -DDATA_DIR=\"../../src/datadir/\" -fno-strict-aliasing -c -o fileserver_example.o fileserver_example.c
# gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -DDATA_DIR=\"../../src/datadir/\" -fno-strict-aliasing -c -o fileserver_example_dirs.o fileserver_example_dirs.c
# gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -DDATA_DIR=\"../../src/datadir/\" -fno-strict-aliasing -c -o fileserver_example_external_select.o fileserver_example_external_select.c
# gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -DDATA_DIR=\"../../src/datadir/\" -fno-strict-aliasing -c -o refuse_post_example.o refuse_post_example.c
# gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -DDATA_DIR=\"../../src/datadir/\" -fno-strict-aliasing -c -o https_fileserver_example-https_fileserver_example.o `test -f 'https_fileserver_example.c' || echo './'`https_fileserver_example.c
# gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -DDATA_DIR=\"../../src/datadir/\" -fno-strict-aliasing -c -o post_example.o post_example.c
# gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -DDATA_DIR=\"../../src/datadir/\" -DCPU_COUNT=16 -pthread -fno-strict-aliasing -c -o demo-demo.o `test -f 'demo.c' || echo './'`demo.c
# gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -DDATA_DIR=\"../../src/datadir/\" -DCPU_COUNT=16 -pthread -fno-strict-aliasing -c -o demo_https-demo_https.o `test -f 'demo_https.c' || echo './'`demo_https.c
# gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -DDATA_DIR=\"../../src/datadir/\" -fno-strict-aliasing -c -o digest_auth_example.o digest_auth_example.c
# gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -DDATA_DIR=\"../../src/datadir/\" -fno-strict-aliasing -c -o authorization_example.o authorization_example.c
# /bin/sh ../../libtool --tag=CC --mode=link gcc -fno-strict-aliasing -o benchmark benchmark-benchmark.o ../../src/microhttpd/libmicrohttpd.la
# /bin/sh ../../libtool --tag=CC --mode=link gcc -fno-strict-aliasing -o benchmark_https benchmark_https-benchmark_https.o ../../src/microhttpd/libmicrohttpd.la
# libtool: link: gcc -fno-strict-aliasing -o .libs/benchmark benchmark-benchmark.o ../../src/microhttpd/.libs/libmicrohttpd.so -pthread
# libtool: link: gcc -fno-strict-aliasing -o .libs/benchmark_https benchmark_https-benchmark_https.o ../../src/microhttpd/.libs/libmicrohttpd.so -pthread
# /bin/sh ../../libtool --tag=CC --mode=link gcc -fno-strict-aliasing -o chunked_example chunked_example.o ../../src/microhttpd/libmicrohttpd.la
# /bin/sh ../../libtool --tag=CC --mode=link gcc -fno-strict-aliasing -o minimal_example minimal_example.o ../../src/microhttpd/libmicrohttpd.la
# libtool: link: gcc -fno-strict-aliasing -o .libs/chunked_example chunked_example.o ../../src/microhttpd/.libs/libmicrohttpd.so -pthread
# libtool: link: gcc -fno-strict-aliasing -o .libs/minimal_example minimal_example.o ../../src/microhttpd/.libs/libmicrohttpd.so -pthread
# /bin/sh ../../libtool --tag=CC --mode=link gcc -fno-strict-aliasing -o dual_stack_example dual_stack_example.o ../../src/microhttpd/libmicrohttpd.la
# /bin/sh ../../libtool --tag=CC --mode=link gcc -fno-strict-aliasing -o minimal_example_comet minimal_example_comet.o ../../src/microhttpd/libmicrohttpd.la
# libtool: link: gcc -fno-strict-aliasing -o .libs/dual_stack_example dual_stack_example.o ../../src/microhttpd/.libs/libmicrohttpd.so -pthread
# libtool: link: gcc -fno-strict-aliasing -o .libs/minimal_example_comet minimal_example_comet.o ../../src/microhttpd/.libs/libmicrohttpd.so -pthread
# /bin/sh ../../libtool --tag=CC --mode=link gcc -fno-strict-aliasing -o querystring_example querystring_example.o ../../src/microhttpd/libmicrohttpd.la
# /bin/sh ../../libtool --tag=CC --mode=link gcc -fno-strict-aliasing -o timeout timeout.o ../../src/microhttpd/libmicrohttpd.la
# libtool: link: gcc -fno-strict-aliasing -o .libs/timeout timeout.o ../../src/microhttpd/.libs/libmicrohttpd.so -pthread
# libtool: link: gcc -fno-strict-aliasing -o .libs/querystring_example querystring_example.o ../../src/microhttpd/.libs/libmicrohttpd.so -pthread
# /bin/sh ../../libtool --tag=CC --mode=link gcc -fno-strict-aliasing -o fileserver_example fileserver_example.o ../../src/microhttpd/libmicrohttpd.la
# /bin/sh ../../libtool --tag=CC --mode=link gcc -fno-strict-aliasing -o fileserver_example_dirs fileserver_example_dirs.o ../../src/microhttpd/libmicrohttpd.la
# libtool: link: gcc -fno-strict-aliasing -o .libs/fileserver_example fileserver_example.o ../../src/microhttpd/.libs/libmicrohttpd.so -pthread
# libtool: link: gcc -fno-strict-aliasing -o .libs/fileserver_example_dirs fileserver_example_dirs.o ../../src/microhttpd/.libs/libmicrohttpd.so -pthread
# /bin/sh ../../libtool --tag=CC --mode=link gcc -fno-strict-aliasing -o fileserver_example_external_select fileserver_example_external_select.o ../../src/microhttpd/libmicrohttpd.la
# /bin/sh ../../libtool --tag=CC --mode=link gcc -fno-strict-aliasing -o refuse_post_example refuse_post_example.o ../../src/microhttpd/libmicrohttpd.la
# libtool: link: gcc -fno-strict-aliasing -o .libs/fileserver_example_external_select fileserver_example_external_select.o ../../src/microhttpd/.libs/libmicrohttpd.so -pthread
# libtool: link: gcc -fno-strict-aliasing -o .libs/refuse_post_example refuse_post_example.o ../../src/microhttpd/.libs/libmicrohttpd.so -pthread
# /bin/sh ../../libtool --tag=CC --mode=link gcc -fno-strict-aliasing -o https_fileserver_example https_fileserver_example-https_fileserver_example.o ../../src/microhttpd/libmicrohttpd.la
# /bin/sh ../../libtool --tag=CC --mode=link gcc -fno-strict-aliasing -o post_example post_example.o ../../src/microhttpd/libmicrohttpd.la
# libtool: link: gcc -fno-strict-aliasing -o .libs/https_fileserver_example https_fileserver_example-https_fileserver_example.o ../../src/microhttpd/.libs/libmicrohttpd.so -pthread
# /bin/sh ../../libtool --tag=CC --mode=link gcc -pthread -fno-strict-aliasing -o demo demo-demo.o ../../src/microhttpd/libmicrohttpd.la -lmagic
# libtool: link: gcc -fno-strict-aliasing -o .libs/post_example post_example.o ../../src/microhttpd/.libs/libmicrohttpd.so -pthread
# /bin/sh ../../libtool --tag=CC --mode=link gcc -pthread -fno-strict-aliasing -o demo_https demo_https-demo_https.o ../../src/microhttpd/libmicrohttpd.la -lmagic
# libtool: link: gcc -pthread -fno-strict-aliasing -o .libs/demo demo-demo.o ../../src/microhttpd/.libs/libmicrohttpd.so -lmagic -pthread
# /bin/sh ../../libtool --tag=CC --mode=link gcc -fno-strict-aliasing -o digest_auth_example digest_auth_example.o ../../src/microhttpd/libmicrohttpd.la
# libtool: link: gcc -pthread -fno-strict-aliasing -o .libs/demo_https demo_https-demo_https.o ../../src/microhttpd/.libs/libmicrohttpd.so -lmagic -pthread
# libtool: link: gcc -fno-strict-aliasing -o .libs/digest_auth_example digest_auth_example.o ../../src/microhttpd/.libs/libmicrohttpd.so -pthread
# /bin/sh ../../libtool --tag=CC --mode=link gcc -fno-strict-aliasing -o authorization_example authorization_example.o ../../src/microhttpd/libmicrohttpd.la
# libtool: link: gcc -fno-strict-aliasing -o .libs/authorization_example authorization_example.o ../../src/microhttpd/.libs/libmicrohttpd.so -pthread
# make[4]: Leaving directory '/tmp/libmicrohttpd/src/libmicrohttpd-0.9.49/src/examples'
# make[3]: Leaving directory '/tmp/libmicrohttpd/src/libmicrohttpd-0.9.49/src/examples'
# make[2]: Leaving directory '/tmp/libmicrohttpd/src/libmicrohttpd-0.9.49/src'
# Making all in m4
# make[2]: Entering directory '/tmp/libmicrohttpd/src/libmicrohttpd-0.9.49/m4'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/libmicrohttpd/src/libmicrohttpd-0.9.49/m4'
# Making all in .
# make[2]: Entering directory '/tmp/libmicrohttpd/src/libmicrohttpd-0.9.49'
# make[2]: Leaving directory '/tmp/libmicrohttpd/src/libmicrohttpd-0.9.49'
# Making all in doc
# make[2]: Entering directory '/tmp/libmicrohttpd/src/libmicrohttpd-0.9.49/doc'
# Making all in .
# make[3]: Entering directory '/tmp/libmicrohttpd/src/libmicrohttpd-0.9.49/doc'
# make[3]: Nothing to be done for 'all-am'.
# make[3]: Leaving directory '/tmp/libmicrohttpd/src/libmicrohttpd-0.9.49/doc'
# Making all in examples
# make[3]: Entering directory '/tmp/libmicrohttpd/src/libmicrohttpd-0.9.49/doc/examples'
# Making all in .
# make[4]: Entering directory '/tmp/libmicrohttpd/src/libmicrohttpd-0.9.49/doc/examples'
# gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -fno-strict-aliasing -c -o basicauthentication.o basicauthentication.c
# gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -fno-strict-aliasing -c -o hellobrowser.o hellobrowser.c
# gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -fno-strict-aliasing -c -o logging.o logging.c
# gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -fno-strict-aliasing -c -o responseheaders.o responseheaders.c
# gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -fno-strict-aliasing -c -o tlsauthentication.o tlsauthentication.c
# gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -fno-strict-aliasing -c -o simplepost.o simplepost.c
# gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -fno-strict-aliasing -c -o largepost.o largepost.c
# gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -fno-strict-aliasing -c -o sessions.o sessions.c
# /bin/sh ../../libtool --tag=CC --mode=link gcc -fno-strict-aliasing -o basicauthentication basicauthentication.o ../../src/microhttpd/libmicrohttpd.la
# /bin/sh ../../libtool --tag=CC --mode=link gcc -fno-strict-aliasing -o hellobrowser hellobrowser.o ../../src/microhttpd/libmicrohttpd.la
# libtool: link: gcc -fno-strict-aliasing -o .libs/basicauthentication basicauthentication.o ../../src/microhttpd/.libs/libmicrohttpd.so -pthread
# libtool: link: gcc -fno-strict-aliasing -o .libs/hellobrowser hellobrowser.o ../../src/microhttpd/.libs/libmicrohttpd.so -pthread
# /bin/sh ../../libtool --tag=CC --mode=link gcc -fno-strict-aliasing -o logging logging.o ../../src/microhttpd/libmicrohttpd.la
# /bin/sh ../../libtool --tag=CC --mode=link gcc -fno-strict-aliasing -o responseheaders responseheaders.o ../../src/microhttpd/libmicrohttpd.la
# libtool: link: gcc -fno-strict-aliasing -o .libs/logging logging.o ../../src/microhttpd/.libs/libmicrohttpd.so -pthread
# libtool: link: gcc -fno-strict-aliasing -o .libs/responseheaders responseheaders.o ../../src/microhttpd/.libs/libmicrohttpd.so -pthread
# /bin/sh ../../libtool --tag=CC --mode=link gcc -fno-strict-aliasing -o tlsauthentication tlsauthentication.o ../../src/microhttpd/libmicrohttpd.la
# /bin/sh ../../libtool --tag=CC --mode=link gcc -fno-strict-aliasing -o simplepost simplepost.o ../../src/microhttpd/libmicrohttpd.la
# libtool: link: gcc -fno-strict-aliasing -o .libs/tlsauthentication tlsauthentication.o ../../src/microhttpd/.libs/libmicrohttpd.so -pthread
# libtool: link: gcc -fno-strict-aliasing -o .libs/simplepost simplepost.o ../../src/microhttpd/.libs/libmicrohttpd.so -pthread
# /bin/sh ../../libtool --tag=CC --mode=link gcc -fno-strict-aliasing -o largepost largepost.o ../../src/microhttpd/libmicrohttpd.la
# /bin/sh ../../libtool --tag=CC --mode=link gcc -fno-strict-aliasing -o sessions sessions.o ../../src/microhttpd/libmicrohttpd.la
# libtool: link: gcc -fno-strict-aliasing -o .libs/largepost largepost.o ../../src/microhttpd/.libs/libmicrohttpd.so -pthread
# libtool: link: gcc -fno-strict-aliasing -o .libs/sessions sessions.o ../../src/microhttpd/.libs/libmicrohttpd.so -pthread
# make[4]: Leaving directory '/tmp/libmicrohttpd/src/libmicrohttpd-0.9.49/doc/examples'
# make[3]: Leaving directory '/tmp/libmicrohttpd/src/libmicrohttpd-0.9.49/doc/examples'
# Making all in doxygen
# make[3]: Entering directory '/tmp/libmicrohttpd/src/libmicrohttpd-0.9.49/doc/doxygen'
# Generate documentation:
# make full - full documentation with dependency graphs (slow)
# make fast - fast mode without dependency graphs
# make[3]: Leaving directory '/tmp/libmicrohttpd/src/libmicrohttpd-0.9.49/doc/doxygen'
# make[2]: Leaving directory '/tmp/libmicrohttpd/src/libmicrohttpd-0.9.49/doc'
# make[1]: Leaving directory '/tmp/libmicrohttpd/src/libmicrohttpd-0.9.49'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# Making install in contrib
# make[1]: Entering directory '/tmp/libmicrohttpd/src/libmicrohttpd-0.9.49/contrib'
# make[2]: Entering directory '/tmp/libmicrohttpd/src/libmicrohttpd-0.9.49/contrib'
# make[2]: Nothing to be done for 'install-exec-am'.
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/libmicrohttpd/src/libmicrohttpd-0.9.49/contrib'
# make[1]: Leaving directory '/tmp/libmicrohttpd/src/libmicrohttpd-0.9.49/contrib'
# Making install in src
# make[1]: Entering directory '/tmp/libmicrohttpd/src/libmicrohttpd-0.9.49/src'
# Making install in include
# make[2]: Entering directory '/tmp/libmicrohttpd/src/libmicrohttpd-0.9.49/src/include'
# Making install in .
# make[3]: Entering directory '/tmp/libmicrohttpd/src/libmicrohttpd-0.9.49/src/include'
# make[4]: Entering directory '/tmp/libmicrohttpd/src/libmicrohttpd-0.9.49/src/include'
# make[4]: Nothing to be done for 'install-exec-am'.
# /usr/sbin/mkdir -p '/tmp/libmicrohttpd/pkg/libmicrohttpd/usr/include'
# /usr/bin/install -c -m 644 microhttpd.h '/tmp/libmicrohttpd/pkg/libmicrohttpd/usr/include'
# make[4]: Leaving directory '/tmp/libmicrohttpd/src/libmicrohttpd-0.9.49/src/include'
# make[3]: Leaving directory '/tmp/libmicrohttpd/src/libmicrohttpd-0.9.49/src/include'
# make[2]: Leaving directory '/tmp/libmicrohttpd/src/libmicrohttpd-0.9.49/src/include'
# Making install in platform
# make[2]: Entering directory '/tmp/libmicrohttpd/src/libmicrohttpd-0.9.49/src/platform'
# make[3]: Entering directory '/tmp/libmicrohttpd/src/libmicrohttpd-0.9.49/src/platform'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/libmicrohttpd/src/libmicrohttpd-0.9.49/src/platform'
# make[2]: Leaving directory '/tmp/libmicrohttpd/src/libmicrohttpd-0.9.49/src/platform'
# Making install in microhttpd
# make[2]: Entering directory '/tmp/libmicrohttpd/src/libmicrohttpd-0.9.49/src/microhttpd'
# make[3]: Entering directory '/tmp/libmicrohttpd/src/libmicrohttpd-0.9.49/src/microhttpd'
# make[3]: Nothing to be done for 'install-data-am'.
# /usr/sbin/mkdir -p '/tmp/libmicrohttpd/pkg/libmicrohttpd/usr/lib'
# /bin/sh ../../libtool --mode=install /usr/bin/install -c libmicrohttpd.la '/tmp/libmicrohttpd/pkg/libmicrohttpd/usr/lib'
# libtool: install: /usr/bin/install -c .libs/libmicrohttpd.so.12.37.0 /tmp/libmicrohttpd/pkg/libmicrohttpd/usr/lib/libmicrohttpd.so.12.37.0
# libtool: install: (cd /tmp/libmicrohttpd/pkg/libmicrohttpd/usr/lib && { ln -s -f libmicrohttpd.so.12.37.0 libmicrohttpd.so.12 || { rm -f libmicrohttpd.so.12 && ln -s libmicrohttpd.so.12.37.0 libmicrohttpd.so.12; }; })
# libtool: install: (cd /tmp/libmicrohttpd/pkg/libmicrohttpd/usr/lib && { ln -s -f libmicrohttpd.so.12.37.0 libmicrohttpd.so || { rm -f libmicrohttpd.so && ln -s libmicrohttpd.so.12.37.0 libmicrohttpd.so; }; })
# libtool: install: /usr/bin/install -c .libs/libmicrohttpd.lai /tmp/libmicrohttpd/pkg/libmicrohttpd/usr/lib/libmicrohttpd.la
# libtool: install: /usr/bin/install -c .libs/libmicrohttpd.a /tmp/libmicrohttpd/pkg/libmicrohttpd/usr/lib/libmicrohttpd.a
# libtool: install: chmod 644 /tmp/libmicrohttpd/pkg/libmicrohttpd/usr/lib/libmicrohttpd.a
# libtool: install: ranlib /tmp/libmicrohttpd/pkg/libmicrohttpd/usr/lib/libmicrohttpd.a
# libtool: install: warning: remember to run `libtool --finish /usr/lib'
# make[3]: Leaving directory '/tmp/libmicrohttpd/src/libmicrohttpd-0.9.49/src/microhttpd'
# make[2]: Leaving directory '/tmp/libmicrohttpd/src/libmicrohttpd-0.9.49/src/microhttpd'
# Making install in testcurl
# make[2]: Entering directory '/tmp/libmicrohttpd/src/libmicrohttpd-0.9.49/src/testcurl'
# Making install in .
# make[3]: Entering directory '/tmp/libmicrohttpd/src/libmicrohttpd-0.9.49/src/testcurl'
# make[4]: Entering directory '/tmp/libmicrohttpd/src/libmicrohttpd-0.9.49/src/testcurl'
# make[4]: Nothing to be done for 'install-exec-am'.
# make[4]: Nothing to be done for 'install-data-am'.
# make[4]: Leaving directory '/tmp/libmicrohttpd/src/libmicrohttpd-0.9.49/src/testcurl'
# make[3]: Leaving directory '/tmp/libmicrohttpd/src/libmicrohttpd-0.9.49/src/testcurl'
# Making install in https
# make[3]: Entering directory '/tmp/libmicrohttpd/src/libmicrohttpd-0.9.49/src/testcurl/https'
# Making install in .
# make[4]: Entering directory '/tmp/libmicrohttpd/src/libmicrohttpd-0.9.49/src/testcurl/https'
# make[5]: Entering directory '/tmp/libmicrohttpd/src/libmicrohttpd-0.9.49/src/testcurl/https'
# make[5]: Nothing to be done for 'install-exec-am'.
# make[5]: Nothing to be done for 'install-data-am'.
# make[5]: Leaving directory '/tmp/libmicrohttpd/src/libmicrohttpd-0.9.49/src/testcurl/https'
# make[4]: Leaving directory '/tmp/libmicrohttpd/src/libmicrohttpd-0.9.49/src/testcurl/https'
# make[3]: Leaving directory '/tmp/libmicrohttpd/src/libmicrohttpd-0.9.49/src/testcurl/https'
# make[2]: Leaving directory '/tmp/libmicrohttpd/src/libmicrohttpd-0.9.49/src/testcurl'
# Making install in .
# make[2]: Entering directory '/tmp/libmicrohttpd/src/libmicrohttpd-0.9.49/src'
# make[3]: Entering directory '/tmp/libmicrohttpd/src/libmicrohttpd-0.9.49/src'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/libmicrohttpd/src/libmicrohttpd-0.9.49/src'
# make[2]: Leaving directory '/tmp/libmicrohttpd/src/libmicrohttpd-0.9.49/src'
# Making install in examples
# make[2]: Entering directory '/tmp/libmicrohttpd/src/libmicrohttpd-0.9.49/src/examples'
# Making install in .
# make[3]: Entering directory '/tmp/libmicrohttpd/src/libmicrohttpd-0.9.49/src/examples'
# make[4]: Entering directory '/tmp/libmicrohttpd/src/libmicrohttpd-0.9.49/src/examples'
# make[4]: Nothing to be done for 'install-exec-am'.
# make[4]: Nothing to be done for 'install-data-am'.
# make[4]: Leaving directory '/tmp/libmicrohttpd/src/libmicrohttpd-0.9.49/src/examples'
# make[3]: Leaving directory '/tmp/libmicrohttpd/src/libmicrohttpd-0.9.49/src/examples'
# make[2]: Leaving directory '/tmp/libmicrohttpd/src/libmicrohttpd-0.9.49/src/examples'
# make[1]: Leaving directory '/tmp/libmicrohttpd/src/libmicrohttpd-0.9.49/src'
# Making install in m4
# make[1]: Entering directory '/tmp/libmicrohttpd/src/libmicrohttpd-0.9.49/m4'
# make[2]: Entering directory '/tmp/libmicrohttpd/src/libmicrohttpd-0.9.49/m4'
# make[2]: Nothing to be done for 'install-exec-am'.
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/libmicrohttpd/src/libmicrohttpd-0.9.49/m4'
# make[1]: Leaving directory '/tmp/libmicrohttpd/src/libmicrohttpd-0.9.49/m4'
# Making install in .
# make[1]: Entering directory '/tmp/libmicrohttpd/src/libmicrohttpd-0.9.49'
# make[2]: Entering directory '/tmp/libmicrohttpd/src/libmicrohttpd-0.9.49'
# make[2]: Nothing to be done for 'install-exec-am'.
# /usr/sbin/mkdir -p '/tmp/libmicrohttpd/pkg/libmicrohttpd/usr/lib/pkgconfig'
# /usr/bin/install -c -m 644 libmicrohttpd.pc '/tmp/libmicrohttpd/pkg/libmicrohttpd/usr/lib/pkgconfig'
# make[2]: Leaving directory '/tmp/libmicrohttpd/src/libmicrohttpd-0.9.49'
# make[1]: Leaving directory '/tmp/libmicrohttpd/src/libmicrohttpd-0.9.49'
# Making install in doc
# make[1]: Entering directory '/tmp/libmicrohttpd/src/libmicrohttpd-0.9.49/doc'
# Making install in .
# make[2]: Entering directory '/tmp/libmicrohttpd/src/libmicrohttpd-0.9.49/doc'
# make[3]: Entering directory '/tmp/libmicrohttpd/src/libmicrohttpd-0.9.49/doc'
# make[3]: Nothing to be done for 'install-exec-am'.
# /usr/sbin/mkdir -p '/tmp/libmicrohttpd/pkg/libmicrohttpd/usr/share/info'
# /usr/sbin/mkdir -p '/tmp/libmicrohttpd/pkg/libmicrohttpd/usr/share/man/man3'
# /usr/bin/install -c -m 644 libmicrohttpd.3 '/tmp/libmicrohttpd/pkg/libmicrohttpd/usr/share/man/man3'
# /usr/bin/install -c -m 644 ./libmicrohttpd.info ./libmicrohttpd-tutorial.info '/tmp/libmicrohttpd/pkg/libmicrohttpd/usr/share/info'
# install-info --info-dir='/tmp/libmicrohttpd/pkg/libmicrohttpd/usr/share/info' '/tmp/libmicrohttpd/pkg/libmicrohttpd/usr/share/info/libmicrohttpd.info'
# install-info --info-dir='/tmp/libmicrohttpd/pkg/libmicrohttpd/usr/share/info' '/tmp/libmicrohttpd/pkg/libmicrohttpd/usr/share/info/libmicrohttpd-tutorial.info'
# make[3]: Leaving directory '/tmp/libmicrohttpd/src/libmicrohttpd-0.9.49/doc'
# make[2]: Leaving directory '/tmp/libmicrohttpd/src/libmicrohttpd-0.9.49/doc'
# Making install in examples
# make[2]: Entering directory '/tmp/libmicrohttpd/src/libmicrohttpd-0.9.49/doc/examples'
# Making install in .
# make[3]: Entering directory '/tmp/libmicrohttpd/src/libmicrohttpd-0.9.49/doc/examples'
# make[4]: Entering directory '/tmp/libmicrohttpd/src/libmicrohttpd-0.9.49/doc/examples'
# make[4]: Nothing to be done for 'install-exec-am'.
# make[4]: Nothing to be done for 'install-data-am'.
# make[4]: Leaving directory '/tmp/libmicrohttpd/src/libmicrohttpd-0.9.49/doc/examples'
# make[3]: Leaving directory '/tmp/libmicrohttpd/src/libmicrohttpd-0.9.49/doc/examples'
# make[2]: Leaving directory '/tmp/libmicrohttpd/src/libmicrohttpd-0.9.49/doc/examples'
# Making install in doxygen
# make[2]: Entering directory '/tmp/libmicrohttpd/src/libmicrohttpd-0.9.49/doc/doxygen'
# make[3]: Entering directory '/tmp/libmicrohttpd/src/libmicrohttpd-0.9.49/doc/doxygen'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/libmicrohttpd/src/libmicrohttpd-0.9.49/doc/doxygen'
# make[2]: Leaving directory '/tmp/libmicrohttpd/src/libmicrohttpd-0.9.49/doc/doxygen'
# make[1]: Leaving directory '/tmp/libmicrohttpd/src/libmicrohttpd-0.9.49/doc'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "libmicrohttpd"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: libmicrohttpd 0.9.49-1 (Wed Aug 24 13:38:09 UTC 2016)

CMD: pacman --query --file libmicrohttpd-0.9.49-1-x86_64.pkg.tar.xz
# libmicrohttpd 0.9.49-1

Creating hybrid package for 'libmicrohttpd'

Trying to find vanilla package 'libmicrohttpd'...

CMD: pacman --query --file /mirror/libmicrohttpd-0.9.49-1.pkg.tar.xz
# libmicrohttpd 0.9.49-1

Package file has the following structure:
# /.PKGINFO
# /.BUILDINFO
# /.MTREE
# /usr/share/man/man3/libmicrohttpd.3.gz
# /usr/share/info/libmicrohttpd-tutorial.info.gz
# /usr/share/info/libmicrohttpd.info.gz
# /usr/lib/libmicrohttpd.so.12.37.0
# /usr/lib/libmicrohttpd.so.12
# /usr/lib/libmicrohttpd.so
# /usr/lib/pkgconfig/libmicrohttpd.pc
# /usr/include/microhttpd.h
# /usr/include/libmicrohttpd/platform.h
# /sysroot/usr/lib/libmicrohttpd.so.12.37.0
# /sysroot/usr/lib/libmicrohttpd.so.12
# /sysroot/usr/lib/libmicrohttpd.so
# /sysroot/usr/lib/libmicrohttpd.la
# /sysroot/usr/lib/libmicrohttpd.a
# /sysroot/usr/lib/pkgconfig/libmicrohttpd.pc
# /sysroot/usr/include/microhttpd.h
# /sysroot/usr/include/libmicrohttpd/platform.h

Generating .MTREE

CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO .BUILDINFO usr sysroot

Tar-ing up files

CMD: bsdtar -cf - .PKGINFO .BUILDINFO usr sysroot .MTREE

CMD: xz -c -z

Successfully ran bsdtar -cf - .PKGINFO .BUILDINFO usr sysroot .MTREE | xz -c -z

CMD: bsdtar -tqf libmicrohttpd.pkg.tar.xz .PKGINFO
# .PKGINFO

Created package at path /var/cache/pacman/pkg/libmicrohttpd.pkg.tar.xz

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/libmicrohttpd.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/libmicrohttpd.pkg.tar.xz'
# -> Computing checksums...
# -> Creating 'desc' db entry...
# -> Creating 'files' db entry...
# ==> Creating updated database file '/var/cache/pacman/pkg/tuscan.db.tar'

Printing config logfiles

CMD: config logfiles '/tmp/libmicrohttpd/src/libmicrohttpd-0.9.49/config.log'
# This file contains any messages produced by compilers while
# running configure, to aid debugging if configure makes a mistake.
#
# It was created by libmicrohttpd configure 0.9.49, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --disable-dependency-tracking --enable-largefile --enable-curl --enable-messages --with-pic
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 1e36d550ce4e
# uname -m = x86_64
# uname -r = 4.7.1-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Wed Aug 17 08:13:35 CEST 2016
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# /usr/bin/hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2563: checking for a BSD-compatible install
# configure:2631: result: /usr/bin/install -c
# configure:2642: checking whether build environment is sane
# configure:2697: result: yes
# configure:2756: checking for x86_64-unknown-linux-strip
# configure:2786: result: no
# configure:2796: checking for strip
# configure:2812: found /usr/sbin/strip
# configure:2823: result: strip
# configure:2848: checking for a thread-safe mkdir -p
# configure:2887: result: /usr/sbin/mkdir -p
# configure:2894: checking for gawk
# configure:2910: found /usr/sbin/gawk
# configure:2921: result: gawk
# configure:2932: checking whether make sets $(MAKE)
# configure:2954: result: yes
# configure:2983: checking whether make supports nested variables
# configure:3000: result: yes
# configure:3139: checking whether z/OS special settings are required
# configure:3162: result: no
# configure:3171: checking for gawk
# configure:3198: result: gawk
# configure:3210: checking whether ln -s works
# configure:3214: result: yes
# configure:3221: checking whether make sets $(MAKE)
# configure:3243: result: yes
# configure:3256: checking build system type
# configure:3270: result: x86_64-pc-linux-gnu
# configure:3290: checking host system type
# configure:3303: result: x86_64-unknown-linux-gnu
# configure:3335: checking for style of include used by make
# configure:3363: result: GNU
# configure:3394: checking for x86_64-unknown-linux-gcc
# configure:3424: result: no
# configure:3434: checking for gcc
# configure:3450: found /usr/sbin/gcc
# configure:3461: result: gcc
# configure:3690: checking for C compiler version
# configure:3699: gcc --version >&5
# gcc (GCC) 6.1.1 20160602
# Copyright (C) 2016 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:3710: $? = 0
# configure:3699: gcc -v >&5
# Using built-in specs.
# COLLECT_GCC=gcc
# COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
# Target: x86_64-pc-linux-gnu
# Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
# Thread model: posix
# gcc version 6.1.1 20160602 (GCC)
# configure:3710: $? = 0
# configure:3699: gcc -V >&5
# gcc: error: unrecognized command line option '-V'
# gcc: fatal error: no input files
# compilation terminated.
# configure:3710: $? = 1
# configure:3699: gcc -qversion >&5
# gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
# gcc: fatal error: no input files
# compilation terminated.
# configure:3710: $? = 1
# configure:3730: checking whether the C compiler works
# configure:3752: gcc conftest.c >&5
# configure:3756: $? = 0
# configure:3804: result: yes
# configure:3807: checking for C compiler default output file name
# configure:3809: result: a.out
# configure:3815: checking for suffix of executables
# configure:3822: gcc -o conftest conftest.c >&5
# configure:3826: $? = 0
# configure:3848: result:
# configure:3870: checking whether we are cross compiling
# configure:3878: gcc -o conftest conftest.c >&5
# configure:3882: $? = 0
# configure:3889: ./conftest
# configure:3893: $? = 0
# configure:3908: result: no
# configure:3913: checking for suffix of object files
# configure:3935: gcc -c conftest.c >&5
# configure:3939: $? = 0
# configure:3960: result: o
# configure:3964: checking whether we are using the GNU C compiler
# configure:3983: gcc -c conftest.c >&5
# configure:3983: $? = 0
# configure:3992: result: yes
# configure:4001: checking whether gcc accepts -g
# configure:4021: gcc -c -g conftest.c >&5
# configure:4021: $? = 0
# configure:4062: result: yes
# configure:4079: checking for gcc option to accept ISO C89
# configure:4142: gcc -c conftest.c >&5
# configure:4142: $? = 0
# configure:4155: result: none needed
# configure:4180: checking whether gcc understands -c and -o together
# configure:4202: gcc -c conftest.c -o conftest2.o
# configure:4205: $? = 0
# configure:4202: gcc -c conftest.c -o conftest2.o
# configure:4205: $? = 0
# configure:4217: result: yes
# configure:4236: checking dependency style of gcc
# configure:4347: result: none
# configure:4366: checking for gcc option to accept ISO C99
# configure:4515: gcc -c conftest.c >&5
# configure:4515: $? = 0
# configure:4528: result: none needed
# configure:4636: checking for gcc option to accept ISO Standard C
# configure:4647: result: none needed
# configure:4700: checking how to print strings
# configure:4727: result: printf
# configure:4748: checking for a sed that does not truncate output
# configure:4812: result: /usr/sbin/sed
# configure:4830: checking for grep that handles long lines and -e
# configure:4888: result: /usr/sbin/grep
# configure:4893: checking for egrep
# configure:4955: result: /usr/sbin/grep -E
# configure:4960: checking for fgrep
# configure:5022: result: /usr/sbin/grep -F
# configure:5057: checking for ld used by gcc
# configure:5124: result: /usr/sbin/ld
# configure:5131: checking if the linker (/usr/sbin/ld) is GNU ld
# configure:5146: result: yes
# configure:5158: checking for BSD- or MS-compatible name lister (nm)
# configure:5207: result: no
# configure:5221: checking for x86_64-unknown-linux-dumpbin
# configure:5251: result: no
# configure:5221: checking for x86_64-unknown-linux-link
# configure:5251: result: no
# configure:5265: checking for dumpbin
# configure:5295: result: no
# configure:5265: checking for link
# configure:5281: found /usr/sbin/link
# configure:5292: result: link -dump
# configure:5337: checking the name lister (nm) interface
# configure:5344: gcc -c conftest.c >&5
# configure:5347: nm "conftest.o"
# configure:5350: output
# 0000000000000000 B some_variable
# configure:5357: result: BSD nm
# configure:5361: checking the maximum length of command line arguments
# configure:5492: result: 1572864
# configure:5509: checking whether the shell understands some XSI constructs
# configure:5519: result: yes
# configure:5523: checking whether the shell understands "+="
# configure:5529: result: yes
# configure:5564: checking how to convert x86_64-pc-linux-gnu file names to x86_64-unknown-linux-gnu format
# configure:5604: result: func_convert_file_noop
# configure:5611: checking how to convert x86_64-pc-linux-gnu file names to toolchain format
# configure:5631: result: func_convert_file_noop
# configure:5638: checking for /usr/sbin/ld option to reload object files
# configure:5645: result: -r
# configure:5679: checking for x86_64-unknown-linux-objdump
# configure:5709: result: no
# configure:5719: checking for objdump
# configure:5735: found /usr/sbin/objdump
# configure:5746: result: objdump
# configure:5775: checking how to recognize dependent libraries
# configure:5973: result: pass_all
# configure:6018: checking for x86_64-unknown-linux-dlltool
# configure:6048: result: no
# configure:6058: checking for dlltool
# configure:6088: result: no
# configure:6115: checking how to associate runtime and link libraries
# configure:6142: result: printf %s\n
# configure:6159: checking for x86_64-unknown-linux-ar
# configure:6189: result: no
# configure:6203: checking for ar
# configure:6219: found /usr/sbin/ar
# configure:6230: result: ar
# configure:6267: checking for archiver @FILE support
# configure:6284: gcc -c conftest.c >&5
# configure:6284: $? = 0
# configure:6287: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# configure:6290: $? = 0
# configure:6295: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# ar: conftest.o: No such file or directory
# configure:6298: $? = 1
# configure:6310: result: @
# configure:6328: checking for x86_64-unknown-linux-strip
# configure:6355: result: strip
# configure:6427: checking for x86_64-unknown-linux-ranlib
# configure:6457: result: no
# configure:6467: checking for ranlib
# configure:6483: found /usr/sbin/ranlib
# configure:6494: result: ranlib
# configure:6596: checking command to parse nm output from gcc object
# configure:6716: gcc -c conftest.c >&5
# configure:6719: $? = 0
# configure:6723: nm 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:6726: $? = 0
# configure:6792: gcc -o conftest conftest.c conftstm.o >&5
# configure:6795: $? = 0
# configure:6833: result: ok
# configure:6870: checking for sysroot
# configure:6900: result: no
# configure:6977: gcc -c conftest.c >&5
# configure:6980: $? = 0
# configure:7129: checking for x86_64-unknown-linux-mt
# configure:7159: result: no
# configure:7169: checking for mt
# configure:7199: result: no
# configure:7219: checking if : is a manifest tool
# configure:7225: : '-?'
# configure:7233: result: no
# configure:7875: checking how to run the C preprocessor
# configure:7906: gcc -E conftest.c
# configure:7906: $? = 0
# configure:7920: gcc -E conftest.c
# conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:7920: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libmicrohttpd"
# | #define PACKAGE_TARNAME "libmicrohttpd"
# | #define PACKAGE_VERSION "0.9.49"
# | #define PACKAGE_STRING "libmicrohttpd 0.9.49"
# | #define PACKAGE_BUGREPORT "libmicrohttpd@gnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libmicrohttpd"
# | #define VERSION "0.9.49"
# | /* end confdefs.h. */
# | #include
# configure:7945: result: gcc -E
# configure:7965: gcc -E conftest.c
# configure:7965: $? = 0
# configure:7979: gcc -E conftest.c
# conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:7979: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libmicrohttpd"
# | #define PACKAGE_TARNAME "libmicrohttpd"
# | #define PACKAGE_VERSION "0.9.49"
# | #define PACKAGE_STRING "libmicrohttpd 0.9.49"
# | #define PACKAGE_BUGREPORT "libmicrohttpd@gnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libmicrohttpd"
# | #define VERSION "0.9.49"
# | /* end confdefs.h. */
# | #include
# configure:8008: checking for ANSI C header files
# configure:8028: gcc -c conftest.c >&5
# configure:8028: $? = 0
# configure:8101: gcc -o conftest conftest.c >&5
# configure:8101: $? = 0
# configure:8101: ./conftest
# configure:8101: $? = 0
# configure:8112: result: yes
# configure:8125: checking for sys/types.h
# configure:8125: gcc -c conftest.c >&5
# configure:8125: $? = 0
# configure:8125: result: yes
# configure:8125: checking for sys/stat.h
# configure:8125: gcc -c conftest.c >&5
# configure:8125: $? = 0
# configure:8125: result: yes
# configure:8125: checking for stdlib.h
# configure:8125: gcc -c conftest.c >&5
# configure:8125: $? = 0
# configure:8125: result: yes
# configure:8125: checking for string.h
# configure:8125: gcc -c conftest.c >&5
# configure:8125: $? = 0
# configure:8125: result: yes
# configure:8125: checking for memory.h
# configure:8125: gcc -c conftest.c >&5
# configure:8125: $? = 0
# configure:8125: result: yes
# configure:8125: checking for strings.h
# configure:8125: gcc -c conftest.c >&5
# configure:8125: $? = 0
# configure:8125: result: yes
# configure:8125: checking for inttypes.h
# configure:8125: gcc -c conftest.c >&5
# configure:8125: $? = 0
# configure:8125: result: yes
# configure:8125: checking for stdint.h
# configure:8125: gcc -c conftest.c >&5
# configure:8125: $? = 0
# configure:8125: result: yes
# configure:8125: checking for unistd.h
# configure:8125: gcc -c conftest.c >&5
# configure:8125: $? = 0
# configure:8125: result: yes
# configure:8139: checking for dlfcn.h
# configure:8139: gcc -c conftest.c >&5
# configure:8139: $? = 0
# configure:8139: result: yes
# configure:8643: checking for objdir
# configure:8658: result: .libs
# configure:8929: checking if gcc supports -fno-rtti -fno-exceptions
# configure:8947: gcc -c -fno-rtti -fno-exceptions conftest.c >&5
# cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C
# configure:8951: $? = 0
# configure:8964: result: no
# configure:9291: checking for gcc option to produce PIC
# configure:9298: result: -fPIC -DPIC
# configure:9306: checking if gcc PIC flag -fPIC -DPIC works
# configure:9324: gcc -c -fPIC -DPIC -DPIC conftest.c >&5
# configure:9328: $? = 0
# configure:9341: result: yes
# configure:9370: checking if gcc static flag -static works
# configure:9398: result: yes
# configure:9413: checking if gcc supports -c -o file.o
# configure:9434: gcc -c -o out/conftest2.o conftest.c >&5
# configure:9438: $? = 0
# configure:9460: result: yes
# configure:9468: checking if gcc supports -c -o file.o
# configure:9515: result: yes
# configure:9548: checking whether the gcc linker (/usr/sbin/ld -m elf_x86_64) supports shared libraries
# configure:10705: result: yes
# configure:10742: checking whether -lc should be explicitly linked in
# configure:10750: gcc -c conftest.c >&5
# configure:10753: $? = 0
# configure:10768: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/sbin/grep -lc \>/dev/null 2\>\&1
# configure:10771: $? = 0
# configure:10785: result: no
# configure:10945: checking dynamic linker characteristics
# configure:11445: gcc -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:11445: $? = 0
# configure:11679: result: GNU/Linux ld.so
# configure:11786: checking how to hardcode library paths into programs
# configure:11811: result: immediate
# configure:12351: checking whether stripping libraries is possible
# configure:12356: result: yes
# configure:12391: checking if libtool supports shared libraries
# configure:12393: result: yes
# configure:12396: checking whether to build shared libraries
# configure:12417: result: yes
# configure:12420: checking whether to build static libraries
# configure:12424: result: yes
# configure:12464: checking for x86_64-unknown-linux-windres
# configure:12494: result: no
# configure:12504: checking for windres
# configure:12534: result: no
# configure:12656: checking for _Bool
# configure:12656: gcc -c conftest.c >&5
# configure:12656: $? = 0
# configure:12656: gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:59:20: error: expected expression before ')' token
# if (sizeof ((_Bool)))
# ^
# configure:12656: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libmicrohttpd"
# | #define PACKAGE_TARNAME "libmicrohttpd"
# | #define PACKAGE_VERSION "0.9.49"
# | #define PACKAGE_STRING "libmicrohttpd 0.9.49"
# | #define PACKAGE_BUGREPORT "libmicrohttpd@gnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libmicrohttpd"
# | #define VERSION "0.9.49"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((_Bool)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:12656: result: yes
# configure:12689: checking for function inline keywords suppoted by gcc
# configure:12702: : CFLAGS="$CFLAGS -Werror=attributes"
# configure:12705: $? = 0
# configure:12748: gcc -o conftest -Werror=attributes conftest.c >&5
# configure:12748: $? = 0
# configure:12767: result: inline __attribute__((always_inline))
# configure:12773: checking for target host OS
# configure:12981: result: Linux
# configure:13215: checking if compiler needs -Werror to reject unknown flags
# configure:13231: gcc -c -Werror -Wunknown-warning-option -Wsizeof-array-argument conftest.c >&5
# gcc: error: unrecognized command line option '-Wunknown-warning-option'; did you mean '-Wno-warning-token'?
# configure:13231: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libmicrohttpd"
# | #define PACKAGE_TARNAME "libmicrohttpd"
# | #define PACKAGE_VERSION "0.9.49"
# | #define PACKAGE_STRING "libmicrohttpd 0.9.49"
# | #define PACKAGE_BUGREPORT "libmicrohttpd@gnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libmicrohttpd"
# | #define VERSION "0.9.49"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define _MHD_bool _Bool
# | #define INLINE_FUNC 1
# | #define _MHD_inline static inline __attribute__((always_inline))
# | #define LINUX 1
# | #define HAVE_LISTEN_SHUTDOWN 1
# | /* end confdefs.h. */
# | int foo(void);
# | int
# | main ()
# | {
# | foo()
# | ;
# | return 0;
# | }
# configure:13236: result: no
# configure:13302: checking for the pthreads library -lpthreads
# configure:13340: gcc -o conftest conftest.c -lpthreads >&5
# /usr/sbin/ld: cannot find -lpthreads
# collect2: error: ld returned 1 exit status
# configure:13340: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libmicrohttpd"
# | #define PACKAGE_TARNAME "libmicrohttpd"
# | #define PACKAGE_VERSION "0.9.49"
# | #define PACKAGE_STRING "libmicrohttpd 0.9.49"
# | #define PACKAGE_BUGREPORT "libmicrohttpd@gnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libmicrohttpd"
# | #define VERSION "0.9.49"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define _MHD_bool _Bool
# | #define INLINE_FUNC 1
# | #define _MHD_inline static inline __attribute__((always_inline))
# | #define LINUX 1
# | #define HAVE_LISTEN_SHUTDOWN 1
# | /* end confdefs.h. */
# | #include
# | static void routine(void *a) { a = 0; }
# | static void *start_routine(void *a) { return a; }
# | int
# | main ()
# | {
# | pthread_t th; pthread_attr_t attr;
# | pthread_create(&th, 0, start_routine, 0);
# | pthread_join(th, 0);
# | pthread_attr_init(&attr);
# | pthread_cleanup_push(routine, 0);
# | pthread_cleanup_pop(0) /* ; */
# | ;
# | return 0;
# | }
# configure:13349: result: no
# configure:13247: checking whether pthreads work without any flags
# configure:13340: gcc -o conftest conftest.c >&5
# /tmp/ccN3p6Ot.o: In function `main':
# conftest.c:(.text+0x43): undefined reference to `pthread_create'
# conftest.c:(.text+0x54): undefined reference to `pthread_join'
# conftest.c:(.text+0xbc): undefined reference to `__pthread_register_cancel'
# conftest.c:(.text+0xcb): undefined reference to `__pthread_unregister_cancel'
# collect2: error: ld returned 1 exit status
# configure:13340: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libmicrohttpd"
# | #define PACKAGE_TARNAME "libmicrohttpd"
# | #define PACKAGE_VERSION "0.9.49"
# | #define PACKAGE_STRING "libmicrohttpd 0.9.49"
# | #define PACKAGE_BUGREPORT "libmicrohttpd@gnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libmicrohttpd"
# | #define VERSION "0.9.49"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define _MHD_bool _Bool
# | #define INLINE_FUNC 1
# | #define _MHD_inline static inline __attribute__((always_inline))
# | #define LINUX 1
# | #define HAVE_LISTEN_SHUTDOWN 1
# | /* end confdefs.h. */
# | #include
# | static void routine(void *a) { a = 0; }
# | static void *start_routine(void *a) { return a; }
# | int
# | main ()
# | {
# | pthread_t th; pthread_attr_t attr;
# | pthread_create(&th, 0, start_routine, 0);
# | pthread_join(th, 0);
# | pthread_attr_init(&attr);
# | pthread_cleanup_push(routine, 0);
# | pthread_cleanup_pop(0) /* ; */
# | ;
# | return 0;
# | }
# configure:13349: result: no
# configure:13252: checking whether pthreads work with -Kthread
# configure:13340: gcc -o conftest -Kthread conftest.c >&5
# gcc: error: unrecognized command line option '-Kthread'; did you mean '-pthread'?
# configure:13340: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libmicrohttpd"
# | #define PACKAGE_TARNAME "libmicrohttpd"
# | #define PACKAGE_VERSION "0.9.49"
# | #define PACKAGE_STRING "libmicrohttpd 0.9.49"
# | #define PACKAGE_BUGREPORT "libmicrohttpd@gnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libmicrohttpd"
# | #define VERSION "0.9.49"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define _MHD_bool _Bool
# | #define INLINE_FUNC 1
# | #define _MHD_inline static inline __attribute__((always_inline))
# | #define LINUX 1
# | #define HAVE_LISTEN_SHUTDOWN 1
# | /* end confdefs.h. */
# | #include
# | static void routine(void *a) { a = 0; }
# | static void *start_routine(void *a) { return a; }
# | int
# | main ()
# | {
# | pthread_t th; pthread_attr_t attr;
# | pthread_create(&th, 0, start_routine, 0);
# | pthread_join(th, 0);
# | pthread_attr_init(&attr);
# | pthread_cleanup_push(routine, 0);
# | pthread_cleanup_pop(0) /* ; */
# | ;
# | return 0;
# | }
# configure:13349: result: no
# configure:13252: checking whether pthreads work with -kthread
# configure:13340: gcc -o conftest -kthread conftest.c >&5
# gcc: error: unrecognized command line option '-kthread'; did you mean '-pthread'?
# configure:13340: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libmicrohttpd"
# | #define PACKAGE_TARNAME "libmicrohttpd"
# | #define PACKAGE_VERSION "0.9.49"
# | #define PACKAGE_STRING "libmicrohttpd 0.9.49"
# | #define PACKAGE_BUGREPORT "libmicrohttpd@gnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libmicrohttpd"
# | #define VERSION "0.9.49"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define _MHD_bool _Bool
# | #define INLINE_FUNC 1
# | #define _MHD_inline static inline __attribute__((always_inline))
# | #define LINUX 1
# | #define HAVE_LISTEN_SHUTDOWN 1
# | /* end confdefs.h. */
# | #include
# | static void routine(void *a) { a = 0; }
# | static void *start_routine(void *a) { return a; }
# | int
# | main ()
# | {
# | pthread_t th; pthread_attr_t attr;
# | pthread_create(&th, 0, start_routine, 0);
# | pthread_join(th, 0);
# | pthread_attr_init(&attr);
# | pthread_cleanup_push(routine, 0);
# | pthread_cleanup_pop(0) /* ; */
# | ;
# | return 0;
# | }
# configure:13349: result: no
# configure:13302: checking for the pthreads library -llthread
# configure:13340: gcc -o conftest conftest.c -llthread >&5
# /usr/sbin/ld: cannot find -llthread
# collect2: error: ld returned 1 exit status
# configure:13340: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libmicrohttpd"
# | #define PACKAGE_TARNAME "libmicrohttpd"
# | #define PACKAGE_VERSION "0.9.49"
# | #define PACKAGE_STRING "libmicrohttpd 0.9.49"
# | #define PACKAGE_BUGREPORT "libmicrohttpd@gnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libmicrohttpd"
# | #define VERSION "0.9.49"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define _MHD_bool _Bool
# | #define INLINE_FUNC 1
# | #define _MHD_inline static inline __attribute__((always_inline))
# | #define LINUX 1
# | #define HAVE_LISTEN_SHUTDOWN 1
# | /* end confdefs.h. */
# | #include
# | static void routine(void *a) { a = 0; }
# | static void *start_routine(void *a) { return a; }
# | int
# | main ()
# | {
# | pthread_t th; pthread_attr_t attr;
# | pthread_create(&th, 0, start_routine, 0);
# | pthread_join(th, 0);
# | pthread_attr_init(&attr);
# | pthread_cleanup_push(routine, 0);
# | pthread_cleanup_pop(0) /* ; */
# | ;
# | return 0;
# | }
# configure:13349: result: no
# configure:13252: checking whether pthreads work with -pthread
# configure:13340: gcc -o conftest -pthread conftest.c >&5
# configure:13340: $? = 0
# configure:13349: result: yes
# configure:13368: checking for joinable pthread attribute
# configure:13383: gcc -o conftest -pthread conftest.c >&5
# configure:13383: $? = 0
# configure:13389: result: PTHREAD_CREATE_JOINABLE
# configure:13399: checking if more special flags are required for pthreads
# configure:13414: result: no
# configure:13420: checking for PTHREAD_PRIO_INHERIT
# configure:13437: gcc -o conftest -pthread conftest.c >&5
# configure:13437: $? = 0
# configure:13446: result: yes
# configure:13582: checking for threading lib to use with libmicrohttpd
# configure:13649: result: posix
# configure:13692: checking whether the linker accepts -fno-strict-aliasing
# configure:13711: gcc -o conftest -fno-strict-aliasing conftest.c >&5
# configure:13711: $? = 0
# configure:13720: result: yes
# configure:13729: checking whether C compiler accepts -fno-strict-aliasing
# configure:13748: gcc -c -fno-strict-aliasing conftest.c >&5
# configure:13748: $? = 0
# configure:13757: result: yes
# configure:13770: : CFLAGS="$CFLAGS $flag"
# configure:13773: $? = 0
# configure:13793: checking whether byte ordering is bigendian
# configure:13808: gcc -c -fno-strict-aliasing conftest.c >&5
# conftest.c:31:9: error: unknown type name 'not'
# not a universal capable compiler
# ^~~
# conftest.c:31:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
# not a universal capable compiler
# ^~~~~~~~~
# conftest.c:31:15: error: unknown type name 'universal'
# configure:13808: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libmicrohttpd"
# | #define PACKAGE_TARNAME "libmicrohttpd"
# | #define PACKAGE_VERSION "0.9.49"
# | #define PACKAGE_STRING "libmicrohttpd 0.9.49"
# | #define PACKAGE_BUGREPORT "libmicrohttpd@gnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libmicrohttpd"
# | #define VERSION "0.9.49"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define _MHD_bool _Bool
# | #define INLINE_FUNC 1
# | #define _MHD_inline static inline __attribute__((always_inline))
# | #define LINUX 1
# | #define HAVE_LISTEN_SHUTDOWN 1
# | #define HAVE_PTHREAD_PRIO_INHERIT 1
# | #define MHD_USE_POSIX_THREADS 1
# | /* end confdefs.h. */
# | #ifndef __APPLE_CC__
# | not a universal capable compiler
# | #endif
# | typedef int dummy;
# |
# configure:13853: gcc -c -fno-strict-aliasing conftest.c >&5
# configure:13853: $? = 0
# configure:13871: gcc -c -fno-strict-aliasing conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:37:4: error: unknown type name 'not'
# not big endian
# ^~~
# conftest.c:37:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
# not big endian
# ^~~~~~
# configure:13871: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libmicrohttpd"
# | #define PACKAGE_TARNAME "libmicrohttpd"
# | #define PACKAGE_VERSION "0.9.49"
# | #define PACKAGE_STRING "libmicrohttpd 0.9.49"
# | #define PACKAGE_BUGREPORT "libmicrohttpd@gnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libmicrohttpd"
# | #define VERSION "0.9.49"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define _MHD_bool _Bool
# | #define INLINE_FUNC 1
# | #define _MHD_inline static inline __attribute__((always_inline))
# | #define LINUX 1
# | #define HAVE_LISTEN_SHUTDOWN 1
# | #define HAVE_PTHREAD_PRIO_INHERIT 1
# | #define MHD_USE_POSIX_THREADS 1
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | #if BYTE_ORDER != BIG_ENDIAN
# | not big endian
# | #endif
# |
# | ;
# | return 0;
# | }
# configure:13999: result: no
# configure:14020: checking for curl
# configure:14036: found /usr/sbin/curl
# configure:14048: result: yes
# configure:14066: checking for makeinfo
# configure:14082: found /usr/sbin/makeinfo
# configure:14094: result: yes
# configure:14167: checking poll.h usability
# configure:14167: gcc -c -fno-strict-aliasing conftest.c >&5
# configure:14167: $? = 0
# configure:14167: result: yes
# configure:14167: checking poll.h presence
# configure:14167: gcc -E conftest.c
# configure:14167: $? = 0
# configure:14167: result: yes
# configure:14167: checking for poll.h
# configure:14167: result: yes
# configure:14175: checking for poll
# configure:14175: gcc -o conftest -fno-strict-aliasing conftest.c >&5
# configure:14175: $? = 0
# configure:14175: result: yes
# configure:14239: checking linux/version.h usability
# configure:14239: gcc -c -fno-strict-aliasing conftest.c >&5
# configure:14239: $? = 0
# configure:14239: result: yes
# configure:14239: checking linux/version.h presence
# configure:14239: gcc -E conftest.c
# configure:14239: $? = 0
# configure:14239: result: yes
# configure:14239: checking for linux/version.h
# configure:14239: result: yes
# configure:14245: checking for Linux epoll(7) interface
# configure:14271: gcc -o conftest -fno-strict-aliasing -DHAVE_LINUX_VERSION_H conftest.c >&5
# configure:14271: $? = 0
# configure:14282: result: yes
# configure:14308: checking for epoll_create1()
# configure:14328: gcc -o conftest -fno-strict-aliasing conftest.c >&5
# configure:14328: $? = 0
# configure:14336: result: yes
# configure:14352: checking for pthread_setname_np
# configure:14365: gcc -o conftest -fno-strict-aliasing -pthread conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:38:3: warning: implicit declaration of function 'pthread_setname_np' [-Wimplicit-function-declaration]
# pthread_setname_np(pthread_self(), "name")
# ^~~~~~~~~~~~~~~~~~
# configure:14365: $? = 0
# configure:14369: result: yes
# configure:14385: checking fcntl.h usability
# configure:14385: gcc -c -fno-strict-aliasing conftest.c >&5
# configure:14385: $? = 0
# configure:14385: result: yes
# configure:14385: checking fcntl.h presence
# configure:14385: gcc -E conftest.c
# configure:14385: $? = 0
# configure:14385: result: yes
# configure:14385: checking for fcntl.h
# configure:14385: result: yes
# configure:14385: checking math.h usability
# configure:14385: gcc -c -fno-strict-aliasing conftest.c >&5
# configure:14385: $? = 0
# configure:14385: result: yes
# configure:14385: checking math.h presence
# configure:14385: gcc -E conftest.c
# configure:14385: $? = 0
# configure:14385: result: yes
# configure:14385: checking for math.h
# configure:14385: result: yes
# configure:14385: checking errno.h usability
# configure:14385: gcc -c -fno-strict-aliasing conftest.c >&5
# configure:14385: $? = 0
# configure:14385: result: yes
# configure:14385: checking errno.h presence
# configure:14385: gcc -E conftest.c
# configure:14385: $? = 0
# configure:14385: result: yes
# configure:14385: checking for errno.h
# configure:14385: result: yes
# configure:14385: checking limits.h usability
# configure:14385: gcc -c -fno-strict-aliasing conftest.c >&5
# configure:14385: $? = 0
# configure:14385: result: yes
# configure:14385: checking limits.h presence
# configure:14385: gcc -E conftest.c
# configure:14385: $? = 0
# configure:14385: result: yes
# configure:14385: checking for limits.h
# configure:14385: result: yes
# configure:14385: checking stdio.h usability
# configure:14385: gcc -c -fno-strict-aliasing conftest.c >&5
# configure:14385: $? = 0
# configure:14385: result: yes
# configure:14385: checking stdio.h presence
# configure:14385: gcc -E conftest.c
# configure:14385: $? = 0
# configure:14385: result: yes
# configure:14385: checking for stdio.h
# configure:14385: result: yes
# configure:14385: checking locale.h usability
# configure:14385: gcc -c -fno-strict-aliasing conftest.c >&5
# configure:14385: $? = 0
# configure:14385: result: yes
# configure:14385: checking locale.h presence
# configure:14385: gcc -E conftest.c
# configure:14385: $? = 0
# configure:14385: result: yes
# configure:14385: checking for locale.h
# configure:14385: result: yes
# configure:14385: checking for sys/stat.h
# configure:14385: result: yes
# configure:14385: checking for sys/types.h
# configure:14385: result: yes
# configure:14385: checking pthread.h usability
# configure:14385: gcc -c -fno-strict-aliasing conftest.c >&5
# configure:14385: $? = 0
# configure:14385: result: yes
# configure:14385: checking pthread.h presence
# configure:14385: gcc -E conftest.c
# configure:14385: $? = 0
# configure:14385: result: yes
# configure:14385: checking for pthread.h
# configure:14385: result: yes
# configure:14402: checking for sys/types.h
# configure:14402: result: yes
# configure:14402: checking sys/time.h usability
# configure:14402: gcc -c -fno-strict-aliasing conftest.c >&5
# configure:14402: $? = 0
# configure:14402: result: yes
# configure:14402: checking sys/time.h presence
# configure:14402: gcc -E conftest.c
# configure:14402: $? = 0
# configure:14402: result: yes
# configure:14402: checking for sys/time.h
# configure:14402: result: yes
# configure:14402: checking sys/msg.h usability
# configure:14402: gcc -c -fno-strict-aliasing conftest.c >&5
# configure:14402: $? = 0
# configure:14402: result: yes
# configure:14402: checking sys/msg.h presence
# configure:14402: gcc -E conftest.c
# configure:14402: $? = 0
# configure:14402: result: yes
# configure:14402: checking for sys/msg.h
# configure:14402: result: yes
# configure:14402: checking netdb.h usability
# configure:14402: gcc -c -fno-strict-aliasing conftest.c >&5
# configure:14402: $? = 0
# configure:14402: result: yes
# configure:14402: checking netdb.h presence
# configure:14402: gcc -E conftest.c
# configure:14402: $? = 0
# configure:14402: result: yes
# configure:14402: checking for netdb.h
# configure:14402: result: yes
# configure:14402: checking netinet/in.h usability
# configure:14402: gcc -c -fno-strict-aliasing conftest.c >&5
# configure:14402: $? = 0
# configure:14402: result: yes
# configure:14402: checking netinet/in.h presence
# configure:14402: gcc -E conftest.c
# configure:14402: $? = 0
# configure:14402: result: yes
# configure:14402: checking for netinet/in.h
# configure:14402: result: yes
# configure:14402: checking netinet/tcp.h usability
# configure:14402: gcc -c -fno-strict-aliasing conftest.c >&5
# configure:14402: $? = 0
# configure:14402: result: yes
# configure:14402: checking netinet/tcp.h presence
# configure:14402: gcc -E conftest.c
# configure:14402: $? = 0
# configure:14402: result: yes
# configure:14402: checking for netinet/tcp.h
# configure:14402: result: yes
# configure:14402: checking time.h usability
# configure:14402: gcc -c -fno-strict-aliasing conftest.c >&5
# configure:14402: $? = 0
# configure:14402: result: yes
# configure:14402: checking time.h presence
# configure:14402: gcc -E conftest.c
# configure:14402: $? = 0
# configure:14402: result: yes
# configure:14402: checking for time.h
# configure:14402: result: yes
# configure:14402: checking sys/socket.h usability
# configure:14402: gcc -c -fno-strict-aliasing conftest.c >&5
# configure:14402: $? = 0
# configure:14402: result: yes
# configure:14402: checking sys/socket.h presence
# configure:14402: gcc -E conftest.c
# configure:14402: $? = 0
# configure:14402: result: yes
# configure:14402: checking for sys/socket.h
# configure:14402: result: yes
# configure:14402: checking sys/mman.h usability
# configure:14402: gcc -c -fno-strict-aliasing conftest.c >&5
# configure:14402: $? = 0
# configure:14402: result: yes
# configure:14402: checking sys/mman.h presence
# configure:14402: gcc -E conftest.c
# configure:14402: $? = 0
# configure:14402: result: yes
# configure:14402: checking for sys/mman.h
# configure:14402: result: yes
# configure:14402: checking arpa/inet.h usability
# configure:14402: gcc -c -fno-strict-aliasing conftest.c >&5
# configure:14402: $? = 0
# configure:14402: result: yes
# configure:14402: checking arpa/inet.h presence
# configure:14402: gcc -E conftest.c
# configure:14402: $? = 0
# configure:14402: result: yes
# configure:14402: checking for arpa/inet.h
# configure:14402: result: yes
# configure:14402: checking sys/select.h usability
# configure:14402: gcc -c -fno-strict-aliasing conftest.c >&5
# configure:14402: $? = 0
# configure:14402: result: yes
# configure:14402: checking sys/select.h presence
# configure:14402: gcc -E conftest.c
# configure:14402: $? = 0
# configure:14402: result: yes
# configure:14402: checking for sys/select.h
# configure:14402: result: yes
# configure:14402: checking search.h usability
# configure:14402: gcc -c -fno-strict-aliasing conftest.c >&5
# configure:14402: $? = 0
# configure:14402: result: yes
# configure:14402: checking search.h presence
# configure:14402: gcc -E conftest.c
# configure:14402: $? = 0
# configure:14402: result: yes
# configure:14402: checking for search.h
# configure:14402: result: yes
# configure:14402: checking endian.h usability
# configure:14402: gcc -c -fno-strict-aliasing conftest.c >&5
# configure:14402: $? = 0
# configure:14402: result: yes
# configure:14402: checking endian.h presence
# configure:14402: gcc -E conftest.c
# configure:14402: $? = 0
# configure:14402: result: yes
# configure:14402: checking for endian.h
# configure:14402: result: yes
# configure:14402: checking machine/endian.h usability
# configure:14402: gcc -c -fno-strict-aliasing conftest.c >&5
# conftest.c:90:28: fatal error: machine/endian.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:14402: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libmicrohttpd"
# | #define PACKAGE_TARNAME "libmicrohttpd"
# | #define PACKAGE_VERSION "0.9.49"
# | #define PACKAGE_STRING "libmicrohttpd 0.9.49"
# | #define PACKAGE_BUGREPORT "libmicrohttpd@gnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libmicrohttpd"
# | #define VERSION "0.9.49"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define _MHD_bool _Bool
# | #define INLINE_FUNC 1
# | #define _MHD_inline static inline __attribute__((always_inline))
# | #define LINUX 1
# | #define HAVE_LISTEN_SHUTDOWN 1
# | #define HAVE_PTHREAD_PRIO_INHERIT 1
# | #define MHD_USE_POSIX_THREADS 1
# | #define HAVE_POLL_H 1
# | #define HAVE_POLL 1
# | #define EPOLL_SUPPORT 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_PTHREAD_SETNAME_NP 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_MSG_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SEARCH_H 1
# | #define HAVE_ENDIAN_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:14402: result: no
# configure:14402: checking machine/endian.h presence
# configure:14402: gcc -E conftest.c
# conftest.c:57:28: fatal error: machine/endian.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:14402: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libmicrohttpd"
# | #define PACKAGE_TARNAME "libmicrohttpd"
# | #define PACKAGE_VERSION "0.9.49"
# | #define PACKAGE_STRING "libmicrohttpd 0.9.49"
# | #define PACKAGE_BUGREPORT "libmicrohttpd@gnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libmicrohttpd"
# | #define VERSION "0.9.49"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define _MHD_bool _Bool
# | #define INLINE_FUNC 1
# | #define _MHD_inline static inline __attribute__((always_inline))
# | #define LINUX 1
# | #define HAVE_LISTEN_SHUTDOWN 1
# | #define HAVE_PTHREAD_PRIO_INHERIT 1
# | #define MHD_USE_POSIX_THREADS 1
# | #define HAVE_POLL_H 1
# | #define HAVE_POLL 1
# | #define EPOLL_SUPPORT 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_PTHREAD_SETNAME_NP 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_MSG_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SEARCH_H 1
# | #define HAVE_ENDIAN_H 1
# | /* end confdefs.h. */
# | #include
# configure:14402: result: no
# configure:14402: checking for machine/endian.h
# configure:14402: result: no
# configure:14402: checking sys/endian.h usability
# configure:14402: gcc -c -fno-strict-aliasing conftest.c >&5
# conftest.c:90:24: fatal error: sys/endian.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:14402: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libmicrohttpd"
# | #define PACKAGE_TARNAME "libmicrohttpd"
# | #define PACKAGE_VERSION "0.9.49"
# | #define PACKAGE_STRING "libmicrohttpd 0.9.49"
# | #define PACKAGE_BUGREPORT "libmicrohttpd@gnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libmicrohttpd"
# | #define VERSION "0.9.49"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define _MHD_bool _Bool
# | #define INLINE_FUNC 1
# | #define _MHD_inline static inline __attribute__((always_inline))
# | #define LINUX 1
# | #define HAVE_LISTEN_SHUTDOWN 1
# | #define HAVE_PTHREAD_PRIO_INHERIT 1
# | #define MHD_USE_POSIX_THREADS 1
# | #define HAVE_POLL_H 1
# | #define HAVE_POLL 1
# | #define EPOLL_SUPPORT 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_PTHREAD_SETNAME_NP 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_MSG_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SEARCH_H 1
# | #define HAVE_ENDIAN_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:14402: result: no
# configure:14402: checking sys/endian.h presence
# configure:14402: gcc -E conftest.c
# conftest.c:57:24: fatal error: sys/endian.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:14402: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libmicrohttpd"
# | #define PACKAGE_TARNAME "libmicrohttpd"
# | #define PACKAGE_VERSION "0.9.49"
# | #define PACKAGE_STRING "libmicrohttpd 0.9.49"
# | #define PACKAGE_BUGREPORT "libmicrohttpd@gnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libmicrohttpd"
# | #define VERSION "0.9.49"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define _MHD_bool _Bool
# | #define INLINE_FUNC 1
# | #define _MHD_inline static inline __attribute__((always_inline))
# | #define LINUX 1
# | #define HAVE_LISTEN_SHUTDOWN 1
# | #define HAVE_PTHREAD_PRIO_INHERIT 1
# | #define MHD_USE_POSIX_THREADS 1
# | #define HAVE_POLL_H 1
# | #define HAVE_POLL 1
# | #define EPOLL_SUPPORT 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_PTHREAD_SETNAME_NP 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_MSG_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SEARCH_H 1
# | #define HAVE_ENDIAN_H 1
# | /* end confdefs.h. */
# | #include
# configure:14402: result: no
# configure:14402: checking for sys/endian.h
# configure:14402: result: no
# configure:14402: checking sys/param.h usability
# configure:14402: gcc -c -fno-strict-aliasing conftest.c >&5
# configure:14402: $? = 0
# configure:14402: result: yes
# configure:14402: checking sys/param.h presence
# configure:14402: gcc -E conftest.c
# configure:14402: $? = 0
# configure:14402: result: yes
# configure:14402: checking for sys/param.h
# configure:14402: result: yes
# configure:14402: checking sys/machine.h usability
# configure:14402: gcc -c -fno-strict-aliasing conftest.c >&5
# conftest.c:91:25: fatal error: sys/machine.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:14402: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libmicrohttpd"
# | #define PACKAGE_TARNAME "libmicrohttpd"
# | #define PACKAGE_VERSION "0.9.49"
# | #define PACKAGE_STRING "libmicrohttpd 0.9.49"
# | #define PACKAGE_BUGREPORT "libmicrohttpd@gnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libmicrohttpd"
# | #define VERSION "0.9.49"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define _MHD_bool _Bool
# | #define INLINE_FUNC 1
# | #define _MHD_inline static inline __attribute__((always_inline))
# | #define LINUX 1
# | #define HAVE_LISTEN_SHUTDOWN 1
# | #define HAVE_PTHREAD_PRIO_INHERIT 1
# | #define MHD_USE_POSIX_THREADS 1
# | #define HAVE_POLL_H 1
# | #define HAVE_POLL 1
# | #define EPOLL_SUPPORT 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_PTHREAD_SETNAME_NP 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_MSG_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SEARCH_H 1
# | #define HAVE_ENDIAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:14402: result: no
# configure:14402: checking sys/machine.h presence
# configure:14402: gcc -E conftest.c
# conftest.c:58:25: fatal error: sys/machine.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:14402: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libmicrohttpd"
# | #define PACKAGE_TARNAME "libmicrohttpd"
# | #define PACKAGE_VERSION "0.9.49"
# | #define PACKAGE_STRING "libmicrohttpd 0.9.49"
# | #define PACKAGE_BUGREPORT "libmicrohttpd@gnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libmicrohttpd"
# | #define VERSION "0.9.49"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define _MHD_bool _Bool
# | #define INLINE_FUNC 1
# | #define _MHD_inline static inline __attribute__((always_inline))
# | #define LINUX 1
# | #define HAVE_LISTEN_SHUTDOWN 1
# | #define HAVE_PTHREAD_PRIO_INHERIT 1
# | #define MHD_USE_POSIX_THREADS 1
# | #define HAVE_POLL_H 1
# | #define HAVE_POLL 1
# | #define EPOLL_SUPPORT 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_PTHREAD_SETNAME_NP 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_MSG_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SEARCH_H 1
# | #define HAVE_ENDIAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | /* end confdefs.h. */
# | #include
# configure:14402: result: no
# configure:14402: checking for sys/machine.h
# configure:14402: result: no
# configure:14402: checking sys/byteorder.h usability
# configure:14402: gcc -c -fno-strict-aliasing conftest.c >&5
# conftest.c:91:27: fatal error: sys/byteorder.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:14402: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libmicrohttpd"
# | #define PACKAGE_TARNAME "libmicrohttpd"
# | #define PACKAGE_VERSION "0.9.49"
# | #define PACKAGE_STRING "libmicrohttpd 0.9.49"
# | #define PACKAGE_BUGREPORT "libmicrohttpd@gnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libmicrohttpd"
# | #define VERSION "0.9.49"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define _MHD_bool _Bool
# | #define INLINE_FUNC 1
# | #define _MHD_inline static inline __attribute__((always_inline))
# | #define LINUX 1
# | #define HAVE_LISTEN_SHUTDOWN 1
# | #define HAVE_PTHREAD_PRIO_INHERIT 1
# | #define MHD_USE_POSIX_THREADS 1
# | #define HAVE_POLL_H 1
# | #define HAVE_POLL 1
# | #define EPOLL_SUPPORT 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_PTHREAD_SETNAME_NP 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_MSG_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SEARCH_H 1
# | #define HAVE_ENDIAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:14402: result: no
# configure:14402: checking sys/byteorder.h presence
# configure:14402: gcc -E conftest.c
# conftest.c:58:27: fatal error: sys/byteorder.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:14402: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libmicrohttpd"
# | #define PACKAGE_TARNAME "libmicrohttpd"
# | #define PACKAGE_VERSION "0.9.49"
# | #define PACKAGE_STRING "libmicrohttpd 0.9.49"
# | #define PACKAGE_BUGREPORT "libmicrohttpd@gnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libmicrohttpd"
# | #define VERSION "0.9.49"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define _MHD_bool _Bool
# | #define INLINE_FUNC 1
# | #define _MHD_inline static inline __attribute__((always_inline))
# | #define LINUX 1
# | #define HAVE_LISTEN_SHUTDOWN 1
# | #define HAVE_PTHREAD_PRIO_INHERIT 1
# | #define MHD_USE_POSIX_THREADS 1
# | #define HAVE_POLL_H 1
# | #define HAVE_POLL 1
# | #define EPOLL_SUPPORT 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_PTHREAD_SETNAME_NP 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_MSG_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SEARCH_H 1
# | #define HAVE_ENDIAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | /* end confdefs.h. */
# | #include
# configure:14402: result: no
# configure:14402: checking for sys/byteorder.h
# configure:14402: result: no
# configure:14402: checking machine/param.h usability
# configure:14402: gcc -c -fno-strict-aliasing conftest.c >&5
# conftest.c:91:27: fatal error: machine/param.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:14402: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libmicrohttpd"
# | #define PACKAGE_TARNAME "libmicrohttpd"
# | #define PACKAGE_VERSION "0.9.49"
# | #define PACKAGE_STRING "libmicrohttpd 0.9.49"
# | #define PACKAGE_BUGREPORT "libmicrohttpd@gnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libmicrohttpd"
# | #define VERSION "0.9.49"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define _MHD_bool _Bool
# | #define INLINE_FUNC 1
# | #define _MHD_inline static inline __attribute__((always_inline))
# | #define LINUX 1
# | #define HAVE_LISTEN_SHUTDOWN 1
# | #define HAVE_PTHREAD_PRIO_INHERIT 1
# | #define MHD_USE_POSIX_THREADS 1
# | #define HAVE_POLL_H 1
# | #define HAVE_POLL 1
# | #define EPOLL_SUPPORT 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_PTHREAD_SETNAME_NP 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_MSG_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SEARCH_H 1
# | #define HAVE_ENDIAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:14402: result: no
# configure:14402: checking machine/param.h presence
# configure:14402: gcc -E conftest.c
# conftest.c:58:27: fatal error: machine/param.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:14402: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libmicrohttpd"
# | #define PACKAGE_TARNAME "libmicrohttpd"
# | #define PACKAGE_VERSION "0.9.49"
# | #define PACKAGE_STRING "libmicrohttpd 0.9.49"
# | #define PACKAGE_BUGREPORT "libmicrohttpd@gnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libmicrohttpd"
# | #define VERSION "0.9.49"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define _MHD_bool _Bool
# | #define INLINE_FUNC 1
# | #define _MHD_inline static inline __attribute__((always_inline))
# | #define LINUX 1
# | #define HAVE_LISTEN_SHUTDOWN 1
# | #define HAVE_PTHREAD_PRIO_INHERIT 1
# | #define MHD_USE_POSIX_THREADS 1
# | #define HAVE_POLL_H 1
# | #define HAVE_POLL 1
# | #define EPOLL_SUPPORT 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_PTHREAD_SETNAME_NP 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_MSG_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SEARCH_H 1
# | #define HAVE_ENDIAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | /* end confdefs.h. */
# | #include
# configure:14402: result: no
# configure:14402: checking for machine/param.h
# configure:14402: result: no
# configure:14402: checking sys/isa_defs.h usability
# configure:14402: gcc -c -fno-strict-aliasing conftest.c >&5
# conftest.c:91:26: fatal error: sys/isa_defs.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:14402: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libmicrohttpd"
# | #define PACKAGE_TARNAME "libmicrohttpd"
# | #define PACKAGE_VERSION "0.9.49"
# | #define PACKAGE_STRING "libmicrohttpd 0.9.49"
# | #define PACKAGE_BUGREPORT "libmicrohttpd@gnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libmicrohttpd"
# | #define VERSION "0.9.49"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define _MHD_bool _Bool
# | #define INLINE_FUNC 1
# | #define _MHD_inline static inline __attribute__((always_inline))
# | #define LINUX 1
# | #define HAVE_LISTEN_SHUTDOWN 1
# | #define HAVE_PTHREAD_PRIO_INHERIT 1
# | #define MHD_USE_POSIX_THREADS 1
# | #define HAVE_POLL_H 1
# | #define HAVE_POLL 1
# | #define EPOLL_SUPPORT 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_PTHREAD_SETNAME_NP 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_MSG_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SEARCH_H 1
# | #define HAVE_ENDIAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:14402: result: no
# configure:14402: checking sys/isa_defs.h presence
# configure:14402: gcc -E conftest.c
# conftest.c:58:26: fatal error: sys/isa_defs.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:14402: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libmicrohttpd"
# | #define PACKAGE_TARNAME "libmicrohttpd"
# | #define PACKAGE_VERSION "0.9.49"
# | #define PACKAGE_STRING "libmicrohttpd 0.9.49"
# | #define PACKAGE_BUGREPORT "libmicrohttpd@gnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libmicrohttpd"
# | #define VERSION "0.9.49"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define _MHD_bool _Bool
# | #define INLINE_FUNC 1
# | #define _MHD_inline static inline __attribute__((always_inline))
# | #define LINUX 1
# | #define HAVE_LISTEN_SHUTDOWN 1
# | #define HAVE_PTHREAD_PRIO_INHERIT 1
# | #define MHD_USE_POSIX_THREADS 1
# | #define HAVE_POLL_H 1
# | #define HAVE_POLL 1
# | #define EPOLL_SUPPORT 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_PTHREAD_SETNAME_NP 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_MSG_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SEARCH_H 1
# | #define HAVE_ENDIAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | /* end confdefs.h. */
# | #include
# configure:14402: result: no
# configure:14402: checking for sys/isa_defs.h
# configure:14402: result: no
# configure:14421: checking for struct sockaddr_in.sin_len
# configure:14421: gcc -c -fno-strict-aliasing conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:74:12: error: 'struct sockaddr_in' has no member named 'sin_len'; did you mean 'sin_zero'?
# if (ac_aggr.sin_len)
# ^
# configure:14421: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libmicrohttpd"
# | #define PACKAGE_TARNAME "libmicrohttpd"
# | #define PACKAGE_VERSION "0.9.49"
# | #define PACKAGE_STRING "libmicrohttpd 0.9.49"
# | #define PACKAGE_BUGREPORT "libmicrohttpd@gnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libmicrohttpd"
# | #define VERSION "0.9.49"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define _MHD_bool _Bool
# | #define INLINE_FUNC 1
# | #define _MHD_inline static inline __attribute__((always_inline))
# | #define LINUX 1
# | #define HAVE_LISTEN_SHUTDOWN 1
# | #define HAVE_PTHREAD_PRIO_INHERIT 1
# | #define MHD_USE_POSIX_THREADS 1
# | #define HAVE_POLL_H 1
# | #define HAVE_POLL 1
# | #define EPOLL_SUPPORT 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_PTHREAD_SETNAME_NP 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_MSG_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SEARCH_H 1
# | #define HAVE_ENDIAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_SYS_TYPES_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_SOCKET_H
# | #include
# | #endif
# | #ifdef HAVE_NETINET_IN_H
# | #include
# | #endif
# |
# |
# | int
# | main ()
# | {
# | static struct sockaddr_in ac_aggr;
# | if (ac_aggr.sin_len)
# | return 0;
# | ;
# | return 0;
# | }
# configure:14421: gcc -c -fno-strict-aliasing conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:74:19: error: 'struct sockaddr_in' has no member named 'sin_len'; did you mean 'sin_zero'?
# if (sizeof ac_aggr.sin_len)
# ^
# configure:14421: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libmicrohttpd"
# | #define PACKAGE_TARNAME "libmicrohttpd"
# | #define PACKAGE_VERSION "0.9.49"
# | #define PACKAGE_STRING "libmicrohttpd 0.9.49"
# | #define PACKAGE_BUGREPORT "libmicrohttpd@gnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libmicrohttpd"
# | #define VERSION "0.9.49"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define _MHD_bool _Bool
# | #define INLINE_FUNC 1
# | #define _MHD_inline static inline __attribute__((always_inline))
# | #define LINUX 1
# | #define HAVE_LISTEN_SHUTDOWN 1
# | #define HAVE_PTHREAD_PRIO_INHERIT 1
# | #define MHD_USE_POSIX_THREADS 1
# | #define HAVE_POLL_H 1
# | #define HAVE_POLL 1
# | #define EPOLL_SUPPORT 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_PTHREAD_SETNAME_NP 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_MSG_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SEARCH_H 1
# | #define HAVE_ENDIAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_SYS_TYPES_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_SOCKET_H
# | #include
# | #endif
# | #ifdef HAVE_NETINET_IN_H
# | #include
# | #endif
# |
# |
# | int
# | main ()
# | {
# | static struct sockaddr_in ac_aggr;
# | if (sizeof ac_aggr.sin_len)
# | return 0;
# | ;
# | return 0;
# | }
# configure:14421: result: no
# configure:14443: checking whether to enable signaling by socketpair
# configure:14506: result: no
# configure:14526: checking for accept4
# configure:14526: gcc -o conftest -fno-strict-aliasing conftest.c >&5
# configure:14526: $? = 0
# configure:14526: result: yes
# configure:14526: checking for gmtime_r
# configure:14526: gcc -o conftest -fno-strict-aliasing conftest.c >&5
# configure:14526: $? = 0
# configure:14526: result: yes
# configure:14526: checking for memmem
# configure:14526: gcc -o conftest -fno-strict-aliasing conftest.c >&5
# configure:14526: $? = 0
# configure:14526: result: yes
# configure:14526: checking for snprintf
# configure:14526: gcc -o conftest -fno-strict-aliasing conftest.c >&5
# conftest.c:84:6: warning: conflicting types for built-in function 'snprintf'
# char snprintf ();
# ^~~~~~~~
# configure:14526: $? = 0
# configure:14526: result: yes
# configure:14544: checking whether gmtime_s is declared
# configure:14544: gcc -c -fno-strict-aliasing conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:72:10: error: 'gmtime_s' undeclared (first use in this function)
# (void) gmtime_s;
# ^~~~~~~~
# conftest.c:72:10: note: each undeclared identifier is reported only once for each function it appears in
# configure:14544: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libmicrohttpd"
# | #define PACKAGE_TARNAME "libmicrohttpd"
# | #define PACKAGE_VERSION "0.9.49"
# | #define PACKAGE_STRING "libmicrohttpd 0.9.49"
# | #define PACKAGE_BUGREPORT "libmicrohttpd@gnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libmicrohttpd"
# | #define VERSION "0.9.49"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define _MHD_bool _Bool
# | #define INLINE_FUNC 1
# | #define _MHD_inline static inline __attribute__((always_inline))
# | #define LINUX 1
# | #define HAVE_LISTEN_SHUTDOWN 1
# | #define HAVE_PTHREAD_PRIO_INHERIT 1
# | #define MHD_USE_POSIX_THREADS 1
# | #define HAVE_POLL_H 1
# | #define HAVE_POLL 1
# | #define EPOLL_SUPPORT 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_PTHREAD_SETNAME_NP 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_MSG_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SEARCH_H 1
# | #define HAVE_ENDIAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_MEMMEM 1
# | #define HAVE_SNPRINTF 1
# | /* end confdefs.h. */
# | #define __STDC_WANT_LIB_EXT1__ 1
# | #include
# |
# | int
# | main ()
# | {
# | #ifndef gmtime_s
# | #ifdef __cplusplus
# | (void) gmtime_s;
# | #else
# | (void) gmtime_s;
# | #endif
# | #endif
# |
# | ;
# | return 0;
# | }
# configure:14544: result: no
# configure:14632: checking whether SOCK_NONBLOCK is declared
# configure:14632: gcc -c -fno-strict-aliasing conftest.c >&5
# configure:14632: $? = 0
# configure:14632: result: yes
# configure:14660: checking for library containing clock_gettime
# configure:14691: gcc -o conftest -fno-strict-aliasing conftest.c >&5
# configure:14691: $? = 0
# configure:14708: result: none required
# configure:14721: checking for clock_get_time
# configure:14744: gcc -o conftest -fno-strict-aliasing conftest.c >&5
# conftest.c:66:30: fatal error: mach/clock.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:14744: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libmicrohttpd"
# | #define PACKAGE_TARNAME "libmicrohttpd"
# | #define PACKAGE_VERSION "0.9.49"
# | #define PACKAGE_STRING "libmicrohttpd 0.9.49"
# | #define PACKAGE_BUGREPORT "libmicrohttpd@gnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libmicrohttpd"
# | #define VERSION "0.9.49"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define _MHD_bool _Bool
# | #define INLINE_FUNC 1
# | #define _MHD_inline static inline __attribute__((always_inline))
# | #define LINUX 1
# | #define HAVE_LISTEN_SHUTDOWN 1
# | #define HAVE_PTHREAD_PRIO_INHERIT 1
# | #define MHD_USE_POSIX_THREADS 1
# | #define HAVE_POLL_H 1
# | #define HAVE_POLL 1
# | #define EPOLL_SUPPORT 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_PTHREAD_SETNAME_NP 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_MSG_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SEARCH_H 1
# | #define HAVE_ENDIAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_MEMMEM 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_DECL_SOCK_NONBLOCK 1
# | #define HAVE_SOCK_NONBLOCK 1
# | #define HAVE_CLOCK_GETTIME 1
# | /* end confdefs.h. */
# |
# | #include
# | #include
# |
# | int
# | main ()
# | {
# |
# | clock_serv_t cs;
# | mach_timespec_t mt;
# | host_get_clock_service(mach_host_self(), SYSTEM_CLOCK, &cs);
# | clock_get_time(cs, &mt);
# | mach_port_deallocate(mach_task_self(), cs);
# |
# | ;
# | return 0;
# | }
# |
# configure:14753: result: no
# configure:14760: checking for gethrtime
# configure:14774: gcc -o conftest -fno-strict-aliasing conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:69:1: error: unknown type name 'hrtime_t'
# hrtime_t hrt = gethrtime();
# ^~~~~~~~
# conftest.c:69:16: warning: implicit declaration of function 'gethrtime' [-Wimplicit-function-declaration]
# hrtime_t hrt = gethrtime();
# ^~~~~~~~~
# configure:14774: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libmicrohttpd"
# | #define PACKAGE_TARNAME "libmicrohttpd"
# | #define PACKAGE_VERSION "0.9.49"
# | #define PACKAGE_STRING "libmicrohttpd 0.9.49"
# | #define PACKAGE_BUGREPORT "libmicrohttpd@gnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libmicrohttpd"
# | #define VERSION "0.9.49"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define _MHD_bool _Bool
# | #define INLINE_FUNC 1
# | #define _MHD_inline static inline __attribute__((always_inline))
# | #define LINUX 1
# | #define HAVE_LISTEN_SHUTDOWN 1
# | #define HAVE_PTHREAD_PRIO_INHERIT 1
# | #define MHD_USE_POSIX_THREADS 1
# | #define HAVE_POLL_H 1
# | #define HAVE_POLL 1
# | #define EPOLL_SUPPORT 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_PTHREAD_SETNAME_NP 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_MSG_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SEARCH_H 1
# | #define HAVE_ENDIAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_MEMMEM 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_DECL_SOCK_NONBLOCK 1
# | #define HAVE_SOCK_NONBLOCK 1
# | #define HAVE_CLOCK_GETTIME 1
# | /* end confdefs.h. */
# | #include
# | int
# | main ()
# | {
# | hrtime_t hrt = gethrtime();
# | ;
# | return 0;
# | }
# |
# configure:14783: result: no
# configure:14791: checking for IPv6
# configure:14823: gcc -c -fno-strict-aliasing conftest.c >&5
# configure:14823: $? = 0
# configure:14836: result: yes
# configure:14848: checking whether the linker accepts -fvisibility=hidden
# configure:14867: gcc -o conftest -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
# configure:14867: $? = 0
# configure:14876: result: yes
# configure:14879: checking whether C compiler accepts -fvisibility=hidden
# configure:14898: gcc -c -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
# configure:14898: $? = 0
# configure:14906: result: yes
# configure:14973: checking for gawk
# configure:15000: result: gawk
# configure:15062: checking for curl-config
# configure:15080: found /usr/sbin/curl-config
# configure:15092: result: /usr/sbin/curl-config
# configure:15103: checking for the version of libcurl
# configure:15110: result: 7.49.1
# configure:15117: checking for libcurl >= version 7.16.4
# configure:15130: result: yes
# configure:15171: checking whether libcurl is usable
# configure:15205: gcc -o conftest -fno-strict-aliasing conftest.c -lcurl >&5
# configure:15205: $? = 0
# configure:15219: result: yes
# configure:15232: checking for curl_free
# configure:15232: gcc -o conftest -fno-strict-aliasing conftest.c -lcurl >&5
# configure:15232: $? = 0
# configure:15232: result: yes
# configure:15352: checking for magic_open in -lmagic
# configure:15377: gcc -o conftest -fno-strict-aliasing conftest.c -lmagic >&5
# configure:15377: $? = 0
# configure:15386: result: yes
# configure:15391: checking magic.h usability
# configure:15391: gcc -c -fno-strict-aliasing conftest.c >&5
# configure:15391: $? = 0
# configure:15391: result: yes
# configure:15391: checking magic.h presence
# configure:15391: gcc -E conftest.c
# configure:15391: $? = 0
# configure:15391: result: yes
# configure:15391: checking for magic.h
# configure:15391: result: yes
# configure:15438: checking for special C compiler options needed for large files
# configure:15483: result: no
# configure:15489: checking for _FILE_OFFSET_BITS value needed for large files
# configure:15514: gcc -c -fno-strict-aliasing conftest.c >&5
# configure:15514: $? = 0
# configure:15546: result: no
# configure:15631: checking for _LARGEFILE_SOURCE value needed for large files
# configure:15650: gcc -o conftest -fno-strict-aliasing conftest.c >&5
# configure:15650: $? = 0
# configure:15678: result: no
# configure:15702: checking for _lseeki64
# configure:15702: gcc -o conftest -fno-strict-aliasing conftest.c >&5
# /tmp/ccwvqE99.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `_lseeki64'
# collect2: error: ld returned 1 exit status
# configure:15702: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libmicrohttpd"
# | #define PACKAGE_TARNAME "libmicrohttpd"
# | #define PACKAGE_VERSION "0.9.49"
# | #define PACKAGE_STRING "libmicrohttpd 0.9.49"
# | #define PACKAGE_BUGREPORT "libmicrohttpd@gnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libmicrohttpd"
# | #define VERSION "0.9.49"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define _MHD_bool _Bool
# | #define INLINE_FUNC 1
# | #define _MHD_inline static inline __attribute__((always_inline))
# | #define LINUX 1
# | #define HAVE_LISTEN_SHUTDOWN 1
# | #define HAVE_PTHREAD_PRIO_INHERIT 1
# | #define MHD_USE_POSIX_THREADS 1
# | #define HAVE_POLL_H 1
# | #define HAVE_POLL 1
# | #define EPOLL_SUPPORT 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_PTHREAD_SETNAME_NP 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_MSG_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SEARCH_H 1
# | #define HAVE_ENDIAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_MEMMEM 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_DECL_SOCK_NONBLOCK 1
# | #define HAVE_SOCK_NONBLOCK 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_INET6 1
# | #define _MHD_EXTERN __attribute__((visibility("default"))) extern
# | #define HAVE_LIBCURL 1
# | #define LIBCURL_FEATURE_SSL 1
# | #define LIBCURL_FEATURE_IPV6 1
# | #define LIBCURL_FEATURE_UNIXSOCKETS 1
# | #define LIBCURL_FEATURE_LIBZ 1
# | #define LIBCURL_FEATURE_ASYNCHDNS 1
# | #define LIBCURL_FEATURE_IDN 1
# | #define LIBCURL_FEATURE_GSS_API 1
# | #define LIBCURL_FEATURE_SPNEGO 1
# | #define LIBCURL_FEATURE_KERBEROS 1
# | #define LIBCURL_FEATURE_NTLM 1
# | #define LIBCURL_FEATURE_NTLM_WB 1
# | #define LIBCURL_FEATURE_TLS_SRP 1
# | #define LIBCURL_PROTOCOL_DICT 1
# | #define LIBCURL_PROTOCOL_FILE 1
# | #define LIBCURL_PROTOCOL_FTP 1
# | #define LIBCURL_PROTOCOL_FTPS 1
# | #define LIBCURL_PROTOCOL_GOPHER 1
# | #define LIBCURL_PROTOCOL_HTTP 1
# | #define LIBCURL_PROTOCOL_HTTPS 1
# | #define LIBCURL_PROTOCOL_IMAP 1
# | #define LIBCURL_PROTOCOL_IMAPS 1
# | #define LIBCURL_PROTOCOL_POP3 1
# | #define LIBCURL_PROTOCOL_POP3S 1
# | #define LIBCURL_PROTOCOL_RTSP 1
# | #define LIBCURL_PROTOCOL_SCP 1
# | #define LIBCURL_PROTOCOL_SFTP 1
# | #define LIBCURL_PROTOCOL_SMB 1
# | #define LIBCURL_PROTOCOL_SMBS 1
# | #define LIBCURL_PROTOCOL_SMTP 1
# | #define LIBCURL_PROTOCOL_SMTPS 1
# | #define LIBCURL_PROTOCOL_TELNET 1
# | #define LIBCURL_PROTOCOL_TFTP 1
# | #define MHD_REQ_CURL_VERSION "7.16.4"
# | #define MHD_REQ_CURL_OPENSSL_VERSION "0.9.8"
# | #define MHD_REQ_CURL_GNUTLS_VERSION "2.8.6"
# | #define MHD_REQ_CURL_NSS_VERSION "3.12.0"
# | #define HAVE_MAGIC_H 1
# | #define HAVE_FSEEKO 1
# | /* end confdefs.h. */
# | /* Define _lseeki64 to an innocuous variant, in case declares _lseeki64.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define _lseeki64 innocuous__lseeki64
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char _lseeki64 (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef _lseeki64
# |
# | /* 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 _lseeki64 ();
# | /* 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__lseeki64 || defined __stub____lseeki64
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return _lseeki64 ();
# | ;
# | return 0;
# | }
# configure:15702: result: no
# configure:15702: checking for lseek64
# configure:15702: gcc -o conftest -fno-strict-aliasing conftest.c >&5
# configure:15702: $? = 0
# configure:15702: result: yes
# configure:15702: checking for sendfile64
# configure:15702: gcc -o conftest -fno-strict-aliasing conftest.c >&5
# configure:15702: $? = 0
# configure:15702: result: yes
# configure:15713: checking whether to generate error messages
# configure:15729: result: yes
# configure:15734: checking whether to enable postprocessor
# configure:15757: result: yes
# configure:15764: checking for zzuf
# configure:15792: result: no
# configure:15802: checking for socat
# configure:15830: result: no
# configure:15877: checking for x86_64-unknown-linux-libgcrypt-config
# configure:15910: result: no
# configure:15920: checking for libgcrypt-config
# configure:15938: found /usr/sbin/libgcrypt-config
# configure:15950: result: /usr/sbin/libgcrypt-config
# configure:15981: checking for LIBGCRYPT - version >= 1.2.2
# configure:16015: result: yes (1.7.1)
# configure:16082: checking gcrypt.h usability
# configure:16082: gcc -c -fno-strict-aliasing conftest.c >&5
# configure:16082: $? = 0
# configure:16082: result: yes
# configure:16082: checking gcrypt.h presence
# configure:16082: gcc -E conftest.c
# configure:16082: $? = 0
# configure:16082: result: yes
# configure:16082: checking for gcrypt.h
# configure:16082: result: yes
# configure:16104: checking how to find GnuTLS library
# configure:16271: result: automatically
# configure:16288: checking for x86_64-unknown-linux-pkg-config
# configure:16321: result: no
# configure:16331: checking for pkg-config
# configure:16349: found /usr/sbin/pkg-config
# configure:16361: result: /usr/sbin/pkg-config
# configure:16386: checking pkg-config is at least version 0.9.0
# configure:16389: result: yes
# configure:16401: checking for GNUTLS
# configure:16408: $PKG_CONFIG --exists --print-errors "gnutls"
# configure:16411: $? = 0
# configure:16425: $PKG_CONFIG --exists --print-errors "gnutls"
# configure:16428: $? = 0
# configure:16736: result: yes
# configure:16748: checking whether GnuTLS is usable
# configure:16769: gcc -o conftest -I/usr/include/p11-kit-1 -fno-strict-aliasing -I/usr/include/p11-kit-1 -lgnutls conftest.c -lgnutls >&5
# configure:16769: $? = 0
# configure:16771: result: yes
# configure:16776: checking for gnutls_privkey_import_x509_raw()
# configure:16796: gcc -o conftest -I/usr/include/p11-kit-1 -fno-strict-aliasing -I/usr/include/p11-kit-1 -lgnutls conftest.c -lgnutls >&5
# conftest.c: In function 'main':
# conftest.c:120:21: warning: implicit declaration of function 'gnutls_privkey_import_x509_raw' [-Wimplicit-function-declaration]
# gnutls_privkey_import_x509_raw(key, &data, GNUTLS_X509_FMT_PEM, NULL, 0);
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# configure:16796: $? = 0
# configure:16803: result: yes
# configure:16856: checking whether to support HTTPS
# configure:16913: result: yes (using libgnutls and libgcrypt)
# configure:16926: checking whether to support HTTP basic authentication
# configure:16949: result: yes
# configure:16953: checking whether to support HTTP digest authentication
# configure:16976: result: yes
# configure:16984: checking whether to compile with support for code coverage analysis
# configure:16993: result: no
# configure:17007: checking the number of available CPUs
# configure:17066: result: 16
# configure:17197: checking that generated files are newer than configure
# configure:17203: result: done
# configure:17331: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by libmicrohttpd config.status 0.9.49, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 1e36d550ce4e
#
# config.status:1320: creating src/microhttpd/microhttpd_dll_res.rc
# config.status:1320: creating libmicrohttpd.pc
# config.status:1320: creating w32/common/microhttpd_dll_res_vc.rc
# config.status:1320: creating Makefile
# config.status:1320: creating contrib/Makefile
# config.status:1320: creating doc/Makefile
# config.status:1320: creating doc/doxygen/Makefile
# config.status:1320: creating doc/examples/Makefile
# config.status:1320: creating m4/Makefile
# config.status:1320: creating src/Makefile
# config.status:1320: creating src/include/Makefile
# config.status:1320: creating src/platform/Makefile
# config.status:1320: creating src/microhttpd/Makefile
# config.status:1320: creating src/examples/Makefile
# config.status:1320: creating src/testcurl/Makefile
# config.status:1320: creating src/testcurl/https/Makefile
# config.status:1320: creating src/testzzuf/Makefile
# config.status:1320: creating MHD_config.h
# config.status:1549: executing depfiles commands
# config.status:1549: executing libtool commands
# configure:19812: libmicrohttpd 0.9.49 Configuration Summary:
# Cross-compiling: no
# Operating System: linux-gnu
# Threading lib: posix
# libcurl (testing): yes
# Target directory: /usr
# Messages: yes
# Basic auth.: yes
# Digest auth.: yes
# Postproc: yes
# HTTPS support: yes (using libgnutls and libgcrypt)
# poll support: yes
# epoll support: yes
# build docs: yes
# build examples: yes
#
# configure:19834: HTTPS subsystem configuration:
# License : LGPL only
#
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-pc-linux-gnu
# ac_cv_c_bigendian=no
# ac_cv_c_compiler_gnu=yes
# ac_cv_env_CC_set=
# ac_cv_env_CC_value=
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_GNUTLS_CFLAGS_set=
# ac_cv_env_GNUTLS_CFLAGS_value=
# ac_cv_env_GNUTLS_LIBS_set=
# ac_cv_env_GNUTLS_LIBS_value=
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_LIBS_set=
# ac_cv_env_LIBS_value=
# ac_cv_env_PKG_CONFIG_LIBDIR_set=
# ac_cv_env_PKG_CONFIG_LIBDIR_value=
# ac_cv_env_PKG_CONFIG_PATH_set=
# ac_cv_env_PKG_CONFIG_PATH_value=
# ac_cv_env_PKG_CONFIG_set=
# ac_cv_env_PKG_CONFIG_value=
# ac_cv_env_build_alias_set=
# ac_cv_env_build_alias_value=
# ac_cv_env_host_alias_set=set
# ac_cv_env_host_alias_value=x86_64-unknown-linux
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_func__lseeki64=no
# ac_cv_func_accept4=yes
# ac_cv_func_curl_free=yes
# ac_cv_func_gmtime_r=yes
# ac_cv_func_lseek64=yes
# ac_cv_func_memmem=yes
# ac_cv_func_poll=yes
# ac_cv_func_sendfile64=yes
# ac_cv_func_snprintf=yes
# ac_cv_have_decl_SOCK_NONBLOCK=yes
# ac_cv_have_decl_gmtime_s=no
# ac_cv_header_arpa_inet_h=yes
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_endian_h=yes
# ac_cv_header_errno_h=yes
# ac_cv_header_fcntl_h=yes
# ac_cv_header_gcrypt_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_limits_h=yes
# ac_cv_header_linux_version_h=yes
# ac_cv_header_locale_h=yes
# ac_cv_header_machine_endian_h=no
# ac_cv_header_machine_param_h=no
# ac_cv_header_magic_h=yes
# ac_cv_header_math_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_netdb_h=yes
# ac_cv_header_netinet_in_h=yes
# ac_cv_header_netinet_tcp_h=yes
# ac_cv_header_poll_h=yes
# ac_cv_header_pthread_h=yes
# ac_cv_header_search_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdio_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_h=yes
# ac_cv_header_sys_byteorder_h=no
# ac_cv_header_sys_endian_h=no
# ac_cv_header_sys_isa_defs_h=no
# ac_cv_header_sys_machine_h=no
# ac_cv_header_sys_mman_h=yes
# ac_cv_header_sys_msg_h=yes
# ac_cv_header_sys_param_h=yes
# ac_cv_header_sys_select_h=yes
# ac_cv_header_sys_socket_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_time_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_time_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_lib_magic_magic_open=yes
# ac_cv_member_struct_sockaddr_in_sin_len=no
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/sbin/grep -E'
# ac_cv_path_FGREP='/usr/sbin/grep -F'
# ac_cv_path_GREP=/usr/sbin/grep
# ac_cv_path_SED=/usr/sbin/sed
# ac_cv_path__libcurl_config=/usr/sbin/curl-config
# ac_cv_path_ac_pt_LIBGCRYPT_CONFIG=/usr/sbin/libgcrypt-config
# ac_cv_path_ac_pt_PKG_CONFIG=/usr/sbin/pkg-config
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/sbin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CPP='gcc -E'
# ac_cv_prog_HAVE_CURL_BINARY=yes
# ac_cv_prog_HAVE_MAKEINFO_BINARY=yes
# ac_cv_prog_STRIP=strip
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_CC=gcc
# ac_cv_prog_ac_ct_DUMPBIN='link -dump'
# 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_c99=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_cc_stdc=
# ac_cv_prog_have_socat=no
# ac_cv_prog_have_zzuf=no
# ac_cv_prog_make_make_set=yes
# ac_cv_search_clock_gettime='none required'
# ac_cv_sys_file_offset_bits=no
# ac_cv_sys_largefile_CC=no
# ac_cv_sys_largefile_source=no
# ac_cv_type__Bool=yes
# am_cv_CC_dependencies_compiler_type=none
# am_cv_make_support_nested_variables=yes
# am_cv_prog_cc_c_o=yes
# ax_cv_PTHREAD_PRIO_INHERIT=yes
# ax_cv_check_cflags___fno_strict_aliasing=yes
# ax_cv_check_cflags___fvisibility_hidden=yes
# ax_cv_check_ldflags___fno_strict_aliasing=yes
# ax_cv_check_ldflags___fvisibility_hidden=yes
# ax_cv_have_epoll=yes
# libcurl_cv_lib_curl_usable=yes
# libcurl_cv_lib_curl_version=7.49.1
# libcurl_cv_lib_version_ok=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/sbin/ld
# lt_cv_path_NM=no
# lt_cv_path_mainfest_tool=no
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_c_o_RC=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=no
# 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]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
# 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
# mhd_cv_have_epoll_create1=yes
# pkg_cv_GNUTLS_CFLAGS=-I/usr/include/p11-kit-1
# pkg_cv_GNUTLS_LIBS=-lgnutls
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/libmicrohttpd/src/libmicrohttpd-0.9.49/missing aclocal-1.15'
# AMDEPBACKSLASH=''
# AMDEP_FALSE=''
# AMDEP_TRUE='#'
# AMTAR='$${TAR-tar}'
# AM_BACKSLASH='\'
# AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
# AM_DEFAULT_VERBOSITY='1'
# AM_V='$(V)'
# AR='ar'
# AS='as'
# AUTOCONF='${SHELL} /tmp/libmicrohttpd/src/libmicrohttpd-0.9.49/missing autoconf'
# AUTOHEADER='${SHELL} /tmp/libmicrohttpd/src/libmicrohttpd-0.9.49/missing autoheader'
# AUTOMAKE='${SHELL} /tmp/libmicrohttpd/src/libmicrohttpd-0.9.49/missing automake-1.15'
# AWK='gawk'
# BUILD_DOC_FALSE='#'
# BUILD_DOC_TRUE=''
# BUILD_EXAMPLES_FALSE='#'
# BUILD_EXAMPLES_TRUE=''
# CC='gcc'
# CCDEPMODE='depmode=none'
# CFLAGS=' -fno-strict-aliasing'
# CPP='gcc -E'
# CPPFLAGS=''
# CPU_COUNT='16'
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# DLLTOOL='false'
# DSYMUTIL=''
# DUMPBIN=':'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/sbin/grep -E'
# ENABLE_BAUTH_FALSE='#'
# ENABLE_BAUTH_TRUE=''
# ENABLE_DAUTH_FALSE='#'
# ENABLE_DAUTH_TRUE=''
# ENABLE_HTTPS_FALSE='#'
# ENABLE_HTTPS_TRUE=''
# EXEEXT=''
# FGREP='/usr/sbin/grep -F'
# GNUTLS_CFLAGS='-I/usr/include/p11-kit-1'
# GNUTLS_CPPFLAGS=''
# GNUTLS_LDFLAGS='-lgnutls'
# GNUTLS_LIBS='-lgnutls'
# GREP='/usr/sbin/grep'
# HAVE_CURL_BINARY='yes'
# HAVE_CURL_BINARY_FALSE='#'
# HAVE_CURL_BINARY_TRUE=''
# HAVE_CURL_FALSE='#'
# HAVE_CURL_TRUE=''
# HAVE_GNUTLS_FALSE='#'
# HAVE_GNUTLS_SNI_FALSE='#'
# HAVE_GNUTLS_SNI_TRUE=''
# HAVE_GNUTLS_TRUE=''
# HAVE_LISTEN_SHUTDOWN_FALSE='#'
# HAVE_LISTEN_SHUTDOWN_TRUE=''
# HAVE_MAGIC_FALSE='#'
# HAVE_MAGIC_TRUE=''
# HAVE_MAKEINFO_BINARY='yes'
# HAVE_MAKEINFO_BINARY_FALSE='#'
# HAVE_MAKEINFO_BINARY_TRUE=''
# HAVE_POSIX_THREADS_FALSE='#'
# HAVE_POSIX_THREADS_TRUE=''
# HAVE_POSTPROCESSOR_FALSE='#'
# HAVE_POSTPROCESSOR_TRUE=''
# HAVE_SOCAT_FALSE=''
# HAVE_SOCAT_TRUE='#'
# HAVE_TSEARCH_FALSE='#'
# HAVE_TSEARCH_TRUE=''
# HAVE_W32_FALSE=''
# HAVE_W32_TRUE='#'
# HAVE_ZZUF_FALSE=''
# HAVE_ZZUF_TRUE='#'
# HIDDEN_VISIBILITY_CFLAGS='-fvisibility=hidden'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LD='/usr/sbin/ld -m elf_x86_64'
# LDFLAGS=''
# LIBCURL='-lcurl'
# LIBCURL_CPPFLAGS=''
# LIBGCRYPT_CFLAGS=''
# LIBGCRYPT_CONFIG='/usr/sbin/libgcrypt-config'
# LIBGCRYPT_LIBS='-lgcrypt -lgpg-error'
# LIBOBJS=''
# LIBS=''
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIB_VERSION_AGE='37'
# LIB_VERSION_CURRENT='49'
# LIB_VERSION_REVISION='0'
# LIPO=''
# LN_S='ln -s'
# LTLIBOBJS=''
# MAKEINFO='${SHELL} /tmp/libmicrohttpd/src/libmicrohttpd-0.9.49/missing makeinfo'
# MANIFEST_TOOL=':'
# MHD_LIBDEPS='-lgnutls -lgcrypt -lgpg-error '
# MHD_LIBDEPS_PKGCFG='-lgcrypt -lgpg-error '
# MHD_LIB_CFLAGS=' -pthread -I/usr/include/p11-kit-1'
# MHD_LIB_CPPFLAGS=' '
# MHD_LIB_LDFLAGS=' -lgnutls -export-dynamic -no-undefined'
# MHD_REQ_PRIVATE='gnutls'
# MKDIR_P='/usr/sbin/mkdir -p'
# MS_LIB_TOOL=''
# NM='nm'
# NMEDIT=''
# OBJDUMP='objdump'
# OBJEXT='o'
# OTOOL64=''
# OTOOL=''
# PACKAGE='libmicrohttpd'
# PACKAGE_BUGREPORT='libmicrohttpd@gnu.org'
# PACKAGE_NAME='libmicrohttpd'
# PACKAGE_STRING='libmicrohttpd 0.9.49'
# PACKAGE_TARNAME='libmicrohttpd'
# PACKAGE_URL=''
# PACKAGE_VERSION='0.9.49'
# PACKAGE_VERSION_MAJOR='0'
# PACKAGE_VERSION_MINOR='9'
# PACKAGE_VERSION_SUBMINOR='49'
# PATH_SEPARATOR=':'
# PKG_CONFIG='/usr/sbin/pkg-config'
# PKG_CONFIG_LIBDIR=''
# PKG_CONFIG_PATH=''
# PTHREAD_CC='gcc'
# PTHREAD_CFLAGS='-pthread'
# PTHREAD_LIBS=''
# RANLIB='ranlib'
# RC=''
# SED='/usr/sbin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# USE_COVERAGE_FALSE=''
# USE_COVERAGE_TRUE='#'
# USE_MS_LIB_TOOL_FALSE=''
# USE_MS_LIB_TOOL_TRUE='#'
# USE_POSIX_THREADS_FALSE='#'
# USE_POSIX_THREADS_TRUE=''
# USE_W32_THREADS_FALSE=''
# USE_W32_THREADS_TRUE='#'
# VERSION='0.9.49'
# W32_SHARED_LIB_EXP_FALSE=''
# W32_SHARED_LIB_EXP_TRUE='#'
# W32_STATIC_LIB_FALSE=''
# W32_STATIC_LIB_TRUE='#'
# _libcurl_config=''
# ac_ct_AR='ar'
# ac_ct_CC='gcc'
# ac_ct_DUMPBIN='link -dump'
# am__EXEEXT_FALSE=''
# am__EXEEXT_TRUE='#'
# am__fastdepCC_FALSE=''
# am__fastdepCC_TRUE='#'
# am__include='include'
# am__isrc=''
# am__leading_dot='.'
# am__nodep=''
# am__quote=''
# am__tar='$${TAR-tar} chof - "$$tardir"'
# am__untar='$${TAR-tar} xf -'
# ax_pthread_config=''
# 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}'
# have_socat='no'
# have_zzuf='no'
# host='x86_64-unknown-linux-gnu'
# host_alias='x86_64-unknown-linux'
# host_cpu='x86_64'
# host_os='linux-gnu'
# host_vendor='unknown'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# install_sh='${SHELL} /tmp/libmicrohttpd/src/libmicrohttpd-0.9.49/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# lt_cv_objdir='.libs'
# mandir='${datarootdir}/man'
# mkdir_p='$(MKDIR_P)'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# runstatedir='${localstatedir}/run'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "libmicrohttpd"
# #define PACKAGE_TARNAME "libmicrohttpd"
# #define PACKAGE_VERSION "0.9.49"
# #define PACKAGE_STRING "libmicrohttpd 0.9.49"
# #define PACKAGE_BUGREPORT "libmicrohttpd@gnu.org"
# #define PACKAGE_URL ""
# #define PACKAGE "libmicrohttpd"
# #define VERSION "0.9.49"
# #define STDC_HEADERS 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_DLFCN_H 1
# #define LT_OBJDIR ".libs/"
# #define _MHD_bool _Bool
# #define INLINE_FUNC 1
# #define _MHD_inline static inline __attribute__((always_inline))
# #define LINUX 1
# #define HAVE_LISTEN_SHUTDOWN 1
# #define HAVE_PTHREAD_PRIO_INHERIT 1
# #define MHD_USE_POSIX_THREADS 1
# #define HAVE_POLL_H 1
# #define HAVE_POLL 1
# #define EPOLL_SUPPORT 1
# #define HAVE_EPOLL_CREATE1 1
# #define HAVE_PTHREAD_SETNAME_NP 1
# #define HAVE_FCNTL_H 1
# #define HAVE_MATH_H 1
# #define HAVE_ERRNO_H 1
# #define HAVE_LIMITS_H 1
# #define HAVE_STDIO_H 1
# #define HAVE_LOCALE_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_PTHREAD_H 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_TIME_H 1
# #define HAVE_SYS_MSG_H 1
# #define HAVE_NETDB_H 1
# #define HAVE_NETINET_IN_H 1
# #define HAVE_NETINET_TCP_H 1
# #define HAVE_TIME_H 1
# #define HAVE_SYS_SOCKET_H 1
# #define HAVE_SYS_MMAN_H 1
# #define HAVE_ARPA_INET_H 1
# #define HAVE_SYS_SELECT_H 1
# #define HAVE_SEARCH_H 1
# #define HAVE_ENDIAN_H 1
# #define HAVE_SYS_PARAM_H 1
# #define HAVE_ACCEPT4 1
# #define HAVE_GMTIME_R 1
# #define HAVE_MEMMEM 1
# #define HAVE_SNPRINTF 1
# #define HAVE_DECL_SOCK_NONBLOCK 1
# #define HAVE_SOCK_NONBLOCK 1
# #define HAVE_CLOCK_GETTIME 1
# #define HAVE_INET6 1
# #define _MHD_EXTERN __attribute__((visibility("default"))) extern
# #define HAVE_LIBCURL 1
# #define LIBCURL_FEATURE_SSL 1
# #define LIBCURL_FEATURE_IPV6 1
# #define LIBCURL_FEATURE_UNIXSOCKETS 1
# #define LIBCURL_FEATURE_LIBZ 1
# #define LIBCURL_FEATURE_ASYNCHDNS 1
# #define LIBCURL_FEATURE_IDN 1
# #define LIBCURL_FEATURE_GSS_API 1
# #define LIBCURL_FEATURE_SPNEGO 1
# #define LIBCURL_FEATURE_KERBEROS 1
# #define LIBCURL_FEATURE_NTLM 1
# #define LIBCURL_FEATURE_NTLM_WB 1
# #define LIBCURL_FEATURE_TLS_SRP 1
# #define LIBCURL_PROTOCOL_DICT 1
# #define LIBCURL_PROTOCOL_FILE 1
# #define LIBCURL_PROTOCOL_FTP 1
# #define LIBCURL_PROTOCOL_FTPS 1
# #define LIBCURL_PROTOCOL_GOPHER 1
# #define LIBCURL_PROTOCOL_HTTP 1
# #define LIBCURL_PROTOCOL_HTTPS 1
# #define LIBCURL_PROTOCOL_IMAP 1
# #define LIBCURL_PROTOCOL_IMAPS 1
# #define LIBCURL_PROTOCOL_POP3 1
# #define LIBCURL_PROTOCOL_POP3S 1
# #define LIBCURL_PROTOCOL_RTSP 1
# #define LIBCURL_PROTOCOL_SCP 1
# #define LIBCURL_PROTOCOL_SFTP 1
# #define LIBCURL_PROTOCOL_SMB 1
# #define LIBCURL_PROTOCOL_SMBS 1
# #define LIBCURL_PROTOCOL_SMTP 1
# #define LIBCURL_PROTOCOL_SMTPS 1
# #define LIBCURL_PROTOCOL_TELNET 1
# #define LIBCURL_PROTOCOL_TFTP 1
# #define MHD_REQ_CURL_VERSION "7.16.4"
# #define MHD_REQ_CURL_OPENSSL_VERSION "0.9.8"
# #define MHD_REQ_CURL_GNUTLS_VERSION "2.8.6"
# #define MHD_REQ_CURL_NSS_VERSION "3.12.0"
# #define HAVE_MAGIC_H 1
# #define HAVE_FSEEKO 1
# #define HAVE_LSEEK64 1
# #define HAVE_SENDFILE64 1
# #define HAVE_MESSAGES 1
# #define HAVE_POSTPROCESSOR 1
# #define HAVE_GCRYPT_H 1
# #define HTTPS_SUPPORT 1
# #define BAUTH_SUPPORT 1
# #define DAUTH_SUPPORT 1
#
# configure: exit 0