Build of bip with clang_glibc toolchain

The build took 00h 01m 06s and was NOT successful.

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

SLOCLanguage
10,708 ansic
1,450 sh
1,424 perl
877 makefile
193 yacc
125 lex
14,777 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...

Copied permanent toolchain into container-local sysroot
# /toolchain_root/sysroot --> /sysroot/sysroot
# /toolchain_root/lib --> /sysroot/lib
# /toolchain_root/sbin --> /sysroot/sbin
# /toolchain_root/lib64 --> /sysroot/lib64
# /toolchain_root/etc --> /sysroot/etc
# /toolchain_root/share --> /sysroot/share
# /toolchain_root/bin --> /sysroot/bin
# /toolchain_root/var --> /sysroot/var
# /toolchain_root/usr --> /sysroot/usr
# /toolchain_root/glibc-build --> /sysroot/glibc-build
# /toolchain_root/x86_64-pc-linux-gnu --> /sysroot/x86_64-pc-linux-gnu
# /toolchain_root/include --> /sysroot/include
# /toolchain_root/libexec --> /sysroot/libexec

CMD: sudo -u tuscan PATH=/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: bip 0.8.9-6 (Thu Apr 13 16:47:38 UTC 2017)
# ==> 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/bin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking whether make supports nested variables... yes
# checking whether to enable maintainer-specific portions of Makefiles... no
# checking whether make supports nested variables... (cached) yes
# checking for x86_64-unknown-linux-gcc... clang
# 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 clang accepts -g... yes
# checking for clang option to accept ISO C89... none needed
# checking whether clang understands -c and -o together... yes
# checking for style of include used by make... GNU
# checking dependency style of clang... gcc3
# checking for flex... flex
# checking lex output file root... lex.yy
# checking lex library... none needed
# checking whether yytext is a pointer... no
# checking for bison... bison -y
# checking how to run the C preprocessor... clang -E
# checking for grep that handles long lines and -e... /usr/bin/grep
# checking for egrep... /usr/bin/grep -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 size_t... yes
# checking for working alloca.h... yes
# checking for alloca... yes
# checking arpa/inet.h usability... yes
# checking arpa/inet.h presence... yes
# checking for arpa/inet.h... yes
# checking fcntl.h usability... yes
# checking fcntl.h presence... yes
# checking for fcntl.h... yes
# checking for inttypes.h... (cached) yes
# checking libintl.h usability... yes
# checking libintl.h presence... yes
# checking for libintl.h... yes
# checking limits.h usability... yes
# checking limits.h presence... yes
# checking for limits.h... yes
# checking malloc.h usability... yes
# checking malloc.h presence... yes
# checking for malloc.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 stddef.h usability... yes
# checking stddef.h presence... yes
# checking for stddef.h... yes
# checking for stdint.h... (cached) yes
# checking for stdlib.h... (cached) yes
# checking for string.h... (cached) yes
# checking sys/socket.h usability... yes
# checking sys/socket.h presence... yes
# checking for sys/socket.h... yes
# checking sys/time.h usability... yes
# checking sys/time.h presence... yes
# checking for sys/time.h... yes
# checking termios.h usability... yes
# checking termios.h presence... yes
# checking for termios.h... yes
# checking for unistd.h... (cached) yes
# checking for inline... inline
# checking for int16_t... yes
# checking for int32_t... yes
# checking for int8_t... yes
# checking for pid_t... yes
# checking for size_t... (cached) yes
# checking for ssize_t... yes
# checking for uint16_t... yes
# checking for uint32_t... yes
# checking for uint8_t... yes
# checking for __attribute__... yes
# checking vfork.h usability... no
# checking vfork.h presence... no
# checking for vfork.h... no
# checking for fork... yes
# checking for vfork... yes
# checking for working fork... yes
# checking for working vfork... (cached) yes
# checking for stdlib.h... (cached) yes
# checking for GNU libc compatible malloc... yes
# checking whether time.h and sys/time.h may both be included... yes
# checking for sys/time.h... (cached) yes
# checking for unistd.h... (cached) yes
# checking for alarm... yes
# checking for working mktime... yes
# checking for stdlib.h... (cached) yes
# checking for GNU libc compatible realloc... yes
# checking for ftruncate... yes
# checking for gethostname... yes
# checking for gettimeofday... yes
# checking for localtime_r... yes
# checking for memmove... yes
# checking for memset... yes
# checking for mkdir... yes
# checking for select... yes
# checking for socket... yes
# checking for strcasecmp... yes
# checking for strchr... yes
# checking for strcspn... yes
# checking for strdup... yes
# checking for strerror... yes
# checking for strrchr... yes
# checking for strstr... yes
# checking for CRYPTO_new_ex_data in -lcrypto... yes
# checking for SSL_read in -lssl... yes
# checking whether clang accepts PIE flags... yes
# checking that generated files are newer than configure... done
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating src/config.h
# config.status: executing depfiles commands
# OPENSSL: yes
# DEBUG: no
# OIDENTD: no
# PIE: yes
# make all-am
# make[1]: Entering directory '/tmp/bip/src/bip-0.8.9'
# depbase=`echo src/conf.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# clang -DHAVE_CONFIG_H -I. -I./src -Wall -Wextra -Werror -fPIE -MT src/conf.o -MD -MP -MF $depbase.Tpo -c -o src/conf.o src/conf.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo src/lex.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# clang -DHAVE_CONFIG_H -I. -I./src -Wall -Wextra -Werror -fPIE -MT src/lex.o -MD -MP -MF $depbase.Tpo -c -o src/lex.o src/lex.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo src/bip.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# clang -DHAVE_CONFIG_H -I. -I./src -Wall -Wextra -Werror -fPIE -MT src/bip.o -MD -MP -MF $depbase.Tpo -c -o src/bip.o src/bip.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo src/connection.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# clang -DHAVE_CONFIG_H -I. -I./src -Wall -Wextra -Werror -fPIE -MT src/connection.o -MD -MP -MF $depbase.Tpo -c -o src/connection.o src/connection.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo src/irc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# clang -DHAVE_CONFIG_H -I. -I./src -Wall -Wextra -Werror -fPIE -MT src/irc.o -MD -MP -MF $depbase.Tpo -c -o src/irc.o src/irc.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo src/line.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# clang -DHAVE_CONFIG_H -I. -I./src -Wall -Wextra -Werror -fPIE -MT src/line.o -MD -MP -MF $depbase.Tpo -c -o src/line.o src/line.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo src/log.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# clang -DHAVE_CONFIG_H -I. -I./src -Wall -Wextra -Werror -fPIE -MT src/log.o -MD -MP -MF $depbase.Tpo -c -o src/log.o src/log.c &&\
# mv -f $depbase.Tpo $depbase.Po
# src/log.c:442:37: error: duplicate 'const' declaration specifier [-Werror,-Wduplicate-decl-specifier]
# void log_part(log_t *logdata, const const char *ircmask, const char *channel,
# ^
# src/log.c:443:9: error: duplicate 'const' declaration specifier [-Werror,-Wduplicate-decl-specifier]
# const const char *message)
# ^
# 2 errors generated.
# make[1]: *** [Makefile:496: src/log.o] Error 1
# make[1]: Leaving directory '/tmp/bip/src/bip-0.8.9'
# make: *** [Makefile:352: all] Error 2
# ==> ERROR: A failure occurred in build().
# Aborting...

