summaryrefslogtreecommitdiff
path: root/config.log
diff options
context:
space:
mode:
Diffstat (limited to 'config.log')
-rw-r--r--config.log620
1 files changed, 620 insertions, 0 deletions
diff --git a/config.log b/config.log
new file mode 100644
index 0000000..4b8bba2
--- /dev/null
+++ b/config.log
@@ -0,0 +1,620 @@
+This file contains any messages produced by compilers while
+running configure, to aid debugging if configure makes a mistake.
+
+It was created by DrunkenMan configure 3.0, which was
+generated by GNU Autoconf 2.65. Invocation command line was
+
+ $ ./configure
+
+## --------- ##
+## Platform. ##
+## --------- ##
+
+hostname = arch
+uname -m = i686
+uname -r = 2.6.32-ARCH
+uname -s = Linux
+uname -v = #1 SMP PREEMPT Sat Jan 23 13:53:44 UTC 2010
+
+/usr/bin/uname -p = unknown
+/bin/uname -X = unknown
+
+/bin/arch = i686
+/usr/bin/arch -k = unknown
+/usr/convex/getsysinfo = unknown
+/usr/bin/hostinfo = unknown
+/bin/machine = unknown
+/usr/bin/oslevel = unknown
+/bin/universe = unknown
+
+PATH: /bin
+PATH: /usr/bin
+PATH: /sbin
+PATH: /usr/sbin
+PATH: /usr/local/bin
+PATH: /opt/kde/bin
+PATH: /usr/bin/perlbin/site
+PATH: /usr/bin/perlbin/vendor
+PATH: /usr/bin/perlbin/core
+PATH: /opt/qt/bin
+PATH: /usr/mipsel-linux-uclibc/bin
+PATH: /usr/mipsel-linux-uclibc/bin
+
+
+## ----------- ##
+## Core tests. ##
+## ----------- ##
+
+configure:2302: checking for a BSD-compatible install
+configure:2370: result: /bin/install -c
+configure:2381: checking whether build environment is sane
+configure:2431: result: yes
+configure:2572: checking for a thread-safe mkdir -p
+configure:2611: result: /bin/mkdir -p
+configure:2624: checking for gawk
+configure:2640: found /bin/gawk
+configure:2651: result: gawk
+configure:2662: checking whether make sets $(MAKE)
+configure:2684: result: yes
+configure:2827: checking for g++
+configure:2843: found /usr/bin/g++
+configure:2854: result: g++
+configure:2881: checking for C++ compiler version
+configure:2890: g++ --version >&5
+g++ (GCC) 4.4.2 20091208 (prerelease)
+Copyright (C) 2009 Free Software Foundation, Inc.
+This is free software; see the source for copying conditions. There is NO
+warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+
+configure:2901: $? = 0
+configure:2890: g++ -v >&5
+Using built-in specs.
+Target: i686-pc-linux-gnu
+Configured with: ../configure --prefix=/usr --enable-shared --enable-languages=c,c++,fortran,objc,obj-c++,ada --enable-threads=posix --mandir=/usr/share/man --infodir=/usr/share/info --enable-__cxa_atexit --disable-multilib --libdir=/usr/lib --libexecdir=/usr/lib --enable-clocale=gnu --disable-libstdcxx-pch --with-tune=generic
+Thread model: posix
+gcc version 4.4.2 20091208 (prerelease) (GCC)
+configure:2901: $? = 0
+configure:2890: g++ -V >&5
+g++: '-V' option must have argument
+configure:2901: $? = 1
+configure:2890: g++ -qversion >&5
+g++: unrecognized option '-qversion'
+g++: no input files
+configure:2901: $? = 1
+configure:2921: checking whether the C++ compiler works
+configure:2943: g++ conftest.cpp >&5
+configure:2947: $? = 0
+configure:2996: result: yes
+configure:2999: checking for C++ compiler default output file name
+configure:3001: result: a.out
+configure:3007: checking for suffix of executables
+configure:3014: g++ -o conftest conftest.cpp >&5
+configure:3018: $? = 0
+configure:3040: result:
+configure:3062: checking whether we are cross compiling
+configure:3070: g++ -o conftest conftest.cpp >&5
+configure:3074: $? = 0
+configure:3081: ./conftest
+configure:3085: $? = 0
+configure:3100: result: no
+configure:3105: checking for suffix of object files
+configure:3127: g++ -c conftest.cpp >&5
+configure:3131: $? = 0
+configure:3152: result: o
+configure:3156: checking whether we are using the GNU C++ compiler
+configure:3175: g++ -c conftest.cpp >&5
+configure:3175: $? = 0
+configure:3184: result: yes
+configure:3193: checking whether g++ accepts -g
+configure:3213: g++ -c -g conftest.cpp >&5
+configure:3213: $? = 0
+configure:3254: result: yes
+configure:3288: checking for style of include used by make
+configure:3316: result: GNU
+configure:3341: checking dependency style of g++
+configure:3451: result: gcc3
+configure:3514: checking for gcc
+configure:3530: found /usr/bin/gcc
+configure:3541: result: gcc
+configure:3770: checking for C compiler version
+configure:3779: gcc --version >&5
+gcc (GCC) 4.4.2 20091208 (prerelease)
+Copyright (C) 2009 Free Software Foundation, Inc.
+This is free software; see the source for copying conditions. There is NO
+warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+
+configure:3790: $? = 0
+configure:3779: gcc -v >&5
+Using built-in specs.
+Target: i686-pc-linux-gnu
+Configured with: ../configure --prefix=/usr --enable-shared --enable-languages=c,c++,fortran,objc,obj-c++,ada --enable-threads=posix --mandir=/usr/share/man --infodir=/usr/share/info --enable-__cxa_atexit --disable-multilib --libdir=/usr/lib --libexecdir=/usr/lib --enable-clocale=gnu --disable-libstdcxx-pch --with-tune=generic
+Thread model: posix
+gcc version 4.4.2 20091208 (prerelease) (GCC)
+configure:3790: $? = 0
+configure:3779: gcc -V >&5
+gcc: '-V' option must have argument
+configure:3790: $? = 1
+configure:3779: gcc -qversion >&5
+gcc: unrecognized option '-qversion'
+gcc: no input files
+configure:3790: $? = 1
+configure:3794: checking whether we are using the GNU C compiler
+configure:3813: gcc -c conftest.c >&5
+configure:3813: $? = 0
+configure:3822: result: yes
+configure:3831: checking whether gcc accepts -g
+configure:3851: gcc -c -g conftest.c >&5
+configure:3851: $? = 0
+configure:3892: result: yes
+configure:3909: checking for gcc option to accept ISO C89
+configure:3973: gcc -c -g -O2 conftest.c >&5
+configure:3973: $? = 0
+configure:3986: result: none needed
+configure:4008: checking dependency style of gcc
+configure:4118: result: gcc3
+configure:4136: checking for dlopen in -ldl
+configure:4161: gcc -o conftest -g -O2 conftest.c -ldl >&5
+configure:4161: $? = 0
+configure:4170: result: yes
+configure:4189: checking how to run the C preprocessor
+configure:4220: gcc -E conftest.c
+configure:4220: $? = 0
+configure:4234: gcc -E conftest.c
+conftest.c:12:28: error: ac_nonexistent.h: No such file or directory
+configure:4234: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "DrunkenMan"
+| #define PACKAGE_TARNAME "drunkenman"
+| #define PACKAGE_VERSION "3.0"
+| #define PACKAGE_STRING "DrunkenMan 3.0"
+| #define PACKAGE_BUGREPORT "flo@arch"
+| #define PACKAGE_URL ""
+| #define PACKAGE "drunkenman"
+| #define VERSION "3.0"
+| #define HAVE_LIBDL 1
+| /* end confdefs.h. */
+| #include <ac_nonexistent.h>
+configure:4259: result: gcc -E
+configure:4279: gcc -E conftest.c
+configure:4279: $? = 0
+configure:4293: gcc -E conftest.c
+conftest.c:12:28: error: ac_nonexistent.h: No such file or directory
+configure:4293: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "DrunkenMan"
+| #define PACKAGE_TARNAME "drunkenman"
+| #define PACKAGE_VERSION "3.0"
+| #define PACKAGE_STRING "DrunkenMan 3.0"
+| #define PACKAGE_BUGREPORT "flo@arch"
+| #define PACKAGE_URL ""
+| #define PACKAGE "drunkenman"
+| #define VERSION "3.0"
+| #define HAVE_LIBDL 1
+| /* end confdefs.h. */
+| #include <ac_nonexistent.h>
+configure:4322: checking for grep that handles long lines and -e
+configure:4380: result: /bin/grep
+configure:4385: checking for egrep
+configure:4447: result: /bin/grep -E
+configure:4452: checking for ANSI C header files
+configure:4472: gcc -c -g -O2 conftest.c >&5
+configure:4472: $? = 0
+configure:4545: gcc -o conftest -g -O2 conftest.c -ldl >&5
+configure:4545: $? = 0
+configure:4545: ./conftest
+configure:4545: $? = 0
+configure:4556: result: yes
+configure:4569: checking for sys/types.h
+configure:4569: gcc -c -g -O2 conftest.c >&5
+configure:4569: $? = 0
+configure:4569: result: yes
+configure:4569: checking for sys/stat.h
+configure:4569: gcc -c -g -O2 conftest.c >&5
+configure:4569: $? = 0
+configure:4569: result: yes
+configure:4569: checking for stdlib.h
+configure:4569: gcc -c -g -O2 conftest.c >&5
+configure:4569: $? = 0
+configure:4569: result: yes
+configure:4569: checking for string.h
+configure:4569: gcc -c -g -O2 conftest.c >&5
+configure:4569: $? = 0
+configure:4569: result: yes
+configure:4569: checking for memory.h
+configure:4569: gcc -c -g -O2 conftest.c >&5
+configure:4569: $? = 0
+configure:4569: result: yes
+configure:4569: checking for strings.h
+configure:4569: gcc -c -g -O2 conftest.c >&5
+configure:4569: $? = 0
+configure:4569: result: yes
+configure:4569: checking for inttypes.h
+configure:4569: gcc -c -g -O2 conftest.c >&5
+configure:4569: $? = 0
+configure:4569: result: yes
+configure:4569: checking for stdint.h
+configure:4569: gcc -c -g -O2 conftest.c >&5
+configure:4569: $? = 0
+configure:4569: result: yes
+configure:4569: checking for unistd.h
+configure:4569: gcc -c -g -O2 conftest.c >&5
+configure:4569: $? = 0
+configure:4569: result: yes
+configure:4585: checking arpa/inet.h usability
+configure:4585: gcc -c -g -O2 conftest.c >&5
+configure:4585: $? = 0
+configure:4585: result: yes
+configure:4585: checking arpa/inet.h presence
+configure:4585: gcc -E conftest.c
+configure:4585: $? = 0
+configure:4585: result: yes
+configure:4585: checking for arpa/inet.h
+configure:4585: result: yes
+configure:4585: checking netdb.h usability
+configure:4585: gcc -c -g -O2 conftest.c >&5
+configure:4585: $? = 0
+configure:4585: result: yes
+configure:4585: checking netdb.h presence
+configure:4585: gcc -E conftest.c
+configure:4585: $? = 0
+configure:4585: result: yes
+configure:4585: checking for netdb.h
+configure:4585: result: yes
+configure:4585: checking netinet/in.h usability
+configure:4585: gcc -c -g -O2 conftest.c >&5
+configure:4585: $? = 0
+configure:4585: result: yes
+configure:4585: checking netinet/in.h presence
+configure:4585: gcc -E conftest.c
+configure:4585: $? = 0
+configure:4585: result: yes
+configure:4585: checking for netinet/in.h
+configure:4585: result: yes
+configure:4585: checking sys/socket.h usability
+configure:4585: gcc -c -g -O2 conftest.c >&5
+configure:4585: $? = 0
+configure:4585: result: yes
+configure:4585: checking sys/socket.h presence
+configure:4585: gcc -E conftest.c
+configure:4585: $? = 0
+configure:4585: result: yes
+configure:4585: checking for sys/socket.h
+configure:4585: result: yes
+configure:4585: checking for unistd.h
+configure:4585: result: yes
+configure:4598: checking for stdbool.h that conforms to C99
+configure:4683: gcc -c -g -O2 conftest.c >&5
+configure:4683: $? = 0
+configure:4690: result: yes
+configure:4692: checking for _Bool
+configure:4692: gcc -c -g -O2 conftest.c >&5
+configure:4692: $? = 0
+configure:4692: gcc -c -g -O2 conftest.c >&5
+conftest.c: In function 'main':
+conftest.c:63: error: expected expression before ')' token
+configure:4692: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "DrunkenMan"
+| #define PACKAGE_TARNAME "drunkenman"
+| #define PACKAGE_VERSION "3.0"
+| #define PACKAGE_STRING "DrunkenMan 3.0"
+| #define PACKAGE_BUGREPORT "flo@arch"
+| #define PACKAGE_URL ""
+| #define PACKAGE "drunkenman"
+| #define VERSION "3.0"
+| #define HAVE_LIBDL 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_NETDB_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_UNISTD_H 1
+| /* end confdefs.h. */
+| #include <stdio.h>
+| #ifdef HAVE_SYS_TYPES_H
+| # include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_STAT_H
+| # include <sys/stat.h>
+| #endif
+| #ifdef STDC_HEADERS
+| # include <stdlib.h>
+| # include <stddef.h>
+| #else
+| # ifdef HAVE_STDLIB_H
+| # include <stdlib.h>
+| # endif
+| #endif
+| #ifdef HAVE_STRING_H
+| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
+| # include <memory.h>
+| # endif
+| # include <string.h>
+| #endif
+| #ifdef HAVE_STRINGS_H
+| # include <strings.h>
+| #endif
+| #ifdef HAVE_INTTYPES_H
+| # include <inttypes.h>
+| #endif
+| #ifdef HAVE_STDINT_H
+| # include <stdint.h>
+| #endif
+| #ifdef HAVE_UNISTD_H
+| # include <unistd.h>
+| #endif
+| int
+| main ()
+| {
+| if (sizeof ((_Bool)))
+| return 0;
+| ;
+| return 0;
+| }
+configure:4692: result: yes
+configure:4708: checking for inline
+configure:4724: gcc -c -g -O2 conftest.c >&5
+configure:4724: $? = 0
+configure:4732: result: inline
+configure:4750: checking for uint32_t
+configure:4750: gcc -c -g -O2 conftest.c >&5
+configure:4750: $? = 0
+configure:4750: result: yes
+configure:4769: checking for gethostbyname
+configure:4769: gcc -o conftest -g -O2 conftest.c -ldl >&5
+configure:4769: $? = 0
+configure:4769: result: yes
+configure:4769: checking for inet_ntoa
+configure:4769: gcc -o conftest -g -O2 conftest.c -ldl >&5
+configure:4769: $? = 0
+configure:4769: result: yes
+configure:4769: checking for select
+configure:4769: gcc -o conftest -g -O2 conftest.c -ldl >&5
+configure:4769: $? = 0
+configure:4769: result: yes
+configure:4769: checking for socket
+configure:4769: gcc -o conftest -g -O2 conftest.c -ldl >&5
+configure:4769: $? = 0
+configure:4769: result: yes
+configure:4769: checking for strstr
+configure:4769: gcc -o conftest -g -O2 conftest.c -ldl >&5
+conftest.c:56: warning: conflicting types for built-in function 'strstr'
+configure:4769: $? = 0
+configure:4769: result: yes
+configure:4904: creating ./config.status
+
+## ---------------------- ##
+## Running config.status. ##
+## ---------------------- ##
+
+This file was extended by DrunkenMan config.status 3.0, which was
+generated by GNU Autoconf 2.65. Invocation command line was
+
+ CONFIG_FILES =
+ CONFIG_HEADERS =
+ CONFIG_LINKS =
+ CONFIG_COMMANDS =
+ $ ./config.status
+
+on arch
+
+config.status:869: creating Makefile
+config.status:869: creating config.h
+config.status:1041: config.h is unchanged
+config.status:1089: executing depfiles commands
+
+## ---------------- ##
+## Cache variables. ##
+## ---------------- ##
+
+ac_cv_c_compiler_gnu=yes
+ac_cv_c_inline=inline
+ac_cv_c_uint32_t=yes
+ac_cv_cxx_compiler_gnu=yes
+ac_cv_env_CCC_set=
+ac_cv_env_CCC_value=
+ac_cv_env_CC_set=
+ac_cv_env_CC_value=
+ac_cv_env_CFLAGS_set=
+ac_cv_env_CFLAGS_value=
+ac_cv_env_CPPFLAGS_set=
+ac_cv_env_CPPFLAGS_value=
+ac_cv_env_CPP_set=
+ac_cv_env_CPP_value=
+ac_cv_env_CXXFLAGS_set=
+ac_cv_env_CXXFLAGS_value=
+ac_cv_env_CXX_set=
+ac_cv_env_CXX_value=
+ac_cv_env_LDFLAGS_set=
+ac_cv_env_LDFLAGS_value=
+ac_cv_env_LIBS_set=
+ac_cv_env_LIBS_value=
+ac_cv_env_build_alias_set=
+ac_cv_env_build_alias_value=
+ac_cv_env_host_alias_set=
+ac_cv_env_host_alias_value=
+ac_cv_env_target_alias_set=
+ac_cv_env_target_alias_value=
+ac_cv_func_gethostbyname=yes
+ac_cv_func_inet_ntoa=yes
+ac_cv_func_select=yes
+ac_cv_func_socket=yes
+ac_cv_func_strstr=yes
+ac_cv_header_arpa_inet_h=yes
+ac_cv_header_inttypes_h=yes
+ac_cv_header_memory_h=yes
+ac_cv_header_netdb_h=yes
+ac_cv_header_netinet_in_h=yes
+ac_cv_header_stdbool_h=yes
+ac_cv_header_stdc=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_types_h=yes
+ac_cv_header_unistd_h=yes
+ac_cv_lib_dl_dlopen=yes
+ac_cv_objext=o
+ac_cv_path_EGREP='/bin/grep -E'
+ac_cv_path_GREP=/bin/grep
+ac_cv_path_install='/bin/install -c'
+ac_cv_path_mkdir=/bin/mkdir
+ac_cv_prog_AWK=gawk
+ac_cv_prog_CPP='gcc -E'
+ac_cv_prog_ac_ct_CC=gcc
+ac_cv_prog_ac_ct_CXX=g++
+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_type__Bool=yes
+am_cv_CC_dependencies_compiler_type=gcc3
+am_cv_CXX_dependencies_compiler_type=gcc3
+
+## ----------------- ##
+## Output variables. ##
+## ----------------- ##
+
+ACLOCAL='${SHELL} /home/flo/programme/DrunkenMan3/c++/test1/missing --run aclocal-1.11'
+AMDEPBACKSLASH='\'
+AMDEP_FALSE='#'
+AMDEP_TRUE=''
+AMTAR='${SHELL} /home/flo/programme/DrunkenMan3/c++/test1/missing --run tar'
+AUTOCONF='${SHELL} /home/flo/programme/DrunkenMan3/c++/test1/missing --run autoconf'
+AUTOHEADER='${SHELL} /home/flo/programme/DrunkenMan3/c++/test1/missing --run autoheader'
+AUTOMAKE='${SHELL} /home/flo/programme/DrunkenMan3/c++/test1/missing --run automake-1.11'
+AWK='gawk'
+CC='gcc'
+CCDEPMODE='depmode=gcc3'
+CFLAGS='-g -O2'
+CPP='gcc -E'
+CPPFLAGS=''
+CXX='g++'
+CXXDEPMODE='depmode=gcc3'
+CXXFLAGS='-g -O2'
+CYGPATH_W='echo'
+DEFS='-DHAVE_CONFIG_H'
+DEPDIR='.deps'
+ECHO_C=''
+ECHO_N='-n'
+ECHO_T=''
+EGREP='/bin/grep -E'
+EXEEXT=''
+GREP='/bin/grep'
+INSTALL_DATA='${INSTALL} -m 644'
+INSTALL_PROGRAM='${INSTALL}'
+INSTALL_SCRIPT='${INSTALL}'
+INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
+LDFLAGS=''
+LIBOBJS=''
+LIBS='-ldl '
+LTLIBOBJS=''
+MAKEINFO='${SHELL} /home/flo/programme/DrunkenMan3/c++/test1/missing --run makeinfo'
+MKDIR_P='/bin/mkdir -p'
+OBJEXT='o'
+PACKAGE='drunkenman'
+PACKAGE_BUGREPORT='flo@arch'
+PACKAGE_NAME='DrunkenMan'
+PACKAGE_STRING='DrunkenMan 3.0'
+PACKAGE_TARNAME='drunkenman'
+PACKAGE_URL=''
+PACKAGE_VERSION='3.0'
+PATH_SEPARATOR=':'
+SET_MAKE=''
+SHELL='/bin/sh'
+STRIP=''
+VERSION='3.0'
+ac_ct_CC='gcc'
+ac_ct_CXX='g++'
+am__EXEEXT_FALSE=''
+am__EXEEXT_TRUE='#'
+am__fastdepCC_FALSE='#'
+am__fastdepCC_TRUE=''
+am__fastdepCXX_FALSE='#'
+am__fastdepCXX_TRUE=''
+am__include='include'
+am__isrc=''
+am__leading_dot='.'
+am__quote=''
+am__tar='${AMTAR} chof - "$$tardir"'
+am__untar='${AMTAR} xf -'
+bindir='${exec_prefix}/bin'
+build_alias=''
+datadir='${datarootdir}'
+datarootdir='${prefix}/share'
+docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
+dvidir='${docdir}'
+exec_prefix='${prefix}'
+host_alias=''
+htmldir='${docdir}'
+includedir='${prefix}/include'
+infodir='${datarootdir}/info'
+install_sh='${SHELL} /home/flo/programme/DrunkenMan3/c++/test1/install-sh'
+libdir='${exec_prefix}/lib'
+libexecdir='${exec_prefix}/libexec'
+localedir='${datarootdir}/locale'
+localstatedir='${prefix}/var'
+mandir='${datarootdir}/man'
+mkdir_p='/bin/mkdir -p'
+oldincludedir='/usr/include'
+pdfdir='${docdir}'
+prefix='/usr/local'
+program_transform_name='s,x,x,'
+psdir='${docdir}'
+sbindir='${exec_prefix}/sbin'
+sharedstatedir='${prefix}/com'
+sysconfdir='${prefix}/etc'
+target_alias=''
+
+## ----------- ##
+## confdefs.h. ##
+## ----------- ##
+
+/* confdefs.h */
+#define PACKAGE_NAME "DrunkenMan"
+#define PACKAGE_TARNAME "drunkenman"
+#define PACKAGE_VERSION "3.0"
+#define PACKAGE_STRING "DrunkenMan 3.0"
+#define PACKAGE_BUGREPORT "flo@arch"
+#define PACKAGE_URL ""
+#define PACKAGE "drunkenman"
+#define VERSION "3.0"
+#define HAVE_LIBDL 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_NETDB_H 1
+#define HAVE_NETINET_IN_H 1
+#define HAVE_SYS_SOCKET_H 1
+#define HAVE_UNISTD_H 1
+#define HAVE__BOOL 1
+#define HAVE_STDBOOL_H 1
+#define HAVE_GETHOSTBYNAME 1
+#define HAVE_INET_NTOA 1
+#define HAVE_SELECT 1
+#define HAVE_SOCKET 1
+#define HAVE_STRSTR 1
+
+configure: exit 0