This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.59. Invocation command line was $ ./configure --prefix=/usr/local ## --------- ## ## Platform. ## ## --------- ## hostname = darwintel uname -m = x86 uname -r = 8.0.1 uname -s = Darwin uname -v = Darwin Kernel Version 8.0.1: Fri Apr 29 12:18:40 PDT 2005; root:xnu-792.obj/RELEASE_I386 /usr/bin/uname -p = i386 /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown hostinfo = Mach kernel version: Darwin Kernel Version 8.0.1: Fri Apr 29 12:18:40 PDT 2005; root:xnu-792.obj/RELEASE_I386 Kernel configured for up to 4 processors. 4 processors are physically available. Processor type: pentpro (Intel Pentium Pro) Processors active: 0 1 2 3 Primary memory available: 1023.00 megabytes Default processor set: 157 tasks, 214 threads, 4 processors Load average: 1.35, Mach factor: 2.64 /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /var/root/usr/local/bin PATH: /var/root/usr/bin PATH: /var/root/usr/X11R6/bin PATH: /Users/proclus/gnu-darwin-func/admin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /sbin PATH: /usr/sbin PATH: /Users/proclus/usr/local/bin PATH: /Users/proclus/usr/bin PATH: /Users/proclus/usr/X11R6/bin PATH: /Users/proclus/gnu-darwin-func/admin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /sbin PATH: /usr/sbin PATH: /Users/proclus/usr/local/bin PATH: /Users/proclus/usr/bin PATH: /Users/proclus/usr/X11R6/bin PATH: /Users/proclus/gnu-darwin-func/admin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /sbin PATH: /usr/sbin PATH: /Users/proclus/usr/local/bin PATH: /Users/proclus/usr/bin PATH: /Users/proclus/usr/X11R6/bin PATH: /Users/proclus/gnu-darwin-func/admin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /sbin PATH: /usr/sbin PATH: /bin PATH: /sbin PATH: /usr/bin PATH: /usr/sbin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1337: checking for a BSD-compatible install configure:1392: result: /usr/bin/install -c -o root -g wheel configure:1403: checking whether build environment is sane configure:1446: result: yes configure:1511: checking for gawk configure:1527: found /usr/local/bin/gawk configure:1537: result: gawk configure:1547: checking whether make sets $(MAKE) configure:1567: result: yes configure:1735: checking whether build environment is sane configure:1778: result: yes configure:1829: checking for gcc configure:1855: result: cc configure:2099: checking for C compiler version configure:2102: cc --version &5 cc (GCC) 3.3 20030304 (Apple Computer, Inc. build 1809) Copyright (C) 2002 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:2105: $? = 0 configure:2107: cc -v &5 Reading specs from /usr/libexec/gcc/darwin/i386/3.3/specs Thread model: posix gcc version 3.3 20030304 (Apple Computer, Inc. build 1809) configure:2110: $? = 0 configure:2112: cc -V &5 cc: `-V' option must have argument configure:2115: $? = 1 configure:2138: checking for C compiler default output file name configure:2141: cc -fno-common conftest.c >&5 configure:2144: $? = 0 configure:2190: result: a.out configure:2195: checking whether the C compiler works configure:2201: ./a.out configure:2204: $? = 0 configure:2221: result: yes configure:2228: checking whether we are cross compiling configure:2230: result: no configure:2233: checking for suffix of executables configure:2235: cc -o conftest -fno-common conftest.c >&5 configure:2238: $? = 0 configure:2263: result: configure:2269: checking for suffix of object files configure:2290: cc -c -fno-common conftest.c >&5 configure:2293: $? = 0 configure:2315: result: configure:2319: checking whether we are using the GNU C compiler configure:2343: cc -c -fno-common conftest.c >&5 configure:2349: $? = 0 configure:2353: test -z || test ! -s conftest.err configure:2356: $? = 0 configure:2359: test -s conftest. configure:2362: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "" | #define VERSION "" | /* end confdefs.h. */ | | int | main () | { | #ifndef __GNUC__ | choke me | #endif | | ; | return 0; | } configure:2375: result: no configure:2381: checking whether cc accepts -g configure:2402: cc -c -g conftest.c >&5 configure:2408: $? = 0 configure:2412: test -z || test ! -s conftest.err configure:2415: $? = 0 configure:2418: test -s conftest. configure:2421: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "" | #define VERSION "" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:2432: result: no configure:2449: checking for cc option to accept ANSI C configure:2519: cc -c -fno-common conftest.c >&5 configure:2525: $? = 0 configure:2529: test -z || test ! -s conftest.err configure:2532: $? = 0 configure:2535: test -s conftest. configure:2538: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "" | #define VERSION "" | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std1 is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std1. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:2519: cc -qlanglvl=ansi -c -fno-common conftest.c >&5 cc: unrecognized option `-qlanglvl=ansi' configure:2525: $? = 0 configure:2529: test -z || test ! -s conftest.err configure:2532: $? = 0 configure:2535: test -s conftest. configure:2538: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "" | #define VERSION "" | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std1 is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std1. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:2519: cc -std1 -c -fno-common conftest.c >&5 cc1: error: unrecognized option `-std1' configure:2525: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "" | #define VERSION "" | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std1 is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std1. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:2519: cc -Ae -c -fno-common conftest.c >&5 :6:2: missing '(' after predicate configure:2525: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "" | #define VERSION "" | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std1 is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std1. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:2519: cc -Aa -D_HPUX_SOURCE -c -fno-common conftest.c >&5 :6:2: missing '(' after predicate configure:2525: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "" | #define VERSION "" | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std1 is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std1. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:2519: cc -Xc -D__EXTENSIONS__ -c -fno-common conftest.c >&5 cc: unrecognized option `-Xc' configure:2525: $? = 0 configure:2529: test -z || test ! -s conftest.err configure:2532: $? = 0 configure:2535: test -s conftest. configure:2538: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "" | #define VERSION "" | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std1 is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std1. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:2556: result: none needed configure:2574: cc -c -fno-common conftest.c >&5 conftest.c:2: error: parse error before "me" configure:2580: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:2724: checking for style of include used by make configure:2752: result: GNU configure:2780: checking dependency style of cc configure:2870: result: gcc3 configure:2893: checking how to run the C preprocessor configure:2928: cc -E conftest.c configure:2934: $? = 0 configure:2966: cc -E conftest.c conftest.c:11:28: ac_nonexistent.h: No such file or directory configure:2972: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "" | #define VERSION "" | /* end confdefs.h. */ | #include configure:3011: result: cc -E configure:3035: cc -E conftest.c configure:3041: $? = 0 configure:3073: cc -E conftest.c conftest.c:11:28: ac_nonexistent.h: No such file or directory configure:3079: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "" | #define VERSION "" | /* end confdefs.h. */ | #include configure:3123: checking for egrep configure:3133: result: grep -E configure:3138: checking for ANSI C header files configure:3163: cc -c -fno-common conftest.c >&5 configure:3169: $? = 0 configure:3173: test -z || test ! -s conftest.err configure:3176: $? = 0 configure:3179: test -s conftest. configure:3182: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "" | #define VERSION "" | /* end confdefs.h. */ | #include | #include | #include | #include | | int | main () | { | | ; | return 0; | } configure:3291: result: no configure:3315: checking for sys/types.h configure:3331: cc -c -fno-common conftest.c >&5 configure:3337: $? = 0 configure:3341: test -z || test ! -s conftest.err configure:3344: $? = 0 configure:3347: test -s conftest. configure:3350: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "" | #define VERSION "" | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:3361: result: no configure:3315: checking for sys/stat.h configure:3331: cc -c -fno-common conftest.c >&5 configure:3337: $? = 0 configure:3341: test -z || test ! -s conftest.err configure:3344: $? = 0 configure:3347: test -s conftest. configure:3350: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "" | #define VERSION "" | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:3361: result: no configure:3315: checking for stdlib.h configure:3331: cc -c -fno-common conftest.c >&5 configure:3337: $? = 0 configure:3341: test -z || test ! -s conftest.err configure:3344: $? = 0 configure:3347: test -s conftest. configure:3350: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "" | #define VERSION "" | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:3361: result: no configure:3315: checking for string.h configure:3331: cc -c -fno-common conftest.c >&5 configure:3337: $? = 0 configure:3341: test -z || test ! -s conftest.err configure:3344: $? = 0 configure:3347: test -s conftest. configure:3350: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "" | #define VERSION "" | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:3361: result: no configure:3315: checking for memory.h configure:3331: cc -c -fno-common conftest.c >&5 configure:3337: $? = 0 configure:3341: test -z || test ! -s conftest.err configure:3344: $? = 0 configure:3347: test -s conftest. configure:3350: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "" | #define VERSION "" | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:3361: result: no configure:3315: checking for strings.h configure:3331: cc -c -fno-common conftest.c >&5 configure:3337: $? = 0 configure:3341: test -z || test ! -s conftest.err configure:3344: $? = 0 configure:3347: test -s conftest. configure:3350: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "" | #define VERSION "" | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:3361: result: no configure:3315: checking for inttypes.h configure:3331: cc -c -fno-common conftest.c >&5 configure:3337: $? = 0 configure:3341: test -z || test ! -s conftest.err configure:3344: $? = 0 configure:3347: test -s conftest. configure:3350: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "" | #define VERSION "" | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:3361: result: no configure:3315: checking for stdint.h configure:3331: cc -c -fno-common conftest.c >&5 configure:3337: $? = 0 configure:3341: test -z || test ! -s conftest.err configure:3344: $? = 0 configure:3347: test -s conftest. configure:3350: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "" | #define VERSION "" | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:3361: result: no configure:3315: checking for unistd.h configure:3331: cc -c -fno-common conftest.c >&5 configure:3337: $? = 0 configure:3341: test -z || test ! -s conftest.err configure:3344: $? = 0 configure:3347: test -s conftest. configure:3350: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "" | #define VERSION "" | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:3361: result: no configure:3394: checking arpa/inet.h usability configure:3406: cc -c -fno-common conftest.c >&5 configure:3412: $? = 0 configure:3416: test -z || test ! -s conftest.err configure:3419: $? = 0 configure:3422: test -s conftest. configure:3425: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "" | #define VERSION "" | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:3435: result: no configure:3439: checking arpa/inet.h presence configure:3449: cc -E conftest.c configure:3455: $? = 0 configure:3475: result: yes configure:3488: WARNING: arpa/inet.h: present but cannot be compiled configure:3490: WARNING: arpa/inet.h: check for missing prerequisite headers? configure:3492: WARNING: arpa/inet.h: see the Autoconf documentation configure:3494: WARNING: arpa/inet.h: section "Present But Cannot Be Compiled" configure:3496: WARNING: arpa/inet.h: proceeding with the preprocessor's result configure:3498: WARNING: arpa/inet.h: in the future, the compiler will take precedence configure:3510: checking for arpa/inet.h configure:3517: result: yes configure:3394: checking netdb.h usability configure:3406: cc -c -fno-common conftest.c >&5 configure:3412: $? = 0 configure:3416: test -z || test ! -s conftest.err configure:3419: $? = 0 configure:3422: test -s conftest. configure:3425: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "" | #define VERSION "" | #define HAVE_ARPA_INET_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:3435: result: no configure:3439: checking netdb.h presence configure:3449: cc -E conftest.c configure:3455: $? = 0 configure:3475: result: yes configure:3488: WARNING: netdb.h: present but cannot be compiled configure:3490: WARNING: netdb.h: check for missing prerequisite headers? configure:3492: WARNING: netdb.h: see the Autoconf documentation configure:3494: WARNING: netdb.h: section "Present But Cannot Be Compiled" configure:3496: WARNING: netdb.h: proceeding with the preprocessor's result configure:3498: WARNING: netdb.h: in the future, the compiler will take precedence configure:3510: checking for netdb.h configure:3517: result: yes configure:3394: checking netinet/in.h usability configure:3406: cc -c -fno-common conftest.c >&5 configure:3412: $? = 0 configure:3416: test -z || test ! -s conftest.err configure:3419: $? = 0 configure:3422: test -s conftest. configure:3425: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "" | #define VERSION "" | #define HAVE_ARPA_INET_H 1 | #define HAVE_NETDB_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:3435: result: no configure:3439: checking netinet/in.h presence configure:3449: cc -E conftest.c configure:3455: $? = 0 configure:3475: result: yes configure:3488: WARNING: netinet/in.h: present but cannot be compiled configure:3490: WARNING: netinet/in.h: check for missing prerequisite headers? configure:3492: WARNING: netinet/in.h: see the Autoconf documentation configure:3494: WARNING: netinet/in.h: section "Present But Cannot Be Compiled" configure:3496: WARNING: netinet/in.h: proceeding with the preprocessor's result configure:3498: WARNING: netinet/in.h: in the future, the compiler will take precedence configure:3510: checking for netinet/in.h configure:3517: result: yes configure:3385: checking for stdlib.h configure:3390: result: no configure:3385: checking for string.h configure:3390: result: no configure:3394: checking sys/socket.h usability configure:3406: cc -c -fno-common conftest.c >&5 configure:3412: $? = 0 configure:3416: test -z || test ! -s conftest.err configure:3419: $? = 0 configure:3422: test -s conftest. configure:3425: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "" | #define VERSION "" | #define HAVE_ARPA_INET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:3435: result: no configure:3439: checking sys/socket.h presence configure:3449: cc -E conftest.c configure:3455: $? = 0 configure:3475: result: yes configure:3488: WARNING: sys/socket.h: present but cannot be compiled configure:3490: WARNING: sys/socket.h: check for missing prerequisite headers? configure:3492: WARNING: sys/socket.h: see the Autoconf documentation configure:3494: WARNING: sys/socket.h: section "Present But Cannot Be Compiled" configure:3496: WARNING: sys/socket.h: proceeding with the preprocessor's result configure:3498: WARNING: sys/socket.h: in the future, the compiler will take precedence configure:3510: checking for sys/socket.h configure:3517: result: yes configure:3394: checking sys/time.h usability configure:3406: cc -c -fno-common conftest.c >&5 configure:3412: $? = 0 configure:3416: test -z || test ! -s conftest.err configure:3419: $? = 0 configure:3422: test -s conftest. configure:3425: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "" | #define VERSION "" | #define HAVE_ARPA_INET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_SOCKET_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:3435: result: no configure:3439: checking sys/time.h presence configure:3449: cc -E conftest.c configure:3455: $? = 0 configure:3475: result: yes configure:3488: WARNING: sys/time.h: present but cannot be compiled configure:3490: WARNING: sys/time.h: check for missing prerequisite headers? configure:3492: WARNING: sys/time.h: see the Autoconf documentation configure:3494: WARNING: sys/time.h: section "Present But Cannot Be Compiled" configure:3496: WARNING: sys/time.h: proceeding with the preprocessor's result configure:3498: WARNING: sys/time.h: in the future, the compiler will take precedence configure:3510: checking for sys/time.h configure:3517: result: yes configure:3385: checking for unistd.h configure:3390: result: no configure:3530: checking whether time.h and sys/time.h may both be included configure:3555: cc -c -fno-common conftest.c >&5 configure:3561: $? = 0 configure:3565: test -z || test ! -s conftest.err configure:3568: $? = 0 configure:3571: test -s conftest. configure:3574: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "" | #define VERSION "" | #define HAVE_ARPA_INET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | /* end confdefs.h. */ | #include | #include | #include | | int | main () | { | if ((struct tm *) 0) | return 0; | ; | return 0; | } configure:3585: result: no configure:3595: checking whether struct tm is in sys/time.h or time.h configure:3618: cc -c -fno-common conftest.c >&5 configure:3624: $? = 0 configure:3628: test -z || test ! -s conftest.err configure:3631: $? = 0 configure:3634: test -s conftest. configure:3637: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "" | #define VERSION "" | #define HAVE_ARPA_INET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | /* end confdefs.h. */ | #include | #include | | int | main () | { | struct tm *tp; tp->tm_sec; | ; | return 0; | } configure:3648: result: sys/time.h configure:3663: checking for stdlib.h configure:3668: result: no configure:3808: checking for GNU libc compatible malloc configure:3837: cc -o conftest -fno-common conftest.c >&5 configure:3840: $? = 0 configure:3842: ./conftest configure:3845: $? = 0 configure:3859: result: yes configure:3894: checking for stdlib.h configure:3899: result: no configure:4039: checking for GNU libc compatible realloc configure:4068: cc -o conftest -fno-common conftest.c >&5 configure:4071: $? = 0 configure:4073: ./conftest configure:4076: $? = 0 configure:4090: result: yes configure:4135: checking sys/select.h usability configure:4147: cc -c -fno-common conftest.c >&5 configure:4153: $? = 0 configure:4157: test -z || test ! -s conftest.err configure:4160: $? = 0 configure:4163: test -s conftest. configure:4166: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "" | #define VERSION "" | #define HAVE_ARPA_INET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define TM_IN_SYS_TIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:4176: result: no configure:4180: checking sys/select.h presence configure:4190: cc -E conftest.c configure:4196: $? = 0 configure:4216: result: yes configure:4229: WARNING: sys/select.h: present but cannot be compiled configure:4231: WARNING: sys/select.h: check for missing prerequisite headers? configure:4233: WARNING: sys/select.h: see the Autoconf documentation configure:4235: WARNING: sys/select.h: section "Present But Cannot Be Compiled" configure:4237: WARNING: sys/select.h: proceeding with the preprocessor's result configure:4239: WARNING: sys/select.h: in the future, the compiler will take precedence configure:4251: checking for sys/select.h configure:4258: result: yes configure:4126: checking for sys/socket.h configure:4131: result: yes configure:4271: checking types of arguments for select configure:4304: cc -c -fno-common conftest.c >&5 configure:4310: $? = 0 configure:4314: test -z || test ! -s conftest.err configure:4317: $? = 0 configure:4320: test -s conftest. configure:4323: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "" | #define VERSION "" | #define HAVE_ARPA_INET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define TM_IN_SYS_TIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #if HAVE_SYS_SELECT_H | # include | #endif | #if HAVE_SYS_SOCKET_H | # include | #endif | | int | main () | { | extern int select (int, | fd_set *, fd_set *, fd_set *, | struct timeval *); | ; | return 0; | } configure:4304: cc -c -fno-common conftest.c >&5 conftest.c: In function `main': conftest.c:67: error: conflicting types for `select' /usr/include/sys/select.h:158: error: previous declaration of `select' conftest.c:67: warning: extern declaration of `select' doesn't match global one configure:4310: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "" | #define VERSION "" | #define HAVE_ARPA_INET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define TM_IN_SYS_TIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #if HAVE_SYS_SELECT_H | # include | #endif | #if HAVE_SYS_SOCKET_H | # include | #endif | | int | main () | { | extern int select (int, | fd_set *, fd_set *, fd_set *, | const struct timeval *); | ; | return 0; | } configure:4304: cc -c -fno-common conftest.c >&5 conftest.c: In function `main': conftest.c:67: error: conflicting types for `select' /usr/include/sys/select.h:158: error: previous declaration of `select' conftest.c:67: warning: extern declaration of `select' doesn't match global one configure:4310: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "" | #define VERSION "" | #define HAVE_ARPA_INET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define TM_IN_SYS_TIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #if HAVE_SYS_SELECT_H | # include | #endif | #if HAVE_SYS_SOCKET_H | # include | #endif | | int | main () | { | extern int select (size_t, | fd_set *, fd_set *, fd_set *, | struct timeval *); | ; | return 0; | } configure:4304: cc -c -fno-common conftest.c >&5 conftest.c: In function `main': conftest.c:67: error: conflicting types for `select' /usr/include/sys/select.h:158: error: previous declaration of `select' conftest.c:67: warning: extern declaration of `select' doesn't match global one configure:4310: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "" | #define VERSION "" | #define HAVE_ARPA_INET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define TM_IN_SYS_TIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #if HAVE_SYS_SELECT_H | # include | #endif | #if HAVE_SYS_SOCKET_H | # include | #endif | | int | main () | { | extern int select (size_t, | fd_set *, fd_set *, fd_set *, | const struct timeval *); | ; | return 0; | } configure:4304: cc -c -fno-common conftest.c >&5 conftest.c: In function `main': conftest.c:67: error: conflicting types for `select' /usr/include/sys/select.h:158: error: previous declaration of `select' conftest.c:67: warning: extern declaration of `select' doesn't match global one configure:4310: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "" | #define VERSION "" | #define HAVE_ARPA_INET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define TM_IN_SYS_TIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #if HAVE_SYS_SELECT_H | # include | #endif | #if HAVE_SYS_SOCKET_H | # include | #endif | | int | main () | { | extern int select (unsigned long, | fd_set *, fd_set *, fd_set *, | struct timeval *); | ; | return 0; | } configure:4304: cc -c -fno-common conftest.c >&5 conftest.c: In function `main': conftest.c:67: error: conflicting types for `select' /usr/include/sys/select.h:158: error: previous declaration of `select' conftest.c:67: warning: extern declaration of `select' doesn't match global one configure:4310: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "" | #define VERSION "" | #define HAVE_ARPA_INET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define TM_IN_SYS_TIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #if HAVE_SYS_SELECT_H | # include | #endif | #if HAVE_SYS_SOCKET_H | # include | #endif | | int | main () | { | extern int select (unsigned long, | fd_set *, fd_set *, fd_set *, | const struct timeval *); | ; | return 0; | } configure:4304: cc -c -fno-common conftest.c >&5 conftest.c: In function `main': conftest.c:67: error: conflicting types for `select' /usr/include/sys/select.h:158: error: previous declaration of `select' conftest.c:67: warning: extern declaration of `select' doesn't match global one configure:4310: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "" | #define VERSION "" | #define HAVE_ARPA_INET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define TM_IN_SYS_TIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #if HAVE_SYS_SELECT_H | # include | #endif | #if HAVE_SYS_SOCKET_H | # include | #endif | | int | main () | { | extern int select (unsigned, | fd_set *, fd_set *, fd_set *, | struct timeval *); | ; | return 0; | } configure:4304: cc -c -fno-common conftest.c >&5 conftest.c: In function `main': conftest.c:67: error: conflicting types for `select' /usr/include/sys/select.h:158: error: previous declaration of `select' conftest.c:67: warning: extern declaration of `select' doesn't match global one configure:4310: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "" | #define VERSION "" | #define HAVE_ARPA_INET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define TM_IN_SYS_TIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #if HAVE_SYS_SELECT_H | # include | #endif | #if HAVE_SYS_SOCKET_H | # include | #endif | | int | main () | { | extern int select (unsigned, | fd_set *, fd_set *, fd_set *, | const struct timeval *); | ; | return 0; | } configure:4304: cc -c -fno-common conftest.c >&5 conftest.c: In function `main': conftest.c:67: error: conflicting types for `select' /usr/include/sys/select.h:158: error: previous declaration of `select' conftest.c:67: warning: extern declaration of `select' doesn't match global one configure:4310: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "" | #define VERSION "" | #define HAVE_ARPA_INET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define TM_IN_SYS_TIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #if HAVE_SYS_SELECT_H | # include | #endif | #if HAVE_SYS_SOCKET_H | # include | #endif | | int | main () | { | extern int select (int, | int *, int *, int *, | struct timeval *); | ; | return 0; | } configure:4304: cc -c -fno-common conftest.c >&5 conftest.c: In function `main': conftest.c:67: error: conflicting types for `select' /usr/include/sys/select.h:158: error: previous declaration of `select' conftest.c:67: warning: extern declaration of `select' doesn't match global one configure:4310: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "" | #define VERSION "" | #define HAVE_ARPA_INET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define TM_IN_SYS_TIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #if HAVE_SYS_SELECT_H | # include | #endif | #if HAVE_SYS_SOCKET_H | # include | #endif | | int | main () | { | extern int select (int, | int *, int *, int *, | const struct timeval *); | ; | return 0; | } configure:4304: cc -c -fno-common conftest.c >&5 conftest.c: In function `main': conftest.c:67: error: conflicting types for `select' /usr/include/sys/select.h:158: error: previous declaration of `select' conftest.c:67: warning: extern declaration of `select' doesn't match global one configure:4310: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "" | #define VERSION "" | #define HAVE_ARPA_INET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define TM_IN_SYS_TIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #if HAVE_SYS_SELECT_H | # include | #endif | #if HAVE_SYS_SOCKET_H | # include | #endif | | int | main () | { | extern int select (size_t, | int *, int *, int *, | struct timeval *); | ; | return 0; | } configure:4304: cc -c -fno-common conftest.c >&5 conftest.c: In function `main': conftest.c:67: error: conflicting types for `select' /usr/include/sys/select.h:158: error: previous declaration of `select' conftest.c:67: warning: extern declaration of `select' doesn't match global one configure:4310: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "" | #define VERSION "" | #define HAVE_ARPA_INET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define TM_IN_SYS_TIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #if HAVE_SYS_SELECT_H | # include | #endif | #if HAVE_SYS_SOCKET_H | # include | #endif | | int | main () | { | extern int select (size_t, | int *, int *, int *, | const struct timeval *); | ; | return 0; | } configure:4304: cc -c -fno-common conftest.c >&5 conftest.c: In function `main': conftest.c:67: error: conflicting types for `select' /usr/include/sys/select.h:158: error: previous declaration of `select' conftest.c:67: warning: extern declaration of `select' doesn't match global one configure:4310: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "" | #define VERSION "" | #define HAVE_ARPA_INET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define TM_IN_SYS_TIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #if HAVE_SYS_SELECT_H | # include | #endif | #if HAVE_SYS_SOCKET_H | # include | #endif | | int | main () | { | extern int select (unsigned long, | int *, int *, int *, | struct timeval *); | ; | return 0; | } configure:4304: cc -c -fno-common conftest.c >&5 conftest.c: In function `main': conftest.c:67: error: conflicting types for `select' /usr/include/sys/select.h:158: error: previous declaration of `select' conftest.c:67: warning: extern declaration of `select' doesn't match global one configure:4310: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "" | #define VERSION "" | #define HAVE_ARPA_INET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define TM_IN_SYS_TIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #if HAVE_SYS_SELECT_H | # include | #endif | #if HAVE_SYS_SOCKET_H | # include | #endif | | int | main () | { | extern int select (unsigned long, | int *, int *, int *, | const struct timeval *); | ; | return 0; | } configure:4304: cc -c -fno-common conftest.c >&5 conftest.c: In function `main': conftest.c:67: error: conflicting types for `select' /usr/include/sys/select.h:158: error: previous declaration of `select' conftest.c:67: warning: extern declaration of `select' doesn't match global one configure:4310: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "" | #define VERSION "" | #define HAVE_ARPA_INET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define TM_IN_SYS_TIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #if HAVE_SYS_SELECT_H | # include | #endif | #if HAVE_SYS_SOCKET_H | # include | #endif | | int | main () | { | extern int select (unsigned, | int *, int *, int *, | struct timeval *); | ; | return 0; | } configure:4304: cc -c -fno-common conftest.c >&5 conftest.c: In function `main': conftest.c:67: error: conflicting types for `select' /usr/include/sys/select.h:158: error: previous declaration of `select' conftest.c:67: warning: extern declaration of `select' doesn't match global one configure:4310: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "" | #define VERSION "" | #define HAVE_ARPA_INET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define TM_IN_SYS_TIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #if HAVE_SYS_SELECT_H | # include | #endif | #if HAVE_SYS_SOCKET_H | # include | #endif | | int | main () | { | extern int select (unsigned, | int *, int *, int *, | const struct timeval *); | ; | return 0; | } configure:4304: cc -c -fno-common conftest.c >&5 conftest.c: In function `main': conftest.c:67: error: conflicting types for `select' /usr/include/sys/select.h:158: error: previous declaration of `select' conftest.c:67: warning: extern declaration of `select' doesn't match global one configure:4310: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "" | #define VERSION "" | #define HAVE_ARPA_INET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define TM_IN_SYS_TIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #if HAVE_SYS_SELECT_H | # include | #endif | #if HAVE_SYS_SOCKET_H | # include | #endif | | int | main () | { | extern int select (int, | void *, void *, void *, | struct timeval *); | ; | return 0; | } configure:4304: cc -c -fno-common conftest.c >&5 conftest.c: In function `main': conftest.c:67: error: conflicting types for `select' /usr/include/sys/select.h:158: error: previous declaration of `select' conftest.c:67: warning: extern declaration of `select' doesn't match global one configure:4310: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "" | #define VERSION "" | #define HAVE_ARPA_INET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define TM_IN_SYS_TIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #if HAVE_SYS_SELECT_H | # include | #endif | #if HAVE_SYS_SOCKET_H | # include | #endif | | int | main () | { | extern int select (int, | void *, void *, void *, | const struct timeval *); | ; | return 0; | } configure:4304: cc -c -fno-common conftest.c >&5 conftest.c: In function `main': conftest.c:67: error: conflicting types for `select' /usr/include/sys/select.h:158: error: previous declaration of `select' conftest.c:67: warning: extern declaration of `select' doesn't match global one configure:4310: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "" | #define VERSION "" | #define HAVE_ARPA_INET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define TM_IN_SYS_TIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #if HAVE_SYS_SELECT_H | # include | #endif | #if HAVE_SYS_SOCKET_H | # include | #endif | | int | main () | { | extern int select (size_t, | void *, void *, void *, | struct timeval *); | ; | return 0; | } configure:4304: cc -c -fno-common conftest.c >&5 conftest.c: In function `main': conftest.c:67: error: conflicting types for `select' /usr/include/sys/select.h:158: error: previous declaration of `select' conftest.c:67: warning: extern declaration of `select' doesn't match global one configure:4310: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "" | #define VERSION "" | #define HAVE_ARPA_INET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define TM_IN_SYS_TIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #if HAVE_SYS_SELECT_H | # include | #endif | #if HAVE_SYS_SOCKET_H | # include | #endif | | int | main () | { | extern int select (size_t, | void *, void *, void *, | const struct timeval *); | ; | return 0; | } configure:4304: cc -c -fno-common conftest.c >&5 conftest.c: In function `main': conftest.c:67: error: conflicting types for `select' /usr/include/sys/select.h:158: error: previous declaration of `select' conftest.c:67: warning: extern declaration of `select' doesn't match global one configure:4310: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "" | #define VERSION "" | #define HAVE_ARPA_INET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define TM_IN_SYS_TIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #if HAVE_SYS_SELECT_H | # include | #endif | #if HAVE_SYS_SOCKET_H | # include | #endif | | int | main () | { | extern int select (unsigned long, | void *, void *, void *, | struct timeval *); | ; | return 0; | } configure:4304: cc -c -fno-common conftest.c >&5 conftest.c: In function `main': conftest.c:67: error: conflicting types for `select' /usr/include/sys/select.h:158: error: previous declaration of `select' conftest.c:67: warning: extern declaration of `select' doesn't match global one configure:4310: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "" | #define VERSION "" | #define HAVE_ARPA_INET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define TM_IN_SYS_TIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #if HAVE_SYS_SELECT_H | # include | #endif | #if HAVE_SYS_SOCKET_H | # include | #endif | | int | main () | { | extern int select (unsigned long, | void *, void *, void *, | const struct timeval *); | ; | return 0; | } configure:4304: cc -c -fno-common conftest.c >&5 conftest.c: In function `main': conftest.c:67: error: conflicting types for `select' /usr/include/sys/select.h:158: error: previous declaration of `select' conftest.c:67: warning: extern declaration of `select' doesn't match global one configure:4310: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "" | #define VERSION "" | #define HAVE_ARPA_INET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define TM_IN_SYS_TIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #if HAVE_SYS_SELECT_H | # include | #endif | #if HAVE_SYS_SOCKET_H | # include | #endif | | int | main () | { | extern int select (unsigned, | void *, void *, void *, | struct timeval *); | ; | return 0; | } configure:4304: cc -c -fno-common conftest.c >&5 conftest.c: In function `main': conftest.c:67: error: conflicting types for `select' /usr/include/sys/select.h:158: error: previous declaration of `select' conftest.c:67: warning: extern declaration of `select' doesn't match global one configure:4310: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "" | #define VERSION "" | #define HAVE_ARPA_INET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define TM_IN_SYS_TIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #if HAVE_SYS_SELECT_H | # include | #endif | #if HAVE_SYS_SOCKET_H | # include | #endif | | int | main () | { | extern int select (unsigned, | void *, void *, void *, | const struct timeval *); | ; | return 0; | } configure:4339: result: int,int *,struct timeval * configure:4362: checking return type of signal handlers configure:4393: cc -c -fno-common conftest.c >&5 configure:4399: $? = 0 configure:4403: test -z || test ! -s conftest.err configure:4406: $? = 0 configure:4409: test -s conftest. configure:4412: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "" | #define VERSION "" | #define HAVE_ARPA_INET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define TM_IN_SYS_TIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (int *) | #define SELECT_TYPE_ARG5 (struct timeval *) | /* end confdefs.h. */ | #include | #include | #ifdef signal | # undef signal | #endif | #ifdef __cplusplus | extern "C" void (*signal (int, void (*)(int)))(int); | #else | void (*signal ()) (); | #endif | | int | main () | { | int i; | ; | return 0; | } configure:4423: result: int configure:4435: checking for strftime configure:4492: cc -o conftest -fno-common conftest.c >&5 configure:4498: $? = 0 configure:4502: test -z || test ! -s conftest.err configure:4505: $? = 0 configure:4508: test -s conftest configure:4511: $? = 0 configure:4523: result: yes configure:4616: checking for alarm configure:4673: cc -o conftest -fno-common conftest.c >&5 configure:4679: $? = 0 configure:4683: test -z || test ! -s conftest.err configure:4686: $? = 0 configure:4689: test -s conftest configure:4692: $? = 0 configure:4704: result: yes configure:4616: checking for gethostbyaddr configure:4673: cc -o conftest -fno-common conftest.c >&5 configure:4679: $? = 0 configure:4683: test -z || test ! -s conftest.err configure:4686: $? = 0 configure:4689: test -s conftest configure:4692: $? = 0 configure:4704: result: yes configure:4616: checking for gethostbyname configure:4673: cc -o conftest -fno-common conftest.c >&5 configure:4679: $? = 0 configure:4683: test -z || test ! -s conftest.err configure:4686: $? = 0 configure:4689: test -s conftest configure:4692: $? = 0 configure:4704: result: yes configure:4616: checking for memset configure:4673: cc -o conftest -fno-common conftest.c >&5 conftest.c:53: warning: conflicting types for built-in function `memset' configure:4679: $? = 0 configure:4683: test -z || test ! -s conftest.err configure:4686: $? = 0 configure:4689: test -s conftest configure:4692: $? = 0 configure:4704: result: yes configure:4616: checking for socket configure:4673: cc -o conftest -fno-common conftest.c >&5 configure:4679: $? = 0 configure:4683: test -z || test ! -s conftest.err configure:4686: $? = 0 configure:4689: test -s conftest configure:4692: $? = 0 configure:4704: result: yes configure:4616: checking for strstr configure:4673: cc -o conftest -fno-common conftest.c >&5 conftest.c:55: warning: conflicting types for built-in function `strstr' configure:4679: $? = 0 configure:4683: test -z || test ! -s conftest.err configure:4686: $? = 0 configure:4689: test -s conftest configure:4692: $? = 0 configure:4704: result: yes configure:4724: checking getopt.h usability configure:4736: cc -c -fno-common conftest.c >&5 configure:4742: $? = 0 configure:4746: test -z || test ! -s conftest.err configure:4749: $? = 0 configure:4752: test -s conftest. configure:4755: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "" | #define VERSION "" | #define HAVE_ARPA_INET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define TM_IN_SYS_TIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (int *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define RETSIGTYPE int | #define HAVE_STRFTIME 1 | #define HAVE_ALARM 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_MEMSET 1 | #define HAVE_SOCKET 1 | #define HAVE_STRSTR 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:4765: result: no configure:4769: checking getopt.h presence configure:4779: cc -E conftest.c configure:4785: $? = 0 configure:4805: result: yes configure:4818: WARNING: getopt.h: present but cannot be compiled configure:4820: WARNING: getopt.h: check for missing prerequisite headers? configure:4822: WARNING: getopt.h: see the Autoconf documentation configure:4824: WARNING: getopt.h: section "Present But Cannot Be Compiled" configure:4826: WARNING: getopt.h: proceeding with the preprocessor's result configure:4828: WARNING: getopt.h: in the future, the compiler will take precedence configure:4840: checking for getopt.h configure:4847: result: yes configure:4860: checking for sigsetjmp configure:4917: cc -o conftest -fno-common conftest.c >&5 configure:4923: $? = 0 configure:4927: test -z || test ! -s conftest.err configure:4930: $? = 0 configure:4933: test -s conftest configure:4936: $? = 0 configure:4948: result: yes configure:5069: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by config.status, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on darwintel config.status:689: creating Makefile config.status:793: creating src/includes/config.h config.status:1105: executing depfiles commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_c_compiler_gnu=no ac_cv_env_CC_set=set ac_cv_env_CC_value=cc ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value=-fno-common 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_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_exeext= ac_cv_func_alarm=yes ac_cv_func_gethostbyaddr=yes ac_cv_func_gethostbyname=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_memset=yes ac_cv_func_realloc_0_nonnull=yes ac_cv_func_select_args='int,int *,struct timeval *' ac_cv_func_sigsetjmp=yes ac_cv_func_socket=yes ac_cv_func_strftime=yes ac_cv_func_strstr=yes ac_cv_header_arpa_inet_h=yes ac_cv_header_getopt_h=yes ac_cv_header_inttypes_h=no ac_cv_header_memory_h=no ac_cv_header_netdb_h=yes ac_cv_header_netinet_in_h=yes ac_cv_header_stdc=no ac_cv_header_stdint_h=no ac_cv_header_stdlib_h=no ac_cv_header_string_h=no ac_cv_header_strings_h=no ac_cv_header_sys_select_h=yes ac_cv_header_sys_socket_h=yes ac_cv_header_sys_stat_h=no ac_cv_header_sys_time_h=yes ac_cv_header_sys_types_h=no ac_cv_header_time=no ac_cv_header_unistd_h=no ac_cv_objext= ac_cv_prog_AWK=gawk ac_cv_prog_CPP='cc -E' ac_cv_prog_ac_ct_CC=cc ac_cv_prog_cc_g=no ac_cv_prog_cc_stdc=no ac_cv_prog_egrep='grep -E' ac_cv_prog_make_make_set=yes ac_cv_struct_tm=sys/time.h ac_cv_type_signal=int am_cv_CC_dependencies_compiler_type=gcc3 ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /mnt/gmirror/ports/security/dmitry/work/DMitry-1.3a/missing --run aclocal-1.9' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} /mnt/gmirror/ports/security/dmitry/work/DMitry-1.3a/missing --run tar' AUTOCONF='${SHELL} /mnt/gmirror/ports/security/dmitry/work/DMitry-1.3a/missing --run autoconf' AUTOHEADER='${SHELL} /mnt/gmirror/ports/security/dmitry/work/DMitry-1.3a/missing --run autoheader' AUTOMAKE='${SHELL} /mnt/gmirror/ports/security/dmitry/work/DMitry-1.3a/missing --run automake-1.9' AWK='gawk' CC='cc' CCDEPMODE='depmode=gcc3' CFLAGS='-fno-common' CPP='cc -E' CPPFLAGS='' CYGPATH_W='echo' DEFS='-DHAVE_CONFIG_H' DEPDIR='.deps' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='grep -E' EXEEXT='' INSTALL_DATA='install -o root -g wheel -m 444' INSTALL_PROGRAM='install -s -o root -g wheel -m 555' INSTALL_SCRIPT='install -o root -g wheel -m 555' INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s' LDFLAGS='' LIBOBJS='' LIBS='' LTLIBOBJS='' MAKEINFO='${SHELL} /mnt/gmirror/ports/security/dmitry/work/DMitry-1.3a/missing --run makeinfo' OBJEXT='' PACKAGE='' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_VERSION='' PATH_SEPARATOR=':' SET_MAKE='' SHELL='/bin/sh' STRIP='' VERSION='' ac_ct_CC='cc' ac_ct_STRIP='' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__include='include' am__leading_dot='.' am__quote='' am__tar='${AMTAR} chof - "$$tardir"' am__untar='${AMTAR} xf -' bindir='${exec_prefix}/bin' build_alias='' datadir='${prefix}/share' exec_prefix='${prefix}' host_alias='' includedir='${prefix}/include' infodir='${prefix}/info' install_sh='/mnt/gmirror/ports/security/dmitry/work/DMitry-1.3a/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localstatedir='${prefix}/var' mandir='${prefix}/man' mkdir_p='mkdir -p --' oldincludedir='/usr/include' prefix='' program_transform_name='s,x,x,' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define HAVE_ALARM 1 #define HAVE_ARPA_INET_H 1 #define HAVE_GETHOSTBYADDR 1 #define HAVE_GETHOSTBYNAME 1 #define HAVE_GETOPT_H 1 #define HAVE_MALLOC 1 #define HAVE_MEMSET 1 #define HAVE_NETDB_H 1 #define HAVE_NETINET_IN_H 1 #define HAVE_REALLOC 1 #define HAVE_SIGSETJMP_F 1 #define HAVE_SOCKET 1 #define HAVE_STRFTIME 1 #define HAVE_STRSTR 1 #define HAVE_SYS_SELECT_H 1 #define HAVE_SYS_SOCKET_H 1 #define HAVE_SYS_SOCKET_H 1 #define HAVE_SYS_TIME_H 1 #define PACKAGE "" #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "" #define PACKAGE_STRING "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define RETSIGTYPE int #define SELECT_TYPE_ARG1 int #define SELECT_TYPE_ARG234 (int *) #define SELECT_TYPE_ARG5 (struct timeval *) #define TM_IN_SYS_TIME 1 #define VERSION "" configure: exit 0