This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by dsafasd configure 0.1, which was generated by GNU Autoconf 2.61. Invocation command line was $ ./configure --disable-option-checking --prefix=/usr/local --cache-file=/dev/null --srcdir=. ## --------- ## ## Platform. ## ## --------- ## hostname = bellnote uname -m = x86_64 uname -r = 2.6.27.21-0.1-default uname -s = Linux uname -v = #1 SMP 2009-03-31 14:50:44 +0200 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = x86_64 /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /home/bell/bin PATH: /usr/local/bin PATH: /usr/bin PATH: /bin PATH: /sbin PATH: /usr/sbin PATH: /usr/bin/X11 PATH: /usr/X11R6/bin PATH: /usr/games PATH: /usr/lib64/jvm/jre/bin PATH: /usr/lib/mit/bin PATH: /usr/lib/mit/sbin PATH: /usr/lib/qt3/bin PATH: /opt/real/RealPlayer PATH: /opt/kde3/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1772: checking for a BSD-compatible install configure:1828: result: /usr/bin/install -c configure:1839: checking whether build environment is sane configure:1882: result: yes configure:1910: checking for a thread-safe mkdir -p configure:1949: result: /bin/mkdir -p configure:1962: checking for gawk configure:1978: found /usr/bin/gawk configure:1989: result: gawk configure:2000: checking whether make sets $(MAKE) configure:2021: result: yes configure:2260: checking for gcc configure:2276: found /usr/bin/gcc configure:2287: result: gcc configure:2525: checking for C compiler version configure:2532: gcc --version >&5 gcc (SUSE Linux) 4.3.2 [gcc-4_3-branch revision 141291] Copyright (C) 2008 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:2535: $? = 0 configure:2542: gcc -v >&5 Using built-in specs. Target: x86_64-suse-linux Configured with: ../configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64 --enable-languages=c,c++,objc,fortran,obj-c++,java,ada --enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.3 --enable-ssp --disable-libssp --with-bugurl=http://bugs.opensuse.org/ --with-pkgversion='SUSE Linux' --disable-libgcj --disable-libmudflap --with-slibdir=/lib64 --with-system-zlib --enable-__cxa_atexit --enable-libstdcxx-allocator=new --disable-libstdcxx-pch --enable-version-specific-runtime-libs --program-suffix=-4.3 --enable-linux-futex --without-system-libunwind --with-cpu=generic --build=x86_64-suse-linux Thread model: posix gcc version 4.3.2 [gcc-4_3-branch revision 141291] (SUSE Linux) configure:2545: $? = 0 configure:2552: gcc -V >&5 gcc: '-V' option must have argument configure:2555: $? = 1 configure:2578: checking for C compiler default output file name configure:2605: gcc conftest.c >&5 configure:2608: $? = 0 configure:2646: result: a.out configure:2663: checking whether the C compiler works configure:2673: ./a.out configure:2676: $? = 0 configure:2693: result: yes configure:2700: checking whether we are cross compiling configure:2702: result: no configure:2705: checking for suffix of executables configure:2712: gcc -o conftest conftest.c >&5 configure:2715: $? = 0 configure:2739: result: configure:2745: checking for suffix of object files configure:2771: gcc -c conftest.c >&5 configure:2774: $? = 0 configure:2797: result: o configure:2801: checking whether we are using the GNU C compiler configure:2830: gcc -c conftest.c >&5 configure:2836: $? = 0 configure:2853: result: yes configure:2858: checking whether gcc accepts -g configure:2888: gcc -c -g conftest.c >&5 configure:2894: $? = 0 configure:2993: result: yes configure:3010: checking for gcc option to accept ISO C89 configure:3084: gcc -c -g -O2 conftest.c >&5 configure:3090: $? = 0 configure:3113: result: none needed configure:3142: checking for style of include used by make configure:3170: result: GNU configure:3195: checking dependency style of gcc configure:3286: result: gcc3 configure:3305: checking for socket in -lsocket configure:3340: gcc -o conftest -g -O2 conftest.c -lsocket >&5 /usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld: cannot find -lsocket collect2: ld returned 1 exit status configure:3346: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "dsafasd" | #define PACKAGE_TARNAME "dsafasd" | #define PACKAGE_VERSION "0.1" | #define PACKAGE_STRING "dsafasd 0.1" | #define PACKAGE_BUGREPORT "xxx@adf.de" | #define PACKAGE "dsafasd" | #define VERSION "0.1" | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char socket (); | int | main () | { | return socket (); | ; | return 0; | } configure:3364: result: no configure:3376: checking for htons in -lnsl configure:3411: gcc -o conftest -g -O2 conftest.c -lnsl >&5 configure:3417: $? = 0 configure:3435: result: yes configure:3452: checking how to run the C preprocessor configure:3492: gcc -E conftest.c configure:3498: $? = 0 configure:3529: gcc -E conftest.c conftest.c:11:28: error: ac_nonexistent.h: No such file or directory configure:3535: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "dsafasd" | #define PACKAGE_TARNAME "dsafasd" | #define PACKAGE_VERSION "0.1" | #define PACKAGE_STRING "dsafasd 0.1" | #define PACKAGE_BUGREPORT "xxx@adf.de" | #define PACKAGE "dsafasd" | #define VERSION "0.1" | #define HAVE_LIBNSL 1 | /* end confdefs.h. */ | #include configure:3568: result: gcc -E configure:3597: gcc -E conftest.c configure:3603: $? = 0 configure:3634: gcc -E conftest.c conftest.c:11:28: error: ac_nonexistent.h: No such file or directory configure:3640: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "dsafasd" | #define PACKAGE_TARNAME "dsafasd" | #define PACKAGE_VERSION "0.1" | #define PACKAGE_STRING "dsafasd 0.1" | #define PACKAGE_BUGREPORT "xxx@adf.de" | #define PACKAGE "dsafasd" | #define VERSION "0.1" | #define HAVE_LIBNSL 1 | /* end confdefs.h. */ | #include configure:3678: checking for grep that handles long lines and -e configure:3752: result: /usr/bin/grep configure:3757: checking for egrep configure:3835: result: /usr/bin/grep -E configure:3840: checking for ANSI C header files configure:3870: gcc -c -g -O2 conftest.c >&5 configure:3876: $? = 0 configure:3975: gcc -o conftest -g -O2 conftest.c -lnsl >&5 configure:3978: $? = 0 configure:3984: ./conftest configure:3987: $? = 0 configure:4004: result: yes configure:4014: checking for sys/wait.h that is POSIX.1 compatible configure:4050: gcc -c -g -O2 conftest.c >&5 configure:4056: $? = 0 configure:4071: result: yes configure:4095: checking for sys/types.h configure:4116: gcc -c -g -O2 conftest.c >&5 configure:4122: $? = 0 configure:4138: result: yes configure:4095: checking for sys/stat.h configure:4116: gcc -c -g -O2 conftest.c >&5 configure:4122: $? = 0 configure:4138: result: yes configure:4095: checking for stdlib.h configure:4116: gcc -c -g -O2 conftest.c >&5 configure:4122: $? = 0 configure:4138: result: yes configure:4095: checking for string.h configure:4116: gcc -c -g -O2 conftest.c >&5 configure:4122: $? = 0 configure:4138: result: yes configure:4095: checking for memory.h configure:4116: gcc -c -g -O2 conftest.c >&5 configure:4122: $? = 0 configure:4138: result: yes configure:4095: checking for strings.h configure:4116: gcc -c -g -O2 conftest.c >&5 configure:4122: $? = 0 configure:4138: result: yes configure:4095: checking for inttypes.h configure:4116: gcc -c -g -O2 conftest.c >&5 configure:4122: $? = 0 configure:4138: result: yes configure:4095: checking for stdint.h configure:4116: gcc -c -g -O2 conftest.c >&5 configure:4122: $? = 0 configure:4138: result: yes configure:4095: checking for unistd.h configure:4116: gcc -c -g -O2 conftest.c >&5 configure:4122: $? = 0 configure:4138: result: yes configure:4172: checking arpa/inet.h usability configure:4189: gcc -c -g -O2 conftest.c >&5 configure:4195: $? = 0 configure:4209: result: yes configure:4213: checking arpa/inet.h presence configure:4228: gcc -E conftest.c configure:4234: $? = 0 configure:4248: result: yes configure:4281: checking for arpa/inet.h configure:4289: result: yes configure:4172: checking netdb.h usability configure:4189: gcc -c -g -O2 conftest.c >&5 configure:4195: $? = 0 configure:4209: result: yes configure:4213: checking netdb.h presence configure:4228: gcc -E conftest.c configure:4234: $? = 0 configure:4248: result: yes configure:4281: checking for netdb.h configure:4289: result: yes configure:4172: checking netinet/in.h usability configure:4189: gcc -c -g -O2 conftest.c >&5 configure:4195: $? = 0 configure:4209: result: yes configure:4213: checking netinet/in.h presence configure:4228: gcc -E conftest.c configure:4234: $? = 0 configure:4248: result: yes configure:4281: checking for netinet/in.h configure:4289: result: yes configure:4162: checking for stdlib.h configure:4168: result: yes configure:4162: checking for string.h configure:4168: result: yes configure:4162: checking for strings.h configure:4168: result: yes configure:4172: checking sys/socket.h usability configure:4189: gcc -c -g -O2 conftest.c >&5 configure:4195: $? = 0 configure:4209: result: yes configure:4213: checking sys/socket.h presence configure:4228: gcc -E conftest.c configure:4234: $? = 0 configure:4248: result: yes configure:4281: checking for sys/socket.h configure:4289: result: yes configure:4162: checking for unistd.h configure:4168: result: yes configure:4306: checking for pid_t configure:4336: gcc -c -g -O2 conftest.c >&5 configure:4342: $? = 0 configure:4357: result: yes configure:4384: checking vfork.h usability configure:4401: gcc -c -g -O2 conftest.c >&5 conftest.c:63:19: error: vfork.h: No such file or directory configure:4407: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "dsafasd" | #define PACKAGE_TARNAME "dsafasd" | #define PACKAGE_VERSION "0.1" | #define PACKAGE_STRING "dsafasd 0.1" | #define PACKAGE_BUGREPORT "xxx@adf.de" | #define PACKAGE "dsafasd" | #define VERSION "0.1" | #define HAVE_LIBNSL 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 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_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_SOCKET_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 | #include configure:4421: result: no configure:4425: checking vfork.h presence configure:4440: gcc -E conftest.c conftest.c:30:19: error: vfork.h: No such file or directory configure:4446: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "dsafasd" | #define PACKAGE_TARNAME "dsafasd" | #define PACKAGE_VERSION "0.1" | #define PACKAGE_STRING "dsafasd 0.1" | #define PACKAGE_BUGREPORT "xxx@adf.de" | #define PACKAGE "dsafasd" | #define VERSION "0.1" | #define HAVE_LIBNSL 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 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_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include configure:4460: result: no configure:4493: checking for vfork.h configure:4501: result: no configure:4519: checking for fork configure:4575: gcc -o conftest -g -O2 conftest.c -lnsl >&5 conftest.c:53: warning: conflicting types for built-in function 'fork' configure:4581: $? = 0 configure:4599: result: yes configure:4519: checking for vfork configure:4575: gcc -o conftest -g -O2 conftest.c -lnsl >&5 configure:4581: $? = 0 configure:4599: result: yes configure:4610: checking for working fork configure:4642: gcc -o conftest -g -O2 conftest.c -lnsl >&5 configure:4645: $? = 0 configure:4651: ./conftest configure:4654: $? = 0 configure:4670: result: yes configure:4691: checking for working vfork configure:4829: result: yes configure:4867: checking for bzero configure:4923: gcc -o conftest -g -O2 conftest.c -lnsl >&5 conftest.c:57: warning: conflicting types for built-in function 'bzero' configure:4929: $? = 0 configure:4947: result: yes configure:4867: checking for gethostbyname configure:4923: gcc -o conftest -g -O2 conftest.c -lnsl >&5 configure:4929: $? = 0 configure:4947: result: yes configure:4867: checking for socket configure:4923: gcc -o conftest -g -O2 conftest.c -lnsl >&5 configure:4929: $? = 0 configure:4947: result: yes configure:4867: checking for htons configure:4923: gcc -o conftest -g -O2 conftest.c -lnsl >&5 configure:4929: $? = 0 configure:4947: result: yes configure:5104: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by dsafasd config.status 0.1, which was generated by GNU Autoconf 2.61. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on bellnote config.status:618: creating Makefile config.status:809: executing depfiles commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_c_compiler_gnu=yes ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set= ac_cv_env_CFLAGS_value= ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_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_bzero=yes ac_cv_func_fork=yes ac_cv_func_fork_works=yes ac_cv_func_gethostbyname=yes ac_cv_func_htons=yes ac_cv_func_socket=yes ac_cv_func_vfork=yes ac_cv_func_vfork_works=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_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_sys_wait_h=yes ac_cv_header_unistd_h=yes ac_cv_header_vfork_h=no ac_cv_lib_nsl_htons=yes ac_cv_lib_socket_socket=no ac_cv_objext=o ac_cv_path_EGREP='/usr/bin/grep -E' ac_cv_path_GREP=/usr/bin/grep ac_cv_path_install='/usr/bin/install -c' ac_cv_path_mkdir=/bin/mkdir ac_cv_prog_AWK=gawk ac_cv_prog_CPP='gcc -E' ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_cc_c89= ac_cv_prog_cc_g=yes ac_cv_prog_make_make_set=yes ac_cv_type_pid_t=yes am_cv_CC_dependencies_compiler_type=gcc3 ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /home/bell/Tools/Auto/Socket-Aufgabe/missing --run aclocal-1.10' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} /home/bell/Tools/Auto/Socket-Aufgabe/missing --run tar' AUTOCONF='${SHELL} /home/bell/Tools/Auto/Socket-Aufgabe/missing --run autoconf' AUTOHEADER='${SHELL} /home/bell/Tools/Auto/Socket-Aufgabe/missing --run autoheader' AUTOMAKE='${SHELL} /home/bell/Tools/Auto/Socket-Aufgabe/missing --run automake-1.10' AWK='gawk' CC='gcc' CCDEPMODE='depmode=gcc3' CFLAGS='-g -O2' CPP='gcc -E' CPPFLAGS='' CYGPATH_W='echo' DEFS='-DPACKAGE_NAME=\"dsafasd\" -DPACKAGE_TARNAME=\"dsafasd\" -DPACKAGE_VERSION=\"0.1\" -DPACKAGE_STRING=\"dsafasd\ 0.1\" -DPACKAGE_BUGREPORT=\"xxx@adf.de\" -DPACKAGE=\"dsafasd\" -DVERSION=\"0.1\" -DHAVE_LIBNSL=1 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ARPA_INET_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DHAVE_BZERO=1 -DHAVE_GETHOSTBYNAME=1 -DHAVE_SOCKET=1 -DHAVE_HTONS=1' DEPDIR='.deps' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/usr/bin/grep -E' EXEEXT='' GREP='/usr/bin/grep' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' LDFLAGS='' LIBOBJS='' LIBS='-lnsl ' LTLIBOBJS='' MAKEINFO='${SHELL} /home/bell/Tools/Auto/Socket-Aufgabe/missing --run makeinfo' OBJEXT='o' PACKAGE='dsafasd' PACKAGE_BUGREPORT='xxx@adf.de' PACKAGE_NAME='dsafasd' PACKAGE_STRING='dsafasd 0.1' PACKAGE_TARNAME='dsafasd' PACKAGE_VERSION='0.1' PATH_SEPARATOR=':' SET_MAKE='' SHELL='/bin/sh' STRIP='' VERSION='0.1' ac_ct_CC='gcc' am__fastdepCC_FALSE='#' am__fastdepCC_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/bell/Tools/Auto/Socket-Aufgabe/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. ## ## ----------- ## #define PACKAGE_NAME "dsafasd" #define PACKAGE_TARNAME "dsafasd" #define PACKAGE_VERSION "0.1" #define PACKAGE_STRING "dsafasd 0.1" #define PACKAGE_BUGREPORT "xxx@adf.de" #define PACKAGE "dsafasd" #define VERSION "0.1" #define HAVE_LIBNSL 1 #define STDC_HEADERS 1 #define HAVE_SYS_WAIT_H 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_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_STRINGS_H 1 #define HAVE_SYS_SOCKET_H 1 #define HAVE_UNISTD_H 1 #define HAVE_FORK 1 #define HAVE_VFORK 1 #define HAVE_WORKING_VFORK 1 #define HAVE_WORKING_FORK 1 #define HAVE_BZERO 1 #define HAVE_GETHOSTBYNAME 1 #define HAVE_SOCKET 1 #define HAVE_HTONS 1 configure: exit 0