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 i386-unknown-gnu ## --------- ## ## 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: 137 tasks, 194 threads, 4 processors Load average: 0.36, Mach factor: 3.63 /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:1301: checking whether make sets $(MAKE) configure:1321: result: yes configure:1338: checking for i386-unknown-gnu-gcc configure:1364: result: cc configure:1646: checking for C compiler version configure:1649: 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:1652: $? = 0 configure:1654: 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:1657: $? = 0 configure:1659: cc -V &5 cc: `-V' option must have argument configure:1662: $? = 1 configure:1685: checking for C compiler default output file name configure:1688: cc -fno-common conftest.c >&5 configure:1691: $? = 0 configure:1737: result: a.out configure:1742: checking whether the C compiler works configure:1748: ./a.out configure:1751: $? = 0 configure:1768: result: yes configure:1775: checking whether we are cross compiling configure:1777: result: no configure:1780: checking for suffix of executables configure:1782: cc -o conftest -fno-common conftest.c >&5 configure:1785: $? = 0 configure:1810: result: configure:1816: checking for suffix of object files configure:1837: cc -c -fno-common conftest.c >&5 configure:1840: $? = 0 configure:1862: result: configure:1866: checking whether we are using the GNU C compiler configure:1890: cc -c -fno-common conftest.c >&5 configure:1896: $? = 0 configure:1899: test -z || test ! -s conftest.err configure:1902: $? = 0 configure:1905: test -s conftest. configure:1908: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | | int | main () | { | #ifndef __GNUC__ | choke me | #endif | | ; | return 0; | } configure:1921: result: no configure:1927: checking whether cc accepts -g configure:1948: cc -c -g conftest.c >&5 configure:1954: $? = 0 configure:1957: test -z || test ! -s conftest.err configure:1960: $? = 0 configure:1963: test -s conftest. configure:1966: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:1977: result: no configure:1994: checking for cc option to accept ANSI C configure:2064: cc -c -fno-common conftest.c >&5 In file included from /usr/include/sys/_endian.h:103, from /usr/include/i386/endian.h:92, from /usr/include/machine/endian.h:32, from /usr/include/sys/types.h:75, from conftest.c:11: /usr/include/gcc/darwin/3.3/stdint.h:55: error: parse error before "int_least8_t" /usr/include/gcc/darwin/3.3/stdint.h:66: error: parse error before "int_fast8_t" configure:2070: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* 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:2064: cc -qlanglvl=ansi -c -fno-common conftest.c >&5 cc: unrecognized option `-qlanglvl=ansi' In file included from /usr/include/sys/_endian.h:103, from /usr/include/i386/endian.h:92, from /usr/include/machine/endian.h:32, from /usr/include/sys/types.h:75, from conftest.c:11: /usr/include/gcc/darwin/3.3/stdint.h:55: error: parse error before "int_least8_t" /usr/include/gcc/darwin/3.3/stdint.h:66: error: parse error before "int_fast8_t" configure:2070: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* 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:2064: cc -std1 -c -fno-common conftest.c >&5 cc1: error: unrecognized option `-std1' configure:2070: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* 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:2064: cc -Ae -c -fno-common conftest.c >&5 :6:2: missing '(' after predicate In file included from /usr/include/sys/_endian.h:103, from /usr/include/i386/endian.h:92, from /usr/include/machine/endian.h:32, from /usr/include/sys/types.h:75, from conftest.c:11: /usr/include/gcc/darwin/3.3/stdint.h:55: error: parse error before "int_least8_t" /usr/include/gcc/darwin/3.3/stdint.h:66: error: parse error before "int_fast8_t" configure:2070: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* 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:2064: cc -Aa -D_HPUX_SOURCE -c -fno-common conftest.c >&5 :6:2: missing '(' after predicate In file included from /usr/include/sys/_endian.h:103, from /usr/include/i386/endian.h:92, from /usr/include/machine/endian.h:32, from /usr/include/sys/types.h:75, from conftest.c:11: /usr/include/gcc/darwin/3.3/stdint.h:55: error: parse error before "int_least8_t" /usr/include/gcc/darwin/3.3/stdint.h:66: error: parse error before "int_fast8_t" configure:2070: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* 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:2064: cc -Xc -D__EXTENSIONS__ -c -fno-common conftest.c >&5 cc: unrecognized option `-Xc' In file included from /usr/include/sys/_endian.h:103, from /usr/include/i386/endian.h:92, from /usr/include/machine/endian.h:32, from /usr/include/sys/types.h:75, from conftest.c:11: /usr/include/gcc/darwin/3.3/stdint.h:55: error: parse error before "int_least8_t" /usr/include/gcc/darwin/3.3/stdint.h:66: error: parse error before "int_fast8_t" configure:2070: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* 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:2100: result: none needed configure:2118: cc -c -fno-common conftest.c >&5 conftest.c:2: error: parse error before "me" configure:2124: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:2292: checking for a BSD-compatible install configure:2347: result: /usr/bin/install -c -o root -g wheel configure:2365: checking build system type configure:2383: result: i386-unknown-gnu configure:2391: checking host system type configure:2405: result: i386-unknown-gnu configure:2413: checking target system type configure:2427: result: i386-unknown-gnu configure:2443: checking for connect configure:2500: cc -o conftest -fno-common conftest.c >&5 configure:2506: $? = 0 configure:2509: test -z || test ! -s conftest.err configure:2512: $? = 0 configure:2515: test -s conftest configure:2518: $? = 0 configure:2530: result: yes configure:2693: checking for pthread_create in -pthread configure:2723: cc -o conftest -fno-common conftest.c -pthread >&5 cc: unrecognized option `-pthread' configure:2729: $? = 0 configure:2732: test -z || test ! -s conftest.err configure:2735: $? = 0 configure:2738: test -s conftest configure:2741: $? = 0 configure:2754: result: yes configure:2846: checking for mmap configure:2903: cc -o conftest -fno-common conftest.c -pthread >&5 cc: unrecognized option `-pthread' configure:2909: $? = 0 configure:2912: test -z || test ! -s conftest.err configure:2915: $? = 0 configure:2918: test -s conftest configure:2921: $? = 0 configure:2933: result: yes configure:3029: checking for yp_get_default_domain in -lnsl configure:3059: cc -o conftest -fno-common conftest.c -lnsl -pthread >&5 cc: unrecognized option `-pthread' ld: can't locate file for: -lnsl configure:3065: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_LIBPTHREAD 1 | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char yp_get_default_domain (); | int | main () | { | yp_get_default_domain (); | ; | return 0; | } configure:3090: result: no configure:3102: WARNING: nsl library not found!!! Wrappers will be disabled. configure:3192: checking for EVP_DigestInit in -lcrypto configure:3222: cc -o conftest -fno-common conftest.c -lcrypto -pthread >&5 cc: unrecognized option `-pthread' configure:3228: $? = 0 configure:3231: test -z || test ! -s conftest.err configure:3234: $? = 0 configure:3237: test -s conftest configure:3240: $? = 0 configure:3253: result: yes configure:3274: checking for SSL_new in -lssl configure:3304: cc -o conftest -fno-common conftest.c -lssl -lcrypto -lcrypto -pthread >&5 cc: unrecognized option `-pthread' configure:3310: $? = 0 configure:3313: test -z || test ! -s conftest.err configure:3316: $? = 0 configure:3319: test -s conftest configure:3322: $? = 0 configure:3335: result: yes configure:3353: checking for initscr in -lcurses configure:3383: cc -o conftest -fno-common conftest.c -lcurses -lssl -lcrypto -pthread >&5 cc: unrecognized option `-pthread' configure:3389: $? = 0 configure:3392: test -z || test ! -s conftest.err configure:3395: $? = 0 configure:3398: test -s conftest configure:3401: $? = 0 configure:3414: result: yes configure:3512: checking how to run the C preprocessor configure:3547: cc -E conftest.c configure:3553: $? = 0 configure:3585: cc -E conftest.c conftest.c:12:28: ac_nonexistent.h: No such file or directory configure:3591: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_LIBPTHREAD 1 | #define HAVE_LIBCRYPTO 1 | #define HAVE_LIBSSL 1 | /* end confdefs.h. */ | #include configure:3630: result: cc -E configure:3654: cc -E conftest.c configure:3660: $? = 0 configure:3692: cc -E conftest.c conftest.c:12:28: ac_nonexistent.h: No such file or directory configure:3698: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_LIBPTHREAD 1 | #define HAVE_LIBCRYPTO 1 | #define HAVE_LIBSSL 1 | /* end confdefs.h. */ | #include configure:3742: checking for egrep configure:3752: result: grep -E configure:3757: checking for ANSI C header files configure:3782: cc -c -fno-common conftest.c >&5 In file included from /usr/include/sys/_endian.h:103, from /usr/include/i386/endian.h:92, from /usr/include/machine/endian.h:32, from /usr/include/sys/wait.h:182, from /usr/include/stdlib.h:64, from conftest.c:12: /usr/include/gcc/darwin/3.3/stdint.h:55: error: parse error before "int_least8_t" /usr/include/gcc/darwin/3.3/stdint.h:66: error: parse error before "int_fast8_t" configure:3788: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_LIBPTHREAD 1 | #define HAVE_LIBCRYPTO 1 | #define HAVE_LIBSSL 1 | /* end confdefs.h. */ | #include | #include | #include | #include | | int | main () | { | | ; | return 0; | } configure:3909: result: no configure:3933: checking for sys/types.h configure:3949: cc -c -fno-common conftest.c >&5 In file included from /usr/include/sys/_endian.h:103, from /usr/include/i386/endian.h:92, from /usr/include/machine/endian.h:32, from /usr/include/sys/types.h:75, from conftest.c:47: /usr/include/gcc/darwin/3.3/stdint.h:55: error: parse error before "int_least8_t" /usr/include/gcc/darwin/3.3/stdint.h:66: error: parse error before "int_fast8_t" configure:3955: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_LIBPTHREAD 1 | #define HAVE_LIBCRYPTO 1 | #define HAVE_LIBSSL 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:3978: result: no configure:3933: checking for sys/stat.h configure:3949: cc -c -fno-common conftest.c >&5 configure:3955: $? = 0 configure:3958: test -z || test ! -s conftest.err configure:3961: $? = 0 configure:3964: test -s conftest. configure:3967: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_LIBPTHREAD 1 | #define HAVE_LIBCRYPTO 1 | #define HAVE_LIBSSL 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:3978: result: no configure:3933: checking for stdlib.h configure:3949: cc -c -fno-common conftest.c >&5 In file included from /usr/include/sys/_endian.h:103, from /usr/include/i386/endian.h:92, from /usr/include/machine/endian.h:32, from /usr/include/sys/wait.h:182, from /usr/include/stdlib.h:64, from conftest.c:47: /usr/include/gcc/darwin/3.3/stdint.h:55: error: parse error before "int_least8_t" /usr/include/gcc/darwin/3.3/stdint.h:66: error: parse error before "int_fast8_t" configure:3955: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_LIBPTHREAD 1 | #define HAVE_LIBCRYPTO 1 | #define HAVE_LIBSSL 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:3978: result: no configure:3933: checking for string.h configure:3949: cc -c -fno-common conftest.c >&5 configure:3955: $? = 0 configure:3958: test -z || test ! -s conftest.err configure:3961: $? = 0 configure:3964: test -s conftest. configure:3967: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_LIBPTHREAD 1 | #define HAVE_LIBCRYPTO 1 | #define HAVE_LIBSSL 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:3978: result: no configure:3933: checking for memory.h configure:3949: cc -c -fno-common conftest.c >&5 configure:3955: $? = 0 configure:3958: test -z || test ! -s conftest.err configure:3961: $? = 0 configure:3964: test -s conftest. configure:3967: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_LIBPTHREAD 1 | #define HAVE_LIBCRYPTO 1 | #define HAVE_LIBSSL 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:3978: result: no configure:3933: checking for strings.h configure:3949: cc -c -fno-common conftest.c >&5 configure:3955: $? = 0 configure:3958: test -z || test ! -s conftest.err configure:3961: $? = 0 configure:3964: test -s conftest. configure:3967: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_LIBPTHREAD 1 | #define HAVE_LIBCRYPTO 1 | #define HAVE_LIBSSL 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:3978: result: no configure:3933: checking for inttypes.h configure:3949: cc -c -fno-common conftest.c >&5 In file included from /usr/include/inttypes.h:36, from conftest.c:47: /usr/include/gcc/darwin/3.3/stdint.h:55: error: parse error before "int_least8_t" /usr/include/gcc/darwin/3.3/stdint.h:66: error: parse error before "int_fast8_t" configure:3955: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_LIBPTHREAD 1 | #define HAVE_LIBCRYPTO 1 | #define HAVE_LIBSSL 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:3978: result: no configure:3933: checking for stdint.h configure:3949: cc -c -fno-common conftest.c >&5 In file included from conftest.c:47: /usr/include/gcc/darwin/3.3/stdint.h:55: error: parse error before "int_least8_t" /usr/include/gcc/darwin/3.3/stdint.h:66: error: parse error before "int_fast8_t" configure:3955: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_LIBPTHREAD 1 | #define HAVE_LIBCRYPTO 1 | #define HAVE_LIBSSL 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:3978: result: no configure:3933: checking for unistd.h configure:3949: cc -c -fno-common conftest.c >&5 In file included from /usr/include/sys/_endian.h:103, from /usr/include/i386/endian.h:92, from /usr/include/machine/endian.h:32, from /usr/include/sys/types.h:75, from /usr/include/sys/select.h:144, from /usr/include/unistd.h:483, from conftest.c:47: /usr/include/gcc/darwin/3.3/stdint.h:55: error: parse error before "int_least8_t" /usr/include/gcc/darwin/3.3/stdint.h:66: error: parse error before "int_fast8_t" configure:3955: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_LIBPTHREAD 1 | #define HAVE_LIBCRYPTO 1 | #define HAVE_LIBSSL 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:3978: result: no configure:3997: checking for unistd.h configure:4002: result: no configure:4006: checking sys/mman.h usability configure:4018: cc -c -fno-common conftest.c >&5 configure:4024: $? = 0 configure:4027: test -z || test ! -s conftest.err configure:4030: $? = 0 configure:4033: test -s conftest. configure:4036: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_LIBPTHREAD 1 | #define HAVE_LIBCRYPTO 1 | #define HAVE_LIBSSL 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:4046: result: no configure:4050: checking sys/mman.h presence configure:4060: cc -E conftest.c configure:4066: $? = 0 configure:4086: result: yes configure:4099: WARNING: sys/mman.h: present but cannot be compiled configure:4101: WARNING: sys/mman.h: check for missing prerequisite headers? configure:4103: WARNING: sys/mman.h: see the Autoconf documentation configure:4105: WARNING: sys/mman.h: section "Present But Cannot Be Compiled" configure:4107: WARNING: sys/mman.h: proceeding with the preprocessor's result configure:4109: WARNING: sys/mman.h: in the future, the compiler will take precedence configure:4121: checking for sys/mman.h configure:4128: result: yes configure:4006: checking sys/param.h usability configure:4018: cc -c -fno-common conftest.c >&5 In file included from /usr/include/sys/_endian.h:103, from /usr/include/i386/endian.h:92, from /usr/include/machine/endian.h:32, from /usr/include/sys/types.h:75, from /usr/include/sys/param.h:80, from conftest.c:47: /usr/include/gcc/darwin/3.3/stdint.h:55: error: parse error before "int_least8_t" /usr/include/gcc/darwin/3.3/stdint.h:66: error: parse error before "int_fast8_t" configure:4024: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_LIBPTHREAD 1 | #define HAVE_LIBCRYPTO 1 | #define HAVE_LIBSSL 1 | #define HAVE_SYS_MMAN_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:4046: result: no configure:4050: checking sys/param.h presence configure:4060: cc -E conftest.c configure:4066: $? = 0 configure:4086: result: yes configure:4099: WARNING: sys/param.h: present but cannot be compiled configure:4101: WARNING: sys/param.h: check for missing prerequisite headers? configure:4103: WARNING: sys/param.h: see the Autoconf documentation configure:4105: WARNING: sys/param.h: section "Present But Cannot Be Compiled" configure:4107: WARNING: sys/param.h: proceeding with the preprocessor's result configure:4109: WARNING: sys/param.h: in the future, the compiler will take precedence configure:4121: checking for sys/param.h configure:4128: result: yes configure:4143: checking for typedef nfds_t configure:4167: result: yes configure:4178: checking for an ANSI C-conforming const configure:4245: cc -c -fno-common conftest.c >&5 configure:4251: $? = 0 configure:4254: test -z || test ! -s conftest.err configure:4257: $? = 0 configure:4260: test -s conftest. configure:4263: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_LIBPTHREAD 1 | #define HAVE_LIBCRYPTO 1 | #define HAVE_LIBSSL 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_NFDS_T 1 | /* end confdefs.h. */ | | int | main () | { | /* FIXME: Include the comments suggested by Paul. */ | #ifndef __cplusplus | /* Ultrix mips cc rejects this. */ | typedef int charset[2]; | const charset x; | /* SunOS 4.1.1 cc rejects this. */ | char const *const *ccp; | char **p; | /* NEC SVR4.0.2 mips cc rejects this. */ | struct point {int x, y;}; | static struct point const zero = {0,0}; | /* AIX XL C 1.02.0.0 rejects this. | It does not let you subtract one const X* pointer from another in | an arm of an if-expression whose if-part is not a constant | expression */ | const char *g = "string"; | ccp = &g + (g ? g-g : 0); | /* HPUX 7.0 cc rejects these. */ | ++ccp; | p = (char**) ccp; | ccp = (char const *const *) p; | { /* SCO 3.2v4 cc rejects this. */ | char *t; | char const *s = 0 ? (char *) 0 : (char const *) 0; | | *t++ = 0; | } | { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */ | int x[] = {25, 17}; | const int *foo = &x[0]; | ++foo; | } | { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */ | typedef const int *iptr; | iptr p = 0; | ++p; | } | { /* AIX XL C 1.02.0.0 rejects this saying | "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */ | struct s { int j; const int *ap[3]; }; | struct s *b; b->j = 5; | } | { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */ | const int foo = 10; | } | #endif | | ; | return 0; | } configure:4274: result: no configure:4336: checking return type of signal handlers configure:4367: cc -c -fno-common conftest.c >&5 In file included from /usr/include/sys/_endian.h:103, from /usr/include/i386/endian.h:92, from /usr/include/machine/endian.h:32, from /usr/include/sys/types.h:75, from conftest.c:16: /usr/include/gcc/darwin/3.3/stdint.h:55: error: parse error before "int_least8_t" /usr/include/gcc/darwin/3.3/stdint.h:66: error: parse error before "int_fast8_t" configure:4373: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_LIBPTHREAD 1 | #define HAVE_LIBCRYPTO 1 | #define HAVE_LIBSSL 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_NFDS_T 1 | #define const | /* 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:4396: result: int configure:4409: checking for socket configure:4466: cc -o conftest -fno-common conftest.c -lssl -lcrypto -pthread >&5 cc: unrecognized option `-pthread' configure:4472: $? = 0 configure:4475: test -z || test ! -s conftest.err configure:4478: $? = 0 configure:4481: test -s conftest configure:4484: $? = 0 configure:4496: result: yes configure:4409: checking for poll configure:4466: cc -o conftest -fno-common conftest.c -lssl -lcrypto -pthread >&5 cc: unrecognized option `-pthread' configure:4472: $? = 0 configure:4475: test -z || test ! -s conftest.err configure:4478: $? = 0 configure:4481: test -s conftest configure:4484: $? = 0 configure:4496: result: yes configure:4604: 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:709: creating Makefile config.status:775: creating config.h config.status:1035: executing default commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i386-unknown-gnu ac_cv_build_alias=i386-unknown-gnu ac_cv_c_compiler_gnu=no ac_cv_c_const=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=set ac_cv_env_build_alias_value=i386-unknown-gnu ac_cv_env_host_alias_set=set ac_cv_env_host_alias_value=i386-unknown-gnu ac_cv_env_target_alias_set=set ac_cv_env_target_alias_value=i386-unknown-gnu ac_cv_exeext= ac_cv_func_connect=yes ac_cv_func_mmap=yes ac_cv_func_poll=yes ac_cv_func_socket=yes ac_cv_header_inttypes_h=no ac_cv_header_memory_h=no 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_mman_h=yes ac_cv_header_sys_param_h=yes ac_cv_header_sys_stat_h=no ac_cv_header_sys_types_h=no ac_cv_header_unistd_h=no ac_cv_host=i386-unknown-gnu ac_cv_host_alias=i386-unknown-gnu ac_cv_lib_crypto_EVP_DigestInit=yes ac_cv_lib_curses_initscr=yes ac_cv_lib_nsl_yp_get_default_domain=no ac_cv_lib_pthread_pthread_create=yes ac_cv_lib_ssl_SSL_new=yes ac_cv_objext= ac_cv_prog_CC=cc ac_cv_prog_CPP='cc -E' 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_target=i386-unknown-gnu ac_cv_target_alias=i386-unknown-gnu ac_cv_type_signal=int ac_cv_typedef_nfds_t=yes lt_cv_sys_max_cmd_len= ## ----------------- ## ## Output variables. ## ## ----------------- ## CC='cc' CFLAGS='-fno-common' CPP='cc -E' CPPFLAGS='' DEFINES='' DEFS='-DHAVE_CONFIG_H' 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' LDFLAGS='' LIBOBJS='' LIBS='-lssl -lcrypto -pthread ' LIB_CURSES='-lcurses' LTLIBOBJS='' OBJEXT='' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_VERSION='' PATH_SEPARATOR=':' SET_MAKE='' SHELL='/bin/sh' ac_ct_CC='' bindir='${exec_prefix}/bin' build='i386-unknown-gnu' build_alias='i386-unknown-gnu' build_cpu='i386' build_os='gnu' build_vendor='unknown' datadir='${prefix}/share' exec_prefix='${prefix}' host='i386-unknown-gnu' host_alias='i386-unknown-gnu' host_cpu='i386' host_os='gnu' host_vendor='unknown' includedir='${prefix}/include' infodir='${prefix}/info' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localstatedir='${prefix}/var' mandir='${prefix}/man' oldincludedir='/usr/include' prefix='' program_transform_name='s,x,x,' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target='i386-unknown-gnu' target_alias='i386-unknown-gnu' target_cpu='i386' target_os='gnu' target_vendor='unknown' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define HAVE_LIBCRYPTO 1 #define HAVE_LIBPTHREAD 1 #define HAVE_LIBSSL 1 #define HAVE_NFDS_T 1 #define HAVE_POLL 1 #define HAVE_SOCKET 1 #define HAVE_SYS_MMAN_H 1 #define HAVE_SYS_PARAM_H 1 #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "" #define PACKAGE_STRING "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define RETSIGTYPE int #define const configure: exit 0