This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by Eggdrop configure 1.6.21, which was generated by GNU Autoconf 2.68. Invocation command line was $ ./configure ## --------- ## ## Platform. ## ## --------- ## hostname = bitcoinshell uname -m = i686 uname -r = 3.0.76-gentoo uname -s = Linux uname -v = #6 SMP Sat Aug 10 17:29:41 CDT 2013 /usr/bin/uname -p = Pentium III (Coppermine) /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: /home/paimo/bin PATH: /usr/bin PATH: /bin PATH: /opt/bin PATH: /usr/i686-pc-linux-gnu/gcc-bin/4.3.6 PATH: /usr/i486-pc-linux-gnu/gcc-bin/4.1.2 PATH: /usr/games/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:2543: result: configure:2545: result: This is Eggdrop's GNU configure script. configure:2547: result: It's going to run a bunch of tests to hopefully make your compile configure:2549: result: work without much twiddling. configure:2551: result: configure:2635: checking for gcc configure:2651: found /usr/bin/gcc configure:2662: result: gcc configure:2891: checking for C compiler version configure:2900: gcc --version >&5 gcc (Gentoo 4.3.6-r1 p1.1, pie-10.1.5) 4.3.6 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:2911: $? = 0 configure:2900: gcc -v >&5 Using built-in specs. Target: i686-pc-linux-gnu Configured with: /var/tmp/portage/sys-devel/gcc-4.3.6-r1/work/gcc-4.3.6/configure --prefix=/usr --bindir=/usr/i686-pc-linux-gnu/gcc-bin/4.3.6 --includedir=/usr/lib/gcc/i686-pc-linux-gnu/4.3.6/include --datadir=/usr/share/gcc-data/i686-pc-linux-gnu/4.3.6 --mandir=/usr/share/gcc-data/i686-pc-linux-gnu/4.3.6/man --infodir=/usr/share/gcc-data/i686-pc-linux-gnu/4.3.6/info --with-gxx-include-dir=/usr/lib/gcc/i686-pc-linux-gnu/4.3.6/include/g++-v4 --host=i686-pc-linux-gnu --build=i686-pc-linux-gnu --disable-altivec --disable-fixed-point --enable-nls --without-included-gettext --with-system-zlib --enable-obsolete --disable-werror --enable-secureplt --disable-multilib --enable-libmudflap --disable-libssp --enable-libgomp --enable-checking=release --disable-libgcj --with-arch=i686 --enable-languages=c,c++,treelang,fortran --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-targets=all --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.3.6-r1 p1.1, pie-10.1.5' Thread model: posix gcc version 4.3.6 (Gentoo 4.3.6-r1 p1.1, pie-10.1.5) configure:2911: $? = 0 configure:2900: gcc -V >&5 gcc: '-V' option must have argument configure:2911: $? = 1 configure:2900: gcc -qversion >&5 gcc: unrecognized option '-qversion' gcc: no input files configure:2911: $? = 1 configure:2931: checking whether the C compiler works configure:2953: gcc conftest.c >&5 configure:2957: $? = 0 configure:3005: result: yes configure:3008: checking for C compiler default output file name configure:3010: result: a.out configure:3016: checking for suffix of executables configure:3023: gcc -o conftest conftest.c >&5 configure:3027: $? = 0 configure:3049: result: configure:3071: checking whether we are cross compiling configure:3079: gcc -o conftest conftest.c >&5 configure:3083: $? = 0 configure:3090: ./conftest configure:3094: $? = 0 configure:3109: result: no configure:3114: checking for suffix of object files configure:3136: gcc -c conftest.c >&5 configure:3140: $? = 0 configure:3161: result: o configure:3165: checking whether we are using the GNU C compiler configure:3184: gcc -c conftest.c >&5 configure:3184: $? = 0 configure:3193: result: yes configure:3202: checking whether gcc accepts -g configure:3222: gcc -c -g conftest.c >&5 configure:3222: $? = 0 configure:3263: result: yes configure:3280: checking for gcc option to accept ISO C89 configure:3344: gcc -c -g -O2 conftest.c >&5 configure:3344: $? = 0 configure:3357: result: none needed configure:3397: checking how to run the C preprocessor configure:3428: gcc -E conftest.c configure:3428: $? = 0 configure:3442: gcc -E conftest.c conftest.c:10:28: error: ac_nonexistent.h: No such file or directory configure:3442: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Eggdrop" | #define PACKAGE_TARNAME "eggdrop" | #define PACKAGE_VERSION "1.6.21" | #define PACKAGE_STRING "Eggdrop 1.6.21" | #define PACKAGE_BUGREPORT "bugs@eggheads.org" | #define PACKAGE_URL "" | #define EGG_AC_ARGS "" | /* end confdefs.h. */ | #include configure:3467: result: gcc -E configure:3487: gcc -E conftest.c configure:3487: $? = 0 configure:3501: gcc -E conftest.c conftest.c:10:28: error: ac_nonexistent.h: No such file or directory configure:3501: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Eggdrop" | #define PACKAGE_TARNAME "eggdrop" | #define PACKAGE_VERSION "1.6.21" | #define PACKAGE_STRING "Eggdrop 1.6.21" | #define PACKAGE_BUGREPORT "bugs@eggheads.org" | #define PACKAGE_URL "" | #define EGG_AC_ARGS "" | /* end confdefs.h. */ | #include configure:3530: checking for grep that handles long lines and -e configure:3588: result: /bin/grep configure:3593: checking for egrep configure:3655: result: /bin/grep -E configure:3660: checking for ANSI C header files configure:3680: gcc -c -g -O2 conftest.c >&5 configure:3680: $? = 0 configure:3753: gcc -o conftest -g -O2 conftest.c >&5 configure:3753: $? = 0 configure:3753: ./conftest configure:3753: $? = 0 configure:3764: result: yes configure:3777: checking for sys/types.h configure:3777: gcc -c -g -O2 conftest.c >&5 configure:3777: $? = 0 configure:3777: result: yes configure:3777: checking for sys/stat.h configure:3777: gcc -c -g -O2 conftest.c >&5 configure:3777: $? = 0 configure:3777: result: yes configure:3777: checking for stdlib.h configure:3777: gcc -c -g -O2 conftest.c >&5 configure:3777: $? = 0 configure:3777: result: yes configure:3777: checking for string.h configure:3777: gcc -c -g -O2 conftest.c >&5 configure:3777: $? = 0 configure:3777: result: yes configure:3777: checking for memory.h configure:3777: gcc -c -g -O2 conftest.c >&5 configure:3777: $? = 0 configure:3777: result: yes configure:3777: checking for strings.h configure:3777: gcc -c -g -O2 conftest.c >&5 configure:3777: $? = 0 configure:3777: result: yes configure:3777: checking for inttypes.h configure:3777: gcc -c -g -O2 conftest.c >&5 configure:3777: $? = 0 configure:3777: result: yes configure:3777: checking for stdint.h configure:3777: gcc -c -g -O2 conftest.c >&5 configure:3777: $? = 0 configure:3777: result: yes configure:3777: checking for unistd.h configure:3777: gcc -c -g -O2 conftest.c >&5 configure:3777: $? = 0 configure:3777: result: yes configure:3790: checking minix/config.h usability configure:3790: gcc -c -g -O2 conftest.c >&5 conftest.c:53:26: error: minix/config.h: No such file or directory configure:3790: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Eggdrop" | #define PACKAGE_TARNAME "eggdrop" | #define PACKAGE_VERSION "1.6.21" | #define PACKAGE_STRING "Eggdrop 1.6.21" | #define PACKAGE_BUGREPORT "bugs@eggheads.org" | #define PACKAGE_URL "" | #define EGG_AC_ARGS "" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:3790: result: no configure:3790: checking minix/config.h presence configure:3790: gcc -E conftest.c conftest.c:20:26: error: minix/config.h: No such file or directory configure:3790: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Eggdrop" | #define PACKAGE_TARNAME "eggdrop" | #define PACKAGE_VERSION "1.6.21" | #define PACKAGE_STRING "Eggdrop 1.6.21" | #define PACKAGE_BUGREPORT "bugs@eggheads.org" | #define PACKAGE_URL "" | #define EGG_AC_ARGS "" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include configure:3790: result: no configure:3790: checking for minix/config.h configure:3790: result: no configure:3811: checking whether it is safe to define __EXTENSIONS__ configure:3829: gcc -c -g -O2 conftest.c >&5 configure:3829: $? = 0 configure:3836: result: yes configure:3851: checking for library containing strerror configure:3882: gcc -o conftest -g -O2 conftest.c >&5 configure:3882: $? = 0 configure:3899: result: none required configure:3911: checking for icc configure:3925: gcc -c -g -O2 conftest.c >&5 conftest.c:27: error: expected identifier or '(' before string constant configure:3925: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Eggdrop" | #define PACKAGE_TARNAME "eggdrop" | #define PACKAGE_VERSION "1.6.21" | #define PACKAGE_STRING "Eggdrop 1.6.21" | #define PACKAGE_BUGREPORT "bugs@eggheads.org" | #define PACKAGE_URL "" | #define EGG_AC_ARGS "" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | /* end confdefs.h. */ | | #if !(defined(__ICC) || defined(__ECC) || defined(__INTEL_COMPILER)) | "Toto, I've a feeling we're not in Kansas anymore." | #endif | configure:3937: result: no configure:3948: checking whether the compiler understands -pipe configure:3967: gcc -pipe -c -g -O2 conftest.c >&5 configure:3967: $? = 0 configure:3980: result: yes configure:3998: checking whether the compiler understands -Wall configure:4017: gcc -c -g -O2 -pipe -Wall conftest.c >&5 configure:4017: $? = 0 configure:4030: result: yes configure:4074: checking for a BSD-compatible install configure:4142: result: /usr/bin/install -c configure:4153: checking whether make sets $(MAKE) configure:4175: result: yes configure:4227: checking for ranlib configure:4243: found /usr/bin/ranlib configure:4254: result: ranlib configure:4276: checking whether ln -s works configure:4280: result: yes configure:4295: checking whether head -n 1 works configure:4313: result: yes configure:4340: checking for strip configure:4356: found /usr/bin/strip configure:4367: result: strip configure:4384: checking for gawk configure:4400: found /usr/bin/gawk configure:4411: result: gawk configure:4436: checking for basename configure:4452: found /usr/bin/basename configure:4463: result: basename configure:4484: checking for uname configure:4500: found /usr/bin/uname configure:4511: result: uname configure:4555: checking for socket in -lsocket configure:4580: gcc -o conftest -g -O2 -pipe -Wall conftest.c -lsocket >&5 /usr/lib/gcc/i686-pc-linux-gnu/4.3.6/../../../../i686-pc-linux-gnu/bin/ld: cannot find -lsocket collect2: ld returned 1 exit status configure:4580: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Eggdrop" | #define PACKAGE_TARNAME "eggdrop" | #define PACKAGE_VERSION "1.6.21" | #define PACKAGE_STRING "Eggdrop 1.6.21" | #define PACKAGE_BUGREPORT "bugs@eggheads.org" | #define PACKAGE_URL "" | #define EGG_AC_ARGS "" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 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:4589: result: no configure:4600: checking for connect in -lnsl configure:4625: gcc -o conftest -g -O2 -pipe -Wall conftest.c -lnsl >&5 configure:4625: $? = 0 configure:4634: result: yes configure:4645: checking for gethostbyname in -ldns configure:4670: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldns -lnsl >&5 /usr/lib/gcc/i686-pc-linux-gnu/4.3.6/../../../../i686-pc-linux-gnu/bin/ld: cannot find -ldns collect2: ld returned 1 exit status configure:4670: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Eggdrop" | #define PACKAGE_TARNAME "eggdrop" | #define PACKAGE_VERSION "1.6.21" | #define PACKAGE_STRING "Eggdrop 1.6.21" | #define PACKAGE_BUGREPORT "bugs@eggheads.org" | #define PACKAGE_URL "" | #define EGG_AC_ARGS "" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_LIBNSL 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 gethostbyname (); | int | main () | { | return gethostbyname (); | ; | return 0; | } configure:4679: result: no configure:4690: checking for dlopen in -ldl configure:4715: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldl -lnsl >&5 configure:4715: $? = 0 configure:4724: result: yes configure:4735: checking for tan in -lm configure:4760: gcc -o conftest -g -O2 -pipe -Wall conftest.c -lm -ldl -lnsl >&5 conftest.c:34: warning: conflicting types for built-in function 'tan' configure:4760: $? = 0 configure:4769: result: yes configure:4777: checking for pthread_mutex_init in -lpthread configure:4802: gcc -o conftest -g -O2 -pipe -Wall conftest.c -lpthread -ldl -lnsl >&5 configure:4802: $? = 0 configure:4811: result: yes configure:5027: checking build system type configure:5041: result: i686-pc-linux-gnu configure:5061: checking host system type configure:5074: result: i686-pc-linux-gnu configure:5094: checking target system type configure:5107: result: i686-pc-linux-gnu configure:5134: checking system type configure:5141: result: Linux configure:5143: checking system release configure:5150: result: 3.0.76-gentoo configure:5166: checking module loading capabilities configure:5168: result: configure:5173: checking dl.h usability configure:5173: gcc -c -g -O2 -pipe -Wall conftest.c >&5 conftest.c:60:16: error: dl.h: No such file or directory configure:5173: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Eggdrop" | #define PACKAGE_TARNAME "eggdrop" | #define PACKAGE_VERSION "1.6.21" | #define PACKAGE_STRING "Eggdrop 1.6.21" | #define PACKAGE_BUGREPORT "bugs@eggheads.org" | #define PACKAGE_URL "" | #define EGG_AC_ARGS "" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBDL 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:5173: result: no configure:5173: checking dl.h presence configure:5173: gcc -E conftest.c conftest.c:27:16: error: dl.h: No such file or directory configure:5173: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Eggdrop" | #define PACKAGE_TARNAME "eggdrop" | #define PACKAGE_VERSION "1.6.21" | #define PACKAGE_STRING "Eggdrop 1.6.21" | #define PACKAGE_BUGREPORT "bugs@eggheads.org" | #define PACKAGE_URL "" | #define EGG_AC_ARGS "" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBDL 1 | /* end confdefs.h. */ | #include configure:5173: result: no configure:5173: checking for dl.h configure:5173: result: no configure:5173: checking dlfcn.h usability configure:5173: gcc -c -g -O2 -pipe -Wall conftest.c >&5 configure:5173: $? = 0 configure:5173: result: yes configure:5173: checking dlfcn.h presence configure:5173: gcc -E conftest.c configure:5173: $? = 0 configure:5173: result: yes configure:5173: checking for dlfcn.h configure:5173: result: yes configure:5173: checking loader.h usability configure:5173: gcc -c -g -O2 -pipe -Wall conftest.c >&5 conftest.c:61:20: error: loader.h: No such file or directory configure:5173: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Eggdrop" | #define PACKAGE_TARNAME "eggdrop" | #define PACKAGE_VERSION "1.6.21" | #define PACKAGE_STRING "Eggdrop 1.6.21" | #define PACKAGE_BUGREPORT "bugs@eggheads.org" | #define PACKAGE_URL "" | #define EGG_AC_ARGS "" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBDL 1 | #define HAVE_DLFCN_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:5173: result: no configure:5173: checking loader.h presence configure:5173: gcc -E conftest.c conftest.c:28:20: error: loader.h: No such file or directory configure:5173: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Eggdrop" | #define PACKAGE_TARNAME "eggdrop" | #define PACKAGE_VERSION "1.6.21" | #define PACKAGE_STRING "Eggdrop 1.6.21" | #define PACKAGE_BUGREPORT "bugs@eggheads.org" | #define PACKAGE_URL "" | #define EGG_AC_ARGS "" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBDL 1 | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | #include configure:5173: result: no configure:5173: checking for loader.h configure:5173: result: no configure:5173: checking rld.h usability configure:5173: gcc -c -g -O2 -pipe -Wall conftest.c >&5 conftest.c:61:17: error: rld.h: No such file or directory configure:5173: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Eggdrop" | #define PACKAGE_TARNAME "eggdrop" | #define PACKAGE_VERSION "1.6.21" | #define PACKAGE_STRING "Eggdrop 1.6.21" | #define PACKAGE_BUGREPORT "bugs@eggheads.org" | #define PACKAGE_URL "" | #define EGG_AC_ARGS "" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBDL 1 | #define HAVE_DLFCN_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:5173: result: no configure:5173: checking rld.h presence configure:5173: gcc -E conftest.c conftest.c:28:17: error: rld.h: No such file or directory configure:5173: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Eggdrop" | #define PACKAGE_TARNAME "eggdrop" | #define PACKAGE_VERSION "1.6.21" | #define PACKAGE_STRING "Eggdrop 1.6.21" | #define PACKAGE_BUGREPORT "bugs@eggheads.org" | #define PACKAGE_URL "" | #define EGG_AC_ARGS "" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBDL 1 | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | #include configure:5173: result: no configure:5173: checking for rld.h configure:5173: result: no configure:5173: checking mach-o/dyld.h usability configure:5173: gcc -c -g -O2 -pipe -Wall conftest.c >&5 conftest.c:61:25: error: mach-o/dyld.h: No such file or directory configure:5173: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Eggdrop" | #define PACKAGE_TARNAME "eggdrop" | #define PACKAGE_VERSION "1.6.21" | #define PACKAGE_STRING "Eggdrop 1.6.21" | #define PACKAGE_BUGREPORT "bugs@eggheads.org" | #define PACKAGE_URL "" | #define EGG_AC_ARGS "" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBDL 1 | #define HAVE_DLFCN_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:5173: result: no configure:5173: checking mach-o/dyld.h presence configure:5173: gcc -E conftest.c conftest.c:28:25: error: mach-o/dyld.h: No such file or directory configure:5173: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Eggdrop" | #define PACKAGE_TARNAME "eggdrop" | #define PACKAGE_VERSION "1.6.21" | #define PACKAGE_STRING "Eggdrop 1.6.21" | #define PACKAGE_BUGREPORT "bugs@eggheads.org" | #define PACKAGE_URL "" | #define EGG_AC_ARGS "" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBDL 1 | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | #include configure:5173: result: no configure:5173: checking for mach-o/dyld.h configure:5173: result: no configure:5173: checking mach-o/rld.h usability configure:5173: gcc -c -g -O2 -pipe -Wall conftest.c >&5 conftest.c:61:24: error: mach-o/rld.h: No such file or directory configure:5173: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Eggdrop" | #define PACKAGE_TARNAME "eggdrop" | #define PACKAGE_VERSION "1.6.21" | #define PACKAGE_STRING "Eggdrop 1.6.21" | #define PACKAGE_BUGREPORT "bugs@eggheads.org" | #define PACKAGE_URL "" | #define EGG_AC_ARGS "" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBDL 1 | #define HAVE_DLFCN_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:5173: result: no configure:5173: checking mach-o/rld.h presence configure:5173: gcc -E conftest.c conftest.c:28:24: error: mach-o/rld.h: No such file or directory configure:5173: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Eggdrop" | #define PACKAGE_TARNAME "eggdrop" | #define PACKAGE_VERSION "1.6.21" | #define PACKAGE_STRING "Eggdrop 1.6.21" | #define PACKAGE_BUGREPORT "bugs@eggheads.org" | #define PACKAGE_URL "" | #define EGG_AC_ARGS "" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBDL 1 | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | #include configure:5173: result: no configure:5173: checking for mach-o/rld.h configure:5173: result: no configure:5186: checking for dlopen configure:5186: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldl -lnsl >&5 configure:5186: $? = 0 configure:5186: result: yes configure:5186: checking for load configure:5186: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldl -lnsl >&5 /tmp/cchRdjhn.o: In function `main': /home/paimo/http_root/eggdrop1.6.21/conftest.c:63: undefined reference to `load' collect2: ld returned 1 exit status configure:5186: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Eggdrop" | #define PACKAGE_TARNAME "eggdrop" | #define PACKAGE_VERSION "1.6.21" | #define PACKAGE_STRING "Eggdrop 1.6.21" | #define PACKAGE_BUGREPORT "bugs@eggheads.org" | #define PACKAGE_URL "" | #define EGG_AC_ARGS "" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBDL 1 | #define HAVE_DLFCN_H 1 | #define HAVE_DLOPEN 1 | /* end confdefs.h. */ | /* Define load to an innocuous variant, in case declares load. | For example, HP-UX 11i declares gettimeofday. */ | #define load innocuous_load | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char load (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef load | | /* 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 load (); | /* 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_load || defined __stub___load | choke me | #endif | | int | main () | { | return load (); | ; | return 0; | } configure:5186: result: no configure:5186: checking for NSLinkModule configure:5186: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldl -lnsl >&5 /tmp/ccC4CiRD.o: In function `main': /home/paimo/http_root/eggdrop1.6.21/conftest.c:63: undefined reference to `NSLinkModule' collect2: ld returned 1 exit status configure:5186: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Eggdrop" | #define PACKAGE_TARNAME "eggdrop" | #define PACKAGE_VERSION "1.6.21" | #define PACKAGE_STRING "Eggdrop 1.6.21" | #define PACKAGE_BUGREPORT "bugs@eggheads.org" | #define PACKAGE_URL "" | #define EGG_AC_ARGS "" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBDL 1 | #define HAVE_DLFCN_H 1 | #define HAVE_DLOPEN 1 | /* end confdefs.h. */ | /* Define NSLinkModule to an innocuous variant, in case declares NSLinkModule. | For example, HP-UX 11i declares gettimeofday. */ | #define NSLinkModule innocuous_NSLinkModule | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char NSLinkModule (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef NSLinkModule | | /* 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 NSLinkModule (); | /* 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_NSLinkModule || defined __stub___NSLinkModule | choke me | #endif | | int | main () | { | return NSLinkModule (); | ; | return 0; | } configure:5186: result: no configure:5186: checking for shl_load configure:5186: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldl -lnsl >&5 /tmp/ccBE27dK.o: In function `main': /home/paimo/http_root/eggdrop1.6.21/conftest.c:63: undefined reference to `shl_load' collect2: ld returned 1 exit status configure:5186: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Eggdrop" | #define PACKAGE_TARNAME "eggdrop" | #define PACKAGE_VERSION "1.6.21" | #define PACKAGE_STRING "Eggdrop 1.6.21" | #define PACKAGE_BUGREPORT "bugs@eggheads.org" | #define PACKAGE_URL "" | #define EGG_AC_ARGS "" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBDL 1 | #define HAVE_DLFCN_H 1 | #define HAVE_DLOPEN 1 | /* end confdefs.h. */ | /* Define shl_load to an innocuous variant, in case declares shl_load. | For example, HP-UX 11i declares gettimeofday. */ | #define shl_load innocuous_shl_load | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char shl_load (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef shl_load | | /* 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 shl_load (); | /* 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_shl_load || defined __stub___shl_load | choke me | #endif | | int | main () | { | return shl_load (); | ; | return 0; | } configure:5186: result: no configure:5186: checking for rld_load configure:5186: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldl -lnsl >&5 /tmp/cc4p94zZ.o: In function `main': /home/paimo/http_root/eggdrop1.6.21/conftest.c:63: undefined reference to `rld_load' collect2: ld returned 1 exit status configure:5186: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Eggdrop" | #define PACKAGE_TARNAME "eggdrop" | #define PACKAGE_VERSION "1.6.21" | #define PACKAGE_STRING "Eggdrop 1.6.21" | #define PACKAGE_BUGREPORT "bugs@eggheads.org" | #define PACKAGE_URL "" | #define EGG_AC_ARGS "" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBDL 1 | #define HAVE_DLFCN_H 1 | #define HAVE_DLOPEN 1 | /* end confdefs.h. */ | /* Define rld_load to an innocuous variant, in case declares rld_load. | For example, HP-UX 11i declares gettimeofday. */ | #define rld_load innocuous_rld_load | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char rld_load (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef rld_load | | /* 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 rld_load (); | /* 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_rld_load || defined __stub___rld_load | choke me | #endif | | int | main () | { | return rld_load (); | ; | return 0; | } configure:5186: result: no configure:5582: checking for dirent.h that defines DIR configure:5601: gcc -c -g -O2 -pipe -Wall conftest.c >&5 configure:5601: $? = 0 configure:5609: result: yes configure:5622: checking for library containing opendir configure:5653: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldl -lnsl >&5 configure:5653: $? = 0 configure:5670: result: none required configure:5737: checking whether time.h and sys/time.h may both be included configure:5757: gcc -c -g -O2 -pipe -Wall conftest.c >&5 configure:5757: $? = 0 configure:5764: result: yes configure:5775: checking arpa/inet.h usability configure:5775: gcc -c -g -O2 -pipe -Wall conftest.c >&5 configure:5775: $? = 0 configure:5775: result: yes configure:5775: checking arpa/inet.h presence configure:5775: gcc -E conftest.c configure:5775: $? = 0 configure:5775: result: yes configure:5775: checking for arpa/inet.h configure:5775: result: yes configure:5775: checking fcntl.h usability configure:5775: gcc -c -g -O2 -pipe -Wall conftest.c >&5 configure:5775: $? = 0 configure:5775: result: yes configure:5775: checking fcntl.h presence configure:5775: gcc -E conftest.c configure:5775: $? = 0 configure:5775: result: yes configure:5775: checking for fcntl.h configure:5775: result: yes configure:5775: checking limits.h usability configure:5775: gcc -c -g -O2 -pipe -Wall conftest.c >&5 configure:5775: $? = 0 configure:5775: result: yes configure:5775: checking limits.h presence configure:5775: gcc -E conftest.c configure:5775: $? = 0 configure:5775: result: yes configure:5775: checking for limits.h configure:5775: result: yes configure:5775: checking locale.h usability configure:5775: gcc -c -g -O2 -pipe -Wall conftest.c >&5 configure:5775: $? = 0 configure:5775: result: yes configure:5775: checking locale.h presence configure:5775: gcc -E conftest.c configure:5775: $? = 0 configure:5775: result: yes configure:5775: checking for locale.h configure:5775: result: yes configure:5775: checking netdb.h usability configure:5775: gcc -c -g -O2 -pipe -Wall conftest.c >&5 configure:5775: $? = 0 configure:5775: result: yes configure:5775: checking netdb.h presence configure:5775: gcc -E conftest.c configure:5775: $? = 0 configure:5775: result: yes configure:5775: checking for netdb.h configure:5775: result: yes configure:5775: checking netinet/in.h usability configure:5775: gcc -c -g -O2 -pipe -Wall conftest.c >&5 configure:5775: $? = 0 configure:5775: result: yes configure:5775: checking netinet/in.h presence configure:5775: gcc -E conftest.c configure:5775: $? = 0 configure:5775: result: yes configure:5775: checking for netinet/in.h configure:5775: result: yes configure:5775: checking stdio.h usability configure:5775: gcc -c -g -O2 -pipe -Wall conftest.c >&5 configure:5775: $? = 0 configure:5775: result: yes configure:5775: checking stdio.h presence configure:5775: gcc -E conftest.c configure:5775: $? = 0 configure:5775: result: yes configure:5775: checking for stdio.h configure:5775: result: yes configure:5775: checking stdarg.h usability configure:5775: gcc -c -g -O2 -pipe -Wall conftest.c >&5 configure:5775: $? = 0 configure:5775: result: yes configure:5775: checking stdarg.h presence configure:5775: gcc -E conftest.c configure:5775: $? = 0 configure:5775: result: yes configure:5775: checking for stdarg.h configure:5775: result: yes configure:5775: checking stddef.h usability configure:5775: gcc -c -g -O2 -pipe -Wall conftest.c >&5 configure:5775: $? = 0 configure:5775: result: yes configure:5775: checking stddef.h presence configure:5775: gcc -E conftest.c configure:5775: $? = 0 configure:5775: result: yes configure:5775: checking for stddef.h configure:5775: result: yes configure:5775: checking sys/file.h usability configure:5775: gcc -c -g -O2 -pipe -Wall conftest.c >&5 configure:5775: $? = 0 configure:5775: result: yes configure:5775: checking sys/file.h presence configure:5775: gcc -E conftest.c configure:5775: $? = 0 configure:5775: result: yes configure:5775: checking for sys/file.h configure:5775: result: yes configure:5775: checking sys/param.h usability configure:5775: gcc -c -g -O2 -pipe -Wall conftest.c >&5 configure:5775: $? = 0 configure:5775: result: yes configure:5775: checking sys/param.h presence configure:5775: gcc -E conftest.c configure:5775: $? = 0 configure:5775: result: yes configure:5775: checking for sys/param.h configure:5775: result: yes configure:5775: checking sys/rusage.h usability configure:5775: gcc -c -g -O2 -pipe -Wall conftest.c >&5 conftest.c:78:24: error: sys/rusage.h: No such file or directory configure:5775: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Eggdrop" | #define PACKAGE_TARNAME "eggdrop" | #define PACKAGE_VERSION "1.6.21" | #define PACKAGE_STRING "Eggdrop 1.6.21" | #define PACKAGE_BUGREPORT "bugs@eggheads.org" | #define PACKAGE_URL "" | #define EGG_AC_ARGS "" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBDL 1 | #define HAVE_DLFCN_H 1 | #define HAVE_DLOPEN 1 | #define MODULES_OK 1 | #define MOD_USE_DL 1 | #define EGG_MOD_EXT "so" | #define HAVE_DIRENT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_PARAM_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:5775: result: no configure:5775: checking sys/rusage.h presence configure:5775: gcc -E conftest.c conftest.c:45:24: error: sys/rusage.h: No such file or directory configure:5775: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Eggdrop" | #define PACKAGE_TARNAME "eggdrop" | #define PACKAGE_VERSION "1.6.21" | #define PACKAGE_STRING "Eggdrop 1.6.21" | #define PACKAGE_BUGREPORT "bugs@eggheads.org" | #define PACKAGE_URL "" | #define EGG_AC_ARGS "" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBDL 1 | #define HAVE_DLFCN_H 1 | #define HAVE_DLOPEN 1 | #define MODULES_OK 1 | #define MOD_USE_DL 1 | #define EGG_MOD_EXT "so" | #define HAVE_DIRENT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_PARAM_H 1 | /* end confdefs.h. */ | #include configure:5775: result: no configure:5775: checking for sys/rusage.h configure:5775: result: no configure:5775: checking sys/select.h usability configure:5775: gcc -c -g -O2 -pipe -Wall conftest.c >&5 configure:5775: $? = 0 configure:5775: result: yes configure:5775: checking sys/select.h presence configure:5775: gcc -E conftest.c configure:5775: $? = 0 configure:5775: result: yes configure:5775: checking for sys/select.h configure:5775: result: yes configure:5775: checking sys/socket.h usability configure:5775: gcc -c -g -O2 -pipe -Wall conftest.c >&5 configure:5775: $? = 0 configure:5775: result: yes configure:5775: checking sys/socket.h presence configure:5775: gcc -E conftest.c configure:5775: $? = 0 configure:5775: result: yes configure:5775: checking for sys/socket.h configure:5775: result: yes configure:5775: checking sys/time.h usability configure:5775: gcc -c -g -O2 -pipe -Wall conftest.c >&5 configure:5775: $? = 0 configure:5775: result: yes configure:5775: checking sys/time.h presence configure:5775: gcc -E conftest.c configure:5775: $? = 0 configure:5775: result: yes configure:5775: checking for sys/time.h configure:5775: result: yes configure:5775: checking for unistd.h configure:5775: result: yes configure:5775: checking wchar.h usability configure:5775: gcc -c -g -O2 -pipe -Wall conftest.c >&5 configure:5775: $? = 0 configure:5775: result: yes configure:5775: checking wchar.h presence configure:5775: gcc -E conftest.c configure:5775: $? = 0 configure:5775: result: yes configure:5775: checking for wchar.h configure:5775: result: yes configure:5788: checking for an ANSI C-conforming const configure:5853: gcc -c -g -O2 -pipe -Wall conftest.c >&5 conftest.c: In function 'main': conftest.c:79: warning: 't' is used uninitialized in this function conftest.c:95: warning: 'b' may be used uninitialized in this function conftest.c:101: warning: 'cs[0]' is used uninitialized in this function configure:5853: $? = 0 configure:5860: result: yes configure:5868: checking whether byte ordering is bigendian configure:5883: gcc -c -g -O2 -pipe -Wall conftest.c >&5 conftest.c:51: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'a' configure:5883: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Eggdrop" | #define PACKAGE_TARNAME "eggdrop" | #define PACKAGE_VERSION "1.6.21" | #define PACKAGE_STRING "Eggdrop 1.6.21" | #define PACKAGE_BUGREPORT "bugs@eggheads.org" | #define PACKAGE_URL "" | #define EGG_AC_ARGS "" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBDL 1 | #define HAVE_DLFCN_H 1 | #define HAVE_DLOPEN 1 | #define MODULES_OK 1 | #define MOD_USE_DL 1 | #define EGG_MOD_EXT "so" | #define HAVE_DIRENT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | /* end confdefs.h. */ | #ifndef __APPLE_CC__ | not a universal capable compiler | #endif | typedef int dummy; | configure:5928: gcc -c -g -O2 -pipe -Wall conftest.c >&5 configure:5928: $? = 0 configure:5946: gcc -c -g -O2 -pipe -Wall conftest.c >&5 conftest.c: In function 'main': conftest.c:57: error: 'not' undeclared (first use in this function) conftest.c:57: error: (Each undeclared identifier is reported only once conftest.c:57: error: for each function it appears in.) conftest.c:57: error: expected ';' before 'big' configure:5946: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Eggdrop" | #define PACKAGE_TARNAME "eggdrop" | #define PACKAGE_VERSION "1.6.21" | #define PACKAGE_STRING "Eggdrop 1.6.21" | #define PACKAGE_BUGREPORT "bugs@eggheads.org" | #define PACKAGE_URL "" | #define EGG_AC_ARGS "" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBDL 1 | #define HAVE_DLFCN_H 1 | #define HAVE_DLOPEN 1 | #define MODULES_OK 1 | #define MOD_USE_DL 1 | #define EGG_MOD_EXT "so" | #define HAVE_DIRENT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | /* end confdefs.h. */ | #include | #include | | int | main () | { | #if BYTE_ORDER != BIG_ENDIAN | not big endian | #endif | | ; | return 0; | } configure:6074: result: no configure:6092: checking for inline configure:6108: gcc -c -g -O2 -pipe -Wall conftest.c >&5 configure:6108: $? = 0 configure:6116: result: inline configure:6135: checking for intptr_t configure:6135: gcc -c -g -O2 -pipe -Wall conftest.c >&5 configure:6135: $? = 0 configure:6135: gcc -c -g -O2 -pipe -Wall conftest.c >&5 conftest.c: In function 'main': conftest.c:86: error: expected expression before ')' token configure:6135: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Eggdrop" | #define PACKAGE_TARNAME "eggdrop" | #define PACKAGE_VERSION "1.6.21" | #define PACKAGE_STRING "Eggdrop 1.6.21" | #define PACKAGE_BUGREPORT "bugs@eggheads.org" | #define PACKAGE_URL "" | #define EGG_AC_ARGS "" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBDL 1 | #define HAVE_DLFCN_H 1 | #define HAVE_DLOPEN 1 | #define MODULES_OK 1 | #define MOD_USE_DL 1 | #define EGG_MOD_EXT "so" | #define HAVE_DIRENT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_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 ((intptr_t))) | return 0; | ; | return 0; | } configure:6135: result: yes configure:6169: checking for pid_t configure:6169: gcc -c -g -O2 -pipe -Wall conftest.c >&5 configure:6169: $? = 0 configure:6169: gcc -c -g -O2 -pipe -Wall conftest.c >&5 conftest.c: In function 'main': conftest.c:87: error: expected expression before ')' token configure:6169: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Eggdrop" | #define PACKAGE_TARNAME "eggdrop" | #define PACKAGE_VERSION "1.6.21" | #define PACKAGE_STRING "Eggdrop 1.6.21" | #define PACKAGE_BUGREPORT "bugs@eggheads.org" | #define PACKAGE_URL "" | #define EGG_AC_ARGS "" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBDL 1 | #define HAVE_DLFCN_H 1 | #define HAVE_DLOPEN 1 | #define MODULES_OK 1 | #define MOD_USE_DL 1 | #define EGG_MOD_EXT "so" | #define HAVE_DIRENT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTPTR_T 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof ((pid_t))) | return 0; | ; | return 0; | } configure:6169: result: yes configure:6180: checking for size_t configure:6180: gcc -c -g -O2 -pipe -Wall conftest.c >&5 configure:6180: $? = 0 configure:6180: gcc -c -g -O2 -pipe -Wall conftest.c >&5 conftest.c: In function 'main': conftest.c:87: error: expected expression before ')' token configure:6180: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Eggdrop" | #define PACKAGE_TARNAME "eggdrop" | #define PACKAGE_VERSION "1.6.21" | #define PACKAGE_STRING "Eggdrop 1.6.21" | #define PACKAGE_BUGREPORT "bugs@eggheads.org" | #define PACKAGE_URL "" | #define EGG_AC_ARGS "" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBDL 1 | #define HAVE_DLFCN_H 1 | #define HAVE_DLOPEN 1 | #define MODULES_OK 1 | #define MOD_USE_DL 1 | #define EGG_MOD_EXT "so" | #define HAVE_DIRENT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTPTR_T 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:6180: result: yes configure:6191: checking whether struct tm is in sys/time.h or time.h configure:6211: gcc -c -g -O2 -pipe -Wall conftest.c >&5 configure:6211: $? = 0 configure:6218: result: time.h configure:6226: checking for struct tm.tm_zone configure:6226: gcc -c -g -O2 -pipe -Wall conftest.c >&5 configure:6226: $? = 0 configure:6226: result: yes configure:6293: checking for working volatile configure:6312: gcc -c -g -O2 -pipe -Wall conftest.c >&5 configure:6312: $? = 0 configure:6319: result: yes configure:6328: checking for socklen_t configure:6364: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldl -lnsl >&5 configure:6364: $? = 0 configure:6364: ./conftest configure:6364: $? = 0 configure:6379: result: yes configure:6395: checking size of long configure:6400: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldl -lnsl >&5 configure:6400: $? = 0 configure:6400: ./conftest configure:6400: $? = 0 configure:6414: result: 4 configure:6428: checking size of int configure:6433: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldl -lnsl >&5 configure:6433: $? = 0 configure:6433: ./conftest configure:6433: $? = 0 configure:6447: result: 4 configure:6461: checking size of short configure:6466: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldl -lnsl >&5 configure:6466: $? = 0 configure:6466: ./conftest configure:6466: $? = 0 configure:6480: result: 2 configure:6496: checking for clock configure:6496: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldl -lnsl >&5 configure:6496: $? = 0 configure:6496: result: yes configure:6496: checking for dprintf configure:6496: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldl -lnsl >&5 configure:6496: $? = 0 configure:6496: result: yes configure:6496: checking for fsync configure:6496: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldl -lnsl >&5 configure:6496: $? = 0 configure:6496: result: yes configure:6496: checking for getdtablesize configure:6496: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldl -lnsl >&5 configure:6496: $? = 0 configure:6496: result: yes configure:6496: checking for getrusage configure:6496: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldl -lnsl >&5 configure:6496: $? = 0 configure:6496: result: yes configure:6496: checking for inet_aton configure:6496: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldl -lnsl >&5 configure:6496: $? = 0 configure:6496: result: yes configure:6496: checking for isascii configure:6496: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldl -lnsl >&5 conftest.c:86: warning: conflicting types for built-in function 'isascii' configure:6496: $? = 0 configure:6496: result: yes configure:6496: checking for mbrlen configure:6496: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldl -lnsl >&5 configure:6496: $? = 0 configure:6496: result: yes configure:6496: checking for memcpy configure:6496: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldl -lnsl >&5 conftest.c:88: warning: conflicting types for built-in function 'memcpy' configure:6496: $? = 0 configure:6496: result: yes configure:6496: checking for memset configure:6496: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldl -lnsl >&5 conftest.c:89: warning: conflicting types for built-in function 'memset' configure:6496: $? = 0 configure:6496: result: yes configure:6496: checking for random configure:6496: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldl -lnsl >&5 configure:6496: $? = 0 configure:6496: result: yes configure:6496: checking for rand configure:6496: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldl -lnsl >&5 configure:6496: $? = 0 configure:6496: result: yes configure:6496: checking for lrand48 configure:6496: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldl -lnsl >&5 configure:6496: $? = 0 configure:6496: result: yes configure:6496: checking for rename configure:6496: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldl -lnsl >&5 configure:6496: $? = 0 configure:6496: result: yes configure:6496: checking for setpgid configure:6496: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldl -lnsl >&5 configure:6496: $? = 0 configure:6496: result: yes configure:6496: checking for sigaction configure:6496: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldl -lnsl >&5 configure:6496: $? = 0 configure:6496: result: yes configure:6496: checking for sigemptyset configure:6496: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldl -lnsl >&5 configure:6496: $? = 0 configure:6496: result: yes configure:6496: checking for snprintf configure:6496: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldl -lnsl >&5 conftest.c:97: warning: conflicting types for built-in function 'snprintf' configure:6496: $? = 0 configure:6496: result: yes configure:6496: checking for strcasecmp configure:6496: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldl -lnsl >&5 conftest.c:98: warning: conflicting types for built-in function 'strcasecmp' configure:6496: $? = 0 configure:6496: result: yes configure:6496: checking for strncasecmp configure:6496: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldl -lnsl >&5 conftest.c:99: warning: conflicting types for built-in function 'strncasecmp' configure:6496: $? = 0 configure:6496: result: yes configure:6496: checking for strdup configure:6496: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldl -lnsl >&5 conftest.c:100: warning: conflicting types for built-in function 'strdup' configure:6496: $? = 0 configure:6496: result: yes configure:6496: checking for uname configure:6496: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldl -lnsl >&5 configure:6496: $? = 0 configure:6496: result: yes configure:6496: checking for vsnprintf configure:6496: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldl -lnsl >&5 conftest.c:102: warning: conflicting types for built-in function 'vsnprintf' configure:6496: $? = 0 configure:6496: result: yes configure:6508: checking for sys/select.h configure:6508: result: yes configure:6508: checking for sys/socket.h configure:6508: result: yes configure:6518: checking types of arguments for select configure:6546: gcc -c -g -O2 -pipe -Wall conftest.c >&5 configure:6546: $? = 0 configure:6557: result: int,fd_set *,struct timeval * configure:6583: checking for vprintf configure:6583: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldl -lnsl >&5 conftest.c:108: warning: conflicting types for built-in function 'vprintf' configure:6583: $? = 0 configure:6583: result: yes configure:6589: checking for _doprnt configure:6589: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldl -lnsl >&5 /tmp/ccTZ5EuK.o: In function `main': /home/paimo/http_root/eggdrop1.6.21/conftest.c:120: undefined reference to `_doprnt' collect2: ld returned 1 exit status configure:6589: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Eggdrop" | #define PACKAGE_TARNAME "eggdrop" | #define PACKAGE_VERSION "1.6.21" | #define PACKAGE_STRING "Eggdrop 1.6.21" | #define PACKAGE_BUGREPORT "bugs@eggheads.org" | #define PACKAGE_URL "" | #define EGG_AC_ARGS "" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBDL 1 | #define HAVE_DLFCN_H 1 | #define HAVE_DLOPEN 1 | #define MODULES_OK 1 | #define MOD_USE_DL 1 | #define EGG_MOD_EXT "so" | #define HAVE_DIRENT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTPTR_T 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_SOCKLEN_T 1 | #define SIZEOF_LONG 4 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define HAVE_CLOCK 1 | #define HAVE_DPRINTF 1 | #define HAVE_FSYNC 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_INET_ATON 1 | #define HAVE_ISASCII 1 | #define HAVE_MBRLEN 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMSET 1 | #define HAVE_RANDOM 1 | #define HAVE_RAND 1 | #define HAVE_LRAND48 1 | #define HAVE_RENAME 1 | #define HAVE_SETPGID 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGEMPTYSET 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_UNAME 1 | #define HAVE_VSNPRINTF 1 | #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 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:6589: result: no configure:6613: checking for strftime configure:6613: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldl -lnsl >&5 conftest.c:109: warning: conflicting types for built-in function 'strftime' configure:6613: $? = 0 configure:6613: result: yes configure:6672: checking for stdlib.h configure:6672: result: yes configure:6672: checking for unistd.h configure:6672: result: yes configure:6672: checking for sys/param.h configure:6672: result: yes configure:6692: checking for getpagesize configure:6692: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldl -lnsl >&5 configure:6692: $? = 0 configure:6692: result: yes configure:6701: checking for working mmap configure:6848: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldl -lnsl >&5 configure:6848: $? = 0 configure:6848: ./conftest configure:6848: $? = 0 configure:6858: result: yes configure:7178: checking for Tcl library configure:7190: result: found /usr/lib/libtcl8.5.so configure:7213: checking for Tcl header configure:7224: result: found /usr/include/tcl.h configure:7260: checking whether the Tcl system has changed configure:7285: result: yes configure:7303: checking for Tcl version configure:7315: result: 8.5 configure:7327: checking for Tcl patch level configure:7339: result: 8.5.13 configure:7404: checking for Tcl_Free in -ltcl8.5 configure:7429: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ltcl8.5 -L/usr/lib -lm -lpthread -ldl -lnsl >&5 configure:7429: $? = 0 configure:7439: result: yes configure:7461: checking for Tcl_GetCurrentThread in -ltcl8.5 configure:7486: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ltcl8.5 -L/usr/lib -lm -lpthread -ldl -lnsl >&5 configure:7486: $? = 0 configure:7496: result: yes configure:7530: checking for Tcl_GetThreadData in -ltcl8.5 configure:7555: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ltcl8.5 -L/usr/lib -lm -lpthread -ldl -lnsl -lpthread >&5 configure:7555: $? = 0 configure:7565: result: yes configure:7586: checking for Tcl_SetNotifier in -ltcl8.5 configure:7611: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ltcl8.5 -L/usr/lib -lm -lpthread -ldl -lnsl -lpthread >&5 configure:7611: $? = 0 configure:7621: result: yes configure:7641: checking for Tcl_NotifierProcs.initNotifierProc configure:7641: gcc -c -g -O2 -pipe -Wall conftest.c >&5 configure:7641: $? = 0 configure:7641: result: yes configure:8117: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by Eggdrop config.status 1.6.21, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on bitcoinshell config.status:957: creating Makefile config.status:957: creating doc/Makefile config.status:957: creating scripts/Makefile config.status:957: creating src/Makefile config.status:957: creating src/compat/Makefile config.status:957: creating src/md5/Makefile config.status:957: creating src/mod/Makefile config.status:957: creating config.h config.status:1146: executing replace-if-changed commands config.status:1146: executing catch-make-rebuild commands configure:9348: result: configure:9351: result: Operating System: Linux 3.0.76-gentoo configure:9353: result: configure:9407: result: If you experience any problems compiling Eggdrop, please read the configure:9409: result: compile guide, found in doc/COMPILE-GUIDE. configure:9411: result: configure:9416: result: Type 'make config' to configure the modules, or type 'make iconfig' configure:9418: result: to interactively choose which modules to compile. configure:9420: result: ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i686-pc-linux-gnu ac_cv_c_bigendian=no ac_cv_c_compiler_gnu=yes ac_cv_c_const=yes ac_cv_c_inline=inline ac_cv_c_volatile=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_NSLinkModule=no ac_cv_func__doprnt=no ac_cv_func_clock=yes ac_cv_func_dlopen=yes ac_cv_func_dprintf=yes ac_cv_func_fsync=yes ac_cv_func_getdtablesize=yes ac_cv_func_getpagesize=yes ac_cv_func_getrusage=yes ac_cv_func_inet_aton=yes ac_cv_func_isascii=yes ac_cv_func_load=no ac_cv_func_lrand48=yes ac_cv_func_mbrlen=yes ac_cv_func_memcpy=yes ac_cv_func_memset=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_rand=yes ac_cv_func_random=yes ac_cv_func_rename=yes ac_cv_func_rld_load=no ac_cv_func_select_args='int,fd_set *,struct timeval *' ac_cv_func_setpgid=yes ac_cv_func_shl_load=no ac_cv_func_sigaction=yes ac_cv_func_sigemptyset=yes ac_cv_func_snprintf=yes ac_cv_func_strcasecmp=yes ac_cv_func_strdup=yes ac_cv_func_strftime=yes ac_cv_func_strncasecmp=yes ac_cv_func_uname=yes ac_cv_func_vprintf=yes ac_cv_func_vsnprintf=yes ac_cv_header_arpa_inet_h=yes ac_cv_header_dirent_dirent_h=yes ac_cv_header_dl_h=no ac_cv_header_dlfcn_h=yes ac_cv_header_fcntl_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_limits_h=yes ac_cv_header_loader_h=no ac_cv_header_locale_h=yes ac_cv_header_mach_o_dyld_h=no ac_cv_header_mach_o_rld_h=no ac_cv_header_memory_h=yes ac_cv_header_minix_config_h=no ac_cv_header_netdb_h=yes ac_cv_header_netinet_in_h=yes ac_cv_header_rld_h=no ac_cv_header_stdarg_h=yes ac_cv_header_stdc=yes ac_cv_header_stddef_h=yes ac_cv_header_stdint_h=yes ac_cv_header_stdio_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_file_h=yes ac_cv_header_sys_param_h=yes ac_cv_header_sys_rusage_h=no ac_cv_header_sys_select_h=yes ac_cv_header_sys_socket_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_time_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_time=yes ac_cv_header_unistd_h=yes ac_cv_header_wchar_h=yes ac_cv_host=i686-pc-linux-gnu ac_cv_lib_dl_dlopen=yes ac_cv_lib_dns_gethostbyname=no ac_cv_lib_m_tan=yes ac_cv_lib_nsl_connect=yes ac_cv_lib_pthread=-lpthread ac_cv_lib_pthread_pthread_mutex_init=yes ac_cv_lib_socket_socket=no ac_cv_lib_tcl8_5___Tcl_Free=yes ac_cv_lib_tcl8_5___Tcl_GetCurrentThread=yes ac_cv_lib_tcl8_5___Tcl_GetThreadData=yes ac_cv_lib_tcl8_5___Tcl_SetNotifier=yes ac_cv_member_Tcl_NotifierProcs_initNotifierProc=yes ac_cv_member_struct_tm_tm_zone=yes ac_cv_objext=o ac_cv_path_EGREP='/bin/grep -E' ac_cv_path_GREP=/bin/grep ac_cv_path_install='/usr/bin/install -c' ac_cv_prog_AWK=gawk ac_cv_prog_BASENAME=basename ac_cv_prog_CPP='gcc -E' ac_cv_prog_HEAD_1='head -n 1' ac_cv_prog_STRIP=strip ac_cv_prog_UNAME=uname ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_cc_c89= ac_cv_prog_cc_g=yes ac_cv_prog_make_make_set=yes ac_cv_safe_to_define___extensions__=yes ac_cv_search_opendir='none required' ac_cv_search_strerror='none required' ac_cv_sizeof_int=4 ac_cv_sizeof_long=4 ac_cv_sizeof_short=2 ac_cv_struct_tm=time.h ac_cv_target=i686-pc-linux-gnu ac_cv_type_intptr_t=yes ac_cv_type_pid_t=yes ac_cv_type_size_t=yes egg_cv_socklen_t=yes egg_cv_var_cc_icc=no egg_cv_var_ccpipe=yes egg_cv_var_ccwall=yes egg_cv_var_system_release=3.0.76-gentoo egg_cv_var_system_type=Linux egg_cv_var_tcl_free=yes egg_cv_var_tcl_getcurrentthread=yes egg_cv_var_tcl_getthreaddata=yes egg_cv_var_tcl_id=/usr/lib:tcl8.5.so:/usr/include:tcl.h egg_cv_var_tcl_notifier_init=yes egg_cv_var_tcl_patch_level=8.5.13 egg_cv_var_tcl_setnotifier=yes egg_cv_var_tcl_version=8.5 ## ----------------- ## ## Output variables. ## ## ----------------- ## AWK='gawk' BASENAME='basename' CC='gcc' CFLAGS='-g -O2 -pipe -Wall' CFLGS='' CPP='gcc -E' CPPFLAGS='' DEBCFLGS='-g3 -DDEBUG -DDEBUG_ASSERT -DDEBUG_MEM -DDEBUG_DNS' DEFAULT_MAKE='eggdrop' DEFS='-DHAVE_CONFIG_H' DEST='${prefix}' ECHO_C='' ECHO_N='-n' ECHO_T='' EGGEXEC='eggdrop' EGGVERSION='1.6.21' EGREP='/bin/grep -E' EXEEXT='' GREP='/bin/grep' HEAD_1='head -n 1' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' LDFLAGS='' LIBOBJS='' LIBS='-ldl -lnsl -lpthread' LN_S='ln -s' LTLIBOBJS='' MODULE_XLIBS='' MOD_CC='gcc' MOD_EXT='so' MOD_LD='gcc' MOD_STRIP='touch' MOD_UPDIR='../' OBJEXT='o' PACKAGE_BUGREPORT='bugs@eggheads.org' PACKAGE_NAME='Eggdrop' PACKAGE_STRING='Eggdrop 1.6.21' PACKAGE_TARNAME='eggdrop' PACKAGE_URL='' PACKAGE_VERSION='1.6.21' PATH_SEPARATOR=':' RANLIB='ranlib' SET_MAKE='' SHELL='/bin/sh' SHLIB_CC='gcc -fPIC' SHLIB_LD='gcc -shared -nostartfiles' SHLIB_STRIP='touch' STRIP='touch' TCLINC='/usr/include' TCLINCFN='tcl.h' TCLLIB='/usr/lib' TCLLIBFN='tcl8.5.so' TCL_LIBS='-L/usr/lib -ltcl8.5 -lm' TCL_REQS='/usr/lib/libtcl8.5.so' UNAME='uname' ac_ct_CC='gcc' bindir='${exec_prefix}/bin' build='i686-pc-linux-gnu' build_alias='' build_cpu='i686' build_os='linux-gnu' build_vendor='pc' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' egg_ac_parameters='' exec_prefix='${prefix}' host='i686-pc-linux-gnu' host_alias='' host_cpu='i686' host_os='linux-gnu' host_vendor='pc' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='${HOME}/eggdrop' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target='i686-pc-linux-gnu' target_alias='' target_cpu='i686' target_os='linux-gnu' target_vendor='pc' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "Eggdrop" #define PACKAGE_TARNAME "eggdrop" #define PACKAGE_VERSION "1.6.21" #define PACKAGE_STRING "Eggdrop 1.6.21" #define PACKAGE_BUGREPORT "bugs@eggheads.org" #define PACKAGE_URL "" #define EGG_AC_ARGS "" #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 __EXTENSIONS__ 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define HAVE_LIBNSL 1 #define HAVE_LIBDL 1 #define HAVE_DLFCN_H 1 #define HAVE_DLOPEN 1 #define MODULES_OK 1 #define MOD_USE_DL 1 #define EGG_MOD_EXT "so" #define HAVE_DIRENT_H 1 #define TIME_WITH_SYS_TIME 1 #define HAVE_ARPA_INET_H 1 #define HAVE_FCNTL_H 1 #define HAVE_LIMITS_H 1 #define HAVE_LOCALE_H 1 #define HAVE_NETDB_H 1 #define HAVE_NETINET_IN_H 1 #define HAVE_STDIO_H 1 #define HAVE_STDARG_H 1 #define HAVE_STDDEF_H 1 #define HAVE_SYS_FILE_H 1 #define HAVE_SYS_PARAM_H 1 #define HAVE_SYS_SELECT_H 1 #define HAVE_SYS_SOCKET_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_UNISTD_H 1 #define HAVE_WCHAR_H 1 #define HAVE_INTPTR_T 1 #define HAVE_STRUCT_TM_TM_ZONE 1 #define HAVE_TM_ZONE 1 #define HAVE_SOCKLEN_T 1 #define SIZEOF_LONG 4 #define SIZEOF_INT 4 #define SIZEOF_SHORT 2 #define HAVE_CLOCK 1 #define HAVE_DPRINTF 1 #define HAVE_FSYNC 1 #define HAVE_GETDTABLESIZE 1 #define HAVE_GETRUSAGE 1 #define HAVE_INET_ATON 1 #define HAVE_ISASCII 1 #define HAVE_MBRLEN 1 #define HAVE_MEMCPY 1 #define HAVE_MEMSET 1 #define HAVE_RANDOM 1 #define HAVE_RAND 1 #define HAVE_LRAND48 1 #define HAVE_RENAME 1 #define HAVE_SETPGID 1 #define HAVE_SIGACTION 1 #define HAVE_SIGEMPTYSET 1 #define HAVE_SNPRINTF 1 #define HAVE_STRCASECMP 1 #define HAVE_STRNCASECMP 1 #define HAVE_STRDUP 1 #define HAVE_UNAME 1 #define HAVE_VSNPRINTF 1 #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 HAVE_VPRINTF 1 #define HAVE_STRFTIME 1 #define HAVE_STDLIB_H 1 #define HAVE_UNISTD_H 1 #define HAVE_SYS_PARAM_H 1 #define HAVE_GETPAGESIZE 1 #define HAVE_MMAP 1 #define HAVE_TCL_FREE 1 #define HAVE_TCL_GETCURRENTTHREAD 1 #define HAVE_TCL_GETTHREADDATA 1 #define HAVE_TCL_SETNOTIFIER 1 #define HAVE_TCL_NOTIFIER_INIT 1 #define DEBUG_CONTEXT 1 #define EGG_VERSION 10621 configure: exit 0