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: 135 tasks, 192 threads, 4 processors Load average: 1.10, Mach factor: 2.89 /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: /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:1312: checking for i386-unknown-gnu-gcc configure:1338: result: cc configure:1620: checking for C compiler version configure:1623: 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:1626: $? = 0 configure:1628: 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:1631: $? = 0 configure:1633: cc -V &5 cc: `-V' option must have argument configure:1636: $? = 1 configure:1659: checking for C compiler default output file name configure:1662: cc -fno-common conftest.c >&5 configure:1665: $? = 0 configure:1711: result: a.out configure:1716: checking whether the C compiler works configure:1722: ./a.out configure:1725: $? = 0 configure:1742: result: yes configure:1749: checking whether we are cross compiling configure:1751: result: no configure:1754: checking for suffix of executables configure:1756: cc -o conftest -fno-common conftest.c >&5 configure:1759: $? = 0 configure:1784: result: configure:1790: checking for suffix of object files configure:1811: cc -c -fno-common conftest.c >&5 configure:1814: $? = 0 configure:1836: result: configure:1840: checking whether we are using the GNU C compiler configure:1864: cc -c -fno-common conftest.c >&5 configure:1870: $? = 0 configure:1874: test -z || test ! -s conftest.err configure:1877: $? = 0 configure:1880: test -s conftest. configure:1883: $? = 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:1896: result: no configure:1902: checking whether cc accepts -g configure:1923: cc -c -g conftest.c >&5 configure:1929: $? = 0 configure:1933: test -z || test ! -s conftest.err configure:1936: $? = 0 configure:1939: test -s conftest. configure:1942: $? = 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:1953: result: no configure:1970: checking for cc option to accept ANSI C configure:2040: cc -c -fno-common conftest.c >&5 configure:2046: $? = 0 configure:2050: test -z || test ! -s conftest.err configure:2053: $? = 0 configure:2056: test -s conftest. configure:2059: $? = 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:2040: cc -qlanglvl=ansi -c -fno-common conftest.c >&5 cc: unrecognized option `-qlanglvl=ansi' configure:2046: $? = 0 configure:2050: test -z || test ! -s conftest.err configure:2053: $? = 0 configure:2056: test -s conftest. configure:2059: $? = 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:2040: cc -std1 -c -fno-common conftest.c >&5 cc1: error: unrecognized option `-std1' configure:2046: $? = 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:2040: cc -Ae -c -fno-common conftest.c >&5 :6:2: missing '(' after predicate configure:2046: $? = 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:2040: cc -Aa -D_HPUX_SOURCE -c -fno-common conftest.c >&5 :6:2: missing '(' after predicate configure:2046: $? = 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:2040: cc -Xc -D__EXTENSIONS__ -c -fno-common conftest.c >&5 cc: unrecognized option `-Xc' configure:2046: $? = 0 configure:2050: test -z || test ! -s conftest.err configure:2053: $? = 0 configure:2056: test -s conftest. configure:2059: $? = 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:2077: result: none needed configure:2095: cc -c -fno-common conftest.c >&5 conftest.c:2: error: parse error before "me" configure:2101: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:2274: checking for a BSD-compatible install configure:2329: result: /usr/bin/install -c -o root -g wheel configure:2340: checking whether build environment is sane configure:2383: result: yes configure:2448: checking for gawk configure:2464: found /usr/local/bin/gawk configure:2474: result: gawk configure:2484: checking whether gmake sets $(MAKE) configure:2504: result: yes configure:2534: checking for style of include used by gmake configure:2562: result: GNU configure:2738: checking dependency style of cc configure:2828: result: gcc3 configure:2852: checking for flex configure:2868: found /usr/bin/flex configure:2878: result: flex configure:2891: checking for yywrap in -lfl configure:2921: cc -o conftest -fno-common conftest.c -lfl >&5 configure:2927: $? = 0 configure:2931: test -z || test ! -s conftest.err configure:2934: $? = 0 configure:2937: test -s conftest configure:2940: $? = 0 configure:2953: result: yes configure:3031: checking lex output file root configure:3042: flex conftest.l configure:3045: $? = 0 configure:3057: result: lex.yy configure:3062: checking whether yytext is a pointer configure:3078: cc -o conftest -fno-common conftest.c -lfl >&5 configure:3084: $? = 0 configure:3088: test -z || test ! -s conftest.err configure:3091: $? = 0 configure:3094: test -s conftest configure:3097: $? = 0 configure:3111: result: yes configure:3127: checking for main in -lm configure:3151: cc -o conftest -fno-common conftest.c -lm >&5 configure:3157: $? = 0 configure:3161: test -z || test ! -s conftest.err configure:3164: $? = 0 configure:3167: test -s conftest configure:3170: $? = 0 configure:3183: result: yes configure:3195: checking for main in -lnsl configure:3219: cc -o conftest -fno-common conftest.c -lnsl -lm >&5 ld: can't locate file for: -lnsl configure:3225: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pgpool" | #define VERSION "3.2" | #define YYTEXT_POINTER 1 | #define HAVE_LIBM 1 | /* end confdefs.h. */ | | | int | main () | { | main (); | ; | return 0; | } configure:3251: result: no configure:3263: checking for main in -lsocket configure:3287: cc -o conftest -fno-common conftest.c -lsocket -lm >&5 ld: can't locate file for: -lsocket configure:3293: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pgpool" | #define VERSION "3.2" | #define YYTEXT_POINTER 1 | #define HAVE_LIBM 1 | /* end confdefs.h. */ | | | int | main () | { | main (); | ; | return 0; | } configure:3319: result: no configure:3331: checking for main in -lipc configure:3355: cc -o conftest -fno-common conftest.c -lipc -lm >&5 ld: can't locate file for: -lipc configure:3361: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pgpool" | #define VERSION "3.2" | #define YYTEXT_POINTER 1 | #define HAVE_LIBM 1 | /* end confdefs.h. */ | | | int | main () | { | main (); | ; | return 0; | } configure:3387: result: no configure:3399: checking for main in -lIPC configure:3423: cc -o conftest -fno-common conftest.c -lIPC -lm >&5 ld: can't locate file for: -lIPC configure:3429: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pgpool" | #define VERSION "3.2" | #define YYTEXT_POINTER 1 | #define HAVE_LIBM 1 | /* end confdefs.h. */ | | | int | main () | { | main (); | ; | return 0; | } configure:3455: result: no configure:3467: checking for main in -llc configure:3491: cc -o conftest -fno-common conftest.c -llc -lm >&5 ld: can't locate file for: -llc configure:3497: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pgpool" | #define VERSION "3.2" | #define YYTEXT_POINTER 1 | #define HAVE_LIBM 1 | /* end confdefs.h. */ | | | int | main () | { | main (); | ; | return 0; | } configure:3523: result: no configure:3535: checking for main in -lcompat configure:3559: cc -o conftest -fno-common conftest.c -lcompat -lm >&5 ld: can't locate file for: -lcompat configure:3565: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pgpool" | #define VERSION "3.2" | #define YYTEXT_POINTER 1 | #define HAVE_LIBM 1 | /* end confdefs.h. */ | | | int | main () | { | main (); | ; | return 0; | } configure:3591: result: no configure:3603: checking for main in -lBSD configure:3627: cc -o conftest -fno-common conftest.c -lBSD -lm >&5 ld: can't locate file for: -lBSD configure:3633: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pgpool" | #define VERSION "3.2" | #define YYTEXT_POINTER 1 | #define HAVE_LIBM 1 | /* end confdefs.h. */ | | | int | main () | { | main (); | ; | return 0; | } configure:3659: result: no configure:3671: checking for main in -lgen configure:3695: cc -o conftest -fno-common conftest.c -lgen -lm >&5 ld: can't locate file for: -lgen configure:3701: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pgpool" | #define VERSION "3.2" | #define YYTEXT_POINTER 1 | #define HAVE_LIBM 1 | /* end confdefs.h. */ | | | int | main () | { | main (); | ; | return 0; | } configure:3727: result: no configure:3739: checking for main in -lPW configure:3763: cc -o conftest -fno-common conftest.c -lPW -lm >&5 ld: can't locate file for: -lPW configure:3769: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pgpool" | #define VERSION "3.2" | #define YYTEXT_POINTER 1 | #define HAVE_LIBM 1 | /* end confdefs.h. */ | | | int | main () | { | main (); | ; | return 0; | } configure:3795: result: no configure:3807: checking for main in -lresolv configure:3831: cc -o conftest -fno-common conftest.c -lresolv -lm >&5 configure:3837: $? = 0 configure:3841: test -z || test ! -s conftest.err configure:3844: $? = 0 configure:3847: test -s conftest configure:3850: $? = 0 configure:3863: result: yes configure:3880: checking how to run the C preprocessor configure:3915: cc -E conftest.c configure:3921: $? = 0 configure:3953: cc -E conftest.c conftest.c:14:28: ac_nonexistent.h: No such file or directory configure:3959: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pgpool" | #define VERSION "3.2" | #define YYTEXT_POINTER 1 | #define HAVE_LIBM 1 | #define HAVE_LIBRESOLV 1 | /* end confdefs.h. */ | #include configure:3998: result: cc -E configure:4022: cc -E conftest.c configure:4028: $? = 0 configure:4060: cc -E conftest.c conftest.c:14:28: ac_nonexistent.h: No such file or directory configure:4066: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pgpool" | #define VERSION "3.2" | #define YYTEXT_POINTER 1 | #define HAVE_LIBM 1 | #define HAVE_LIBRESOLV 1 | /* end confdefs.h. */ | #include configure:4110: checking for egrep configure:4120: result: grep -E configure:4125: checking for ANSI C header files configure:4150: cc -c -fno-common conftest.c >&5 configure:4156: $? = 0 configure:4160: test -z || test ! -s conftest.err configure:4163: $? = 0 configure:4166: test -s conftest. configure:4169: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pgpool" | #define VERSION "3.2" | #define YYTEXT_POINTER 1 | #define HAVE_LIBM 1 | #define HAVE_LIBRESOLV 1 | /* end confdefs.h. */ | #include | #include | #include | #include | | int | main () | { | | ; | return 0; | } configure:4278: result: no configure:4288: checking for sys/wait.h that is POSIX.1 compatible configure:4319: cc -c -fno-common conftest.c >&5 configure:4325: $? = 0 configure:4329: test -z || test ! -s conftest.err configure:4332: $? = 0 configure:4335: test -s conftest. configure:4338: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pgpool" | #define VERSION "3.2" | #define YYTEXT_POINTER 1 | #define HAVE_LIBM 1 | #define HAVE_LIBRESOLV 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:4349: result: no configure:4373: checking for sys/types.h configure:4389: cc -c -fno-common conftest.c >&5 configure:4395: $? = 0 configure:4399: test -z || test ! -s conftest.err configure:4402: $? = 0 configure:4405: test -s conftest. configure:4408: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pgpool" | #define VERSION "3.2" | #define YYTEXT_POINTER 1 | #define HAVE_LIBM 1 | #define HAVE_LIBRESOLV 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:4419: result: no configure:4373: checking for sys/stat.h configure:4389: cc -c -fno-common conftest.c >&5 configure:4395: $? = 0 configure:4399: test -z || test ! -s conftest.err configure:4402: $? = 0 configure:4405: test -s conftest. configure:4408: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pgpool" | #define VERSION "3.2" | #define YYTEXT_POINTER 1 | #define HAVE_LIBM 1 | #define HAVE_LIBRESOLV 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:4419: result: no configure:4373: checking for stdlib.h configure:4389: cc -c -fno-common conftest.c >&5 configure:4395: $? = 0 configure:4399: test -z || test ! -s conftest.err configure:4402: $? = 0 configure:4405: test -s conftest. configure:4408: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pgpool" | #define VERSION "3.2" | #define YYTEXT_POINTER 1 | #define HAVE_LIBM 1 | #define HAVE_LIBRESOLV 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:4419: result: no configure:4373: checking for string.h configure:4389: cc -c -fno-common conftest.c >&5 configure:4395: $? = 0 configure:4399: test -z || test ! -s conftest.err configure:4402: $? = 0 configure:4405: test -s conftest. configure:4408: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pgpool" | #define VERSION "3.2" | #define YYTEXT_POINTER 1 | #define HAVE_LIBM 1 | #define HAVE_LIBRESOLV 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:4419: result: no configure:4373: checking for memory.h configure:4389: cc -c -fno-common conftest.c >&5 configure:4395: $? = 0 configure:4399: test -z || test ! -s conftest.err configure:4402: $? = 0 configure:4405: test -s conftest. configure:4408: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pgpool" | #define VERSION "3.2" | #define YYTEXT_POINTER 1 | #define HAVE_LIBM 1 | #define HAVE_LIBRESOLV 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:4419: result: no configure:4373: checking for strings.h configure:4389: cc -c -fno-common conftest.c >&5 configure:4395: $? = 0 configure:4399: test -z || test ! -s conftest.err configure:4402: $? = 0 configure:4405: test -s conftest. configure:4408: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pgpool" | #define VERSION "3.2" | #define YYTEXT_POINTER 1 | #define HAVE_LIBM 1 | #define HAVE_LIBRESOLV 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:4419: result: no configure:4373: checking for inttypes.h configure:4389: cc -c -fno-common conftest.c >&5 configure:4395: $? = 0 configure:4399: test -z || test ! -s conftest.err configure:4402: $? = 0 configure:4405: test -s conftest. configure:4408: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pgpool" | #define VERSION "3.2" | #define YYTEXT_POINTER 1 | #define HAVE_LIBM 1 | #define HAVE_LIBRESOLV 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:4419: result: no configure:4373: checking for stdint.h configure:4389: cc -c -fno-common conftest.c >&5 configure:4395: $? = 0 configure:4399: test -z || test ! -s conftest.err configure:4402: $? = 0 configure:4405: test -s conftest. configure:4408: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pgpool" | #define VERSION "3.2" | #define YYTEXT_POINTER 1 | #define HAVE_LIBM 1 | #define HAVE_LIBRESOLV 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:4419: result: no configure:4373: checking for unistd.h configure:4389: cc -c -fno-common conftest.c >&5 configure:4395: $? = 0 configure:4399: test -z || test ! -s conftest.err configure:4402: $? = 0 configure:4405: test -s conftest. configure:4408: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pgpool" | #define VERSION "3.2" | #define YYTEXT_POINTER 1 | #define HAVE_LIBM 1 | #define HAVE_LIBRESOLV 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:4419: result: no configure:4456: checking fcntl.h usability configure:4468: cc -c -fno-common conftest.c >&5 configure:4474: $? = 0 configure:4478: test -z || test ! -s conftest.err configure:4481: $? = 0 configure:4484: test -s conftest. configure:4487: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pgpool" | #define VERSION "3.2" | #define YYTEXT_POINTER 1 | #define HAVE_LIBM 1 | #define HAVE_LIBRESOLV 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:4497: result: no configure:4501: checking fcntl.h presence configure:4511: cc -E conftest.c configure:4517: $? = 0 configure:4537: result: yes configure:4550: WARNING: fcntl.h: present but cannot be compiled configure:4552: WARNING: fcntl.h: check for missing prerequisite headers? configure:4554: WARNING: fcntl.h: see the Autoconf documentation configure:4556: WARNING: fcntl.h: section "Present But Cannot Be Compiled" configure:4558: WARNING: fcntl.h: proceeding with the preprocessor's result configure:4560: WARNING: fcntl.h: in the future, the compiler will take precedence configure:4572: checking for fcntl.h configure:4579: result: yes configure:4447: checking for unistd.h configure:4452: result: no configure:4456: checking getopt.h usability configure:4468: cc -c -fno-common conftest.c >&5 configure:4474: $? = 0 configure:4478: test -z || test ! -s conftest.err configure:4481: $? = 0 configure:4484: test -s conftest. configure:4487: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pgpool" | #define VERSION "3.2" | #define YYTEXT_POINTER 1 | #define HAVE_LIBM 1 | #define HAVE_LIBRESOLV 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:4497: result: no configure:4501: checking getopt.h presence configure:4511: cc -E conftest.c configure:4517: $? = 0 configure:4537: result: yes configure:4550: WARNING: getopt.h: present but cannot be compiled configure:4552: WARNING: getopt.h: check for missing prerequisite headers? configure:4554: WARNING: getopt.h: see the Autoconf documentation configure:4556: WARNING: getopt.h: section "Present But Cannot Be Compiled" configure:4558: WARNING: getopt.h: proceeding with the preprocessor's result configure:4560: WARNING: getopt.h: in the future, the compiler will take precedence configure:4572: checking for getopt.h configure:4579: result: yes configure:4456: checking netinet/tcp.h usability configure:4468: cc -c -fno-common conftest.c >&5 configure:4474: $? = 0 configure:4478: test -z || test ! -s conftest.err configure:4481: $? = 0 configure:4484: test -s conftest. configure:4487: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pgpool" | #define VERSION "3.2" | #define YYTEXT_POINTER 1 | #define HAVE_LIBM 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_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:4497: result: no configure:4501: checking netinet/tcp.h presence configure:4511: cc -E conftest.c configure:4517: $? = 0 configure:4537: result: yes configure:4550: WARNING: netinet/tcp.h: present but cannot be compiled configure:4552: WARNING: netinet/tcp.h: check for missing prerequisite headers? configure:4554: WARNING: netinet/tcp.h: see the Autoconf documentation configure:4556: WARNING: netinet/tcp.h: section "Present But Cannot Be Compiled" configure:4558: WARNING: netinet/tcp.h: proceeding with the preprocessor's result configure:4560: WARNING: netinet/tcp.h: in the future, the compiler will take precedence configure:4572: checking for netinet/tcp.h configure:4579: result: yes configure:4456: checking netinet/in.h usability configure:4468: cc -c -fno-common conftest.c >&5 configure:4474: $? = 0 configure:4478: test -z || test ! -s conftest.err configure:4481: $? = 0 configure:4484: test -s conftest. configure:4487: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pgpool" | #define VERSION "3.2" | #define YYTEXT_POINTER 1 | #define HAVE_LIBM 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_NETINET_TCP_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:4497: result: no configure:4501: checking netinet/in.h presence configure:4511: cc -E conftest.c configure:4517: $? = 0 configure:4537: result: yes configure:4550: WARNING: netinet/in.h: present but cannot be compiled configure:4552: WARNING: netinet/in.h: check for missing prerequisite headers? configure:4554: WARNING: netinet/in.h: see the Autoconf documentation configure:4556: WARNING: netinet/in.h: section "Present But Cannot Be Compiled" configure:4558: WARNING: netinet/in.h: proceeding with the preprocessor's result configure:4560: WARNING: netinet/in.h: in the future, the compiler will take precedence configure:4572: checking for netinet/in.h configure:4579: result: yes configure:4456: checking netdb.h usability configure:4468: cc -c -fno-common conftest.c >&5 configure:4474: $? = 0 configure:4478: test -z || test ! -s conftest.err configure:4481: $? = 0 configure:4484: test -s conftest. configure:4487: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pgpool" | #define VERSION "3.2" | #define YYTEXT_POINTER 1 | #define HAVE_LIBM 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_NETINET_TCP_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:4497: result: no configure:4501: checking netdb.h presence configure:4511: cc -E conftest.c configure:4517: $? = 0 configure:4537: result: yes configure:4550: WARNING: netdb.h: present but cannot be compiled configure:4552: WARNING: netdb.h: check for missing prerequisite headers? configure:4554: WARNING: netdb.h: see the Autoconf documentation configure:4556: WARNING: netdb.h: section "Present But Cannot Be Compiled" configure:4558: WARNING: netdb.h: proceeding with the preprocessor's result configure:4560: WARNING: netdb.h: in the future, the compiler will take precedence configure:4572: checking for netdb.h configure:4579: result: yes configure:4456: checking sys/param.h usability configure:4468: cc -c -fno-common conftest.c >&5 configure:4474: $? = 0 configure:4478: test -z || test ! -s conftest.err configure:4481: $? = 0 configure:4484: test -s conftest. configure:4487: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pgpool" | #define VERSION "3.2" | #define YYTEXT_POINTER 1 | #define HAVE_LIBM 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_NETINET_IN_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:4497: result: no configure:4501: checking sys/param.h presence configure:4511: cc -E conftest.c configure:4517: $? = 0 configure:4537: result: yes configure:4550: WARNING: sys/param.h: present but cannot be compiled configure:4552: WARNING: sys/param.h: check for missing prerequisite headers? configure:4554: WARNING: sys/param.h: see the Autoconf documentation configure:4556: WARNING: sys/param.h: section "Present But Cannot Be Compiled" configure:4558: WARNING: sys/param.h: proceeding with the preprocessor's result configure:4560: WARNING: sys/param.h: in the future, the compiler will take precedence configure:4572: checking for sys/param.h configure:4579: result: yes configure:4447: checking for sys/types.h configure:4452: result: no configure:4456: checking sys/socket.h usability configure:4468: cc -c -fno-common conftest.c >&5 configure:4474: $? = 0 configure:4478: test -z || test ! -s conftest.err configure:4481: $? = 0 configure:4484: test -s conftest. configure:4487: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pgpool" | #define VERSION "3.2" | #define YYTEXT_POINTER 1 | #define HAVE_LIBM 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_PARAM_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:4497: result: no configure:4501: checking sys/socket.h presence configure:4511: cc -E conftest.c configure:4517: $? = 0 configure:4537: result: yes configure:4550: WARNING: sys/socket.h: present but cannot be compiled configure:4552: WARNING: sys/socket.h: check for missing prerequisite headers? configure:4554: WARNING: sys/socket.h: see the Autoconf documentation configure:4556: WARNING: sys/socket.h: section "Present But Cannot Be Compiled" configure:4558: WARNING: sys/socket.h: proceeding with the preprocessor's result configure:4560: WARNING: sys/socket.h: in the future, the compiler will take precedence configure:4572: checking for sys/socket.h configure:4579: result: yes configure:4456: checking sys/un.h usability configure:4468: cc -c -fno-common conftest.c >&5 configure:4474: $? = 0 configure:4478: test -z || test ! -s conftest.err configure:4481: $? = 0 configure:4484: test -s conftest. configure:4487: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pgpool" | #define VERSION "3.2" | #define YYTEXT_POINTER 1 | #define HAVE_LIBM 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_PARAM_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:4497: result: no configure:4501: checking sys/un.h presence configure:4511: cc -E conftest.c configure:4517: $? = 0 configure:4537: result: yes configure:4550: WARNING: sys/un.h: present but cannot be compiled configure:4552: WARNING: sys/un.h: check for missing prerequisite headers? configure:4554: WARNING: sys/un.h: see the Autoconf documentation configure:4556: WARNING: sys/un.h: section "Present But Cannot Be Compiled" configure:4558: WARNING: sys/un.h: proceeding with the preprocessor's result configure:4560: WARNING: sys/un.h: in the future, the compiler will take precedence configure:4572: checking for sys/un.h configure:4579: result: yes configure:4456: checking sys/time.h usability configure:4468: cc -c -fno-common conftest.c >&5 configure:4474: $? = 0 configure:4478: test -z || test ! -s conftest.err configure:4481: $? = 0 configure:4484: test -s conftest. configure:4487: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pgpool" | #define VERSION "3.2" | #define YYTEXT_POINTER 1 | #define HAVE_LIBM 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UN_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:4497: result: no configure:4501: checking sys/time.h presence configure:4511: cc -E conftest.c configure:4517: $? = 0 configure:4537: result: yes configure:4550: WARNING: sys/time.h: present but cannot be compiled configure:4552: WARNING: sys/time.h: check for missing prerequisite headers? configure:4554: WARNING: sys/time.h: see the Autoconf documentation configure:4556: WARNING: sys/time.h: section "Present But Cannot Be Compiled" configure:4558: WARNING: sys/time.h: proceeding with the preprocessor's result configure:4560: WARNING: sys/time.h: in the future, the compiler will take precedence configure:4572: checking for sys/time.h configure:4579: result: yes configure:4456: checking sys/pstat.h usability configure:4468: cc -c -fno-common conftest.c >&5 conftest.c:57:23: sys/pstat.h: No such file or directory configure:4474: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pgpool" | #define VERSION "3.2" | #define YYTEXT_POINTER 1 | #define HAVE_LIBM 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UN_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:4497: result: no configure:4501: checking sys/pstat.h presence configure:4511: cc -E conftest.c conftest.c:23:23: sys/pstat.h: No such file or directory configure:4517: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pgpool" | #define VERSION "3.2" | #define YYTEXT_POINTER 1 | #define HAVE_LIBM 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_TIME_H 1 | /* end confdefs.h. */ | #include configure:4537: result: no configure:4572: checking for sys/pstat.h configure:4579: result: no configure:4593: checking for an ANSI C-conforming const configure:4660: cc -c -fno-common conftest.c >&5 configure:4666: $? = 0 configure:4670: test -z || test ! -s conftest.err configure:4673: $? = 0 configure:4676: test -s conftest. configure:4679: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pgpool" | #define VERSION "3.2" | #define YYTEXT_POINTER 1 | #define HAVE_LIBM 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_TIME_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:4690: result: no configure:4700: checking for pid_t configure:4724: cc -c -fno-common conftest.c >&5 conftest.c: In function `main': conftest.c:61: error: `pid_t' undeclared (first use in this function) conftest.c:61: error: (Each undeclared identifier is reported only once conftest.c:61: error: for each function it appears in.) conftest.c:61: error: parse error before ')' token configure:4730: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pgpool" | #define VERSION "3.2" | #define YYTEXT_POINTER 1 | #define HAVE_LIBM 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_TIME_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:4754: result: no configure:4766: checking whether time.h and sys/time.h may both be included configure:4791: cc -c -fno-common conftest.c >&5 configure:4797: $? = 0 configure:4801: test -z || test ! -s conftest.err configure:4804: $? = 0 configure:4807: test -s conftest. configure:4810: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pgpool" | #define VERSION "3.2" | #define YYTEXT_POINTER 1 | #define HAVE_LIBM 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_TIME_H 1 | #define const | #define pid_t int | /* end confdefs.h. */ | #include | #include | #include | | int | main () | { | if ((struct tm *) 0) | return 0; | ; | return 0; | } configure:4821: result: no configure:4856: checking for struct sockaddr_storage configure:4885: cc -c -fno-common conftest.c >&5 configure:4891: $? = 0 configure:4895: test -z || test ! -s conftest.err configure:4898: $? = 0 configure:4901: test -s conftest. configure:4904: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pgpool" | #define VERSION "3.2" | #define YYTEXT_POINTER 1 | #define HAVE_LIBM 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_TIME_H 1 | #define const | #define pid_t int | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_SOCKET_H | #include | #endif | | | int | main () | { | if ((struct sockaddr_storage *) 0) | return 0; | if (sizeof (struct sockaddr_storage)) | return 0; | ; | return 0; | } configure:4915: result: no configure:4926: checking for struct sockaddr_storage.ss_family configure:4954: cc -c -fno-common conftest.c >&5 configure:4960: $? = 0 configure:4964: test -z || test ! -s conftest.err configure:4967: $? = 0 configure:4970: test -s conftest. configure:4973: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pgpool" | #define VERSION "3.2" | #define YYTEXT_POINTER 1 | #define HAVE_LIBM 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_TIME_H 1 | #define const | #define pid_t int | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_SOCKET_H | #include | #endif | | | int | main () | { | static struct sockaddr_storage ac_aggr; | if (ac_aggr.ss_family) | return 0; | ; | return 0; | } configure:5003: cc -c -fno-common conftest.c >&5 configure:5009: $? = 0 configure:5013: test -z || test ! -s conftest.err configure:5016: $? = 0 configure:5019: test -s conftest. configure:5022: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pgpool" | #define VERSION "3.2" | #define YYTEXT_POINTER 1 | #define HAVE_LIBM 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_TIME_H 1 | #define const | #define pid_t int | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_SOCKET_H | #include | #endif | | | int | main () | { | static struct sockaddr_storage ac_aggr; | if (sizeof ac_aggr.ss_family) | return 0; | ; | return 0; | } configure:5035: result: no configure:5045: checking for struct sockaddr_storage.__ss_family configure:5073: cc -c -fno-common conftest.c >&5 conftest.c: In function `main': conftest.c:35: error: structure has no member named `__ss_family' configure:5079: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pgpool" | #define VERSION "3.2" | #define YYTEXT_POINTER 1 | #define HAVE_LIBM 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_TIME_H 1 | #define const | #define pid_t int | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_SOCKET_H | #include | #endif | | | int | main () | { | static struct sockaddr_storage ac_aggr; | if (ac_aggr.__ss_family) | return 0; | ; | return 0; | } configure:5122: cc -c -fno-common conftest.c >&5 conftest.c: In function `main': conftest.c:35: error: structure has no member named `__ss_family' configure:5128: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pgpool" | #define VERSION "3.2" | #define YYTEXT_POINTER 1 | #define HAVE_LIBM 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_TIME_H 1 | #define const | #define pid_t int | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_SOCKET_H | #include | #endif | | | int | main () | { | static struct sockaddr_storage ac_aggr; | if (sizeof ac_aggr.__ss_family) | return 0; | ; | return 0; | } configure:5154: result: no configure:5164: checking for struct sockaddr_storage.ss_len configure:5192: cc -c -fno-common conftest.c >&5 configure:5198: $? = 0 configure:5202: test -z || test ! -s conftest.err configure:5205: $? = 0 configure:5208: test -s conftest. configure:5211: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pgpool" | #define VERSION "3.2" | #define YYTEXT_POINTER 1 | #define HAVE_LIBM 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_TIME_H 1 | #define const | #define pid_t int | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_SOCKET_H | #include | #endif | | | int | main () | { | static struct sockaddr_storage ac_aggr; | if (ac_aggr.ss_len) | return 0; | ; | return 0; | } configure:5241: cc -c -fno-common conftest.c >&5 configure:5247: $? = 0 configure:5251: test -z || test ! -s conftest.err configure:5254: $? = 0 configure:5257: test -s conftest. configure:5260: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pgpool" | #define VERSION "3.2" | #define YYTEXT_POINTER 1 | #define HAVE_LIBM 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_TIME_H 1 | #define const | #define pid_t int | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_SOCKET_H | #include | #endif | | | int | main () | { | static struct sockaddr_storage ac_aggr; | if (sizeof ac_aggr.ss_len) | return 0; | ; | return 0; | } configure:5273: result: no configure:5283: checking for struct sockaddr_storage.__ss_len configure:5311: cc -c -fno-common conftest.c >&5 conftest.c: In function `main': conftest.c:35: error: structure has no member named `__ss_len' configure:5317: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pgpool" | #define VERSION "3.2" | #define YYTEXT_POINTER 1 | #define HAVE_LIBM 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_TIME_H 1 | #define const | #define pid_t int | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_SOCKET_H | #include | #endif | | | int | main () | { | static struct sockaddr_storage ac_aggr; | if (ac_aggr.__ss_len) | return 0; | ; | return 0; | } configure:5360: cc -c -fno-common conftest.c >&5 conftest.c: In function `main': conftest.c:35: error: structure has no member named `__ss_len' configure:5366: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pgpool" | #define VERSION "3.2" | #define YYTEXT_POINTER 1 | #define HAVE_LIBM 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_TIME_H 1 | #define const | #define pid_t int | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_SOCKET_H | #include | #endif | | | int | main () | { | static struct sockaddr_storage ac_aggr; | if (sizeof ac_aggr.__ss_len) | return 0; | ; | return 0; | } configure:5392: result: no configure:5402: checking for struct sockaddr.sa_len configure:5430: cc -c -fno-common conftest.c >&5 configure:5436: $? = 0 configure:5440: test -z || test ! -s conftest.err configure:5443: $? = 0 configure:5446: test -s conftest. configure:5449: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pgpool" | #define VERSION "3.2" | #define YYTEXT_POINTER 1 | #define HAVE_LIBM 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_TIME_H 1 | #define const | #define pid_t int | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_SOCKET_H | #include | #endif | | | int | main () | { | static struct sockaddr ac_aggr; | if (ac_aggr.sa_len) | return 0; | ; | return 0; | } configure:5479: cc -c -fno-common conftest.c >&5 configure:5485: $? = 0 configure:5489: test -z || test ! -s conftest.err configure:5492: $? = 0 configure:5495: test -s conftest. configure:5498: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pgpool" | #define VERSION "3.2" | #define YYTEXT_POINTER 1 | #define HAVE_LIBM 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_TIME_H 1 | #define const | #define pid_t int | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_SOCKET_H | #include | #endif | | | int | main () | { | static struct sockaddr ac_aggr; | if (sizeof ac_aggr.sa_len) | return 0; | ; | return 0; | } configure:5511: result: no configure:5523: checking return type of signal handlers configure:5554: cc -c -fno-common conftest.c >&5 configure:5560: $? = 0 configure:5564: test -z || test ! -s conftest.err configure:5567: $? = 0 configure:5570: test -s conftest. configure:5573: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pgpool" | #define VERSION "3.2" | #define YYTEXT_POINTER 1 | #define HAVE_LIBM 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_TIME_H 1 | #define const | #define pid_t int | /* 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:5584: result: int configure:5596: checking for vprintf configure:5653: cc -o conftest -fno-common conftest.c -lresolv -lm >&5 conftest.c:50: warning: conflicting types for built-in function `vprintf' configure:5659: $? = 0 configure:5663: test -z || test ! -s conftest.err configure:5666: $? = 0 configure:5669: test -s conftest configure:5672: $? = 0 configure:5684: result: yes configure:5691: checking for _doprnt configure:5748: cc -o conftest -fno-common conftest.c -lresolv -lm >&5 ld: Undefined symbols: __doprnt configure:5754: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pgpool" | #define VERSION "3.2" | #define YYTEXT_POINTER 1 | #define HAVE_LIBM 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_TIME_H 1 | #define const | #define pid_t int | #define RETSIGTYPE int | #define HAVE_VPRINTF 1 | /* end confdefs.h. */ | /* Define _doprnt to an innocuous variant, in case declares _doprnt. | For example, HP-UX 11i declares gettimeofday. */ | #define _doprnt innocuous__doprnt | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char _doprnt (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef _doprnt | | /* Override any 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 _doprnt (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined (__stub__doprnt) || defined (__stub____doprnt) | choke me | #else | char (*f) () = _doprnt; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != _doprnt; | ; | return 0; | } configure:5779: result: no configure:5793: checking for wait3 that fills in rusage configure:5844: cc -o conftest -fno-common conftest.c -lresolv -lm >&5 configure:5847: $? = 0 configure:5849: ./conftest configure:5852: $? = 0 configure:5866: result: yes configure:5876: checking types of arguments for accept() configure:5916: cc -c -fno-common conftest.c >&5 conftest.c:34: error: conflicting types for `accept' /usr/include/sys/socket.h:557: error: previous declaration of `accept' configure:5922: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pgpool" | #define VERSION "3.2" | #define YYTEXT_POINTER 1 | #define HAVE_LIBM 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_TIME_H 1 | #define const | #define pid_t int | #define RETSIGTYPE int | #define HAVE_VPRINTF 1 | #define HAVE_WAIT3 1 | /* end confdefs.h. */ | #ifdef HAVE_SYS_TYPES_H | #include | #endif | #ifdef HAVE_SYS_SOCKET_H | #include | #endif | extern int accept (int, struct sockaddr *, int *); | int | main () | { | | ; | return 0; | } configure:5916: cc -c -fno-common conftest.c >&5 conftest.c:34: error: conflicting types for `accept' /usr/include/sys/socket.h:557: error: previous declaration of `accept' configure:5922: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pgpool" | #define VERSION "3.2" | #define YYTEXT_POINTER 1 | #define HAVE_LIBM 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_TIME_H 1 | #define const | #define pid_t int | #define RETSIGTYPE int | #define HAVE_VPRINTF 1 | #define HAVE_WAIT3 1 | /* end confdefs.h. */ | #ifdef HAVE_SYS_TYPES_H | #include | #endif | #ifdef HAVE_SYS_SOCKET_H | #include | #endif | extern int accept (int, struct sockaddr *, size_t *); | int | main () | { | | ; | return 0; | } configure:5916: cc -c -fno-common conftest.c >&5 configure:5922: $? = 0 configure:5926: test -z || test ! -s conftest.err configure:5929: $? = 0 configure:5932: test -s conftest. configure:5935: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pgpool" | #define VERSION "3.2" | #define YYTEXT_POINTER 1 | #define HAVE_LIBM 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_TIME_H 1 | #define const | #define pid_t int | #define RETSIGTYPE int | #define HAVE_VPRINTF 1 | #define HAVE_WAIT3 1 | /* end confdefs.h. */ | #ifdef HAVE_SYS_TYPES_H | #include | #endif | #ifdef HAVE_SYS_SOCKET_H | #include | #endif | extern int accept (int, struct sockaddr *, socklen_t *); | int | main () | { | | ; | return 0; | } configure:5916: cc -c -fno-common conftest.c >&5 configure:5922: $? = 0 configure:5926: test -z || test ! -s conftest.err configure:5929: $? = 0 configure:5932: test -s conftest. configure:5935: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pgpool" | #define VERSION "3.2" | #define YYTEXT_POINTER 1 | #define HAVE_LIBM 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_TIME_H 1 | #define const | #define pid_t int | #define RETSIGTYPE int | #define HAVE_VPRINTF 1 | #define HAVE_WAIT3 1 | /* end confdefs.h. */ | #ifdef HAVE_SYS_TYPES_H | #include | #endif | #ifdef HAVE_SYS_SOCKET_H | #include | #endif | extern int accept (int, struct sockaddr *, unsigned int *); | int | main () | { | | ; | return 0; | } configure:5916: cc -c -fno-common conftest.c >&5 conftest.c:34: error: conflicting types for `accept' /usr/include/sys/socket.h:557: error: previous declaration of `accept' configure:5922: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pgpool" | #define VERSION "3.2" | #define YYTEXT_POINTER 1 | #define HAVE_LIBM 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_TIME_H 1 | #define const | #define pid_t int | #define RETSIGTYPE int | #define HAVE_VPRINTF 1 | #define HAVE_WAIT3 1 | /* end confdefs.h. */ | #ifdef HAVE_SYS_TYPES_H | #include | #endif | #ifdef HAVE_SYS_SOCKET_H | #include | #endif | extern int accept (int, struct sockaddr *, void *); | int | main () | { | | ; | return 0; | } configure:5916: cc -c -fno-common conftest.c >&5 conftest.c:34: error: conflicting types for `accept' /usr/include/sys/socket.h:557: error: previous declaration of `accept' configure:5922: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pgpool" | #define VERSION "3.2" | #define YYTEXT_POINTER 1 | #define HAVE_LIBM 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_TIME_H 1 | #define const | #define pid_t int | #define RETSIGTYPE int | #define HAVE_VPRINTF 1 | #define HAVE_WAIT3 1 | /* end confdefs.h. */ | #ifdef HAVE_SYS_TYPES_H | #include | #endif | #ifdef HAVE_SYS_SOCKET_H | #include | #endif | extern int accept (int, const struct sockaddr *, int *); | int | main () | { | | ; | return 0; | } configure:5916: cc -c -fno-common conftest.c >&5 conftest.c:34: error: conflicting types for `accept' /usr/include/sys/socket.h:557: error: previous declaration of `accept' configure:5922: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pgpool" | #define VERSION "3.2" | #define YYTEXT_POINTER 1 | #define HAVE_LIBM 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_TIME_H 1 | #define const | #define pid_t int | #define RETSIGTYPE int | #define HAVE_VPRINTF 1 | #define HAVE_WAIT3 1 | /* end confdefs.h. */ | #ifdef HAVE_SYS_TYPES_H | #include | #endif | #ifdef HAVE_SYS_SOCKET_H | #include | #endif | extern int accept (int, const struct sockaddr *, size_t *); | int | main () | { | | ; | return 0; | } configure:5916: cc -c -fno-common conftest.c >&5 configure:5922: $? = 0 configure:5926: test -z || test ! -s conftest.err configure:5929: $? = 0 configure:5932: test -s conftest. configure:5935: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pgpool" | #define VERSION "3.2" | #define YYTEXT_POINTER 1 | #define HAVE_LIBM 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_TIME_H 1 | #define const | #define pid_t int | #define RETSIGTYPE int | #define HAVE_VPRINTF 1 | #define HAVE_WAIT3 1 | /* end confdefs.h. */ | #ifdef HAVE_SYS_TYPES_H | #include | #endif | #ifdef HAVE_SYS_SOCKET_H | #include | #endif | extern int accept (int, const struct sockaddr *, socklen_t *); | int | main () | { | | ; | return 0; | } configure:5916: cc -c -fno-common conftest.c >&5 configure:5922: $? = 0 configure:5926: test -z || test ! -s conftest.err configure:5929: $? = 0 configure:5932: test -s conftest. configure:5935: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pgpool" | #define VERSION "3.2" | #define YYTEXT_POINTER 1 | #define HAVE_LIBM 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_TIME_H 1 | #define const | #define pid_t int | #define RETSIGTYPE int | #define HAVE_VPRINTF 1 | #define HAVE_WAIT3 1 | /* end confdefs.h. */ | #ifdef HAVE_SYS_TYPES_H | #include | #endif | #ifdef HAVE_SYS_SOCKET_H | #include | #endif | extern int accept (int, const struct sockaddr *, unsigned int *); | int | main () | { | | ; | return 0; | } configure:5916: cc -c -fno-common conftest.c >&5 conftest.c:34: error: conflicting types for `accept' /usr/include/sys/socket.h:557: error: previous declaration of `accept' configure:5922: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pgpool" | #define VERSION "3.2" | #define YYTEXT_POINTER 1 | #define HAVE_LIBM 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_TIME_H 1 | #define const | #define pid_t int | #define RETSIGTYPE int | #define HAVE_VPRINTF 1 | #define HAVE_WAIT3 1 | /* end confdefs.h. */ | #ifdef HAVE_SYS_TYPES_H | #include | #endif | #ifdef HAVE_SYS_SOCKET_H | #include | #endif | extern int accept (int, const struct sockaddr *, void *); | int | main () | { | | ; | return 0; | } configure:5916: cc -c -fno-common conftest.c >&5 conftest.c:34: error: conflicting types for `accept' /usr/include/sys/socket.h:557: error: previous declaration of `accept' configure:5922: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pgpool" | #define VERSION "3.2" | #define YYTEXT_POINTER 1 | #define HAVE_LIBM 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_TIME_H 1 | #define const | #define pid_t int | #define RETSIGTYPE int | #define HAVE_VPRINTF 1 | #define HAVE_WAIT3 1 | /* end confdefs.h. */ | #ifdef HAVE_SYS_TYPES_H | #include | #endif | #ifdef HAVE_SYS_SOCKET_H | #include | #endif | extern int accept (int, void *, int *); | int | main () | { | | ; | return 0; | } configure:5916: cc -c -fno-common conftest.c >&5 conftest.c:34: error: conflicting types for `accept' /usr/include/sys/socket.h:557: error: previous declaration of `accept' configure:5922: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pgpool" | #define VERSION "3.2" | #define YYTEXT_POINTER 1 | #define HAVE_LIBM 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_TIME_H 1 | #define const | #define pid_t int | #define RETSIGTYPE int | #define HAVE_VPRINTF 1 | #define HAVE_WAIT3 1 | /* end confdefs.h. */ | #ifdef HAVE_SYS_TYPES_H | #include | #endif | #ifdef HAVE_SYS_SOCKET_H | #include | #endif | extern int accept (int, void *, size_t *); | int | main () | { | | ; | return 0; | } configure:5916: cc -c -fno-common conftest.c >&5 conftest.c:34: error: conflicting types for `accept' /usr/include/sys/socket.h:557: error: previous declaration of `accept' configure:5922: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pgpool" | #define VERSION "3.2" | #define YYTEXT_POINTER 1 | #define HAVE_LIBM 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_TIME_H 1 | #define const | #define pid_t int | #define RETSIGTYPE int | #define HAVE_VPRINTF 1 | #define HAVE_WAIT3 1 | /* end confdefs.h. */ | #ifdef HAVE_SYS_TYPES_H | #include | #endif | #ifdef HAVE_SYS_SOCKET_H | #include | #endif | extern int accept (int, void *, socklen_t *); | int | main () | { | | ; | return 0; | } configure:5916: cc -c -fno-common conftest.c >&5 conftest.c:34: error: conflicting types for `accept' /usr/include/sys/socket.h:557: error: previous declaration of `accept' configure:5922: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pgpool" | #define VERSION "3.2" | #define YYTEXT_POINTER 1 | #define HAVE_LIBM 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_TIME_H 1 | #define const | #define pid_t int | #define RETSIGTYPE int | #define HAVE_VPRINTF 1 | #define HAVE_WAIT3 1 | /* end confdefs.h. */ | #ifdef HAVE_SYS_TYPES_H | #include | #endif | #ifdef HAVE_SYS_SOCKET_H | #include | #endif | extern int accept (int, void *, unsigned int *); | int | main () | { | | ; | return 0; | } configure:5916: cc -c -fno-common conftest.c >&5 conftest.c:34: error: conflicting types for `accept' /usr/include/sys/socket.h:557: error: previous declaration of `accept' configure:5922: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pgpool" | #define VERSION "3.2" | #define YYTEXT_POINTER 1 | #define HAVE_LIBM 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_TIME_H 1 | #define const | #define pid_t int | #define RETSIGTYPE int | #define HAVE_VPRINTF 1 | #define HAVE_WAIT3 1 | /* end confdefs.h. */ | #ifdef HAVE_SYS_TYPES_H | #include | #endif | #ifdef HAVE_SYS_SOCKET_H | #include | #endif | extern int accept (int, void *, void *); | int | main () | { | | ; | return 0; | } configure:5916: cc -c -fno-common conftest.c >&5 conftest.c:34: error: conflicting types for `accept' /usr/include/sys/socket.h:557: error: previous declaration of `accept' configure:5922: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pgpool" | #define VERSION "3.2" | #define YYTEXT_POINTER 1 | #define HAVE_LIBM 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_TIME_H 1 | #define const | #define pid_t int | #define RETSIGTYPE int | #define HAVE_VPRINTF 1 | #define HAVE_WAIT3 1 | /* end confdefs.h. */ | #ifdef HAVE_SYS_TYPES_H | #include | #endif | #ifdef HAVE_SYS_SOCKET_H | #include | #endif | extern int accept (unsigned int, struct sockaddr *, int *); | int | main () | { | | ; | return 0; | } configure:5916: cc -c -fno-common conftest.c >&5 conftest.c:34: error: conflicting types for `accept' /usr/include/sys/socket.h:557: error: previous declaration of `accept' configure:5922: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pgpool" | #define VERSION "3.2" | #define YYTEXT_POINTER 1 | #define HAVE_LIBM 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_TIME_H 1 | #define const | #define pid_t int | #define RETSIGTYPE int | #define HAVE_VPRINTF 1 | #define HAVE_WAIT3 1 | /* end confdefs.h. */ | #ifdef HAVE_SYS_TYPES_H | #include | #endif | #ifdef HAVE_SYS_SOCKET_H | #include | #endif | extern int accept (unsigned int, struct sockaddr *, size_t *); | int | main () | { | | ; | return 0; | } configure:5916: cc -c -fno-common conftest.c >&5 conftest.c:34: error: conflicting types for `accept' /usr/include/sys/socket.h:557: error: previous declaration of `accept' configure:5922: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pgpool" | #define VERSION "3.2" | #define YYTEXT_POINTER 1 | #define HAVE_LIBM 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_TIME_H 1 | #define const | #define pid_t int | #define RETSIGTYPE int | #define HAVE_VPRINTF 1 | #define HAVE_WAIT3 1 | /* end confdefs.h. */ | #ifdef HAVE_SYS_TYPES_H | #include | #endif | #ifdef HAVE_SYS_SOCKET_H | #include | #endif | extern int accept (unsigned int, struct sockaddr *, socklen_t *); | int | main () | { | | ; | return 0; | } configure:5916: cc -c -fno-common conftest.c >&5 conftest.c:34: error: conflicting types for `accept' /usr/include/sys/socket.h:557: error: previous declaration of `accept' configure:5922: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pgpool" | #define VERSION "3.2" | #define YYTEXT_POINTER 1 | #define HAVE_LIBM 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_TIME_H 1 | #define const | #define pid_t int | #define RETSIGTYPE int | #define HAVE_VPRINTF 1 | #define HAVE_WAIT3 1 | /* end confdefs.h. */ | #ifdef HAVE_SYS_TYPES_H | #include | #endif | #ifdef HAVE_SYS_SOCKET_H | #include | #endif | extern int accept (unsigned int, struct sockaddr *, unsigned int *); | int | main () | { | | ; | return 0; | } configure:5916: cc -c -fno-common conftest.c >&5 conftest.c:34: error: conflicting types for `accept' /usr/include/sys/socket.h:557: error: previous declaration of `accept' configure:5922: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pgpool" | #define VERSION "3.2" | #define YYTEXT_POINTER 1 | #define HAVE_LIBM 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_TIME_H 1 | #define const | #define pid_t int | #define RETSIGTYPE int | #define HAVE_VPRINTF 1 | #define HAVE_WAIT3 1 | /* end confdefs.h. */ | #ifdef HAVE_SYS_TYPES_H | #include | #endif | #ifdef HAVE_SYS_SOCKET_H | #include | #endif | extern int accept (unsigned int, struct sockaddr *, void *); | int | main () | { | | ; | return 0; | } configure:5916: cc -c -fno-common conftest.c >&5 conftest.c:34: error: conflicting types for `accept' /usr/include/sys/socket.h:557: error: previous declaration of `accept' configure:5922: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pgpool" | #define VERSION "3.2" | #define YYTEXT_POINTER 1 | #define HAVE_LIBM 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_TIME_H 1 | #define const | #define pid_t int | #define RETSIGTYPE int | #define HAVE_VPRINTF 1 | #define HAVE_WAIT3 1 | /* end confdefs.h. */ | #ifdef HAVE_SYS_TYPES_H | #include | #endif | #ifdef HAVE_SYS_SOCKET_H | #include | #endif | extern int accept (unsigned int, const struct sockaddr *, int *); | int | main () | { | | ; | return 0; | } configure:5916: cc -c -fno-common conftest.c >&5 conftest.c:34: error: conflicting types for `accept' /usr/include/sys/socket.h:557: error: previous declaration of `accept' configure:5922: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pgpool" | #define VERSION "3.2" | #define YYTEXT_POINTER 1 | #define HAVE_LIBM 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_TIME_H 1 | #define const | #define pid_t int | #define RETSIGTYPE int | #define HAVE_VPRINTF 1 | #define HAVE_WAIT3 1 | /* end confdefs.h. */ | #ifdef HAVE_SYS_TYPES_H | #include | #endif | #ifdef HAVE_SYS_SOCKET_H | #include | #endif | extern int accept (unsigned int, const struct sockaddr *, size_t *); | int | main () | { | | ; | return 0; | } configure:5916: cc -c -fno-common conftest.c >&5 conftest.c:34: error: conflicting types for `accept' /usr/include/sys/socket.h:557: error: previous declaration of `accept' configure:5922: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pgpool" | #define VERSION "3.2" | #define YYTEXT_POINTER 1 | #define HAVE_LIBM 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_TIME_H 1 | #define const | #define pid_t int | #define RETSIGTYPE int | #define HAVE_VPRINTF 1 | #define HAVE_WAIT3 1 | /* end confdefs.h. */ | #ifdef HAVE_SYS_TYPES_H | #include | #endif | #ifdef HAVE_SYS_SOCKET_H | #include | #endif | extern int accept (unsigned int, const struct sockaddr *, socklen_t *); | int | main () | { | | ; | return 0; | } configure:5916: cc -c -fno-common conftest.c >&5 conftest.c:34: error: conflicting types for `accept' /usr/include/sys/socket.h:557: error: previous declaration of `accept' configure:5922: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pgpool" | #define VERSION "3.2" | #define YYTEXT_POINTER 1 | #define HAVE_LIBM 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_TIME_H 1 | #define const | #define pid_t int | #define RETSIGTYPE int | #define HAVE_VPRINTF 1 | #define HAVE_WAIT3 1 | /* end confdefs.h. */ | #ifdef HAVE_SYS_TYPES_H | #include | #endif | #ifdef HAVE_SYS_SOCKET_H | #include | #endif | extern int accept (unsigned int, const struct sockaddr *, unsigned int *); | int | main () | { | | ; | return 0; | } configure:5916: cc -c -fno-common conftest.c >&5 conftest.c:34: error: conflicting types for `accept' /usr/include/sys/socket.h:557: error: previous declaration of `accept' configure:5922: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pgpool" | #define VERSION "3.2" | #define YYTEXT_POINTER 1 | #define HAVE_LIBM 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_TIME_H 1 | #define const | #define pid_t int | #define RETSIGTYPE int | #define HAVE_VPRINTF 1 | #define HAVE_WAIT3 1 | /* end confdefs.h. */ | #ifdef HAVE_SYS_TYPES_H | #include | #endif | #ifdef HAVE_SYS_SOCKET_H | #include | #endif | extern int accept (unsigned int, const struct sockaddr *, void *); | int | main () | { | | ; | return 0; | } configure:5916: cc -c -fno-common conftest.c >&5 conftest.c:34: error: conflicting types for `accept' /usr/include/sys/socket.h:557: error: previous declaration of `accept' configure:5922: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pgpool" | #define VERSION "3.2" | #define YYTEXT_POINTER 1 | #define HAVE_LIBM 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_TIME_H 1 | #define const | #define pid_t int | #define RETSIGTYPE int | #define HAVE_VPRINTF 1 | #define HAVE_WAIT3 1 | /* end confdefs.h. */ | #ifdef HAVE_SYS_TYPES_H | #include | #endif | #ifdef HAVE_SYS_SOCKET_H | #include | #endif | extern int accept (unsigned int, void *, int *); | int | main () | { | | ; | return 0; | } configure:5916: cc -c -fno-common conftest.c >&5 conftest.c:34: error: conflicting types for `accept' /usr/include/sys/socket.h:557: error: previous declaration of `accept' configure:5922: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pgpool" | #define VERSION "3.2" | #define YYTEXT_POINTER 1 | #define HAVE_LIBM 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_TIME_H 1 | #define const | #define pid_t int | #define RETSIGTYPE int | #define HAVE_VPRINTF 1 | #define HAVE_WAIT3 1 | /* end confdefs.h. */ | #ifdef HAVE_SYS_TYPES_H | #include | #endif | #ifdef HAVE_SYS_SOCKET_H | #include | #endif | extern int accept (unsigned int, void *, size_t *); | int | main () | { | | ; | return 0; | } configure:5916: cc -c -fno-common conftest.c >&5 conftest.c:34: error: conflicting types for `accept' /usr/include/sys/socket.h:557: error: previous declaration of `accept' configure:5922: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pgpool" | #define VERSION "3.2" | #define YYTEXT_POINTER 1 | #define HAVE_LIBM 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_TIME_H 1 | #define const | #define pid_t int | #define RETSIGTYPE int | #define HAVE_VPRINTF 1 | #define HAVE_WAIT3 1 | /* end confdefs.h. */ | #ifdef HAVE_SYS_TYPES_H | #include | #endif | #ifdef HAVE_SYS_SOCKET_H | #include | #endif | extern int accept (unsigned int, void *, socklen_t *); | int | main () | { | | ; | return 0; | } configure:5916: cc -c -fno-common conftest.c >&5 conftest.c:34: error: conflicting types for `accept' /usr/include/sys/socket.h:557: error: previous declaration of `accept' configure:5922: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pgpool" | #define VERSION "3.2" | #define YYTEXT_POINTER 1 | #define HAVE_LIBM 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_TIME_H 1 | #define const | #define pid_t int | #define RETSIGTYPE int | #define HAVE_VPRINTF 1 | #define HAVE_WAIT3 1 | /* end confdefs.h. */ | #ifdef HAVE_SYS_TYPES_H | #include | #endif | #ifdef HAVE_SYS_SOCKET_H | #include | #endif | extern int accept (unsigned int, void *, unsigned int *); | int | main () | { | | ; | return 0; | } configure:5916: cc -c -fno-common conftest.c >&5 conftest.c:34: error: conflicting types for `accept' /usr/include/sys/socket.h:557: error: previous declaration of `accept' configure:5922: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pgpool" | #define VERSION "3.2" | #define YYTEXT_POINTER 1 | #define HAVE_LIBM 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_TIME_H 1 | #define const | #define pid_t int | #define RETSIGTYPE int | #define HAVE_VPRINTF 1 | #define HAVE_WAIT3 1 | /* end confdefs.h. */ | #ifdef HAVE_SYS_TYPES_H | #include | #endif | #ifdef HAVE_SYS_SOCKET_H | #include | #endif | extern int accept (unsigned int, void *, void *); | int | main () | { | | ; | return 0; | } configure:5916: cc -c -fno-common conftest.c >&5 conftest.c:34: error: parse error before "accept" conftest.c:34: error: conflicting types for `accept' /usr/include/sys/socket.h:557: error: previous declaration of `accept' conftest.c:34: warning: data definition has no type or storage class configure:5922: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pgpool" | #define VERSION "3.2" | #define YYTEXT_POINTER 1 | #define HAVE_LIBM 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_TIME_H 1 | #define const | #define pid_t int | #define RETSIGTYPE int | #define HAVE_VPRINTF 1 | #define HAVE_WAIT3 1 | /* end confdefs.h. */ | #ifdef HAVE_SYS_TYPES_H | #include | #endif | #ifdef HAVE_SYS_SOCKET_H | #include | #endif | extern unsigned int PASCAL accept (int, struct sockaddr *, int *); | int | main () | { | | ; | return 0; | } configure:5916: cc -c -fno-common conftest.c >&5 conftest.c:34: error: parse error before "accept" conftest.c:34: error: conflicting types for `accept' /usr/include/sys/socket.h:557: error: previous declaration of `accept' conftest.c:34: warning: data definition has no type or storage class configure:5922: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pgpool" | #define VERSION "3.2" | #define YYTEXT_POINTER 1 | #define HAVE_LIBM 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_TIME_H 1 | #define const | #define pid_t int | #define RETSIGTYPE int | #define HAVE_VPRINTF 1 | #define HAVE_WAIT3 1 | /* end confdefs.h. */ | #ifdef HAVE_SYS_TYPES_H | #include | #endif | #ifdef HAVE_SYS_SOCKET_H | #include | #endif | extern unsigned int PASCAL accept (int, struct sockaddr *, size_t *); | int | main () | { | | ; | return 0; | } configure:5916: cc -c -fno-common conftest.c >&5 conftest.c:34: error: parse error before "accept" conftest.c:34: warning: data definition has no type or storage class configure:5922: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pgpool" | #define VERSION "3.2" | #define YYTEXT_POINTER 1 | #define HAVE_LIBM 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_TIME_H 1 | #define const | #define pid_t int | #define RETSIGTYPE int | #define HAVE_VPRINTF 1 | #define HAVE_WAIT3 1 | /* end confdefs.h. */ | #ifdef HAVE_SYS_TYPES_H | #include | #endif | #ifdef HAVE_SYS_SOCKET_H | #include | #endif | extern unsigned int PASCAL accept (int, struct sockaddr *, socklen_t *); | int | main () | { | | ; | return 0; | } configure:5916: cc -c -fno-common conftest.c >&5 conftest.c:34: error: parse error before "accept" conftest.c:34: warning: data definition has no type or storage class configure:5922: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pgpool" | #define VERSION "3.2" | #define YYTEXT_POINTER 1 | #define HAVE_LIBM 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_TIME_H 1 | #define const | #define pid_t int | #define RETSIGTYPE int | #define HAVE_VPRINTF 1 | #define HAVE_WAIT3 1 | /* end confdefs.h. */ | #ifdef HAVE_SYS_TYPES_H | #include | #endif | #ifdef HAVE_SYS_SOCKET_H | #include | #endif | extern unsigned int PASCAL accept (int, struct sockaddr *, unsigned int *); | int | main () | { | | ; | return 0; | } configure:5916: cc -c -fno-common conftest.c >&5 conftest.c:34: error: parse error before "accept" conftest.c:34: error: conflicting types for `accept' /usr/include/sys/socket.h:557: error: previous declaration of `accept' conftest.c:34: warning: data definition has no type or storage class configure:5922: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pgpool" | #define VERSION "3.2" | #define YYTEXT_POINTER 1 | #define HAVE_LIBM 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_TIME_H 1 | #define const | #define pid_t int | #define RETSIGTYPE int | #define HAVE_VPRINTF 1 | #define HAVE_WAIT3 1 | /* end confdefs.h. */ | #ifdef HAVE_SYS_TYPES_H | #include | #endif | #ifdef HAVE_SYS_SOCKET_H | #include | #endif | extern unsigned int PASCAL accept (int, struct sockaddr *, void *); | int | main () | { | | ; | return 0; | } configure:5916: cc -c -fno-common conftest.c >&5 conftest.c:34: error: parse error before "accept" conftest.c:34: error: conflicting types for `accept' /usr/include/sys/socket.h:557: error: previous declaration of `accept' conftest.c:34: warning: data definition has no type or storage class configure:5922: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pgpool" | #define VERSION "3.2" | #define YYTEXT_POINTER 1 | #define HAVE_LIBM 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_TIME_H 1 | #define const | #define pid_t int | #define RETSIGTYPE int | #define HAVE_VPRINTF 1 | #define HAVE_WAIT3 1 | /* end confdefs.h. */ | #ifdef HAVE_SYS_TYPES_H | #include | #endif | #ifdef HAVE_SYS_SOCKET_H | #include | #endif | extern unsigned int PASCAL accept (int, const struct sockaddr *, int *); | int | main () | { | | ; | return 0; | } configure:5916: cc -c -fno-common conftest.c >&5 conftest.c:34: error: parse error before "accept" conftest.c:34: error: conflicting types for `accept' /usr/include/sys/socket.h:557: error: previous declaration of `accept' conftest.c:34: warning: data definition has no type or storage class configure:5922: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pgpool" | #define VERSION "3.2" | #define YYTEXT_POINTER 1 | #define HAVE_LIBM 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_TIME_H 1 | #define const | #define pid_t int | #define RETSIGTYPE int | #define HAVE_VPRINTF 1 | #define HAVE_WAIT3 1 | /* end confdefs.h. */ | #ifdef HAVE_SYS_TYPES_H | #include | #endif | #ifdef HAVE_SYS_SOCKET_H | #include | #endif | extern unsigned int PASCAL accept (int, const struct sockaddr *, size_t *); | int | main () | { | | ; | return 0; | } configure:5916: cc -c -fno-common conftest.c >&5 conftest.c:34: error: parse error before "accept" conftest.c:34: warning: data definition has no type or storage class configure:5922: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pgpool" | #define VERSION "3.2" | #define YYTEXT_POINTER 1 | #define HAVE_LIBM 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_TIME_H 1 | #define const | #define pid_t int | #define RETSIGTYPE int | #define HAVE_VPRINTF 1 | #define HAVE_WAIT3 1 | /* end confdefs.h. */ | #ifdef HAVE_SYS_TYPES_H | #include | #endif | #ifdef HAVE_SYS_SOCKET_H | #include | #endif | extern unsigned int PASCAL accept (int, const struct sockaddr *, socklen_t *); | int | main () | { | | ; | return 0; | } configure:5916: cc -c -fno-common conftest.c >&5 conftest.c:34: error: parse error before "accept" conftest.c:34: warning: data definition has no type or storage class configure:5922: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pgpool" | #define VERSION "3.2" | #define YYTEXT_POINTER 1 | #define HAVE_LIBM 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_TIME_H 1 | #define const | #define pid_t int | #define RETSIGTYPE int | #define HAVE_VPRINTF 1 | #define HAVE_WAIT3 1 | /* end confdefs.h. */ | #ifdef HAVE_SYS_TYPES_H | #include | #endif | #ifdef HAVE_SYS_SOCKET_H | #include | #endif | extern unsigned int PASCAL accept (int, const struct sockaddr *, unsigned int *); | int | main () | { | | ; | return 0; | } configure:5916: cc -c -fno-common conftest.c >&5 conftest.c:34: error: parse error before "accept" conftest.c:34: error: conflicting types for `accept' /usr/include/sys/socket.h:557: error: previous declaration of `accept' conftest.c:34: warning: data definition has no type or storage class configure:5922: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pgpool" | #define VERSION "3.2" | #define YYTEXT_POINTER 1 | #define HAVE_LIBM 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_TIME_H 1 | #define const | #define pid_t int | #define RETSIGTYPE int | #define HAVE_VPRINTF 1 | #define HAVE_WAIT3 1 | /* end confdefs.h. */ | #ifdef HAVE_SYS_TYPES_H | #include | #endif | #ifdef HAVE_SYS_SOCKET_H | #include | #endif | extern unsigned int PASCAL accept (int, const struct sockaddr *, void *); | int | main () | { | | ; | return 0; | } configure:5916: cc -c -fno-common conftest.c >&5 conftest.c:34: error: parse error before "accept" conftest.c:34: error: conflicting types for `accept' /usr/include/sys/socket.h:557: error: previous declaration of `accept' conftest.c:34: warning: data definition has no type or storage class configure:5922: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pgpool" | #define VERSION "3.2" | #define YYTEXT_POINTER 1 | #define HAVE_LIBM 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_TIME_H 1 | #define const | #define pid_t int | #define RETSIGTYPE int | #define HAVE_VPRINTF 1 | #define HAVE_WAIT3 1 | /* end confdefs.h. */ | #ifdef HAVE_SYS_TYPES_H | #include | #endif | #ifdef HAVE_SYS_SOCKET_H | #include | #endif | extern unsigned int PASCAL accept (int, void *, int *); | int | main () | { | | ; | return 0; | } configure:5916: cc -c -fno-common conftest.c >&5 conftest.c:34: error: parse error before "accept" conftest.c:34: error: conflicting types for `accept' /usr/include/sys/socket.h:557: error: previous declaration of `accept' conftest.c:34: warning: data definition has no type or storage class configure:5922: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pgpool" | #define VERSION "3.2" | #define YYTEXT_POINTER 1 | #define HAVE_LIBM 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_TIME_H 1 | #define const | #define pid_t int | #define RETSIGTYPE int | #define HAVE_VPRINTF 1 | #define HAVE_WAIT3 1 | /* end confdefs.h. */ | #ifdef HAVE_SYS_TYPES_H | #include | #endif | #ifdef HAVE_SYS_SOCKET_H | #include | #endif | extern unsigned int PASCAL accept (int, void *, size_t *); | int | main () | { | | ; | return 0; | } configure:5916: cc -c -fno-common conftest.c >&5 conftest.c:34: error: parse error before "accept" conftest.c:34: error: conflicting types for `accept' /usr/include/sys/socket.h:557: error: previous declaration of `accept' conftest.c:34: warning: data definition has no type or storage class configure:5922: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pgpool" | #define VERSION "3.2" | #define YYTEXT_POINTER 1 | #define HAVE_LIBM 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_TIME_H 1 | #define const | #define pid_t int | #define RETSIGTYPE int | #define HAVE_VPRINTF 1 | #define HAVE_WAIT3 1 | /* end confdefs.h. */ | #ifdef HAVE_SYS_TYPES_H | #include | #endif | #ifdef HAVE_SYS_SOCKET_H | #include | #endif | extern unsigned int PASCAL accept (int, void *, socklen_t *); | int | main () | { | | ; | return 0; | } configure:5916: cc -c -fno-common conftest.c >&5 conftest.c:34: error: parse error before "accept" conftest.c:34: error: conflicting types for `accept' /usr/include/sys/socket.h:557: error: previous declaration of `accept' conftest.c:34: warning: data definition has no type or storage class configure:5922: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pgpool" | #define VERSION "3.2" | #define YYTEXT_POINTER 1 | #define HAVE_LIBM 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_TIME_H 1 | #define const | #define pid_t int | #define RETSIGTYPE int | #define HAVE_VPRINTF 1 | #define HAVE_WAIT3 1 | /* end confdefs.h. */ | #ifdef HAVE_SYS_TYPES_H | #include | #endif | #ifdef HAVE_SYS_SOCKET_H | #include | #endif | extern unsigned int PASCAL accept (int, void *, unsigned int *); | int | main () | { | | ; | return 0; | } configure:5916: cc -c -fno-common conftest.c >&5 conftest.c:34: error: parse error before "accept" conftest.c:34: error: conflicting types for `accept' /usr/include/sys/socket.h:557: error: previous declaration of `accept' conftest.c:34: warning: data definition has no type or storage class configure:5922: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pgpool" | #define VERSION "3.2" | #define YYTEXT_POINTER 1 | #define HAVE_LIBM 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_TIME_H 1 | #define const | #define pid_t int | #define RETSIGTYPE int | #define HAVE_VPRINTF 1 | #define HAVE_WAIT3 1 | /* end confdefs.h. */ | #ifdef HAVE_SYS_TYPES_H | #include | #endif | #ifdef HAVE_SYS_SOCKET_H | #include | #endif | extern unsigned int PASCAL accept (int, void *, void *); | int | main () | { | | ; | return 0; | } configure:5916: cc -c -fno-common conftest.c >&5 conftest.c:34: error: parse error before "accept" conftest.c:34: error: conflicting types for `accept' /usr/include/sys/socket.h:557: error: previous declaration of `accept' conftest.c:34: warning: data definition has no type or storage class configure:5922: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pgpool" | #define VERSION "3.2" | #define YYTEXT_POINTER 1 | #define HAVE_LIBM 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_TIME_H 1 | #define const | #define pid_t int | #define RETSIGTYPE int | #define HAVE_VPRINTF 1 | #define HAVE_WAIT3 1 | /* end confdefs.h. */ | #ifdef HAVE_SYS_TYPES_H | #include | #endif | #ifdef HAVE_SYS_SOCKET_H | #include | #endif | extern unsigned int PASCAL accept (unsigned int, struct sockaddr *, int *); | int | main () | { | | ; | return 0; | } configure:5916: cc -c -fno-common conftest.c >&5 conftest.c:34: error: parse error before "accept" conftest.c:34: error: conflicting types for `accept' /usr/include/sys/socket.h:557: error: previous declaration of `accept' conftest.c:34: warning: data definition has no type or storage class configure:5922: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pgpool" | #define VERSION "3.2" | #define YYTEXT_POINTER 1 | #define HAVE_LIBM 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_TIME_H 1 | #define const | #define pid_t int | #define RETSIGTYPE int | #define HAVE_VPRINTF 1 | #define HAVE_WAIT3 1 | /* end confdefs.h. */ | #ifdef HAVE_SYS_TYPES_H | #include | #endif | #ifdef HAVE_SYS_SOCKET_H | #include | #endif | extern unsigned int PASCAL accept (unsigned int, struct sockaddr *, size_t *); | int | main () | { | | ; | return 0; | } configure:5916: cc -c -fno-common conftest.c >&5 conftest.c:34: error: parse error before "accept" conftest.c:34: error: conflicting types for `accept' /usr/include/sys/socket.h:557: error: previous declaration of `accept' conftest.c:34: warning: data definition has no type or storage class configure:5922: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pgpool" | #define VERSION "3.2" | #define YYTEXT_POINTER 1 | #define HAVE_LIBM 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_TIME_H 1 | #define const | #define pid_t int | #define RETSIGTYPE int | #define HAVE_VPRINTF 1 | #define HAVE_WAIT3 1 | /* end confdefs.h. */ | #ifdef HAVE_SYS_TYPES_H | #include | #endif | #ifdef HAVE_SYS_SOCKET_H | #include | #endif | extern unsigned int PASCAL accept (unsigned int, struct sockaddr *, socklen_t *); | int | main () | { | | ; | return 0; | } configure:5916: cc -c -fno-common conftest.c >&5 conftest.c:34: error: parse error before "accept" conftest.c:34: error: conflicting types for `accept' /usr/include/sys/socket.h:557: error: previous declaration of `accept' conftest.c:34: warning: data definition has no type or storage class configure:5922: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pgpool" | #define VERSION "3.2" | #define YYTEXT_POINTER 1 | #define HAVE_LIBM 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_TIME_H 1 | #define const | #define pid_t int | #define RETSIGTYPE int | #define HAVE_VPRINTF 1 | #define HAVE_WAIT3 1 | /* end confdefs.h. */ | #ifdef HAVE_SYS_TYPES_H | #include | #endif | #ifdef HAVE_SYS_SOCKET_H | #include | #endif | extern unsigned int PASCAL accept (unsigned int, struct sockaddr *, unsigned int *); | int | main () | { | | ; | return 0; | } configure:5916: cc -c -fno-common conftest.c >&5 conftest.c:34: error: parse error before "accept" conftest.c:34: error: conflicting types for `accept' /usr/include/sys/socket.h:557: error: previous declaration of `accept' conftest.c:34: warning: data definition has no type or storage class configure:5922: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pgpool" | #define VERSION "3.2" | #define YYTEXT_POINTER 1 | #define HAVE_LIBM 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_TIME_H 1 | #define const | #define pid_t int | #define RETSIGTYPE int | #define HAVE_VPRINTF 1 | #define HAVE_WAIT3 1 | /* end confdefs.h. */ | #ifdef HAVE_SYS_TYPES_H | #include | #endif | #ifdef HAVE_SYS_SOCKET_H | #include | #endif | extern unsigned int PASCAL accept (unsigned int, struct sockaddr *, void *); | int | main () | { | | ; | return 0; | } configure:5916: cc -c -fno-common conftest.c >&5 conftest.c:34: error: parse error before "accept" conftest.c:34: error: conflicting types for `accept' /usr/include/sys/socket.h:557: error: previous declaration of `accept' conftest.c:34: warning: data definition has no type or storage class configure:5922: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pgpool" | #define VERSION "3.2" | #define YYTEXT_POINTER 1 | #define HAVE_LIBM 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_TIME_H 1 | #define const | #define pid_t int | #define RETSIGTYPE int | #define HAVE_VPRINTF 1 | #define HAVE_WAIT3 1 | /* end confdefs.h. */ | #ifdef HAVE_SYS_TYPES_H | #include | #endif | #ifdef HAVE_SYS_SOCKET_H | #include | #endif | extern unsigned int PASCAL accept (unsigned int, const struct sockaddr *, int *); | int | main () | { | | ; | return 0; | } configure:5916: cc -c -fno-common conftest.c >&5 conftest.c:34: error: parse error before "accept" conftest.c:34: error: conflicting types for `accept' /usr/include/sys/socket.h:557: error: previous declaration of `accept' conftest.c:34: warning: data definition has no type or storage class configure:5922: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pgpool" | #define VERSION "3.2" | #define YYTEXT_POINTER 1 | #define HAVE_LIBM 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_TIME_H 1 | #define const | #define pid_t int | #define RETSIGTYPE int | #define HAVE_VPRINTF 1 | #define HAVE_WAIT3 1 | /* end confdefs.h. */ | #ifdef HAVE_SYS_TYPES_H | #include | #endif | #ifdef HAVE_SYS_SOCKET_H | #include | #endif | extern unsigned int PASCAL accept (unsigned int, const struct sockaddr *, size_t *); | int | main () | { | | ; | return 0; | } configure:5916: cc -c -fno-common conftest.c >&5 conftest.c:34: error: parse error before "accept" conftest.c:34: error: conflicting types for `accept' /usr/include/sys/socket.h:557: error: previous declaration of `accept' conftest.c:34: warning: data definition has no type or storage class configure:5922: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pgpool" | #define VERSION "3.2" | #define YYTEXT_POINTER 1 | #define HAVE_LIBM 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_TIME_H 1 | #define const | #define pid_t int | #define RETSIGTYPE int | #define HAVE_VPRINTF 1 | #define HAVE_WAIT3 1 | /* end confdefs.h. */ | #ifdef HAVE_SYS_TYPES_H | #include | #endif | #ifdef HAVE_SYS_SOCKET_H | #include | #endif | extern unsigned int PASCAL accept (unsigned int, const struct sockaddr *, socklen_t *); | int | main () | { | | ; | return 0; | } configure:5916: cc -c -fno-common conftest.c >&5 conftest.c:34: error: parse error before "accept" conftest.c:34: error: conflicting types for `accept' /usr/include/sys/socket.h:557: error: previous declaration of `accept' conftest.c:34: warning: data definition has no type or storage class configure:5922: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pgpool" | #define VERSION "3.2" | #define YYTEXT_POINTER 1 | #define HAVE_LIBM 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_TIME_H 1 | #define const | #define pid_t int | #define RETSIGTYPE int | #define HAVE_VPRINTF 1 | #define HAVE_WAIT3 1 | /* end confdefs.h. */ | #ifdef HAVE_SYS_TYPES_H | #include | #endif | #ifdef HAVE_SYS_SOCKET_H | #include | #endif | extern unsigned int PASCAL accept (unsigned int, const struct sockaddr *, unsigned int *); | int | main () | { | | ; | return 0; | } configure:5916: cc -c -fno-common conftest.c >&5 conftest.c:34: error: parse error before "accept" conftest.c:34: error: conflicting types for `accept' /usr/include/sys/socket.h:557: error: previous declaration of `accept' conftest.c:34: warning: data definition has no type or storage class configure:5922: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pgpool" | #define VERSION "3.2" | #define YYTEXT_POINTER 1 | #define HAVE_LIBM 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_TIME_H 1 | #define const | #define pid_t int | #define RETSIGTYPE int | #define HAVE_VPRINTF 1 | #define HAVE_WAIT3 1 | /* end confdefs.h. */ | #ifdef HAVE_SYS_TYPES_H | #include | #endif | #ifdef HAVE_SYS_SOCKET_H | #include | #endif | extern unsigned int PASCAL accept (unsigned int, const struct sockaddr *, void *); | int | main () | { | | ; | return 0; | } configure:5916: cc -c -fno-common conftest.c >&5 conftest.c:34: error: parse error before "accept" conftest.c:34: error: conflicting types for `accept' /usr/include/sys/socket.h:557: error: previous declaration of `accept' conftest.c:34: warning: data definition has no type or storage class configure:5922: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pgpool" | #define VERSION "3.2" | #define YYTEXT_POINTER 1 | #define HAVE_LIBM 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_TIME_H 1 | #define const | #define pid_t int | #define RETSIGTYPE int | #define HAVE_VPRINTF 1 | #define HAVE_WAIT3 1 | /* end confdefs.h. */ | #ifdef HAVE_SYS_TYPES_H | #include | #endif | #ifdef HAVE_SYS_SOCKET_H | #include | #endif | extern unsigned int PASCAL accept (unsigned int, void *, int *); | int | main () | { | | ; | return 0; | } configure:5916: cc -c -fno-common conftest.c >&5 conftest.c:34: error: parse error before "accept" conftest.c:34: error: conflicting types for `accept' /usr/include/sys/socket.h:557: error: previous declaration of `accept' conftest.c:34: warning: data definition has no type or storage class configure:5922: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pgpool" | #define VERSION "3.2" | #define YYTEXT_POINTER 1 | #define HAVE_LIBM 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_TIME_H 1 | #define const | #define pid_t int | #define RETSIGTYPE int | #define HAVE_VPRINTF 1 | #define HAVE_WAIT3 1 | /* end confdefs.h. */ | #ifdef HAVE_SYS_TYPES_H | #include | #endif | #ifdef HAVE_SYS_SOCKET_H | #include | #endif | extern unsigned int PASCAL accept (unsigned int, void *, size_t *); | int | main () | { | | ; | return 0; | } configure:5916: cc -c -fno-common conftest.c >&5 conftest.c:34: error: parse error before "accept" conftest.c:34: error: conflicting types for `accept' /usr/include/sys/socket.h:557: error: previous declaration of `accept' conftest.c:34: warning: data definition has no type or storage class configure:5922: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pgpool" | #define VERSION "3.2" | #define YYTEXT_POINTER 1 | #define HAVE_LIBM 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_TIME_H 1 | #define const | #define pid_t int | #define RETSIGTYPE int | #define HAVE_VPRINTF 1 | #define HAVE_WAIT3 1 | /* end confdefs.h. */ | #ifdef HAVE_SYS_TYPES_H | #include | #endif | #ifdef HAVE_SYS_SOCKET_H | #include | #endif | extern unsigned int PASCAL accept (unsigned int, void *, socklen_t *); | int | main () | { | | ; | return 0; | } configure:5916: cc -c -fno-common conftest.c >&5 conftest.c:34: error: parse error before "accept" conftest.c:34: error: conflicting types for `accept' /usr/include/sys/socket.h:557: error: previous declaration of `accept' conftest.c:34: warning: data definition has no type or storage class configure:5922: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pgpool" | #define VERSION "3.2" | #define YYTEXT_POINTER 1 | #define HAVE_LIBM 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_TIME_H 1 | #define const | #define pid_t int | #define RETSIGTYPE int | #define HAVE_VPRINTF 1 | #define HAVE_WAIT3 1 | /* end confdefs.h. */ | #ifdef HAVE_SYS_TYPES_H | #include | #endif | #ifdef HAVE_SYS_SOCKET_H | #include | #endif | extern unsigned int PASCAL accept (unsigned int, void *, unsigned int *); | int | main () | { | | ; | return 0; | } configure:5916: cc -c -fno-common conftest.c >&5 conftest.c:34: error: parse error before "accept" conftest.c:34: error: conflicting types for `accept' /usr/include/sys/socket.h:557: error: previous declaration of `accept' conftest.c:34: warning: data definition has no type or storage class configure:5922: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pgpool" | #define VERSION "3.2" | #define YYTEXT_POINTER 1 | #define HAVE_LIBM 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_TIME_H 1 | #define const | #define pid_t int | #define RETSIGTYPE int | #define HAVE_VPRINTF 1 | #define HAVE_WAIT3 1 | /* end confdefs.h. */ | #ifdef HAVE_SYS_TYPES_H | #include | #endif | #ifdef HAVE_SYS_SOCKET_H | #include | #endif | extern unsigned int PASCAL accept (unsigned int, void *, void *); | int | main () | { | | ; | return 0; | } configure:5950: error: could not determine argument types ## ---------------- ## ## 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__doprnt=no ac_cv_func_accept_arg1='unsigned int' ac_cv_func_accept_arg2='void *' ac_cv_func_accept_arg3=void ac_cv_func_accept_return='unsigned int PASCAL' ac_cv_func_vprintf=yes ac_cv_func_wait3_rusage=yes ac_cv_header_fcntl_h=yes ac_cv_header_getopt_h=yes ac_cv_header_inttypes_h=no ac_cv_header_memory_h=no ac_cv_header_netdb_h=yes ac_cv_header_netinet_in_h=yes ac_cv_header_netinet_tcp_h=yes ac_cv_header_stdc=no ac_cv_header_stdint_h=no ac_cv_header_stdlib_h=no ac_cv_header_string_h=no ac_cv_header_strings_h=no ac_cv_header_sys_param_h=yes ac_cv_header_sys_pstat_h=no 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_un_h=yes ac_cv_header_sys_wait_h=no ac_cv_header_time=no ac_cv_header_unistd_h=no ac_cv_lib_BSD_main=no ac_cv_lib_IPC_main=no ac_cv_lib_PW_main=no ac_cv_lib_compat_main=no ac_cv_lib_fl_yywrap=yes ac_cv_lib_gen_main=no ac_cv_lib_ipc_main=no ac_cv_lib_lc_main=no ac_cv_lib_m_main=yes ac_cv_lib_nsl_main=no ac_cv_lib_resolv_main=yes ac_cv_lib_socket_main=no ac_cv_member_struct_sockaddr_sa_len=no ac_cv_member_struct_sockaddr_storage___ss_family=no ac_cv_member_struct_sockaddr_storage___ss_len=no ac_cv_member_struct_sockaddr_storage_ss_family=no ac_cv_member_struct_sockaddr_storage_ss_len=no ac_cv_objext= ac_cv_prog_AWK=gawk ac_cv_prog_CC=cc ac_cv_prog_CPP='cc -E' ac_cv_prog_LEX=flex ac_cv_prog_cc_g=no ac_cv_prog_cc_stdc=no ac_cv_prog_egrep='grep -E' ac_cv_prog_lex_root=lex.yy ac_cv_prog_lex_yytext_pointer=yes ac_cv_prog_make_gmake_set=yes ac_cv_type_pid_t=no ac_cv_type_signal=int ac_cv_type_struct_sockaddr_storage=no am_cv_CC_dependencies_compiler_type=gcc3 lt_cv_sys_max_cmd_len= ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /mnt/gmirror/ports/databases/pgpool/work/pgpool-3.2/missing --run aclocal-1.9' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} /mnt/gmirror/ports/databases/pgpool/work/pgpool-3.2/missing --run tar' AUTOCONF='${SHELL} /mnt/gmirror/ports/databases/pgpool/work/pgpool-3.2/missing --run autoconf' AUTOHEADER='${SHELL} /mnt/gmirror/ports/databases/pgpool/work/pgpool-3.2/missing --run autoheader' AUTOMAKE='${SHELL} /mnt/gmirror/ports/databases/pgpool/work/pgpool-3.2/missing --run automake-1.9' AWK='gawk' CC='cc' CCDEPMODE='depmode=gcc3' CFLAGS='-fno-common' CPP='cc -E' CPPFLAGS='' CYGPATH_W='echo' DEFS='' DEPDIR='.deps' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='grep -E' EXEEXT='' INSTALL_DATA='install -o root -g wheel -m 444' INSTALL_PROGRAM='install -s -o root -g wheel -m 555' INSTALL_SCRIPT='install -o root -g wheel -m 555' INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s' LDFLAGS='' LEX='flex' LEXLIB='-lfl' LEX_OUTPUT_ROOT='lex.yy' LIBOBJS='' LIBS='-lresolv -lm ' LTLIBOBJS='' MAKEINFO='${SHELL} /mnt/gmirror/ports/databases/pgpool/work/pgpool-3.2/missing --run makeinfo' OBJEXT='' PACKAGE='pgpool' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_VERSION='' PATH_SEPARATOR=':' PGSQL_INCLUDE_DIR='' SET_MAKE='' SHELL='/bin/sh' STRIP='' VERSION='3.2' ac_ct_CC='' ac_ct_STRIP='' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__include='include' am__leading_dot='.' am__quote='' am__tar='${AMTAR} chof - "$$tardir"' am__untar='${AMTAR} xf -' bindir='${exec_prefix}/bin' build_alias='i386-unknown-gnu' datadir='${prefix}/share' exec_prefix='NONE' host_alias='i386-unknown-gnu' includedir='${prefix}/include' infodir='${prefix}/info' install_sh='/mnt/gmirror/ports/databases/pgpool/work/pgpool-3.2/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localstatedir='${prefix}/var' mandir='${prefix}/man' mkdir_p='mkdir -p --' oldincludedir='/usr/include' prefix='' program_transform_name='s,x,x,' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='i386-unknown-gnu' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define HAVE_FCNTL_H 1 #define HAVE_GETOPT_H 1 #define HAVE_LIBM 1 #define HAVE_LIBRESOLV 1 #define HAVE_NETDB_H 1 #define HAVE_NETINET_IN_H 1 #define HAVE_NETINET_TCP_H 1 #define HAVE_SYS_PARAM_H 1 #define HAVE_SYS_SOCKET_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_SYS_UN_H 1 #define HAVE_VPRINTF 1 #define HAVE_WAIT3 1 #define PACKAGE "pgpool" #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "" #define PACKAGE_STRING "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define RETSIGTYPE int #define VERSION "3.2" #define YYTEXT_POINTER 1 #define const #define pid_t int configure: exit 1