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.57. 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: 144 tasks, 200 threads, 4 processors Load average: 1.26, Mach factor: 2.73 /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:1313: checking for i386-unknown-gnu-gcc configure:1339: result: cc configure:1621: checking for C compiler version configure:1624: 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:1627: $? = 0 configure:1629: 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:1632: $? = 0 configure:1634: cc -V &5 cc: `-V' option must have argument configure:1637: $? = 1 configure:1661: checking for C compiler default output configure:1664: cc -fno-common conftest.c >&5 configure:1667: $? = 0 configure:1713: result: a.out configure:1718: checking whether the C compiler works configure:1724: ./a.out configure:1727: $? = 0 configure:1744: result: yes configure:1751: checking whether we are cross compiling configure:1753: result: no configure:1756: checking for suffix of executables configure:1758: cc -o conftest -fno-common conftest.c >&5 configure:1761: $? = 0 configure:1786: result: configure:1792: checking for suffix of object files configure:1814: cc -c -fno-common conftest.c >&5 configure:1817: $? = 0 configure:1839: result: configure:1843: checking whether we are using the GNU C compiler configure:1868: cc -c -fno-common conftest.c >&5 configure:1871: $? = 0 configure:1874: test -s conftest. configure:1877: $? = 1 configure: failed program was: | #line 1848 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define VERSION "0.7.6" | /* end confdefs.h. */ | | int | main () | { | #ifndef __GNUC__ | choke me | #endif | | ; | return 0; | } configure:1890: result: no configure:1896: checking whether cc accepts -g configure:1918: cc -c -g conftest.c >&5 configure:1921: $? = 0 configure:1924: test -s conftest. configure:1927: $? = 1 configure: failed program was: | #line 1901 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define VERSION "0.7.6" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:1938: result: no configure:1955: checking for cc option to accept ANSI C configure:2016: cc -c -fno-common conftest.c >&5 configure:2019: $? = 0 configure:2022: test -s conftest. configure:2025: $? = 1 configure: failed program was: | #line 1962 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define VERSION "0.7.6" | /* 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; | } | 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:2016: cc -qlanglvl=ansi -c -fno-common conftest.c >&5 cc: unrecognized option `-qlanglvl=ansi' configure:2019: $? = 0 configure:2022: test -s conftest. configure:2025: $? = 1 configure: failed program was: | #line 1962 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define VERSION "0.7.6" | /* 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; | } | 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:2016: cc -std1 -c -fno-common conftest.c >&5 cc1: error: unrecognized option `-std1' configure:2019: $? = 1 configure: failed program was: | #line 1962 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define VERSION "0.7.6" | /* 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; | } | 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:2016: cc -Ae -c -fno-common conftest.c >&5 :6:2: missing '(' after predicate configure:2019: $? = 1 configure: failed program was: | #line 1962 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define VERSION "0.7.6" | /* 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; | } | 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:2016: cc -Aa -D_HPUX_SOURCE -c -fno-common conftest.c >&5 :6:2: missing '(' after predicate configure:2019: $? = 1 configure: failed program was: | #line 1962 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define VERSION "0.7.6" | /* 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; | } | 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:2016: cc -Xc -D__EXTENSIONS__ -c -fno-common conftest.c >&5 cc: unrecognized option `-Xc' configure:2019: $? = 0 configure:2022: test -s conftest. configure:2025: $? = 1 configure: failed program was: | #line 1962 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define VERSION "0.7.6" | /* 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; | } | 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:2043: result: none needed configure:2061: cc -c -fno-common conftest.c >&5 conftest.c:2: error: parse error before "me" configure:2064: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:2210: checking for a BSD-compatible install configure:2264: result: /usr/bin/install -c -o root -g wheel configure:2281: checking for BIO_new in -lcrypto configure:2312: cc -o conftest -fno-common conftest.c -lcrypto >&5 configure:2315: $? = 0 configure:2318: test -s conftest configure:2321: $? = 0 configure:2333: result: yes configure:2345: checking for SSL_new in -lssl configure:2376: cc -o conftest -fno-common conftest.c -lssl -lcrypto >&5 configure:2379: $? = 0 configure:2382: test -s conftest configure:2385: $? = 0 configure:2397: result: yes configure:2410: checking for crypt in -lcrypt configure:2441: cc -o conftest -fno-common conftest.c -lcrypt -lssl -lcrypto >&5 configure:2444: $? = 0 configure:2447: test -s conftest configure:2450: $? = 0 configure:2462: result: yes configure:2476: checking for mysql_init in -lmysqlclient configure:2507: cc -o conftest -fno-common conftest.c -lmysqlclient -lz -lcrypt -lssl -lcrypto >&5 ld: can't locate file for: -lmysqlclient configure:2510: $? = 1 configure: failed program was: | #line 2483 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define VERSION "0.7.6" | #define HAVE_LIBCRYPTO 1 | #define HAVE_LIBSSL 1 | #define HAVE_LIBCRYPT 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 mysql_init (); | int | main () | { | mysql_init (); | ; | return 0; | } configure:2528: result: no configure:2561: checking for socket in -lsocket configure:2592: cc -o conftest -fno-common conftest.c -lsocket -lcrypt -lssl -lcrypto >&5 ld: can't locate file for: -lsocket configure:2595: $? = 1 configure: failed program was: | #line 2568 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define VERSION "0.7.6" | #define HAVE_LIBCRYPTO 1 | #define HAVE_LIBSSL 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_DARWIN 1 | #define ENABLE_RFC2449 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 socket (); | int | main () | { | socket (); | ; | return 0; | } configure:2613: result: no configure:2631: checking how to run the C preprocessor configure:2667: cc -E conftest.c configure:2673: $? = 0 configure:2705: cc -E conftest.c configure:2710:28: ac_nonexistent.h: No such file or directory configure:2711: $? = 1 configure: failed program was: | #line 2696 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define VERSION "0.7.6" | #define HAVE_LIBCRYPTO 1 | #define HAVE_LIBSSL 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_DARWIN 1 | #define ENABLE_RFC2449 1 | /* end confdefs.h. */ | #include configure:2749: result: cc -E configure:2774: cc -E conftest.c configure:2780: $? = 0 configure:2812: cc -E conftest.c configure:2817:28: ac_nonexistent.h: No such file or directory configure:2818: $? = 1 configure: failed program was: | #line 2803 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define VERSION "0.7.6" | #define HAVE_LIBCRYPTO 1 | #define HAVE_LIBSSL 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_DARWIN 1 | #define ENABLE_RFC2449 1 | /* end confdefs.h. */ | #include configure:2861: checking for egrep configure:2871: result: grep -E configure:2876: checking for ANSI C header files configure:2902: cc -c -fno-common conftest.c >&5 configure:2905: $? = 0 configure:2908: test -s conftest. configure:2911: $? = 1 configure: failed program was: | #line 2881 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define VERSION "0.7.6" | #define HAVE_LIBCRYPTO 1 | #define HAVE_LIBSSL 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_DARWIN 1 | #define ENABLE_RFC2449 1 | /* end confdefs.h. */ | #include | #include | #include | #include | | int | main () | { | | ; | return 0; | } configure:3023: result: no configure:3033: checking for sys/wait.h that is POSIX.1 compatible configure:3065: cc -c -fno-common conftest.c >&5 configure:3068: $? = 0 configure:3071: test -s conftest. configure:3074: $? = 1 configure: failed program was: | #line 3038 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define VERSION "0.7.6" | #define HAVE_LIBCRYPTO 1 | #define HAVE_LIBSSL 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_DARWIN 1 | #define ENABLE_RFC2449 1 | /* end confdefs.h. */ | #include | #include | #ifndef WEXITSTATUS | # define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8) | #endif | #ifndef WIFEXITED | # define WIFEXITED(stat_val) (((stat_val) & 255) == 0) | #endif | | int | main () | { | int s; | wait (&s); | s = WIFEXITED (s) ? WEXITSTATUS (s) : 1; | ; | return 0; | } configure:3085: result: no configure:3109: checking for sys/types.h configure:3126: cc -c -fno-common conftest.c >&5 configure:3129: $? = 0 configure:3132: test -s conftest. configure:3135: $? = 1 configure: failed program was: | #line 3114 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define VERSION "0.7.6" | #define HAVE_LIBCRYPTO 1 | #define HAVE_LIBSSL 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_DARWIN 1 | #define ENABLE_RFC2449 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:3146: result: no configure:3109: checking for sys/stat.h configure:3126: cc -c -fno-common conftest.c >&5 configure:3129: $? = 0 configure:3132: test -s conftest. configure:3135: $? = 1 configure: failed program was: | #line 3114 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define VERSION "0.7.6" | #define HAVE_LIBCRYPTO 1 | #define HAVE_LIBSSL 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_DARWIN 1 | #define ENABLE_RFC2449 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:3146: result: no configure:3109: checking for stdlib.h configure:3126: cc -c -fno-common conftest.c >&5 configure:3129: $? = 0 configure:3132: test -s conftest. configure:3135: $? = 1 configure: failed program was: | #line 3114 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define VERSION "0.7.6" | #define HAVE_LIBCRYPTO 1 | #define HAVE_LIBSSL 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_DARWIN 1 | #define ENABLE_RFC2449 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:3146: result: no configure:3109: checking for string.h configure:3126: cc -c -fno-common conftest.c >&5 configure:3129: $? = 0 configure:3132: test -s conftest. configure:3135: $? = 1 configure: failed program was: | #line 3114 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define VERSION "0.7.6" | #define HAVE_LIBCRYPTO 1 | #define HAVE_LIBSSL 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_DARWIN 1 | #define ENABLE_RFC2449 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:3146: result: no configure:3109: checking for memory.h configure:3126: cc -c -fno-common conftest.c >&5 configure:3129: $? = 0 configure:3132: test -s conftest. configure:3135: $? = 1 configure: failed program was: | #line 3114 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define VERSION "0.7.6" | #define HAVE_LIBCRYPTO 1 | #define HAVE_LIBSSL 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_DARWIN 1 | #define ENABLE_RFC2449 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:3146: result: no configure:3109: checking for strings.h configure:3126: cc -c -fno-common conftest.c >&5 configure:3129: $? = 0 configure:3132: test -s conftest. configure:3135: $? = 1 configure: failed program was: | #line 3114 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define VERSION "0.7.6" | #define HAVE_LIBCRYPTO 1 | #define HAVE_LIBSSL 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_DARWIN 1 | #define ENABLE_RFC2449 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:3146: result: no configure:3109: checking for inttypes.h configure:3126: cc -c -fno-common conftest.c >&5 configure:3129: $? = 0 configure:3132: test -s conftest. configure:3135: $? = 1 configure: failed program was: | #line 3114 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define VERSION "0.7.6" | #define HAVE_LIBCRYPTO 1 | #define HAVE_LIBSSL 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_DARWIN 1 | #define ENABLE_RFC2449 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:3146: result: no configure:3109: checking for stdint.h configure:3126: cc -c -fno-common conftest.c >&5 configure:3129: $? = 0 configure:3132: test -s conftest. configure:3135: $? = 1 configure: failed program was: | #line 3114 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define VERSION "0.7.6" | #define HAVE_LIBCRYPTO 1 | #define HAVE_LIBSSL 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_DARWIN 1 | #define ENABLE_RFC2449 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:3146: result: no configure:3109: checking for unistd.h configure:3126: cc -c -fno-common conftest.c >&5 configure:3129: $? = 0 configure:3132: test -s conftest. configure:3135: $? = 1 configure: failed program was: | #line 3114 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define VERSION "0.7.6" | #define HAVE_LIBCRYPTO 1 | #define HAVE_LIBSSL 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_DARWIN 1 | #define ENABLE_RFC2449 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:3146: result: no configure:3191: checking crypt.h usability configure:3204: cc -c -fno-common conftest.c >&5 configure:3241:19: crypt.h: No such file or directory configure:3207: $? = 1 configure: failed program was: | #line 3193 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define VERSION "0.7.6" | #define HAVE_LIBCRYPTO 1 | #define HAVE_LIBSSL 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_DARWIN 1 | #define ENABLE_RFC2449 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:3223: result: no configure:3227: checking crypt.h presence configure:3238: cc -E conftest.c configure:3243:19: crypt.h: No such file or directory configure:3244: $? = 1 configure: failed program was: | #line 3229 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define VERSION "0.7.6" | #define HAVE_LIBCRYPTO 1 | #define HAVE_LIBSSL 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_DARWIN 1 | #define ENABLE_RFC2449 1 | /* end confdefs.h. */ | #include configure:3263: result: no configure:3299: checking for crypt.h configure:3306: result: no configure:3191: checking time.h usability configure:3204: cc -c -fno-common conftest.c >&5 configure:3207: $? = 0 configure:3210: test -s conftest. configure:3213: $? = 1 configure: failed program was: | #line 3193 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define VERSION "0.7.6" | #define HAVE_LIBCRYPTO 1 | #define HAVE_LIBSSL 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_DARWIN 1 | #define ENABLE_RFC2449 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:3223: result: no configure:3227: checking time.h presence configure:3238: cc -E conftest.c configure:3244: $? = 0 configure:3263: result: yes configure:3283: WARNING: time.h: present but cannot be compiled configure:3285: WARNING: time.h: check for missing prerequisite headers? configure:3287: WARNING: time.h: proceeding with the preprocessor's result configure:3299: checking for time.h configure:3306: result: yes configure:3191: checking sys/time.h usability configure:3204: cc -c -fno-common conftest.c >&5 configure:3207: $? = 0 configure:3210: test -s conftest. configure:3213: $? = 1 configure: failed program was: | #line 3193 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define VERSION "0.7.6" | #define HAVE_LIBCRYPTO 1 | #define HAVE_LIBSSL 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_DARWIN 1 | #define ENABLE_RFC2449 1 | #define HAVE_TIME_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:3223: result: no configure:3227: checking sys/time.h presence configure:3238: cc -E conftest.c configure:3244: $? = 0 configure:3263: result: yes configure:3283: WARNING: sys/time.h: present but cannot be compiled configure:3285: WARNING: sys/time.h: check for missing prerequisite headers? configure:3287: WARNING: sys/time.h: proceeding with the preprocessor's result configure:3299: checking for sys/time.h configure:3306: result: yes configure:3182: checking for sys/wait.h configure:3187: result: no configure:3191: checking sys/resource.h usability configure:3204: cc -c -fno-common conftest.c >&5 configure:3207: $? = 0 configure:3210: test -s conftest. configure:3213: $? = 1 configure: failed program was: | #line 3193 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define VERSION "0.7.6" | #define HAVE_LIBCRYPTO 1 | #define HAVE_LIBSSL 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_DARWIN 1 | #define ENABLE_RFC2449 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_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:3223: result: no configure:3227: checking sys/resource.h presence configure:3238: cc -E conftest.c configure:3244: $? = 0 configure:3263: result: yes configure:3283: WARNING: sys/resource.h: present but cannot be compiled configure:3285: WARNING: sys/resource.h: check for missing prerequisite headers? configure:3287: WARNING: sys/resource.h: proceeding with the preprocessor's result configure:3299: checking for sys/resource.h configure:3306: result: yes configure:3191: checking ctype.h usability configure:3204: cc -c -fno-common conftest.c >&5 configure:3207: $? = 0 configure:3210: test -s conftest. configure:3213: $? = 1 configure: failed program was: | #line 3193 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define VERSION "0.7.6" | #define HAVE_LIBCRYPTO 1 | #define HAVE_LIBSSL 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_DARWIN 1 | #define ENABLE_RFC2449 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_RESOURCE_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:3223: result: no configure:3227: checking ctype.h presence configure:3238: cc -E conftest.c configure:3244: $? = 0 configure:3263: result: yes configure:3283: WARNING: ctype.h: present but cannot be compiled configure:3285: WARNING: ctype.h: check for missing prerequisite headers? configure:3287: WARNING: ctype.h: proceeding with the preprocessor's result configure:3299: checking for ctype.h configure:3306: result: yes configure:3191: checking errno.h usability configure:3204: cc -c -fno-common conftest.c >&5 configure:3207: $? = 0 configure:3210: test -s conftest. configure:3213: $? = 1 configure: failed program was: | #line 3193 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define VERSION "0.7.6" | #define HAVE_LIBCRYPTO 1 | #define HAVE_LIBSSL 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_DARWIN 1 | #define ENABLE_RFC2449 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_CTYPE_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:3223: result: no configure:3227: checking errno.h presence configure:3238: cc -E conftest.c configure:3244: $? = 0 configure:3263: result: yes configure:3283: WARNING: errno.h: present but cannot be compiled configure:3285: WARNING: errno.h: check for missing prerequisite headers? configure:3287: WARNING: errno.h: proceeding with the preprocessor's result configure:3299: checking for errno.h configure:3306: result: yes configure:3191: checking fcntl.h usability configure:3204: cc -c -fno-common conftest.c >&5 configure:3207: $? = 0 configure:3210: test -s conftest. configure:3213: $? = 1 configure: failed program was: | #line 3193 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define VERSION "0.7.6" | #define HAVE_LIBCRYPTO 1 | #define HAVE_LIBSSL 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_DARWIN 1 | #define ENABLE_RFC2449 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_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:3223: result: no configure:3227: checking fcntl.h presence configure:3238: cc -E conftest.c configure:3244: $? = 0 configure:3263: result: yes configure:3283: WARNING: fcntl.h: present but cannot be compiled configure:3285: WARNING: fcntl.h: check for missing prerequisite headers? configure:3287: WARNING: fcntl.h: proceeding with the preprocessor's result configure:3299: checking for fcntl.h configure:3306: result: yes configure:3191: checking netdb.h usability configure:3204: cc -c -fno-common conftest.c >&5 configure:3207: $? = 0 configure:3210: test -s conftest. configure:3213: $? = 1 configure: failed program was: | #line 3193 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define VERSION "0.7.6" | #define HAVE_LIBCRYPTO 1 | #define HAVE_LIBSSL 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_DARWIN 1 | #define ENABLE_RFC2449 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_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:3223: result: no configure:3227: checking netdb.h presence configure:3238: cc -E conftest.c configure:3244: $? = 0 configure:3263: result: yes configure:3283: WARNING: netdb.h: present but cannot be compiled configure:3285: WARNING: netdb.h: check for missing prerequisite headers? configure:3287: WARNING: netdb.h: proceeding with the preprocessor's result configure:3299: checking for netdb.h configure:3306: result: yes configure:3191: checking pwd.h usability configure:3204: cc -c -fno-common conftest.c >&5 configure:3207: $? = 0 configure:3210: test -s conftest. configure:3213: $? = 1 configure: failed program was: | #line 3193 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define VERSION "0.7.6" | #define HAVE_LIBCRYPTO 1 | #define HAVE_LIBSSL 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_DARWIN 1 | #define ENABLE_RFC2449 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_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:3223: result: no configure:3227: checking pwd.h presence configure:3238: cc -E conftest.c configure:3244: $? = 0 configure:3263: result: yes configure:3283: WARNING: pwd.h: present but cannot be compiled configure:3285: WARNING: pwd.h: check for missing prerequisite headers? configure:3287: WARNING: pwd.h: proceeding with the preprocessor's result configure:3299: checking for pwd.h configure:3306: result: yes configure:3182: checking for sys/types.h configure:3187: result: no configure:3182: checking for sys/stat.h configure:3187: result: no configure:3191: checking netinet/in.h usability configure:3204: cc -c -fno-common conftest.c >&5 configure:3207: $? = 0 configure:3210: test -s conftest. configure:3213: $? = 1 configure: failed program was: | #line 3193 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define VERSION "0.7.6" | #define HAVE_LIBCRYPTO 1 | #define HAVE_LIBSSL 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_DARWIN 1 | #define ENABLE_RFC2449 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PWD_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:3223: result: no configure:3227: checking netinet/in.h presence configure:3238: cc -E conftest.c configure:3244: $? = 0 configure:3263: result: yes configure:3283: WARNING: netinet/in.h: present but cannot be compiled configure:3285: WARNING: netinet/in.h: check for missing prerequisite headers? configure:3287: WARNING: netinet/in.h: proceeding with the preprocessor's result configure:3299: checking for netinet/in.h configure:3306: result: yes configure:3191: checking shadow.h usability configure:3204: cc -c -fno-common conftest.c >&5 configure:3250:20: shadow.h: No such file or directory configure:3207: $? = 1 configure: failed program was: | #line 3193 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define VERSION "0.7.6" | #define HAVE_LIBCRYPTO 1 | #define HAVE_LIBSSL 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_DARWIN 1 | #define ENABLE_RFC2449 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PWD_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:3223: result: no configure:3227: checking shadow.h presence configure:3238: cc -E conftest.c configure:3252:20: shadow.h: No such file or directory configure:3244: $? = 1 configure: failed program was: | #line 3229 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define VERSION "0.7.6" | #define HAVE_LIBCRYPTO 1 | #define HAVE_LIBSSL 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_DARWIN 1 | #define ENABLE_RFC2449 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | /* end confdefs.h. */ | #include configure:3263: result: no configure:3299: checking for shadow.h configure:3306: result: no configure:3182: checking for stdlib.h configure:3187: result: no configure:3182: checking for string.h configure:3187: result: no configure:3191: checking sys/file.h usability configure:3204: cc -c -fno-common conftest.c >&5 configure:3207: $? = 0 configure:3210: test -s conftest. configure:3213: $? = 1 configure: failed program was: | #line 3193 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define VERSION "0.7.6" | #define HAVE_LIBCRYPTO 1 | #define HAVE_LIBSSL 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_DARWIN 1 | #define ENABLE_RFC2449 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PWD_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:3223: result: no configure:3227: checking sys/file.h presence configure:3238: cc -E conftest.c configure:3244: $? = 0 configure:3263: result: yes configure:3283: WARNING: sys/file.h: present but cannot be compiled configure:3285: WARNING: sys/file.h: check for missing prerequisite headers? configure:3287: WARNING: sys/file.h: proceeding with the preprocessor's result configure:3299: checking for sys/file.h configure:3306: result: yes configure:3191: checking sys/socket.h usability configure:3204: cc -c -fno-common conftest.c >&5 configure:3207: $? = 0 configure:3210: test -s conftest. configure:3213: $? = 1 configure: failed program was: | #line 3193 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define VERSION "0.7.6" | #define HAVE_LIBCRYPTO 1 | #define HAVE_LIBSSL 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_DARWIN 1 | #define ENABLE_RFC2449 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_FILE_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:3223: result: no configure:3227: checking sys/socket.h presence configure:3238: cc -E conftest.c configure:3244: $? = 0 configure:3263: result: yes configure:3283: WARNING: sys/socket.h: present but cannot be compiled configure:3285: WARNING: sys/socket.h: check for missing prerequisite headers? configure:3287: WARNING: sys/socket.h: proceeding with the preprocessor's result configure:3299: checking for sys/socket.h configure:3306: result: yes configure:3191: checking syslog.h usability configure:3204: cc -c -fno-common conftest.c >&5 configure:3207: $? = 0 configure:3210: test -s conftest. configure:3213: $? = 1 configure: failed program was: | #line 3193 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define VERSION "0.7.6" | #define HAVE_LIBCRYPTO 1 | #define HAVE_LIBSSL 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_DARWIN 1 | #define ENABLE_RFC2449 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_FILE_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:3223: result: no configure:3227: checking syslog.h presence configure:3238: cc -E conftest.c configure:3244: $? = 0 configure:3263: result: yes configure:3283: WARNING: syslog.h: present but cannot be compiled configure:3285: WARNING: syslog.h: check for missing prerequisite headers? configure:3287: WARNING: syslog.h: proceeding with the preprocessor's result configure:3299: checking for syslog.h configure:3306: result: yes configure:3182: checking for unistd.h configure:3187: result: no configure:3321: checking for an ANSI C-conforming const configure:3389: cc -c -fno-common conftest.c >&5 configure:3392: $? = 0 configure:3395: test -s conftest. configure:3398: $? = 1 configure: failed program was: | #line 3326 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define VERSION "0.7.6" | #define HAVE_LIBCRYPTO 1 | #define HAVE_LIBSSL 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_DARWIN 1 | #define ENABLE_RFC2449 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYSLOG_H 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:3409: result: no configure:3419: checking for uid_t in sys/types.h configure:3443: result: yes configure:3458: checking for pid_t configure:3483: cc -c -fno-common conftest.c >&5 configure: In function `main': configure:3527: error: `pid_t' undeclared (first use in this function) configure:3527: error: (Each undeclared identifier is reported only once configure:3527: error: for each function it appears in.) configure:3527: error: parse error before ')' token configure:3486: $? = 1 configure: failed program was: | #line 3463 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define VERSION "0.7.6" | #define HAVE_LIBCRYPTO 1 | #define HAVE_LIBSSL 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_DARWIN 1 | #define ENABLE_RFC2449 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYSLOG_H 1 | #define const | /* 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 | int | main () | { | if ((pid_t *) 0) | return 0; | if (sizeof (pid_t)) | return 0; | ; | return 0; | } configure:3503: result: no configure:3515: checking for size_t configure:3540: cc -c -fno-common conftest.c >&5 configure:3543: $? = 0 configure:3546: test -s conftest. configure:3549: $? = 1 configure: failed program was: | #line 3520 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define VERSION "0.7.6" | #define HAVE_LIBCRYPTO 1 | #define HAVE_LIBSSL 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_DARWIN 1 | #define ENABLE_RFC2449 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYSLOG_H 1 | #define const | #define pid_t int | /* 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 | int | main () | { | if ((size_t *) 0) | return 0; | if (sizeof (size_t)) | return 0; | ; | return 0; | } configure:3560: result: no configure:3583: checking for realloc configure:3633: cc -o conftest -fno-common conftest.c -lcrypt -lssl -lcrypto >&5 configure:3636: $? = 0 configure:3639: test -s conftest configure:3642: $? = 0 configure:3653: result: yes configure:3583: checking for atexit configure:3633: cc -o conftest -fno-common conftest.c -lcrypt -lssl -lcrypto >&5 configure:3636: $? = 0 configure:3639: test -s conftest configure:3642: $? = 0 configure:3653: result: yes configure:3583: checking for memset configure:3633: cc -o conftest -fno-common conftest.c -lcrypt -lssl -lcrypto >&5 configure:3635: warning: conflicting types for built-in function `memset' configure:3636: $? = 0 configure:3639: test -s conftest configure:3642: $? = 0 configure:3653: result: yes configure:3583: checking for socket configure:3633: cc -o conftest -fno-common conftest.c -lcrypt -lssl -lcrypto >&5 configure:3636: $? = 0 configure:3639: test -s conftest configure:3642: $? = 0 configure:3653: result: yes configure:3583: checking for strncasecmp configure:3633: cc -o conftest -fno-common conftest.c -lcrypt -lssl -lcrypto >&5 configure:3636: $? = 0 configure:3639: test -s conftest configure:3642: $? = 0 configure:3653: result: yes configure:3583: checking for lockf configure:3633: cc -o conftest -fno-common conftest.c -lcrypt -lssl -lcrypto >&5 configure:3636: $? = 0 configure:3639: test -s conftest configure:3642: $? = 0 configure:3653: result: yes configure:3760: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by config.status, which was generated by GNU Autoconf 2.57. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on darwintel config.status:617: creating Makefile config.status:617: creating redhat/akpop3d.spec config.status:721: creating config.h ## ---------------- ## ## Cache variables. ## ## ---------------- ## 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_atexit=yes ac_cv_func_lockf=yes ac_cv_func_memset=yes ac_cv_func_realloc=yes ac_cv_func_socket=yes ac_cv_func_strncasecmp=yes ac_cv_header_crypt_h=no ac_cv_header_ctype_h=yes ac_cv_header_errno_h=yes ac_cv_header_fcntl_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_pwd_h=yes ac_cv_header_shadow_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_file_h=yes ac_cv_header_sys_resource_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_sys_wait_h=no ac_cv_header_syslog_h=yes ac_cv_header_time_h=yes ac_cv_header_unistd_h=no ac_cv_lib_crypt_crypt=yes ac_cv_lib_crypto_BIO_new=yes ac_cv_lib_mysqlclient_mysql_init=no ac_cv_lib_socket_socket=no 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_type_pid_t=no ac_cv_type_size_t=no ac_cv_type_uid_t=yes lt_cv_sys_max_cmd_len= ## ----------------- ## ## Output variables. ## ## ----------------- ## CC='cc' CFLAGS='-fno-common' CPP='cc -E' CPPFLAGS='' 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='-lcrypt -lssl -lcrypto ' LTLIBOBJS='' OBJEXT='' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_VERSION='' PATH_SEPARATOR=':' SHELL='/bin/sh' VERSION='0.7.6' ac_ct_CC='' bindir='${exec_prefix}/bin' build_alias='i386-unknown-gnu' datadir='${prefix}/share' exec_prefix='${prefix}' host_alias='i386-unknown-gnu' 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_alias='i386-unknown-gnu' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define ENABLE_RFC2449 1 #define HAVE_ATEXIT 1 #define HAVE_CTYPE_H 1 #define HAVE_DARWIN 1 #define HAVE_ERRNO_H 1 #define HAVE_FCNTL_H 1 #define HAVE_LIBCRYPT 1 #define HAVE_LIBCRYPTO 1 #define HAVE_LIBSSL 1 #define HAVE_LOCKF 1 #define HAVE_MEMSET 1 #define HAVE_NETDB_H 1 #define HAVE_NETINET_IN_H 1 #define HAVE_PWD_H 1 #define HAVE_REALLOC 1 #define HAVE_SOCKET 1 #define HAVE_STRNCASECMP 1 #define HAVE_SYSLOG_H 1 #define HAVE_SYS_FILE_H 1 #define HAVE_SYS_RESOURCE_H 1 #define HAVE_SYS_SOCKET_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_TIME_H 1 #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "" #define PACKAGE_STRING "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define VERSION "0.7.6" #define const #define pid_t int #define size_t unsigned configure: exit 0