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 --with-perl=/usr/local/bin/perl5.8.8 ## --------- ## ## 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: 125 tasks, 180 threads, 4 processors Load average: 1.53, Mach factor: 2.46 /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: /bin PATH: /sbin PATH: /usr/bin PATH: /usr/sbin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1306: checking for gcc configure:1322: found /usr/bin/gcc configure:1332: result: gcc configure:1576: checking for C compiler version configure:1579: gcc --version &5 gcc (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:1582: $? = 0 configure:1584: gcc -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:1587: $? = 0 configure:1589: gcc -V &5 gcc: `-V' option must have argument configure:1592: $? = 1 configure:1615: checking for C compiler default output file name configure:1618: gcc conftest.c >&5 configure:1621: $? = 0 configure:1667: result: a.out configure:1672: checking whether the C compiler works configure:1678: ./a.out configure:1681: $? = 0 configure:1698: result: yes configure:1705: checking whether we are cross compiling configure:1707: result: no configure:1710: checking for suffix of executables configure:1712: gcc -o conftest conftest.c >&5 configure:1715: $? = 0 configure:1740: result: configure:1746: checking for suffix of object files configure:1767: gcc -c conftest.c >&5 configure:1770: $? = 0 configure:1792: result: configure:1796: checking whether we are using the GNU C compiler configure:1820: gcc -c conftest.c >&5 configure:1826: $? = 0 configure:1830: test -z || test ! -s conftest.err configure:1833: $? = 0 configure:1836: test -s conftest. configure:1839: $? = 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:1852: result: no configure:1858: checking whether gcc accepts -g configure:1879: gcc -c -g conftest.c >&5 configure:1885: $? = 0 configure:1889: test -z || test ! -s conftest.err configure:1892: $? = 0 configure:1895: test -s conftest. configure:1898: $? = 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:1909: result: no configure:1926: checking for gcc option to accept ANSI C configure:1996: gcc -c conftest.c >&5 configure:2002: $? = 0 configure:2006: test -z || test ! -s conftest.err configure:2009: $? = 0 configure:2012: test -s conftest. configure:2015: $? = 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:1996: gcc -qlanglvl=ansi -c conftest.c >&5 gcc: unrecognized option `-qlanglvl=ansi' configure:2002: $? = 0 configure:2006: test -z || test ! -s conftest.err configure:2009: $? = 0 configure:2012: test -s conftest. configure:2015: $? = 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:1996: gcc -std1 -c conftest.c >&5 cc1: error: unrecognized option `-std1' configure:2002: $? = 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:1996: gcc -Ae -c conftest.c >&5 :6:2: missing '(' after predicate configure:2002: $? = 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:1996: gcc -Aa -D_HPUX_SOURCE -c conftest.c >&5 :6:2: missing '(' after predicate configure:2002: $? = 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:1996: gcc -Xc -D__EXTENSIONS__ -c conftest.c >&5 gcc: unrecognized option `-Xc' configure:2002: $? = 0 configure:2006: test -z || test ! -s conftest.err configure:2009: $? = 0 configure:2012: test -s conftest. configure:2015: $? = 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:2033: result: none needed configure:2051: gcc -c conftest.c >&5 conftest.c:2: error: parse error before "me" configure:2057: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:2207: checking for perl5 configure:2226: found /usr/local/bin/perl5 configure:2238: result: /usr/local/bin/perl5 configure:2259: checking whether your Perl5 have PL_sv_undef configure:2303: result: yes configure:2323: checking how to run the C preprocessor configure:2358: gcc -E conftest.c configure:2364: $? = 0 configure:2396: gcc -E conftest.c conftest.c:10:28: ac_nonexistent.h: No such file or directory configure:2402: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_PL_SV_UNDEF 1 | /* end confdefs.h. */ | #include configure:2441: result: gcc -E configure:2465: gcc -E conftest.c configure:2471: $? = 0 configure:2503: gcc -E conftest.c conftest.c:10:28: ac_nonexistent.h: No such file or directory configure:2509: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_PL_SV_UNDEF 1 | /* end confdefs.h. */ | #include configure:2553: checking for egrep configure:2563: result: grep -E configure:2571: checking for getaddrinfo configure:2628: gcc -o conftest conftest.c >&5 configure:2634: $? = 0 configure:2638: test -z || test ! -s conftest.err configure:2641: $? = 0 configure:2644: test -s conftest configure:2647: $? = 0 configure:2659: result: yes configure:2967: checking for getnameinfo configure:3024: gcc -o conftest conftest.c >&5 configure:3030: $? = 0 configure:3034: test -z || test ! -s conftest.err configure:3037: $? = 0 configure:3040: test -s conftest configure:3043: $? = 0 configure:3055: result: yes configure:3363: checking for gethostbyname2 configure:3420: gcc -o conftest conftest.c >&5 configure:3426: $? = 0 configure:3430: test -z || test ! -s conftest.err configure:3433: $? = 0 configure:3436: test -s conftest configure:3439: $? = 0 configure:3451: result: yes configure:3759: checking for getipnodebyname configure:3816: gcc -o conftest conftest.c >&5 configure:3822: $? = 0 configure:3826: test -z || test ! -s conftest.err configure:3829: $? = 0 configure:3832: test -s conftest configure:3835: $? = 0 configure:3847: result: yes configure:4155: checking for getipnodebyaddr configure:4212: gcc -o conftest conftest.c >&5 configure:4218: $? = 0 configure:4222: test -z || test ! -s conftest.err configure:4225: $? = 0 configure:4228: test -s conftest configure:4231: $? = 0 configure:4243: result: yes configure:4551: checking for inet_pton configure:4608: gcc -o conftest conftest.c >&5 configure:4614: $? = 0 configure:4618: test -z || test ! -s conftest.err configure:4621: $? = 0 configure:4624: test -s conftest configure:4627: $? = 0 configure:4639: result: yes configure:4947: checking for inet_ntop configure:5004: gcc -o conftest conftest.c >&5 configure:5010: $? = 0 configure:5014: test -z || test ! -s conftest.err configure:5017: $? = 0 configure:5020: test -s conftest configure:5023: $? = 0 configure:5035: result: yes configure:5346: checking whether you have sa_len in struct sockaddr configure:5368: gcc -c conftest.c >&5 configure:5374: $? = 0 configure:5378: test -z || test ! -s conftest.err configure:5381: $? = 0 configure:5384: test -s conftest. configure:5387: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_PL_SV_UNDEF 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_GETIPNODEBYNAME 1 | #define HAVE_GETIPNODEBYADDR 1 | #define HAVE_INET_PTON 1 | #define HAVE_INET_NTOP 1 | /* end confdefs.h. */ | #include | #include | int | main () | { | struct sockaddr sa; int i = sa.sa_len; | ; | return 0; | } configure:5407: result: no configure:5410: checking whether you have sin6_scope_id in struct sockaddr_in6 configure:5433: gcc -c conftest.c >&5 configure:5439: $? = 0 configure:5443: test -z || test ! -s conftest.err configure:5446: $? = 0 configure:5449: test -s conftest. configure:5452: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_PL_SV_UNDEF 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_GETIPNODEBYNAME 1 | #define HAVE_GETIPNODEBYADDR 1 | #define HAVE_INET_PTON 1 | #define HAVE_INET_NTOP 1 | /* end confdefs.h. */ | #include | #include | #include | int | main () | { | struct sockaddr_in6 sin6; int i = sin6.sin6_scope_id; | ; | return 0; | } configure:5472: result: no configure:5475: checking for socklen_t configure:5497: gcc -o conftest conftest.c >&5 configure:5503: $? = 0 configure:5507: test -z || test ! -s conftest.err configure:5510: $? = 0 configure:5513: test -s conftest configure:5516: $? = 0 configure:5537: result: yes configure:5639: 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:646: creating config.pl config.status:646: creating gailookup.pl config.status:749: creating config.h ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_c_compiler_gnu=no ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set= ac_cv_env_CFLAGS_value= ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_build_alias_set= ac_cv_env_build_alias_value= ac_cv_env_host_alias_set= ac_cv_env_host_alias_value= ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_exeext= ac_cv_func_getaddrinfo=yes ac_cv_func_gethostbyname2=yes ac_cv_func_getipnodebyaddr=yes ac_cv_func_getipnodebyname=yes ac_cv_func_getnameinfo=yes ac_cv_func_inet_ntop=yes ac_cv_func_inet_pton=yes ac_cv_lib_inet6_getaddrinfo=no ac_cv_lib_inet6_gethostbyname2=no ac_cv_lib_inet6_getipnodebyaddr=no ac_cv_lib_inet6_getipnodebyname=no ac_cv_lib_inet6_getnameinfo=no ac_cv_lib_inet6_inet_ntop=no ac_cv_lib_inet6_inet_pton=no ac_cv_lib_socket_getaddrinfo=no ac_cv_lib_socket_gethostbyname2=no ac_cv_lib_socket_getipnodebyaddr=no ac_cv_lib_socket_getipnodebyname=no ac_cv_lib_socket_getnameinfo=no ac_cv_lib_socket_inet_ntop=no ac_cv_lib_socket_inet_pton=no ac_cv_objext= ac_cv_path_perl=/usr/local/bin/perl5 ac_cv_prog_CPP='gcc -E' ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_cc_g=no ac_cv_prog_cc_stdc=no ac_cv_prog_egrep='grep -E' ipv6_cv_getaddrinfo=yes ipv6_cv_gethostbyname2=yes ipv6_cv_getipnodebyaddr=yes ipv6_cv_getipnodebyname=yes ipv6_cv_getnameinfo=yes ipv6_cv_inet_ntop=yes ipv6_cv_inet_pton=yes ipv6_cv_sa_len=no ipv6_cv_sin6_scope_id=no ipv6_cv_socklen_t=yes socket6_cv_perl_path=/usr/local/bin/perl5 socket6_cv_pl_sv_undef=yes ## ----------------- ## ## Output variables. ## ## ----------------- ## CC='gcc' CFLAGS='' CPP='gcc -E' CPPFLAGS='' DEFINES='' DEFS='-DHAVE_CONFIG_H' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='grep -E' EXEEXT='' INET6LIBS='' LDFLAGS='' LIBOBJS='' LIBS='' LTLIBOBJS='' OBJEXT='' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_VERSION='' PATH_SEPARATOR=':' PERLPATH='/usr/local/bin/perl5' SHELL='/bin/sh' ac_ct_CC='gcc' bindir='${exec_prefix}/bin' build_alias='' datadir='${prefix}/share' exec_prefix='${prefix}' host_alias='' includedir='${prefix}/include' infodir='${prefix}/info' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localstatedir='${prefix}/var' mandir='${prefix}/man' oldincludedir='/usr/include' perl='/usr/local/bin/perl5' prefix='/usr/local' program_transform_name='s,x,x,' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define HAVE_GETADDRINFO 1 #define HAVE_GETHOSTBYNAME2 1 #define HAVE_GETIPNODEBYADDR 1 #define HAVE_GETIPNODEBYNAME 1 #define HAVE_GETNAMEINFO 1 #define HAVE_INET_NTOP 1 #define HAVE_INET_PTON 1 #define HAVE_PL_SV_UNDEF 1 #define HAVE_SOCKLEN_T 1 #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "" #define PACKAGE_STRING "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" configure: exit 0