Build of iperf with musl toolchain

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

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

SLOCLanguage
4,081 ansic
3,372 sh
2,210 cpp
2,174 makefile
11,837 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...

There were existing files in /sysroot, using those
# /sysroot/lib
# /sysroot/share
# /sysroot/bin
# /sysroot/include
# /sysroot/libexec

CMD: sudo -u tuscan PATH=/sysroot/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: iperf 2.0.5-9 (Tue Apr 4 23:20:26 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# patching file src/Client.cpp
# configure: WARNING: If you wanted to set the --build type, don't use --host.
# If a cross compiler is detected then cross compile mode will be used.
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# 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... yes
# 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 style of include used by make... GNU
# checking dependency style of clang++... gcc3
# checking for x86_64-unknown-linux-gcc... clang
# 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 dependency style of clang... gcc3
# checking for library containing strerror... none required
# checking whether make sets $(MAKE)... (cached) yes
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# configure: WARNING: using cross tools not prefixed with host triplet
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking for the pthreads library -lpthreads... no
# checking whether pthreads work without any flags... yes
# checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
# checking if more special flags are required for pthreads... no
# checking for cc_r... clang
# checking for gethostbyname... yes
# checking for socket... yes
# checking how to run the C preprocessor... clang -E
# checking for grep that handles long lines and -e... /usr/sbin/grep
# checking for egrep... /usr/sbin/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 arpa/inet.h usability... yes
# checking arpa/inet.h presence... yes
# checking for arpa/inet.h... yes
# checking libintl.h usability... yes
# checking libintl.h presence... yes
# checking for libintl.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 for stdlib.h... (cached) yes
# checking for string.h... (cached) yes
# checking for strings.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 syslog.h usability... yes
# checking syslog.h presence... yes
# checking for syslog.h... yes
# checking for unistd.h... (cached) yes
# checking for an ANSI C-conforming const... yes
# checking for size_t... yes
# checking for ssize_t... yes
# checking whether time.h and sys/time.h may both be included... yes
# checking whether struct tm is in sys/time.h or time.h... time.h
# checking for stdint types... stdint.h (shortcircuit)
# make use of stdint.h in include/iperf-int.h (assuming C99 compatible system)
# checking 3rd argument of accept... socklen_t
# checking for pid_t... 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... cross
# configure: WARNING: result yes guessed because of cross compilation
# checking for working vfork... (cached) yes
# checking for stdlib.h... (cached) yes
# checking for GNU libc compatible malloc... no
# checking for working memcmp... no
# checking sys/select.h usability... yes
# checking sys/select.h presence... yes
# checking for sys/select.h... yes
# checking for sys/socket.h... (cached) yes
# checking types of arguments for select... int,fd_set *,struct timeval *
# checking return type of signal handlers... void
# checking for strftime... yes
# checking for vprintf... yes
# checking for _doprnt... no
# checking for atexit... yes
# checking for gettimeofday... yes
# checking for memset... yes
# checking for pthread_cancel... yes
# checking for select... yes
# checking for strchr... yes
# checking for strerror... yes
# checking for strtol... yes
# checking for usleep... yes
# checking for snprintf... yes
# checking for inet_pton... yes
# checking for inet_ntop... yes
# checking for gettimeofday... (cached) yes
# checking *printf() support for %lld... checking *printf() support for %qd... checking size of bool... 0
# checking if true is defined... yes
# checking whether byte ordering is bigendian... no
# checking for struct ip_mreq... yes
# checking whether IP_ADD_MEMBERSHIP is declared... yes
# checking for multicast support... yes
# checking for struct sockaddr_storage... yes
# checking for struct sockaddr_in6... yes
# checking whether AF_INET6 is declared... yes
# checking for IPv6 headers and structures... yes
# checking for struct ipv6_mreq... yes
# checking whether IPV6_ADD_MEMBERSHIP is declared... yes
# checking whether IPV6_MULTICAST_HOPS is declared... yes
# checking for IPv6 multicast support... yes
# checking whether make is GNU make... yes
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating compat/Makefile
# config.status: creating doc/Makefile
# config.status: creating include/Makefile
# config.status: creating src/Makefile
# config.status: creating man/Makefile
# config.status: creating config.h
# config.status: executing depfiles commands
# config.status: executing include/iperf-int.h commands
# config.status: creating include/iperf-int.h : _IPERF_INCLUDE_IPERF_INT_H
# make all-recursive
# make[1]: Entering directory '/tmp/iperf/src/iperf-2.0.5'
# Making all in compat
# make[2]: Entering directory '/tmp/iperf/src/iperf-2.0.5/compat'
# if clang -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -Wall -MT Thread.o -MD -MP -MF ".deps/Thread.Tpo" -c -o Thread.o Thread.c; \
# then mv -f ".deps/Thread.Tpo" ".deps/Thread.Po"; else rm -f ".deps/Thread.Tpo"; exit 1; fi
# if clang -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -Wall -MT error.o -MD -MP -MF ".deps/error.Tpo" -c -o error.o error.c; \
# then mv -f ".deps/error.Tpo" ".deps/error.Po"; else rm -f ".deps/error.Tpo"; exit 1; fi
# if clang++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -Wall -MT delay.o -MD -MP -MF ".deps/delay.Tpo" -c -o delay.o delay.cpp; \
# then mv -f ".deps/delay.Tpo" ".deps/delay.Po"; else rm -f ".deps/delay.Tpo"; exit 1; fi
# if clang -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -Wall -MT gettimeofday.o -MD -MP -MF ".deps/gettimeofday.Tpo" -c -o gettimeofday.o gettimeofday.c; \
# then mv -f ".deps/gettimeofday.Tpo" ".deps/gettimeofday.Po"; else rm -f ".deps/gettimeofday.Tpo"; exit 1; fi
# if clang -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -Wall -MT inet_ntop.o -MD -MP -MF ".deps/inet_ntop.Tpo" -c -o inet_ntop.o inet_ntop.c; \
# then mv -f ".deps/inet_ntop.Tpo" ".deps/inet_ntop.Po"; else rm -f ".deps/inet_ntop.Tpo"; exit 1; fi
# In file included from delay.cpp:53:
# In file included from ../include/Timestamp.hpp:63:
# In file included from ../include/headers.h:85:
# In file included from /sysroot/bin/../include/c++/v1/math.h:309:
# /sysroot/bin/../include/c++/v1/type_traits:647:29: error: redefinition of 'std::__1::__libcpp_is_integral'
# template <> struct __libcpp_is_integral : public true_type {};
# ^~~~~~~~~~~~~~~~~~~~~~~~~
# /sysroot/bin/../include/c++/v1/type_traits:636:29: note: previous definition is here
# template <> struct __libcpp_is_integral : public true_type {};
# ^
# Thread.c:384:26: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
# fprintf( stderr, wait_server_threads );
# ^~~~~~~~~~~~~~~~~~~
# /sysroot/bin/../include/c++/v1/type_traits:1853:20: error: redefinition of 'std::__1::__make_signed'
# template <> struct __make_signed< signed int, true> {typedef int type;};
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# /sysroot/bin/../include/c++/v1/type_traits:1850:20: note: previous definition is here
# template <> struct __make_signed {};
# ^
# /sysroot/bin/../include/c++/v1/type_traits:1886:20: error: redefinition of 'std::__1::__make_unsigned'
# template <> struct __make_unsigned< signed int, true> {typedef unsigned int type;};1 warning
# generated.
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# /sysroot/bin/../include/c++/v1/type_traits:1883:20: note: previous definition is here
# template <> struct __make_unsigned {};
# ^
# if clang -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -Wall -MT inet_pton.o -MD -MP -MF ".deps/inet_pton.Tpo" -c -o inet_pton.o inet_pton.c; \
# then mv -f ".deps/inet_pton.Tpo" ".deps/inet_pton.Po"; else rm -f ".deps/inet_pton.Tpo"; exit 1; fi
# if clang -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -Wall -MT signal.o -MD -MP -MF ".deps/signal.Tpo" -c -o signal.o signal.c; \
# then mv -f ".deps/signal.Tpo" ".deps/signal.Po"; else rm -f ".deps/signal.Tpo"; exit 1; fi
# if clang -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -Wall -MT snprintf.o -MD -MP -MF ".deps/snprintf.Tpo" -c -o snprintf.o snprintf.c; \
# then mv -f ".deps/snprintf.Tpo" ".deps/snprintf.Po"; else rm -f ".deps/snprintf.Tpo"; exit 1; fi
# if clang -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -Wall -MT string.o -MD -MP -MF ".deps/string.Tpo" -c -o string.o string.c; \
# then mv -f ".deps/string.Tpo" ".deps/string.Po"; else rm -f ".deps/string.Tpo"; exit 1; fi
# 3 errors generated.
# make[2]: *** [Makefile:273: delay.o] Error 1
# make[2]: *** Waiting for unfinished jobs....
# make[2]: Leaving directory '/tmp/iperf/src/iperf-2.0.5/compat'
# make[1]: *** [Makefile:252: all-recursive] Error 1
# make[1]: Leaving directory '/tmp/iperf/src/iperf-2.0.5'
# make: *** [Makefile:190: all] Error 2
# ==> ERROR: A failure occurred in build().
# Aborting...

Printing config logfiles

CMD: config logfiles '/tmp/iperf/src/iperf-2.0.5/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 Iperf configure 2.0.5, which was
# generated by GNU Autoconf 2.65. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --enable-ipv6 --enable-multicast --enable-threads
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 1c980045d680
# 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: /sysroot/bin
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2486: checking for a BSD-compatible install
# configure:2554: result: /usr/bin/install -c
# configure:2565: checking whether build environment is sane
# configure:2602: result: yes
# configure:2664: checking for gawk
# configure:2680: found /usr/sbin/gawk
# configure:2691: result: gawk
# configure:2702: checking whether make sets $(MAKE)
# configure:2724: result: yes
# configure:2798: checking for x86_64-unknown-linux-strip
# configure:2828: result: no
# configure:2838: checking for strip
# configure:2854: found /sysroot/bin/strip
# configure:2865: result: strip
# configure:3084: checking for C++ compiler version
# configure:3093: clang++ --version >&5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# configure:3104: $? = 0
# configure:3093: clang++ -v >&5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# Found candidate GCC installation: //../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# Selected multilib: .;@m64
# configure:3104: $? = 0
# configure:3093: clang++ -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3104: $? = 1
# configure:3093: clang++ -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:3104: $? = 1
# configure:3124: checking whether the C++ compiler works
# configure:3146: clang++ conftest.cpp >&5
# configure:3150: $? = 0
# configure:3199: result: yes
# configure:3202: checking for C++ compiler default output file name
# configure:3204: result: a.out
# configure:3210: checking for suffix of executables
# configure:3217: clang++ -o conftest conftest.cpp >&5
# configure:3221: $? = 0
# configure:3243: result:
# configure:3265: checking whether we are cross compiling
# configure:3273: clang++ -o conftest conftest.cpp >&5
# configure:3277: $? = 0
# configure:3284: ./conftest
# ./conftest: error while loading shared libraries: libc++.so.1: cannot open shared object file: No such file or directory
# configure:3288: $? = 127
# configure:3303: result: yes
# configure:3308: checking for suffix of object files
# configure:3330: clang++ -c conftest.cpp >&5
# configure:3334: $? = 0
# configure:3355: result: o
# configure:3359: checking whether we are using the GNU C++ compiler
# configure:3378: clang++ -c conftest.cpp >&5
# configure:3378: $? = 0
# configure:3387: result: yes
# configure:3396: checking whether clang++ accepts -g
# configure:3416: clang++ -c -g conftest.cpp >&5
# configure:3416: $? = 0
# configure:3457: result: yes
# configure:3491: checking for style of include used by make
# configure:3519: result: GNU
# configure:3547: checking dependency style of clang++
# configure:3637: result: gcc3
# configure:3663: checking for x86_64-unknown-linux-gcc
# configure:3690: result: clang
# configure:3959: checking for C compiler version
# configure:3968: clang --version >&5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# configure:3979: $? = 0
# configure:3968: clang -v >&5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# Found candidate GCC installation: //../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# Selected multilib: .;@m64
# configure:3979: $? = 0
# configure:3968: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3979: $? = 1
# configure:3968: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:3979: $? = 1
# configure:3983: checking whether we are using the GNU C compiler
# configure:4002: clang -c conftest.c >&5
# configure:4002: $? = 0
# configure:4011: result: yes
# configure:4020: checking whether clang accepts -g
# configure:4040: clang -c -g conftest.c >&5
# configure:4040: $? = 0
# configure:4081: result: yes
# configure:4098: checking for clang option to accept ISO C89
# configure:4162: clang -c conftest.c >&5
# configure:4162: $? = 0
# configure:4175: result: none needed
# configure:4197: checking dependency style of clang
# configure:4287: result: gcc3
# configure:4306: checking for library containing strerror
# configure:4337: clang -o conftest conftest.c >&5
# conftest.c:18:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration]
# char strerror ();
# ^
# conftest.c:18:6: note: 'strerror' is a builtin with type 'char *(int)'
# 1 warning generated.
# configure:4337: $? = 0
# configure:4354: result: none required
# configure:4363: checking whether make sets $(MAKE)
# configure:4385: result: yes
# configure:4397: checking for x86_64-unknown-linux-ranlib
# configure:4427: result: no
# configure:4437: checking for ranlib
# configure:4453: found /sysroot/bin/ranlib
# configure:4464: result: ranlib
# configure:4476: WARNING: using cross tools not prefixed with host triplet
# configure:4496: checking build system type
# configure:4510: result: x86_64-unknown-linux-gnu
# configure:4530: checking host system type
# configure:4543: result: x86_64-unknown-linux-gnu
# configure:4731: checking for the pthreads library -lpthreads
# configure:4764: clang -o conftest conftest.c -lpthreads >&5
# /sysroot/bin/ld: error: cannot find -lpthreads
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:4764: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Iperf"
# | #define PACKAGE_TARNAME "iperf"
# | #define PACKAGE_VERSION "2.0.5"
# | #define PACKAGE_STRING "Iperf 2.0.5"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "iperf"
# | #define VERSION "2.0.5"
# | /* end confdefs.h. */
# | #include
# | int
# | main ()
# | {
# | pthread_t th; pthread_join(th, 0);
# | pthread_attr_init(0); pthread_cleanup_push(0, 0);
# | pthread_create(0,0,0,0); pthread_cleanup_pop(0);
# | ;
# | return 0;
# | }
# configure:4773: result: no
# configure:4676: checking whether pthreads work without any flags
# configure:4764: clang -o conftest conftest.c >&5
# configure:4764: $? = 0
# configure:4773: result: yes
# configure:4793: checking for joinable pthread attribute
# configure:4806: clang -o conftest conftest.c >&5
# configure:4806: $? = 0
# configure:4838: result: PTHREAD_CREATE_JOINABLE
# configure:4845: checking if more special flags are required for pthreads
# configure:4852: result: no
# configure:4864: checking for cc_r
# configure:4892: result: clang
# configure:4933: checking for gethostbyname
# configure:4933: clang -o conftest conftest.c >&5
# configure:4933: $? = 0
# configure:4933: result: yes
# configure:4984: checking for socket
# configure:4984: clang -o conftest conftest.c >&5
# configure:4984: $? = 0
# configure:4984: result: yes
# configure:5041: checking how to run the C preprocessor
# configure:5072: clang -E conftest.c
# configure:5072: $? = 0
# configure:5086: clang -E conftest.c
# conftest.c:14:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:5086: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Iperf"
# | #define PACKAGE_TARNAME "iperf"
# | #define PACKAGE_VERSION "2.0.5"
# | #define PACKAGE_STRING "Iperf 2.0.5"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "iperf"
# | #define VERSION "2.0.5"
# | #define HAVE_PTHREAD 1
# | #define HAVE_POSIX_THREAD 1
# | #define _REENTRANT 1
# | /* end confdefs.h. */
# | #include
# configure:5111: result: clang -E
# configure:5131: clang -E conftest.c
# configure:5131: $? = 0
# configure:5145: clang -E conftest.c
# conftest.c:14:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:5145: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Iperf"
# | #define PACKAGE_TARNAME "iperf"
# | #define PACKAGE_VERSION "2.0.5"
# | #define PACKAGE_STRING "Iperf 2.0.5"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "iperf"
# | #define VERSION "2.0.5"
# | #define HAVE_PTHREAD 1
# | #define HAVE_POSIX_THREAD 1
# | #define _REENTRANT 1
# | /* end confdefs.h. */
# | #include
# configure:5174: checking for grep that handles long lines and -e
# configure:5232: result: /usr/sbin/grep
# configure:5237: checking for egrep
# configure:5299: result: /usr/sbin/grep -E
# configure:5304: checking for ANSI C header files
# configure:5324: clang -c conftest.c >&5
# configure:5324: $? = 0
# configure:5408: result: yes
# configure:5421: checking for sys/types.h
# configure:5421: clang -c conftest.c >&5
# configure:5421: $? = 0
# configure:5421: result: yes
# configure:5421: checking for sys/stat.h
# configure:5421: clang -c conftest.c >&5
# configure:5421: $? = 0
# configure:5421: result: yes
# configure:5421: checking for stdlib.h
# configure:5421: clang -c conftest.c >&5
# configure:5421: $? = 0
# configure:5421: result: yes
# configure:5421: checking for string.h
# configure:5421: clang -c conftest.c >&5
# configure:5421: $? = 0
# configure:5421: result: yes
# configure:5421: checking for memory.h
# configure:5421: clang -c conftest.c >&5
# configure:5421: $? = 0
# configure:5421: result: yes
# configure:5421: checking for strings.h
# configure:5421: clang -c conftest.c >&5
# configure:5421: $? = 0
# configure:5421: result: yes
# configure:5421: checking for inttypes.h
# configure:5421: clang -c conftest.c >&5
# configure:5421: $? = 0
# configure:5421: result: yes
# configure:5421: checking for stdint.h
# configure:5421: clang -c conftest.c >&5
# configure:5421: $? = 0
# configure:5421: result: yes
# configure:5421: checking for unistd.h
# configure:5421: clang -c conftest.c >&5
# configure:5421: $? = 0
# configure:5421: result: yes
# configure:5437: checking arpa/inet.h usability
# configure:5437: clang -c conftest.c >&5
# configure:5437: $? = 0
# configure:5437: result: yes
# configure:5437: checking arpa/inet.h presence
# configure:5437: clang -E conftest.c
# configure:5437: $? = 0
# configure:5437: result: yes
# configure:5437: checking for arpa/inet.h
# configure:5437: result: yes
# configure:5437: checking libintl.h usability
# configure:5437: clang -c conftest.c >&5
# configure:5437: $? = 0
# configure:5437: result: yes
# configure:5437: checking libintl.h presence
# configure:5437: clang -E conftest.c
# configure:5437: $? = 0
# configure:5437: result: yes
# configure:5437: checking for libintl.h
# configure:5437: result: yes
# configure:5437: checking netdb.h usability
# configure:5437: clang -c conftest.c >&5
# configure:5437: $? = 0
# configure:5437: result: yes
# configure:5437: checking netdb.h presence
# configure:5437: clang -E conftest.c
# configure:5437: $? = 0
# configure:5437: result: yes
# configure:5437: checking for netdb.h
# configure:5437: result: yes
# configure:5437: checking netinet/in.h usability
# configure:5437: clang -c conftest.c >&5
# configure:5437: $? = 0
# configure:5437: result: yes
# configure:5437: checking netinet/in.h presence
# configure:5437: clang -E conftest.c
# configure:5437: $? = 0
# configure:5437: result: yes
# configure:5437: checking for netinet/in.h
# configure:5437: result: yes
# configure:5437: checking for stdlib.h
# configure:5437: result: yes
# configure:5437: checking for string.h
# configure:5437: result: yes
# configure:5437: checking for strings.h
# configure:5437: result: yes
# configure:5437: checking sys/socket.h usability
# configure:5437: clang -c conftest.c >&5
# configure:5437: $? = 0
# configure:5437: result: yes
# configure:5437: checking sys/socket.h presence
# configure:5437: clang -E conftest.c
# configure:5437: $? = 0
# configure:5437: result: yes
# configure:5437: checking for sys/socket.h
# configure:5437: result: yes
# configure:5437: checking sys/time.h usability
# configure:5437: clang -c conftest.c >&5
# configure:5437: $? = 0
# configure:5437: result: yes
# configure:5437: checking sys/time.h presence
# configure:5437: clang -E conftest.c
# configure:5437: $? = 0
# configure:5437: result: yes
# configure:5437: checking for sys/time.h
# configure:5437: result: yes
# configure:5437: checking syslog.h usability
# configure:5437: clang -c conftest.c >&5
# configure:5437: $? = 0
# configure:5437: result: yes
# configure:5437: checking syslog.h presence
# configure:5437: clang -E conftest.c
# configure:5437: $? = 0
# configure:5437: result: yes
# configure:5437: checking for syslog.h
# configure:5437: result: yes
# configure:5437: checking for unistd.h
# configure:5437: result: yes
# configure:5450: checking for an ANSI C-conforming const
# configure:5515: clang -c conftest.c >&5
# configure:5515: $? = 0
# configure:5522: result: yes
# configure:5530: checking for size_t
# configure:5530: clang -c conftest.c >&5
# configure:5530: $? = 0
# configure:5530: clang -c conftest.c >&5
# conftest.c:71:21: error: expected expression
# if (sizeof ((size_t)))
# ^
# 1 error generated.
# configure:5530: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Iperf"
# | #define PACKAGE_TARNAME "iperf"
# | #define PACKAGE_VERSION "2.0.5"
# | #define PACKAGE_STRING "Iperf 2.0.5"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "iperf"
# | #define VERSION "2.0.5"
# | #define HAVE_PTHREAD 1
# | #define HAVE_POSIX_THREAD 1
# | #define _REENTRANT 1
# | #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_ARPA_INET_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYSLOG_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:5530: result: yes
# configure:5541: checking for ssize_t
# configure:5541: clang -c conftest.c >&5
# configure:5541: $? = 0
# configure:5541: clang -c conftest.c >&5
# conftest.c:71:22: error: expected expression
# if (sizeof ((ssize_t)))
# ^
# 1 error generated.
# configure:5541: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Iperf"
# | #define PACKAGE_TARNAME "iperf"
# | #define PACKAGE_VERSION "2.0.5"
# | #define PACKAGE_STRING "Iperf 2.0.5"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "iperf"
# | #define VERSION "2.0.5"
# | #define HAVE_PTHREAD 1
# | #define HAVE_POSIX_THREAD 1
# | #define _REENTRANT 1
# | #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_ARPA_INET_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYSLOG_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:5541: result: yes
# configure:5556: checking whether time.h and sys/time.h may both be included
# configure:5576: clang -c conftest.c >&5
# configure:5576: $? = 0
# configure:5583: result: yes
# configure:5591: checking whether struct tm is in sys/time.h or time.h
# configure:5611: clang -c conftest.c >&5
# configure:5611: $? = 0
# configure:5618: result: time.h
# configure:5628: checking for stdint types
# configure:5651: clang -c conftest.c >&5
# configure:5651: $? = 0
# configure:5676: result: stdint.h (shortcircuit)
# configure:6066: result: make use of stdint.h in include/iperf-int.h (assuming C99 compatible system)
# configure:6075: checking 3rd argument of accept
# configure:6104: clang++ -c conftest.cpp >&5
# configure:6104: $? = 0
# configure:6267: result: socklen_t
# configure:6280: checking for pid_t
# configure:6280: clang -c conftest.c >&5
# configure:6280: $? = 0
# configure:6280: clang -c conftest.c >&5
# conftest.c:74:20: error: expected expression
# if (sizeof ((pid_t)))
# ^
# 1 error generated.
# configure:6280: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Iperf"
# | #define PACKAGE_TARNAME "iperf"
# | #define PACKAGE_VERSION "2.0.5"
# | #define PACKAGE_STRING "Iperf 2.0.5"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "iperf"
# | #define VERSION "2.0.5"
# | #define HAVE_PTHREAD 1
# | #define HAVE_POSIX_THREAD 1
# | #define _REENTRANT 1
# | #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_ARPA_INET_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SSIZE_T 1
# | #define TIME_WITH_SYS_TIME 1
# | #define Socklen_t socklen_t
# | /* 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:6280: result: yes
# configure:6293: checking vfork.h usability
# configure:6293: clang -c conftest.c >&5
# conftest.c:71:10: fatal error: 'vfork.h' file not found
# #include
# ^
# 1 error generated.
# configure:6293: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Iperf"
# | #define PACKAGE_TARNAME "iperf"
# | #define PACKAGE_VERSION "2.0.5"
# | #define PACKAGE_STRING "Iperf 2.0.5"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "iperf"
# | #define VERSION "2.0.5"
# | #define HAVE_PTHREAD 1
# | #define HAVE_POSIX_THREAD 1
# | #define _REENTRANT 1
# | #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_ARPA_INET_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SSIZE_T 1
# | #define TIME_WITH_SYS_TIME 1
# | #define Socklen_t socklen_t
# | /* 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:6293: result: no
# configure:6293: checking vfork.h presence
# configure:6293: clang -E conftest.c
# conftest.c:38:10: fatal error: 'vfork.h' file not found
# #include
# ^
# 1 error generated.
# configure:6293: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Iperf"
# | #define PACKAGE_TARNAME "iperf"
# | #define PACKAGE_VERSION "2.0.5"
# | #define PACKAGE_STRING "Iperf 2.0.5"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "iperf"
# | #define VERSION "2.0.5"
# | #define HAVE_PTHREAD 1
# | #define HAVE_POSIX_THREAD 1
# | #define _REENTRANT 1
# | #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_ARPA_INET_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SSIZE_T 1
# | #define TIME_WITH_SYS_TIME 1
# | #define Socklen_t socklen_t
# | /* end confdefs.h. */
# | #include
# configure:6293: result: no
# configure:6293: checking for vfork.h
# configure:6293: result: no
# configure:6306: checking for fork
# configure:6306: clang -o conftest conftest.c >&5
# configure:6306: $? = 0
# configure:6306: result: yes
# configure:6306: checking for vfork
# configure:6306: clang -o conftest conftest.c >&5
# conftest.c:62:6: warning: incompatible redeclaration of library function 'vfork' [-Wincompatible-library-redeclaration]
# char vfork ();
# ^
# conftest.c:62:6: note: 'vfork' is a builtin with type 'int (void)'
# 1 warning generated.
# configure:6306: $? = 0
# configure:6306: result: yes
# configure:6317: checking for working fork
# configure:6349: result: cross
# configure:6365: WARNING: result yes guessed because of cross compilation
# configure:6370: checking for working vfork
# configure:6480: result: yes
# configure:6507: checking for stdlib.h
# configure:6507: result: yes
# configure:6517: checking for GNU libc compatible malloc
# configure:6551: result: no
# configure:6572: checking for working memcmp
# configure:6625: result: no
# configure:6637: checking sys/select.h usability
# configure:6637: clang -c conftest.c >&5
# configure:6637: $? = 0
# configure:6637: result: yes
# configure:6637: checking sys/select.h presence
# configure:6637: clang -E conftest.c
# configure:6637: $? = 0
# configure:6637: result: yes
# configure:6637: checking for sys/select.h
# configure:6637: result: yes
# configure:6637: checking for sys/socket.h
# configure:6637: result: yes
# configure:6648: checking types of arguments for select
# configure:6676: clang -c conftest.c >&5
# configure:6676: $? = 0
# configure:6687: result: int,fd_set *,struct timeval *
# configure:6710: checking return type of signal handlers
# configure:6728: clang -c conftest.c >&5
# conftest.c:56:8: error: indirection requires pointer operand ('void' invalid)
# return *(signal (0, 0)) (0) == 1;
# ^~~~~~~~~~~~~~~~~~~~
# 1 error generated.
# configure:6728: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Iperf"
# | #define PACKAGE_TARNAME "iperf"
# | #define PACKAGE_VERSION "2.0.5"
# | #define PACKAGE_STRING "Iperf 2.0.5"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "iperf"
# | #define VERSION "2.0.5"
# | #define HAVE_PTHREAD 1
# | #define HAVE_POSIX_THREAD 1
# | #define _REENTRANT 1
# | #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_ARPA_INET_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SSIZE_T 1
# | #define TIME_WITH_SYS_TIME 1
# | #define Socklen_t socklen_t
# | #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 0
# | #define malloc rpl_malloc
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 (fd_set *)
# | #define SELECT_TYPE_ARG5 (struct timeval *)
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | return *(signal (0, 0)) (0) == 1;
# | ;
# | return 0;
# | }
# configure:6735: result: void
# configure:6745: checking for strftime
# configure:6745: clang -o conftest conftest.c >&5
# configure:6745: $? = 0
# configure:6745: result: yes
# configure:6800: checking for vprintf
# configure:6800: clang -o conftest conftest.c >&5
# conftest.c:75:6: warning: incompatible redeclaration of library function 'vprintf' [-Wincompatible-library-redeclaration]
# char vprintf ();
# ^
# conftest.c:75:6: note: 'vprintf' is a builtin with type 'int (const char *, struct __va_list_tag *)'
# 1 warning generated.
# configure:6800: $? = 0
# configure:6800: result: yes
# configure:6806: checking for _doprnt
# configure:6806: clang -o conftest conftest.c >&5
# /tmp/conftest-a7a04b.o:conftest.c:function main: error: undefined reference to '_doprnt'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:6806: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Iperf"
# | #define PACKAGE_TARNAME "iperf"
# | #define PACKAGE_VERSION "2.0.5"
# | #define PACKAGE_STRING "Iperf 2.0.5"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "iperf"
# | #define VERSION "2.0.5"
# | #define HAVE_PTHREAD 1
# | #define HAVE_POSIX_THREAD 1
# | #define _REENTRANT 1
# | #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_ARPA_INET_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SSIZE_T 1
# | #define TIME_WITH_SYS_TIME 1
# | #define Socklen_t socklen_t
# | #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 0
# | #define malloc rpl_malloc
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 (fd_set *)
# | #define SELECT_TYPE_ARG5 (struct timeval *)
# | #define RETSIGTYPE void
# | #define HAVE_STRFTIME 1
# | #define HAVE_VPRINTF 1
# | /* end confdefs.h. */
# | /* Define _doprnt to an innocuous variant, in case declares _doprnt.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define _doprnt innocuous__doprnt
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char _doprnt (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef _doprnt
# |
# | /* 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 _doprnt ();
# | /* 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__doprnt || defined __stub____doprnt
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return _doprnt ();
# | ;
# | return 0;
# | }
# configure:6806: result: no
# configure:6820: checking for atexit
# configure:6820: clang -o conftest conftest.c >&5
# configure:6820: $? = 0
# configure:6820: result: yes
# configure:6820: checking for gettimeofday
# configure:6820: clang -o conftest conftest.c >&5
# configure:6820: $? = 0
# configure:6820: result: yes
# configure:6820: checking for memset
# configure:6820: clang -o conftest conftest.c >&5
# conftest.c:78:6: warning: incompatible redeclaration of library function 'memset' [-Wincompatible-library-redeclaration]
# char memset ();
# ^
# conftest.c:78:6: note: 'memset' is a builtin with type 'void *(void *, int, unsigned long)'
# 1 warning generated.
# configure:6820: $? = 0
# configure:6820: result: yes
# configure:6820: checking for pthread_cancel
# configure:6820: clang -o conftest conftest.c >&5
# configure:6820: $? = 0
# configure:6820: result: yes
# configure:6820: checking for select
# configure:6820: clang -o conftest conftest.c >&5
# configure:6820: $? = 0
# configure:6820: result: yes
# configure:6820: checking for strchr
# configure:6820: clang -o conftest conftest.c >&5
# conftest.c:81:6: warning: incompatible redeclaration of library function 'strchr' [-Wincompatible-library-redeclaration]
# char strchr ();
# ^
# conftest.c:81:6: note: 'strchr' is a builtin with type 'char *(const char *, int)'
# 1 warning generated.
# configure:6820: $? = 0
# configure:6820: result: yes
# configure:6820: checking for strerror
# configure:6820: clang -o conftest conftest.c >&5
# conftest.c:82:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration]
# char strerror ();
# ^
# conftest.c:82:6: note: 'strerror' is a builtin with type 'char *(int)'
# 1 warning generated.
# configure:6820: $? = 0
# configure:6820: result: yes
# configure:6820: checking for strtol
# configure:6820: clang -o conftest conftest.c >&5
# configure:6820: $? = 0
# configure:6820: result: yes
# configure:6820: checking for usleep
# configure:6820: clang -o conftest conftest.c >&5
# configure:6820: $? = 0
# configure:6820: result: yes
# configure:6833: checking for snprintf
# configure:6833: clang -o conftest conftest.c >&5
# conftest.c:85:6: warning: incompatible redeclaration of library function 'snprintf' [-Wincompatible-library-redeclaration]
# char snprintf ();
# ^
# conftest.c:85:6: note: 'snprintf' is a builtin with type 'int (char *, unsigned long, const char *, ...)'
# 1 warning generated.
# configure:6833: $? = 0
# configure:6833: result: yes
# configure:6833: checking for inet_pton
# configure:6833: clang -o conftest conftest.c >&5
# configure:6833: $? = 0
# configure:6833: result: yes
# configure:6833: checking for inet_ntop
# configure:6833: clang -o conftest conftest.c >&5
# configure:6833: $? = 0
# configure:6833: result: yes
# configure:6833: checking for gettimeofday
# configure:6833: result: yes
# configure:6856: checking *printf() support for %lld
# configure:6891: checking *printf() support for %qd
# configure:6939: checking size of bool
# configure:6944: clang -c conftest.c >&5
# conftest.c:102:55: error: use of undeclared identifier 'bool'
# static int test_array [1 - 2 * !(((long int) (sizeof (bool))) >= 0)];
# ^
# 1 error generated.
# configure:6944: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Iperf"
# | #define PACKAGE_TARNAME "iperf"
# | #define PACKAGE_VERSION "2.0.5"
# | #define PACKAGE_STRING "Iperf 2.0.5"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "iperf"
# | #define VERSION "2.0.5"
# | #define HAVE_PTHREAD 1
# | #define HAVE_POSIX_THREAD 1
# | #define _REENTRANT 1
# | #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_ARPA_INET_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SSIZE_T 1
# | #define TIME_WITH_SYS_TIME 1
# | #define Socklen_t socklen_t
# | #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 0
# | #define malloc rpl_malloc
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 (fd_set *)
# | #define SELECT_TYPE_ARG5 (struct timeval *)
# | #define RETSIGTYPE void
# | #define HAVE_STRFTIME 1
# | #define HAVE_VPRINTF 1
# | #define HAVE_ATEXIT 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_MEMSET 1
# | #define HAVE_PTHREAD_CANCEL 1
# | #define HAVE_SELECT 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRERROR 1
# | #define HAVE_STRTOL 1
# | #define HAVE_USLEEP 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_INET_PTON 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_GETTIMEOFDAY 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 ()
# | {
# | static int test_array [1 - 2 * !(((long int) (sizeof (bool))) >= 0)];
# | test_array [0] = 0
# |
# | ;
# | return 0;
# | }
# configure:6944: clang -c conftest.c >&5
# conftest.c:102:55: error: use of undeclared identifier 'bool'
# static int test_array [1 - 2 * !(((long int) (sizeof (bool))) < 0)];
# ^
# 1 error generated.
# configure:6944: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Iperf"
# | #define PACKAGE_TARNAME "iperf"
# | #define PACKAGE_VERSION "2.0.5"
# | #define PACKAGE_STRING "Iperf 2.0.5"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "iperf"
# | #define VERSION "2.0.5"
# | #define HAVE_PTHREAD 1
# | #define HAVE_POSIX_THREAD 1
# | #define _REENTRANT 1
# | #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_ARPA_INET_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SSIZE_T 1
# | #define TIME_WITH_SYS_TIME 1
# | #define Socklen_t socklen_t
# | #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 0
# | #define malloc rpl_malloc
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 (fd_set *)
# | #define SELECT_TYPE_ARG5 (struct timeval *)
# | #define RETSIGTYPE void
# | #define HAVE_STRFTIME 1
# | #define HAVE_VPRINTF 1
# | #define HAVE_ATEXIT 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_MEMSET 1
# | #define HAVE_PTHREAD_CANCEL 1
# | #define HAVE_SELECT 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRERROR 1
# | #define HAVE_STRTOL 1
# | #define HAVE_USLEEP 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_INET_PTON 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_GETTIMEOFDAY 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 ()
# | {
# | static int test_array [1 - 2 * !(((long int) (sizeof (bool))) < 0)];
# | test_array [0] = 0
# |
# | ;
# | return 0;
# | }
# configure:6959: result: 0
# configure:6974: checking if true is defined
# configure:6997: clang++ -c conftest.cpp >&5
# configure:6997: $? = 0
# configure:7011: result: yes
# configure:7023: checking whether byte ordering is bigendian
# configure:7038: clang -c conftest.c >&5
# conftest.c:69:9: error: unknown type name 'not'
# not a universal capable compiler
# ^
# conftest.c:69:14: error: expected ';' after top level declarator
# not a universal capable compiler
# ^
# ;
# 2 errors generated.
# configure:7038: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Iperf"
# | #define PACKAGE_TARNAME "iperf"
# | #define PACKAGE_VERSION "2.0.5"
# | #define PACKAGE_STRING "Iperf 2.0.5"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "iperf"
# | #define VERSION "2.0.5"
# | #define HAVE_PTHREAD 1
# | #define HAVE_POSIX_THREAD 1
# | #define _REENTRANT 1
# | #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_ARPA_INET_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SSIZE_T 1
# | #define TIME_WITH_SYS_TIME 1
# | #define Socklen_t socklen_t
# | #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 0
# | #define malloc rpl_malloc
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 (fd_set *)
# | #define SELECT_TYPE_ARG5 (struct timeval *)
# | #define RETSIGTYPE void
# | #define HAVE_STRFTIME 1
# | #define HAVE_VPRINTF 1
# | #define HAVE_ATEXIT 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_MEMSET 1
# | #define HAVE_PTHREAD_CANCEL 1
# | #define HAVE_SELECT 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRERROR 1
# | #define HAVE_STRTOL 1
# | #define HAVE_USLEEP 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_INET_PTON 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define SIZEOF_BOOL 0
# | #define bool int
# | /* end confdefs.h. */
# | #ifndef __APPLE_CC__
# | not a universal capable compiler
# | #endif
# | typedef int dummy;
# |
# configure:7083: clang -c conftest.c >&5
# configure:7083: $? = 0
# configure:7101: clang -c conftest.c >&5
# conftest.c:75:4: error: use of undeclared identifier 'not'
# not big endian
# ^
# 1 error generated.
# configure:7101: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Iperf"
# | #define PACKAGE_TARNAME "iperf"
# | #define PACKAGE_VERSION "2.0.5"
# | #define PACKAGE_STRING "Iperf 2.0.5"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "iperf"
# | #define VERSION "2.0.5"
# | #define HAVE_PTHREAD 1
# | #define HAVE_POSIX_THREAD 1
# | #define _REENTRANT 1
# | #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_ARPA_INET_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SSIZE_T 1
# | #define TIME_WITH_SYS_TIME 1
# | #define Socklen_t socklen_t
# | #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 0
# | #define malloc rpl_malloc
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 (fd_set *)
# | #define SELECT_TYPE_ARG5 (struct timeval *)
# | #define RETSIGTYPE void
# | #define HAVE_STRFTIME 1
# | #define HAVE_VPRINTF 1
# | #define HAVE_ATEXIT 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_MEMSET 1
# | #define HAVE_PTHREAD_CANCEL 1
# | #define HAVE_SELECT 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRERROR 1
# | #define HAVE_STRTOL 1
# | #define HAVE_USLEEP 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_INET_PTON 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define SIZEOF_BOOL 0
# | #define bool int
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | #if BYTE_ORDER != BIG_ENDIAN
# | not big endian
# | #endif
# |
# | ;
# | return 0;
# | }
# configure:7229: result: no
# configure:7250: checking for struct ip_mreq
# configure:7250: clang -c conftest.c >&5
# configure:7250: $? = 0
# configure:7250: clang -c conftest.c >&5
# conftest.c:73:29: error: expected expression
# if (sizeof ((struct ip_mreq)))
# ^
# 1 error generated.
# configure:7250: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Iperf"
# | #define PACKAGE_TARNAME "iperf"
# | #define PACKAGE_VERSION "2.0.5"
# | #define PACKAGE_STRING "Iperf 2.0.5"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "iperf"
# | #define VERSION "2.0.5"
# | #define HAVE_PTHREAD 1
# | #define HAVE_POSIX_THREAD 1
# | #define _REENTRANT 1
# | #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_ARPA_INET_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SSIZE_T 1
# | #define TIME_WITH_SYS_TIME 1
# | #define Socklen_t socklen_t
# | #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 0
# | #define malloc rpl_malloc
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 (fd_set *)
# | #define SELECT_TYPE_ARG5 (struct timeval *)
# | #define RETSIGTYPE void
# | #define HAVE_STRFTIME 1
# | #define HAVE_VPRINTF 1
# | #define HAVE_ATEXIT 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_MEMSET 1
# | #define HAVE_PTHREAD_CANCEL 1
# | #define HAVE_SELECT 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRERROR 1
# | #define HAVE_STRTOL 1
# | #define HAVE_USLEEP 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_INET_PTON 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define SIZEOF_BOOL 0
# | #define bool int
# | /* end confdefs.h. */
# | #include "compat/headers_slim.h"
# |
# | int
# | main ()
# | {
# | if (sizeof ((struct ip_mreq)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:7250: result: yes
# configure:7261: checking whether IP_ADD_MEMBERSHIP is declared
# configure:7261: clang -c conftest.c >&5
# configure:7261: $? = 0
# configure:7261: result: yes
# configure:7273: checking for multicast support
# configure:7281: result: yes
# configure:7291: checking for struct sockaddr_storage
# configure:7291: clang -c conftest.c >&5
# configure:7291: $? = 0
# configure:7291: clang -c conftest.c >&5
# conftest.c:76:38: error: expected expression
# if (sizeof ((struct sockaddr_storage)))
# ^
# 1 error generated.
# configure:7291: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Iperf"
# | #define PACKAGE_TARNAME "iperf"
# | #define PACKAGE_VERSION "2.0.5"
# | #define PACKAGE_STRING "Iperf 2.0.5"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "iperf"
# | #define VERSION "2.0.5"
# | #define HAVE_PTHREAD 1
# | #define HAVE_POSIX_THREAD 1
# | #define _REENTRANT 1
# | #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_ARPA_INET_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SSIZE_T 1
# | #define TIME_WITH_SYS_TIME 1
# | #define Socklen_t socklen_t
# | #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 0
# | #define malloc rpl_malloc
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 (fd_set *)
# | #define SELECT_TYPE_ARG5 (struct timeval *)
# | #define RETSIGTYPE void
# | #define HAVE_STRFTIME 1
# | #define HAVE_VPRINTF 1
# | #define HAVE_ATEXIT 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_MEMSET 1
# | #define HAVE_PTHREAD_CANCEL 1
# | #define HAVE_SELECT 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRERROR 1
# | #define HAVE_STRTOL 1
# | #define HAVE_USLEEP 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_INET_PTON 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define SIZEOF_BOOL 0
# | #define bool int
# | #define HAVE_STRUCT_IP_MREQ 1
# | #define HAVE_DECL_IP_ADD_MEMBERSHIP 1
# | #define HAVE_MULTICAST 1
# | /* end confdefs.h. */
# | #include "compat/headers_slim.h"
# |
# | int
# | main ()
# | {
# | if (sizeof ((struct sockaddr_storage)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:7291: result: yes
# configure:7302: checking for struct sockaddr_in6
# configure:7302: clang -c conftest.c >&5
# configure:7302: $? = 0
# configure:7302: clang -c conftest.c >&5
# conftest.c:77:34: error: expected expression
# if (sizeof ((struct sockaddr_in6)))
# ^
# 1 error generated.
# configure:7302: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Iperf"
# | #define PACKAGE_TARNAME "iperf"
# | #define PACKAGE_VERSION "2.0.5"
# | #define PACKAGE_STRING "Iperf 2.0.5"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "iperf"
# | #define VERSION "2.0.5"
# | #define HAVE_PTHREAD 1
# | #define HAVE_POSIX_THREAD 1
# | #define _REENTRANT 1
# | #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_ARPA_INET_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SSIZE_T 1
# | #define TIME_WITH_SYS_TIME 1
# | #define Socklen_t socklen_t
# | #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 0
# | #define malloc rpl_malloc
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 (fd_set *)
# | #define SELECT_TYPE_ARG5 (struct timeval *)
# | #define RETSIGTYPE void
# | #define HAVE_STRFTIME 1
# | #define HAVE_VPRINTF 1
# | #define HAVE_ATEXIT 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_MEMSET 1
# | #define HAVE_PTHREAD_CANCEL 1
# | #define HAVE_SELECT 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRERROR 1
# | #define HAVE_STRTOL 1
# | #define HAVE_USLEEP 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_INET_PTON 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define SIZEOF_BOOL 0
# | #define bool int
# | #define HAVE_STRUCT_IP_MREQ 1
# | #define HAVE_DECL_IP_ADD_MEMBERSHIP 1
# | #define HAVE_MULTICAST 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | /* end confdefs.h. */
# | #include "compat/headers_slim.h"
# |
# | int
# | main ()
# | {
# | if (sizeof ((struct sockaddr_in6)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:7302: result: yes
# configure:7313: checking whether AF_INET6 is declared
# configure:7313: clang -c conftest.c >&5
# configure:7313: $? = 0
# configure:7313: result: yes
# configure:7325: checking for IPv6 headers and structures
# configure:7338: result: yes
# configure:7344: checking for struct ipv6_mreq
# configure:7344: clang -c conftest.c >&5
# configure:7344: $? = 0
# configure:7344: clang -c conftest.c >&5
# conftest.c:80:31: error: expected expression
# if (sizeof ((struct ipv6_mreq)))
# ^
# 1 error generated.
# configure:7344: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Iperf"
# | #define PACKAGE_TARNAME "iperf"
# | #define PACKAGE_VERSION "2.0.5"
# | #define PACKAGE_STRING "Iperf 2.0.5"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "iperf"
# | #define VERSION "2.0.5"
# | #define HAVE_PTHREAD 1
# | #define HAVE_POSIX_THREAD 1
# | #define _REENTRANT 1
# | #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_ARPA_INET_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SSIZE_T 1
# | #define TIME_WITH_SYS_TIME 1
# | #define Socklen_t socklen_t
# | #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 0
# | #define malloc rpl_malloc
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 (fd_set *)
# | #define SELECT_TYPE_ARG5 (struct timeval *)
# | #define RETSIGTYPE void
# | #define HAVE_STRFTIME 1
# | #define HAVE_VPRINTF 1
# | #define HAVE_ATEXIT 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_MEMSET 1
# | #define HAVE_PTHREAD_CANCEL 1
# | #define HAVE_SELECT 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRERROR 1
# | #define HAVE_STRTOL 1
# | #define HAVE_USLEEP 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_INET_PTON 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define SIZEOF_BOOL 0
# | #define bool int
# | #define HAVE_STRUCT_IP_MREQ 1
# | #define HAVE_DECL_IP_ADD_MEMBERSHIP 1
# | #define HAVE_MULTICAST 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_IN6 1
# | #define HAVE_DECL_AF_INET6 1
# | #define HAVE_IPV6 1
# | /* end confdefs.h. */
# | #include "compat/headers_slim.h"
# |
# | int
# | main ()
# | {
# | if (sizeof ((struct ipv6_mreq)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:7344: result: yes
# configure:7355: checking whether IPV6_ADD_MEMBERSHIP is declared
# configure:7355: clang -c conftest.c >&5
# configure:7355: $? = 0
# configure:7355: result: yes
# configure:7367: checking whether IPV6_MULTICAST_HOPS is declared
# configure:7367: clang -c conftest.c >&5
# configure:7367: $? = 0
# configure:7367: result: yes
# configure:7379: checking for IPv6 multicast support
# configure:7392: result: yes
# configure:7513: checking whether make is GNU make
# configure:7520: result: yes
# configure:7649: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by Iperf config.status 2.0.5, which was
# generated by GNU Autoconf 2.65. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 1c980045d680
#
# config.status:952: creating Makefile
# config.status:952: creating compat/Makefile
# config.status:952: creating doc/Makefile
# config.status:952: creating include/Makefile
# config.status:952: creating src/Makefile
# config.status:952: creating man/Makefile
# config.status:952: creating config.h
# config.status:1165: executing depfiles commands
# config.status:1165: executing include/iperf-int.h commands
# config.status:1256: creating include/iperf-int.h : _IPERF_INCLUDE_IPERF_INT_H
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_accept_arg=socklen_t
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_bigendian=no
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_const=yes
# ac_cv_cxx_compiler_gnu=yes
# ac_cv_env_CCC_set=
# ac_cv_env_CCC_value=
# 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_CXXFLAGS_set=set
# ac_cv_env_CXXFLAGS_value=
# ac_cv_env_CXX_set=set
# ac_cv_env_CXX_value=clang++
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_LIBS_set=
# ac_cv_env_LIBS_value=
# ac_cv_env_build_alias_set=
# ac_cv_env_build_alias_value=
# ac_cv_env_host_alias_set=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__doprnt=no
# ac_cv_func_atexit=yes
# ac_cv_func_fork=yes
# ac_cv_func_fork_works=yes
# ac_cv_func_gethostbyname=yes
# ac_cv_func_gettimeofday=yes
# ac_cv_func_inet_ntop=yes
# ac_cv_func_inet_pton=yes
# ac_cv_func_malloc_0_nonnull=no
# ac_cv_func_memcmp_working=no
# ac_cv_func_memset=yes
# ac_cv_func_pthread_cancel=yes
# ac_cv_func_select=yes
# ac_cv_func_select_args='int,fd_set *,struct timeval *'
# ac_cv_func_snprintf=yes
# ac_cv_func_socket=yes
# ac_cv_func_strchr=yes
# ac_cv_func_strerror=yes
# ac_cv_func_strftime=yes
# ac_cv_func_strtol=yes
# ac_cv_func_usleep=yes
# ac_cv_func_vfork=yes
# ac_cv_func_vfork_works=yes
# ac_cv_func_vprintf=yes
# ac_cv_have_decl_AF_INET6=yes
# ac_cv_have_decl_IPV6_ADD_MEMBERSHIP=yes
# ac_cv_have_decl_IPV6_MULTICAST_HOPS=yes
# ac_cv_have_decl_IP_ADD_MEMBERSHIP=yes
# ac_cv_have_ipv6=yes
# ac_cv_have_ipv6_multicast=yes
# ac_cv_have_true=yes
# ac_cv_header_arpa_inet_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_libintl_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_stdint=stdint.h
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdint_t=stdint.h
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_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_syslog_h=yes
# ac_cv_header_time=yes
# ac_cv_header_unistd_h=yes
# ac_cv_header_vfork_h=no
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_multicast=yes
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/sbin/grep -E'
# ac_cv_path_GREP=/usr/sbin/grep
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_PTHREAD_CC=clang
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_cxx_g=yes
# ac_cv_prog_make_make_set=yes
# ac_cv_search_strerror='none required'
# ac_cv_sizeof_bool=0
# ac_cv_stdint_message='using gnu compiler clang version 3.8.1 '
# ac_cv_stdint_result='(assuming C99 compatible system)'
# ac_cv_struct_tm=time.h
# ac_cv_type_pid_t=yes
# ac_cv_type_signal=void
# ac_cv_type_size_t=yes
# ac_cv_type_ssize_t=yes
# ac_cv_type_struct_ip_mreq=yes
# ac_cv_type_struct_ipv6_mreq=yes
# ac_cv_type_struct_sockaddr_in6=yes
# ac_cv_type_struct_sockaddr_storage=yes
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_CXX_dependencies_compiler_type=gcc3
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/iperf/src/iperf-2.0.5/missing --run aclocal-1.9'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='${SHELL} /tmp/iperf/src/iperf-2.0.5/missing --run tar'
# AUTOCONF='${SHELL} /tmp/iperf/src/iperf-2.0.5/missing --run autoconf'
# AUTOHEADER='${SHELL} /tmp/iperf/src/iperf-2.0.5/missing --run autoheader'
# AUTOMAKE='${SHELL} /tmp/iperf/src/iperf-2.0.5/missing --run automake-1.9'
# AWK='gawk'
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=' '
# CPP='clang -E'
# CPPFLAGS=''
# CXX='clang++'
# CXXDEPMODE='depmode=gcc3'
# CXXFLAGS=' '
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/sbin/grep -E'
# EXEEXT=''
# GREP='/usr/sbin/grep'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
# LDFLAGS=''
# LIBOBJS=' ${LIBOBJDIR}malloc$U.o ${LIBOBJDIR}memcmp$U.o'
# LIBS=''
# LTLIBOBJS=' ${LIBOBJDIR}malloc$U.lo ${LIBOBJDIR}memcmp$U.lo'
# MAKEINFO='${SHELL} /tmp/iperf/src/iperf-2.0.5/missing --run makeinfo'
# OBJEXT='o'
# PACKAGE='iperf'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME='Iperf'
# PACKAGE_STRING='Iperf 2.0.5'
# PACKAGE_TARNAME='iperf'
# PACKAGE_URL=''
# PACKAGE_VERSION='2.0.5'
# PATH_SEPARATOR=':'
# PTHREAD_CC='clang'
# PTHREAD_CFLAGS=''
# PTHREAD_LIBS=''
# RANLIB='ranlib'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# STRIP_BEGIN='$(strip $(STRIP_DUMMY)'
# STRIP_DUMMY=''
# STRIP_END=')'
# VERSION='2.0.5'
# WEB100_CFLAGS=''
# WEB100_CONFIG=''
# WEB100_LIBS=''
# ac_ct_CC=''
# ac_ct_CXX=''
# acx_pthread_config=''
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__fastdepCXX_FALSE='#'
# am__fastdepCXX_TRUE=''
# am__include='include'
# am__leading_dot='.'
# am__quote=''
# am__tar='${AMTAR} chof - "$$tardir"'
# am__untar='${AMTAR} xf -'
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# 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='/tmp/iperf/src/iperf-2.0.5/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 "Iperf"
# #define PACKAGE_TARNAME "iperf"
# #define PACKAGE_VERSION "2.0.5"
# #define PACKAGE_STRING "Iperf 2.0.5"
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE_URL ""
# #define PACKAGE "iperf"
# #define VERSION "2.0.5"
# #define HAVE_PTHREAD 1
# #define HAVE_POSIX_THREAD 1
# #define _REENTRANT 1
# #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_ARPA_INET_H 1
# #define HAVE_LIBINTL_H 1
# #define HAVE_NETDB_H 1
# #define HAVE_NETINET_IN_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_SYS_SOCKET_H 1
# #define HAVE_SYS_TIME_H 1
# #define HAVE_SYSLOG_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_SSIZE_T 1
# #define TIME_WITH_SYS_TIME 1
# #define Socklen_t socklen_t
# #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 0
# #define malloc rpl_malloc
# #define HAVE_SYS_SELECT_H 1
# #define HAVE_SYS_SOCKET_H 1
# #define SELECT_TYPE_ARG1 int
# #define SELECT_TYPE_ARG234 (fd_set *)
# #define SELECT_TYPE_ARG5 (struct timeval *)
# #define RETSIGTYPE void
# #define HAVE_STRFTIME 1
# #define HAVE_VPRINTF 1
# #define HAVE_ATEXIT 1
# #define HAVE_GETTIMEOFDAY 1
# #define HAVE_MEMSET 1
# #define HAVE_PTHREAD_CANCEL 1
# #define HAVE_SELECT 1
# #define HAVE_STRCHR 1
# #define HAVE_STRERROR 1
# #define HAVE_STRTOL 1
# #define HAVE_USLEEP 1
# #define HAVE_SNPRINTF 1
# #define HAVE_INET_PTON 1
# #define HAVE_INET_NTOP 1
# #define HAVE_GETTIMEOFDAY 1
# #define SIZEOF_BOOL 0
# #define bool int
# #define HAVE_STRUCT_IP_MREQ 1
# #define HAVE_DECL_IP_ADD_MEMBERSHIP 1
# #define HAVE_MULTICAST 1
# #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# #define HAVE_STRUCT_SOCKADDR_IN6 1
# #define HAVE_DECL_AF_INET6 1
# #define HAVE_IPV6 1
# #define HAVE_STRUCT_IPV6_MREQ 1
# #define HAVE_DECL_IPV6_ADD_MEMBERSHIP 1
# #define HAVE_DECL_IPV6_MULTICAST_HOPS 1
# #define HAVE_IPV6_MULTICAST 1
#
# configure: exit 0