Printing config logfiles

CMD: config logfiles '/tmp/bip/src/bip-0.8.9/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 Bip Sexy IRC Proxy configure 0.8.9, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = c9ee5c65c65e
# uname -m = x86_64
# uname -r = 4.10.6-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
#
# /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/bin
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2417: checking for a BSD-compatible install
# configure:2485: result: /usr/bin/install -c
# configure:2496: checking whether build environment is sane
# configure:2551: result: yes
# configure:2610: checking for x86_64-unknown-linux-strip
# configure:2640: result: no
# configure:2650: checking for strip
# configure:2666: found /usr/bin/strip
# configure:2677: result: strip
# configure:2702: checking for a thread-safe mkdir -p
# configure:2741: result: /usr/bin/mkdir -p
# configure:2748: checking for gawk
# configure:2764: found /usr/bin/gawk
# configure:2775: result: gawk
# configure:2786: checking whether make sets $(MAKE)
# configure:2808: result: yes
# configure:2837: checking whether make supports nested variables
# configure:2854: result: yes
# configure:2980: checking whether to enable maintainer-specific portions of Makefiles
# configure:2989: result: no
# configure:3013: checking whether make supports nested variables
# configure:3030: result: yes
# configure:3054: checking for x86_64-unknown-linux-gcc
# configure:3081: result: clang
# configure:3350: checking for C compiler version
# configure:3359: clang --version >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# configure:3370: $? = 0
# configure:3359: clang -v >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# ... rest of stderr output deleted ...
# configure:3370: $? = 0
# configure:3359: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3370: $? = 1
# configure:3359: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:3370: $? = 1
# configure:3390: checking whether the C compiler works
# configure:3412: clang conftest.c >&5
# configure:3416: $? = 0
# configure:3464: result: yes
# configure:3467: checking for C compiler default output file name
# configure:3469: result: a.out
# configure:3475: checking for suffix of executables
# configure:3482: clang -o conftest conftest.c >&5
# configure:3486: $? = 0
# configure:3508: result:
# configure:3530: checking whether we are cross compiling
# configure:3538: clang -o conftest conftest.c >&5
# configure:3542: $? = 0
# configure:3549: ./conftest
# configure:3553: $? = 0
# configure:3568: result: no
# configure:3573: checking for suffix of object files
# configure:3595: clang -c conftest.c >&5
# configure:3599: $? = 0
# configure:3620: result: o
# configure:3624: checking whether we are using the GNU C compiler
# configure:3643: clang -c conftest.c >&5
# configure:3643: $? = 0
# configure:3652: result: yes
# configure:3661: checking whether clang accepts -g
# configure:3681: clang -c -g conftest.c >&5
# configure:3681: $? = 0
# configure:3722: result: yes
# configure:3739: checking for clang option to accept ISO C89
# configure:3802: clang -c conftest.c >&5
# configure:3802: $? = 0
# configure:3815: result: none needed
# configure:3840: checking whether clang understands -c and -o together
# configure:3862: clang -c conftest.c -o conftest2.o
# configure:3865: $? = 0
# configure:3862: clang -c conftest.c -o conftest2.o
# configure:3865: $? = 0
# configure:3877: result: yes
# configure:3905: checking for style of include used by make
# configure:3933: result: GNU
# configure:3959: checking dependency style of clang
# configure:4070: result: gcc3
# configure:4092: checking for flex
# configure:4108: found /usr/bin/flex
# configure:4119: result: flex
# configure:4157: flex conftest.l
# configure:4161: $? = 1
# configure:4163: checking lex output file root
# configure:4177: result: lex.yy
# configure:4182: checking lex library
# configure:4196: clang -o conftest conftest.c >&5
# /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o: In function `_start':
# (.text+0x20): undefined reference to `main'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:4196: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Bip Sexy IRC Proxy"
# | #define PACKAGE_TARNAME "bip"
# | #define PACKAGE_VERSION "0.8.9"
# | #define PACKAGE_STRING "Bip Sexy IRC Proxy 0.8.9"
# | #define PACKAGE_BUGREPORT "http://bip.milkypond.org/projects/bip/activity"
# | #define PACKAGE_URL "http://bip.milkypond.org/"
# | #define PACKAGE "bip"
# | #define VERSION "0.8.9"
# | /* end confdefs.h. */
# |
# configure:4196: clang -o conftest conftest.c -lfl >&5
# /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/libfl.so: undefined reference to `yylex'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:4196: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Bip Sexy IRC Proxy"
# | #define PACKAGE_TARNAME "bip"
# | #define PACKAGE_VERSION "0.8.9"
# | #define PACKAGE_STRING "Bip Sexy IRC Proxy 0.8.9"
# | #define PACKAGE_BUGREPORT "http://bip.milkypond.org/projects/bip/activity"
# | #define PACKAGE_URL "http://bip.milkypond.org/"
# | #define PACKAGE "bip"
# | #define VERSION "0.8.9"
# | /* end confdefs.h. */
# |
# configure:4196: clang -o conftest conftest.c -ll >&5
# /usr/bin/ld: cannot find -ll
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:4196: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Bip Sexy IRC Proxy"
# | #define PACKAGE_TARNAME "bip"
# | #define PACKAGE_VERSION "0.8.9"
# | #define PACKAGE_STRING "Bip Sexy IRC Proxy 0.8.9"
# | #define PACKAGE_BUGREPORT "http://bip.milkypond.org/projects/bip/activity"
# | #define PACKAGE_URL "http://bip.milkypond.org/"
# | #define PACKAGE "bip"
# | #define VERSION "0.8.9"
# | /* end confdefs.h. */
# |
# configure:4206: result: none needed
# configure:4212: checking whether yytext is a pointer
# configure:4229: clang -o conftest conftest.c >&5
# /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o: In function `_start':
# (.text+0x20): undefined reference to `main'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:4229: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Bip Sexy IRC Proxy"
# | #define PACKAGE_TARNAME "bip"
# | #define PACKAGE_VERSION "0.8.9"
# | #define PACKAGE_STRING "Bip Sexy IRC Proxy 0.8.9"
# | #define PACKAGE_BUGREPORT "http://bip.milkypond.org/projects/bip/activity"
# | #define PACKAGE_URL "http://bip.milkypond.org/"
# | #define PACKAGE "bip"
# | #define VERSION "0.8.9"
# | /* end confdefs.h. */
# |
# | #define YYTEXT_POINTER 1
# |
# configure:4237: result: no
# configure:4254: checking for bison
# configure:4270: found /usr/bin/bison
# configure:4281: result: bison -y
# configure:4348: checking how to run the C preprocessor
# configure:4379: clang -E conftest.c
# configure:4379: $? = 0
# configure:4393: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4393: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Bip Sexy IRC Proxy"
# | #define PACKAGE_TARNAME "bip"
# | #define PACKAGE_VERSION "0.8.9"
# | #define PACKAGE_STRING "Bip Sexy IRC Proxy 0.8.9"
# | #define PACKAGE_BUGREPORT "http://bip.milkypond.org/projects/bip/activity"
# | #define PACKAGE_URL "http://bip.milkypond.org/"
# | #define PACKAGE "bip"
# | #define VERSION "0.8.9"
# | /* end confdefs.h. */
# | #include
# configure:4418: result: clang -E
# configure:4438: clang -E conftest.c
# configure:4438: $? = 0
# configure:4452: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4452: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Bip Sexy IRC Proxy"
# | #define PACKAGE_TARNAME "bip"
# | #define PACKAGE_VERSION "0.8.9"
# | #define PACKAGE_STRING "Bip Sexy IRC Proxy 0.8.9"
# | #define PACKAGE_BUGREPORT "http://bip.milkypond.org/projects/bip/activity"
# | #define PACKAGE_URL "http://bip.milkypond.org/"
# | #define PACKAGE "bip"
# | #define VERSION "0.8.9"
# | /* end confdefs.h. */
# | #include
# configure:4481: checking for grep that handles long lines and -e
# configure:4539: result: /usr/bin/grep
# configure:4544: checking for egrep
# configure:4606: result: /usr/bin/grep -E
# configure:4611: checking for ANSI C header files
# configure:4631: clang -c conftest.c >&5
# configure:4631: $? = 0
# configure:4704: clang -o conftest conftest.c >&5
# configure:4704: $? = 0
# configure:4704: ./conftest
# configure:4704: $? = 0
# configure:4715: result: yes
# configure:4728: checking for sys/types.h
# configure:4728: clang -c conftest.c >&5
# configure:4728: $? = 0
# configure:4728: result: yes
# configure:4728: checking for sys/stat.h
# configure:4728: clang -c conftest.c >&5
# configure:4728: $? = 0
# configure:4728: result: yes
# configure:4728: checking for stdlib.h
# configure:4728: clang -c conftest.c >&5
# configure:4728: $? = 0
# configure:4728: result: yes
# configure:4728: checking for string.h
# configure:4728: clang -c conftest.c >&5
# configure:4728: $? = 0
# configure:4728: result: yes
# configure:4728: checking for memory.h
# configure:4728: clang -c conftest.c >&5
# configure:4728: $? = 0
# configure:4728: result: yes
# configure:4728: checking for strings.h
# configure:4728: clang -c conftest.c >&5
# configure:4728: $? = 0
# configure:4728: result: yes
# configure:4728: checking for inttypes.h
# configure:4728: clang -c conftest.c >&5
# configure:4728: $? = 0
# configure:4728: result: yes
# configure:4728: checking for stdint.h
# configure:4728: clang -c conftest.c >&5
# configure:4728: $? = 0
# configure:4728: result: yes
# configure:4728: checking for unistd.h
# configure:4728: clang -c conftest.c >&5
# configure:4728: $? = 0
# configure:4728: result: yes
# configure:4740: checking for size_t
# configure:4740: clang -c conftest.c >&5
# configure:4740: $? = 0
# configure:4740: clang -c conftest.c >&5
# conftest.c:57:21: error: expected expression
# if (sizeof ((size_t)))
# ^
# 1 error generated.
# configure:4740: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Bip Sexy IRC Proxy"
# | #define PACKAGE_TARNAME "bip"
# | #define PACKAGE_VERSION "0.8.9"
# | #define PACKAGE_STRING "Bip Sexy IRC Proxy 0.8.9"
# | #define PACKAGE_BUGREPORT "http://bip.milkypond.org/projects/bip/activity"
# | #define PACKAGE_URL "http://bip.milkypond.org/"
# | #define PACKAGE "bip"
# | #define VERSION "0.8.9"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((size_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:4740: result: yes
# configure:4753: checking for working alloca.h
# configure:4770: clang -o conftest conftest.c >&5
# configure:4770: $? = 0
# configure:4778: result: yes
# configure:4786: checking for alloca
# configure:4823: clang -o conftest conftest.c >&5
# configure:4823: $? = 0
# configure:4831: result: yes
# configure:4940: checking arpa/inet.h usability
# configure:4940: clang -c conftest.c >&5
# configure:4940: $? = 0
# configure:4940: result: yes
# configure:4940: checking arpa/inet.h presence
# configure:4940: clang -E conftest.c
# configure:4940: $? = 0
# configure:4940: result: yes
# configure:4940: checking for arpa/inet.h
# configure:4940: result: yes
# configure:4940: checking fcntl.h usability
# configure:4940: clang -c conftest.c >&5
# configure:4940: $? = 0
# configure:4940: result: yes
# configure:4940: checking fcntl.h presence
# configure:4940: clang -E conftest.c
# configure:4940: $? = 0
# configure:4940: result: yes
# configure:4940: checking for fcntl.h
# configure:4940: result: yes
# configure:4940: checking for inttypes.h
# configure:4940: result: yes
# configure:4940: checking libintl.h usability
# configure:4940: clang -c conftest.c >&5
# configure:4940: $? = 0
# configure:4940: result: yes
# configure:4940: checking libintl.h presence
# configure:4940: clang -E conftest.c
# configure:4940: $? = 0
# configure:4940: result: yes
# configure:4940: checking for libintl.h
# configure:4940: result: yes
# configure:4940: checking limits.h usability
# configure:4940: clang -c conftest.c >&5
# configure:4940: $? = 0
# configure:4940: result: yes
# configure:4940: checking limits.h presence
# configure:4940: clang -E conftest.c
# configure:4940: $? = 0
# configure:4940: result: yes
# configure:4940: checking for limits.h
# configure:4940: result: yes
# configure:4940: checking malloc.h usability
# configure:4940: clang -c conftest.c >&5
# configure:4940: $? = 0
# configure:4940: result: yes
# configure:4940: checking malloc.h presence
# configure:4940: clang -E conftest.c
# configure:4940: $? = 0
# configure:4940: result: yes
# configure:4940: checking for malloc.h
# configure:4940: result: yes
# configure:4940: checking netdb.h usability
# configure:4940: clang -c conftest.c >&5
# configure:4940: $? = 0
# configure:4940: result: yes
# configure:4940: checking netdb.h presence
# configure:4940: clang -E conftest.c
# configure:4940: $? = 0
# configure:4940: result: yes
# configure:4940: checking for netdb.h
# configure:4940: result: yes
# configure:4940: checking netinet/in.h usability
# configure:4940: clang -c conftest.c >&5
# configure:4940: $? = 0
# configure:4940: result: yes
# configure:4940: checking netinet/in.h presence
# configure:4940: clang -E conftest.c
# configure:4940: $? = 0
# configure:4940: result: yes
# configure:4940: checking for netinet/in.h
# configure:4940: result: yes
# configure:4940: checking stddef.h usability
# configure:4940: clang -c conftest.c >&5
# configure:4940: $? = 0
# configure:4940: result: yes
# configure:4940: checking stddef.h presence
# configure:4940: clang -E conftest.c
# configure:4940: $? = 0
# configure:4940: result: yes
# configure:4940: checking for stddef.h
# configure:4940: result: yes
# configure:4940: checking for stdint.h
# configure:4940: result: yes
# configure:4940: checking for stdlib.h
# configure:4940: result: yes
# configure:4940: checking for string.h
# configure:4940: result: yes
# configure:4940: checking sys/socket.h usability
# configure:4940: clang -c conftest.c >&5
# configure:4940: $? = 0
# configure:4940: result: yes
# configure:4940: checking sys/socket.h presence
# configure:4940: clang -E conftest.c
# configure:4940: $? = 0
# configure:4940: result: yes
# configure:4940: checking for sys/socket.h
# configure:4940: result: yes
# configure:4940: checking sys/time.h usability
# configure:4940: clang -c conftest.c >&5
# configure:4940: $? = 0
# configure:4940: result: yes
# configure:4940: checking sys/time.h presence
# configure:4940: clang -E conftest.c
# configure:4940: $? = 0
# configure:4940: result: yes
# configure:4940: checking for sys/time.h
# configure:4940: result: yes
# configure:4940: checking termios.h usability
# configure:4940: clang -c conftest.c >&5
# configure:4940: $? = 0
# configure:4940: result: yes
# configure:4940: checking termios.h presence
# configure:4940: clang -E conftest.c
# configure:4940: $? = 0
# configure:4940: result: yes
# configure:4940: checking for termios.h
# configure:4940: result: yes
# configure:4940: checking for unistd.h
# configure:4940: result: yes
# configure:4952: checking for inline
# configure:4968: clang -c conftest.c >&5
# configure:4968: $? = 0
# configure:4976: result: inline
# configure:4994: checking for int16_t
# configure:4994: clang -c conftest.c >&5
# configure:4994: $? = 0
# configure:4994: clang -c conftest.c >&5
# conftest.c:76:24: error: 'test_array' declared as an array with a negative size
# static int test_array [1 - 2 * !((int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 1)
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1 error generated.
# configure:4994: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Bip Sexy IRC Proxy"
# | #define PACKAGE_TARNAME "bip"
# | #define PACKAGE_VERSION "0.8.9"
# | #define PACKAGE_STRING "Bip Sexy IRC Proxy 0.8.9"
# | #define PACKAGE_BUGREPORT "http://bip.milkypond.org/projects/bip/activity"
# | #define PACKAGE_URL "http://bip.milkypond.org/"
# | #define PACKAGE "bip"
# | #define VERSION "0.8.9"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | enum { N = 16 / 2 - 1 };
# | int
# | main ()
# | {
# | static int test_array [1 - 2 * !((int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 1)
# | < (int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 2))];
# | test_array [0] = 0;
# | return test_array [0];
# |
# | ;
# | return 0;
# | }
# configure:4994: result: yes
# configure:5005: checking for int32_t
# configure:5005: clang -c conftest.c >&5
# configure:5005: $? = 0
# configure:5005: clang -c conftest.c >&5
# conftest.c:76:24: error: 'test_array' declared as an array with a negative size
# static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1)
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1 error generated.
# configure:5005: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Bip Sexy IRC Proxy"
# | #define PACKAGE_TARNAME "bip"
# | #define PACKAGE_VERSION "0.8.9"
# | #define PACKAGE_STRING "Bip Sexy IRC Proxy 0.8.9"
# | #define PACKAGE_BUGREPORT "http://bip.milkypond.org/projects/bip/activity"
# | #define PACKAGE_URL "http://bip.milkypond.org/"
# | #define PACKAGE "bip"
# | #define VERSION "0.8.9"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | enum { N = 32 / 2 - 1 };
# | int
# | main ()
# | {
# | static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1)
# | < (int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 2))];
# | test_array [0] = 0;
# | return test_array [0];
# |
# | ;
# | return 0;
# | }
# configure:5005: result: yes
# configure:5016: checking for int8_t
# configure:5016: clang -c conftest.c >&5
# configure:5016: $? = 0
# configure:5016: clang -c conftest.c >&5
# conftest.c:76:24: error: 'test_array' declared as an array with a negative size
# static int test_array [1 - 2 * !((int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 1)
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1 error generated.
# configure:5016: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Bip Sexy IRC Proxy"
# | #define PACKAGE_TARNAME "bip"
# | #define PACKAGE_VERSION "0.8.9"
# | #define PACKAGE_STRING "Bip Sexy IRC Proxy 0.8.9"
# | #define PACKAGE_BUGREPORT "http://bip.milkypond.org/projects/bip/activity"
# | #define PACKAGE_URL "http://bip.milkypond.org/"
# | #define PACKAGE "bip"
# | #define VERSION "0.8.9"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | enum { N = 8 / 2 - 1 };
# | int
# | main ()
# | {
# | static int test_array [1 - 2 * !((int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 1)
# | < (int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 2))];
# | test_array [0] = 0;
# | return test_array [0];
# |
# | ;
# | return 0;
# | }
# configure:5016: result: yes
# configure:5027: checking for pid_t
# configure:5027: clang -c conftest.c >&5
# configure:5027: $? = 0
# configure:5027: clang -c conftest.c >&5
# conftest.c:75:20: error: expected expression
# if (sizeof ((pid_t)))
# ^
# 1 error generated.
# configure:5027: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Bip Sexy IRC Proxy"
# | #define PACKAGE_TARNAME "bip"
# | #define PACKAGE_VERSION "0.8.9"
# | #define PACKAGE_STRING "Bip Sexy IRC Proxy 0.8.9"
# | #define PACKAGE_BUGREPORT "http://bip.milkypond.org/projects/bip/activity"
# | #define PACKAGE_URL "http://bip.milkypond.org/"
# | #define PACKAGE "bip"
# | #define VERSION "0.8.9"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((pid_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:5027: result: yes
# configure:5038: checking for size_t
# configure:5038: result: yes
# configure:5049: checking for ssize_t
# configure:5049: clang -c conftest.c >&5
# configure:5049: $? = 0
# configure:5049: clang -c conftest.c >&5
# conftest.c:75:22: error: expected expression
# if (sizeof ((ssize_t)))
# ^
# 1 error generated.
# configure:5049: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Bip Sexy IRC Proxy"
# | #define PACKAGE_TARNAME "bip"
# | #define PACKAGE_VERSION "0.8.9"
# | #define PACKAGE_STRING "Bip Sexy IRC Proxy 0.8.9"
# | #define PACKAGE_BUGREPORT "http://bip.milkypond.org/projects/bip/activity"
# | #define PACKAGE_URL "http://bip.milkypond.org/"
# | #define PACKAGE "bip"
# | #define VERSION "0.8.9"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((ssize_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:5049: result: yes
# configure:5060: checking for uint16_t
# configure:5060: clang -c conftest.c >&5
# configure:5060: $? = 0
# configure:5060: result: yes
# configure:5072: checking for uint32_t
# configure:5072: clang -c conftest.c >&5
# configure:5072: $? = 0
# configure:5072: result: yes
# configure:5086: checking for uint8_t
# configure:5086: clang -c conftest.c >&5
# configure:5086: $? = 0
# configure:5086: result: yes
# configure:5102: checking for __attribute__
# configure:5124: clang -c conftest.c >&5
# configure:5124: $? = 0
# configure:5133: result: yes
# configure:5146: checking vfork.h usability
# configure:5146: clang -c conftest.c >&5
# conftest.c:73:10: fatal error: 'vfork.h' file not found
# #include
# ^
# 1 error generated.
# configure:5146: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Bip Sexy IRC Proxy"
# | #define PACKAGE_TARNAME "bip"
# | #define PACKAGE_VERSION "0.8.9"
# | #define PACKAGE_STRING "Bip Sexy IRC Proxy 0.8.9"
# | #define PACKAGE_BUGREPORT "http://bip.milkypond.org/projects/bip/activity"
# | #define PACKAGE_URL "http://bip.milkypond.org/"
# | #define PACKAGE "bip"
# | #define VERSION "0.8.9"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE___ATTRIBUTE__ 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:5146: result: no
# configure:5146: checking vfork.h presence
# configure:5146: clang -E conftest.c
# conftest.c:40:10: fatal error: 'vfork.h' file not found
# #include
# ^
# 1 error generated.
# configure:5146: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Bip Sexy IRC Proxy"
# | #define PACKAGE_TARNAME "bip"
# | #define PACKAGE_VERSION "0.8.9"
# | #define PACKAGE_STRING "Bip Sexy IRC Proxy 0.8.9"
# | #define PACKAGE_BUGREPORT "http://bip.milkypond.org/projects/bip/activity"
# | #define PACKAGE_URL "http://bip.milkypond.org/"
# | #define PACKAGE "bip"
# | #define VERSION "0.8.9"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE___ATTRIBUTE__ 1
# | /* end confdefs.h. */
# | #include
# configure:5146: result: no
# configure:5146: checking for vfork.h
# configure:5146: result: no
# configure:5159: checking for fork
# configure:5159: clang -o conftest conftest.c >&5
# configure:5159: $? = 0
# configure:5159: result: yes
# configure:5159: checking for vfork
# configure:5159: clang -o conftest conftest.c >&5
# conftest.c:64:6: warning: incompatible redeclaration of library function 'vfork' [-Wincompatible-library-redeclaration]
# char vfork ();
# ^
# conftest.c:64:6: note: 'vfork' is a builtin with type 'int (void)'
# 1 warning generated.
# configure:5159: $? = 0
# configure:5159: result: yes
# configure:5169: checking for working fork
# configure:5191: clang -o conftest conftest.c >&5
# configure:5191: $? = 0
# configure:5191: ./conftest
# configure:5191: $? = 0
# configure:5201: result: yes
# configure:5222: checking for working vfork
# configure:5332: result: yes
# configure:5359: checking for stdlib.h
# configure:5359: result: yes
# configure:5369: checking for GNU libc compatible malloc
# configure:5393: clang -o conftest conftest.c >&5
# configure:5393: $? = 0
# configure:5393: ./conftest
# configure:5393: $? = 0
# configure:5403: result: yes
# configure:5424: checking whether time.h and sys/time.h may both be included
# configure:5444: clang -c conftest.c >&5
# configure:5444: $? = 0
# configure:5451: result: yes
# configure:5465: checking for sys/time.h
# configure:5465: result: yes
# configure:5465: checking for unistd.h
# configure:5465: result: yes
# configure:5486: checking for alarm
# configure:5486: clang -o conftest conftest.c >&5
# configure:5486: $? = 0
# configure:5486: result: yes
# configure:5499: checking for working mktime
# configure:5701: clang -o conftest conftest.c >&5
# configure:5701: $? = 0
# configure:5701: ./conftest
# configure:5701: $? = 0
# configure:5711: result: yes
# configure:5724: checking for stdlib.h
# configure:5724: result: yes
# configure:5734: checking for GNU libc compatible realloc
# configure:5758: clang -o conftest conftest.c >&5
# configure:5758: $? = 0
# configure:5758: ./conftest
# configure:5758: $? = 0
# configure:5768: result: yes
# configure:5792: checking for ftruncate
# configure:5792: clang -o conftest conftest.c >&5
# configure:5792: $? = 0
# configure:5792: result: yes
# configure:5792: checking for gethostname
# configure:5792: clang -o conftest conftest.c >&5
# configure:5792: $? = 0
# configure:5792: result: yes
# configure:5792: checking for gettimeofday
# configure:5792: clang -o conftest conftest.c >&5
# configure:5792: $? = 0
# configure:5792: result: yes
# configure:5792: checking for localtime_r
# configure:5792: clang -o conftest conftest.c >&5
# configure:5792: $? = 0
# configure:5792: result: yes
# configure:5792: checking for memmove
# configure:5792: clang -o conftest conftest.c >&5
# conftest.c:79:6: warning: incompatible redeclaration of library function 'memmove' [-Wincompatible-library-redeclaration]
# char memmove ();
# ^
# conftest.c:79:6: note: 'memmove' is a builtin with type 'void *(void *, const void *, unsigned long)'
# 1 warning generated.
# configure:5792: $? = 0
# configure:5792: result: yes
# configure:5792: checking for memset
# configure:5792: clang -o conftest conftest.c >&5
# conftest.c:80:6: warning: incompatible redeclaration of library function 'memset' [-Wincompatible-library-redeclaration]
# char memset ();
# ^
# conftest.c:80:6: note: 'memset' is a builtin with type 'void *(void *, int, unsigned long)'
# 1 warning generated.
# configure:5792: $? = 0
# configure:5792: result: yes
# configure:5792: checking for mkdir
# configure:5792: clang -o conftest conftest.c >&5
# configure:5792: $? = 0
# configure:5792: result: yes
# configure:5792: checking for select
# configure:5792: clang -o conftest conftest.c >&5
# configure:5792: $? = 0
# configure:5792: result: yes
# configure:5792: checking for socket
# configure:5792: clang -o conftest conftest.c >&5
# configure:5792: $? = 0
# configure:5792: result: yes
# configure:5792: checking for strcasecmp
# configure:5792: clang -o conftest conftest.c >&5
# conftest.c:84:6: warning: incompatible redeclaration of library function 'strcasecmp' [-Wincompatible-library-redeclaration]
# char strcasecmp ();
# ^
# conftest.c:84:6: note: 'strcasecmp' is a builtin with type 'int (const char *, const char *)'
# 1 warning generated.
# configure:5792: $? = 0
# configure:5792: result: yes
# configure:5792: checking for strchr
# configure:5792: clang -o conftest conftest.c >&5
# conftest.c:85:6: warning: incompatible redeclaration of library function 'strchr' [-Wincompatible-library-redeclaration]
# char strchr ();
# ^
# conftest.c:85:6: note: 'strchr' is a builtin with type 'char *(const char *, int)'
# 1 warning generated.
# configure:5792: $? = 0
# configure:5792: result: yes
# configure:5792: checking for strcspn
# configure:5792: clang -o conftest conftest.c >&5
# conftest.c:86:6: warning: incompatible redeclaration of library function 'strcspn' [-Wincompatible-library-redeclaration]
# char strcspn ();
# ^
# conftest.c:86:6: note: 'strcspn' is a builtin with type 'unsigned long (const char *, const char *)'
# 1 warning generated.
# configure:5792: $? = 0
# configure:5792: result: yes
# configure:5792: checking for strdup
# configure:5792: clang -o conftest conftest.c >&5
# conftest.c:87:6: warning: incompatible redeclaration of library function 'strdup' [-Wincompatible-library-redeclaration]
# char strdup ();
# ^
# conftest.c:87:6: note: 'strdup' is a builtin with type 'char *(const char *)'
# 1 warning generated.
# configure:5792: $? = 0
# configure:5792: result: yes
# configure:5792: checking for strerror
# configure:5792: clang -o conftest conftest.c >&5
# conftest.c:88:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration]
# char strerror ();
# ^
# conftest.c:88:6: note: 'strerror' is a builtin with type 'char *(int)'
# 1 warning generated.
# configure:5792: $? = 0
# configure:5792: result: yes
# configure:5792: checking for strrchr
# configure:5792: clang -o conftest conftest.c >&5
# conftest.c:89:6: warning: incompatible redeclaration of library function 'strrchr' [-Wincompatible-library-redeclaration]
# char strrchr ();
# ^
# conftest.c:89:6: note: 'strrchr' is a builtin with type 'char *(const char *, int)'
# 1 warning generated.
# configure:5792: $? = 0
# configure:5792: result: yes
# configure:5792: checking for strstr
# configure:5792: clang -o conftest conftest.c >&5
# conftest.c:90:6: warning: incompatible redeclaration of library function 'strstr' [-Wincompatible-library-redeclaration]
# char strstr ();
# ^
# conftest.c:90:6: note: 'strstr' is a builtin with type 'char *(const char *, const char *)'
# 1 warning generated.
# configure:5792: $? = 0
# configure:5792: result: yes
# configure:5876: checking for CRYPTO_new_ex_data in -lcrypto
# configure:5901: clang -o conftest conftest.c -lcrypto -lcrypto >&5
# configure:5901: $? = 0
# configure:5910: result: yes
# configure:5926: checking for SSL_read in -lssl
# configure:5951: clang -o conftest conftest.c -lssl -lssl -lcrypto >&5
# configure:5951: $? = 0
# configure:5960: result: yes
# configure:5985: checking whether clang accepts PIE flags
# configure:6003: clang -o conftest -fPIE -pie conftest.c -lssl -lcrypto >&5
# configure:6003: $? = 0
# configure:6003: ./conftest
# configure:6003: $? = 0
# configure:6016: result: yes
# configure:6137: checking that generated files are newer than configure
# configure:6143: result: done
# configure:6178: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by Bip Sexy IRC Proxy config.status 0.8.9, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on c9ee5c65c65e
#
# config.status:916: creating Makefile
# config.status:916: creating src/config.h
# config.status:1145: executing depfiles commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_inline=inline
# ac_cv_c_int16_t=yes
# ac_cv_c_int32_t=yes
# ac_cv_c_int8_t=yes
# ac_cv_c_uint16_t=yes
# ac_cv_c_uint32_t=yes
# ac_cv_c_uint8_t=yes
# ac_cv_env_CC_set=set
# ac_cv_env_CC_value=clang
# 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_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_LIBS_set=
# ac_cv_env_LIBS_value=
# ac_cv_env_YACC_set=
# ac_cv_env_YACC_value=
# ac_cv_env_YFLAGS_set=
# ac_cv_env_YFLAGS_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_alarm=yes
# ac_cv_func_alloca_works=yes
# ac_cv_func_fork=yes
# ac_cv_func_fork_works=yes
# ac_cv_func_ftruncate=yes
# ac_cv_func_gethostname=yes
# ac_cv_func_gettimeofday=yes
# ac_cv_func_localtime_r=yes
# ac_cv_func_malloc_0_nonnull=yes
# ac_cv_func_memmove=yes
# ac_cv_func_memset=yes
# ac_cv_func_mkdir=yes
# ac_cv_func_realloc_0_nonnull=yes
# ac_cv_func_select=yes
# ac_cv_func_socket=yes
# ac_cv_func_strcasecmp=yes
# ac_cv_func_strchr=yes
# ac_cv_func_strcspn=yes
# ac_cv_func_strdup=yes
# ac_cv_func_strerror=yes
# ac_cv_func_strrchr=yes
# ac_cv_func_strstr=yes
# ac_cv_func_vfork=yes
# ac_cv_func_vfork_works=yes
# ac_cv_func_working_mktime=yes
# ac_cv_header_arpa_inet_h=yes
# ac_cv_header_fcntl_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_libintl_h=yes
# ac_cv_header_limits_h=yes
# ac_cv_header_malloc_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_netdb_h=yes
# ac_cv_header_netinet_in_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stddef_h=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_h=yes
# ac_cv_header_sys_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_termios_h=yes
# ac_cv_header_time=yes
# ac_cv_header_unistd_h=yes
# ac_cv_header_vfork_h=no
# ac_cv_lib_crypto_CRYPTO_new_ex_data=yes
# ac_cv_lib_lex='none needed'
# ac_cv_lib_ssl_SSL_read=yes
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/bin/grep -E'
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/bin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_LEX=flex
# ac_cv_prog_YACC='bison -y'
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_lex_root=lex.yy
# ac_cv_prog_lex_yytext_pointer=no
# ac_cv_prog_make_make_set=yes
# ac_cv_type_pid_t=yes
# ac_cv_type_size_t=yes
# ac_cv_type_ssize_t=yes
# ac_cv_working_alloca_h=yes
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_make_support_nested_variables=yes
# am_cv_prog_cc_c_o=yes
# ap_cv_cc_pie=yes
# ax_cv___attribute__=yes
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/bip/src/bip-0.8.9/missing aclocal-1.14'
# ALLOCA=''
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='$${TAR-tar}'
# AM_BACKSLASH='\'
# AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
# AM_DEFAULT_VERBOSITY='1'
# AM_V='$(V)'
# AUTOCONF='${SHELL} /tmp/bip/src/bip-0.8.9/missing autoconf'
# AUTOHEADER='${SHELL} /tmp/bip/src/bip-0.8.9/missing autoheader'
# AUTOMAKE='${SHELL} /tmp/bip/src/bip-0.8.9/missing automake-1.14'
# AWK='gawk'
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=' -fPIE'
# CPP='clang -E'
# CPPFLAGS=''
# CYGPATH_W='echo'
# DEBUG_FALSE=''
# DEBUG_TRUE='#'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# EXEEXT=''
# GREP='/usr/bin/grep'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LDFLAGS=' -pie'
# LEX='flex'
# LEXLIB=''
# LEX_OUTPUT_ROOT='lex.yy'
# LIBOBJS=''
# LIBS='-lssl -lcrypto '
# LTLIBOBJS=''
# MAINT='#'
# MAINTAINER_MODE_FALSE=''
# MAINTAINER_MODE_TRUE='#'
# MAKEINFO='${SHELL} /tmp/bip/src/bip-0.8.9/missing makeinfo'
# MKDIR_P='/usr/bin/mkdir -p'
# OBJEXT='o'
# OIDENTD_FALSE=''
# OIDENTD_TRUE='#'
# PACKAGE='bip'
# PACKAGE_BUGREPORT='http://bip.milkypond.org/projects/bip/activity'
# PACKAGE_NAME='Bip Sexy IRC Proxy'
# PACKAGE_STRING='Bip Sexy IRC Proxy 0.8.9'
# PACKAGE_TARNAME='bip'
# PACKAGE_URL='http://bip.milkypond.org/'
# PACKAGE_VERSION='0.8.9'
# PATH_SEPARATOR=':'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# VERSION='0.8.9'
# YACC='bison -y'
# YACC_EXISTS=''
# YFLAGS=''
# ac_ct_CC=''
# am__EXEEXT_FALSE=''
# am__EXEEXT_TRUE='#'
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__include='include'
# am__isrc=''
# am__leading_dot='.'
# am__nodep='_no'
# am__quote=''
# am__tar='$${TAR-tar} chof - "$$tardir"'
# am__untar='$${TAR-tar} xf -'
# bindir='${exec_prefix}/bin'
# build_alias=''
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# host_alias='x86_64-unknown-linux'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# install_sh='${SHELL} /tmp/bip/src/bip-0.8.9/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# mkdir_p='$(MKDIR_P)'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "Bip Sexy IRC Proxy"
# #define PACKAGE_TARNAME "bip"
# #define PACKAGE_VERSION "0.8.9"
# #define PACKAGE_STRING "Bip Sexy IRC Proxy 0.8.9"
# #define PACKAGE_BUGREPORT "http://bip.milkypond.org/projects/bip/activity"
# #define PACKAGE_URL "http://bip.milkypond.org/"
# #define PACKAGE "bip"
# #define VERSION "0.8.9"
# #define STDC_HEADERS 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_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_ALLOCA_H 1
# #define HAVE_ALLOCA 1
# #define HAVE_ARPA_INET_H 1
# #define HAVE_FCNTL_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_LIBINTL_H 1
# #define HAVE_LIMITS_H 1
# #define HAVE_MALLOC_H 1
# #define HAVE_NETDB_H 1
# #define HAVE_NETINET_IN_H 1
# #define HAVE_STDDEF_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_SYS_SOCKET_H 1
# #define HAVE_SYS_TIME_H 1
# #define HAVE_TERMIOS_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE___ATTRIBUTE__ 1
# #define HAVE_FORK 1
# #define HAVE_VFORK 1
# #define HAVE_WORKING_VFORK 1
# #define HAVE_WORKING_FORK 1
# #define HAVE_STDLIB_H 1
# #define HAVE_MALLOC 1
# #define TIME_WITH_SYS_TIME 1
# #define HAVE_SYS_TIME_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_ALARM 1
# #define HAVE_STDLIB_H 1
# #define HAVE_REALLOC 1
# #define HAVE_FTRUNCATE 1
# #define HAVE_GETHOSTNAME 1
# #define HAVE_GETTIMEOFDAY 1
# #define HAVE_LOCALTIME_R 1
# #define HAVE_MEMMOVE 1
# #define HAVE_MEMSET 1
# #define HAVE_MKDIR 1
# #define HAVE_SELECT 1
# #define HAVE_SOCKET 1
# #define HAVE_STRCASECMP 1
# #define HAVE_STRCHR 1
# #define HAVE_STRCSPN 1
# #define HAVE_STRDUP 1
# #define HAVE_STRERROR 1
# #define HAVE_STRRCHR 1
# #define HAVE_STRSTR 1
# #define HAVE_LIBCRYPTO 1
# #define HAVE_LIBSSL 1
#
# configure: exit 0