This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by PostgreSQL configure 8.4.8, which was generated by GNU Autoconf 2.61. Invocation command line was $ ./configure --with-template=linux --prefix=/usr --bindir=/usr/bin --libdir=/usr/lib --mandir=/usr/share/man --with-docdir=/usr/share/doc --includedir=/usr/include/postgresql --datadir=/usr/share --with-openssl --with-gnu-ld --with-CXX --with-pam --with-python --with-perl --with-tcl --without-tk --enable-recode ## --------- ## ## Platform. ## ## --------- ## hostname = vas uname -m = x86_64 uname -r = 2.6.33.2-2.x86_64 uname -s = Linux uname -v = #1 SMP Tue Mar 23 03:17:03 CET 2010 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/lib/uhubuild PATH: /usr/lib/ccache PATH: /sbin PATH: /usr/sbin PATH: /bin PATH: /usr/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1929: checking build system type configure:1947: result: x86_64-unknown-linux-gnu configure:1969: checking host system type configure:1984: result: x86_64-unknown-linux-gnu configure:2008: checking which template to use configure:2108: result: linux configure:2218: checking whether to build with 64-bit integer date/time support configure:2254: result: yes configure:2261: checking whether NLS is wanted configure:2296: result: no configure:2304: checking for default port number configure:2334: result: 5432 configure:2760: checking for block size configure:2801: result: 8kB configure:2813: checking for segment size configure:2847: result: 1GB configure:2859: checking for WAL block size configure:2901: result: 8kB configure:2913: checking for WAL segment size configure:2955: result: 16MB configure:3058: checking for gcc configure:3074: found /usr/lib/ccache/gcc configure:3085: result: gcc configure:3121: checking for C compiler version configure:3128: gcc --version >&5 gcc (GCC) 4.4.2 Copyright (C) 2009 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:3131: $? = 0 configure:3138: gcc -v >&5 Using built-in specs. Target: i686-uhu-linux Configured with: /var/uhubuild/work/compile/configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --enable-languages=c,c++ --enable-shared --with-gnu-as --with-gnu-ld --with-system-zlib --build=i686-uhu-linux --host=i686-uhu-linux --target=i686-uhu-linux --enable-targets=all --with-arch-32=i686 --with-arch-64=core2 --with-cpu-32=i686 --with-cpu-64=core2 --disable-multilib --with-tune=generic Thread model: posix gcc version 4.4.2 (GCC) configure:3141: $? = 0 configure:3148: gcc -V >&5 gcc: '-V' option must have argument configure:3151: $? = 1 configure:3174: checking for C compiler default output file name configure:3201: gcc conftest.c >&5 configure:3204: $? = 0 configure:3242: result: a.out configure:3259: checking whether the C compiler works configure:3269: ./a.out configure:3272: $? = 0 configure:3289: result: yes configure:3296: checking whether we are cross compiling configure:3298: result: no configure:3301: checking for suffix of executables configure:3308: gcc -o conftest conftest.c >&5 configure:3311: $? = 0 configure:3335: result: configure:3341: checking for suffix of object files configure:3367: gcc -c conftest.c >&5 configure:3370: $? = 0 configure:3393: result: o configure:3397: checking whether we are using the GNU C compiler configure:3426: gcc -c conftest.c >&5 configure:3432: $? = 0 configure:3449: result: yes configure:3454: checking whether gcc accepts -g configure:3484: gcc -c -g conftest.c >&5 configure:3490: $? = 0 configure:3589: result: yes configure:3606: checking for gcc option to accept ISO C89 configure:3680: gcc -c -g -O2 conftest.c >&5 configure:3686: $? = 0 configure:3709: result: none needed configure:3755: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:22: error: 'choke' undeclared (first use in this function) conftest.c:22: error: (Each undeclared identifier is reported only once conftest.c:22: error: for each function it appears in.) conftest.c:22: error: expected ';' before 'me' configure:3761: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.4.8" | #define PACKAGE_STRING "PostgreSQL 8.4.8" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.4.8" | #define PG_MAJORVERSION "8.4" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | /* end confdefs.h. */ | | int | main () | { | #ifndef __INTEL_COMPILER | choke me | #endif | ; | return 0; | } configure:3801: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:22: error: 'choke' undeclared (first use in this function) conftest.c:22: error: (Each undeclared identifier is reported only once conftest.c:22: error: for each function it appears in.) conftest.c:22: error: expected ';' before 'me' configure:3807: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.4.8" | #define PACKAGE_STRING "PostgreSQL 8.4.8" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.4.8" | #define PG_MAJORVERSION "8.4" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | /* end confdefs.h. */ | | int | main () | { | #ifndef __SUNPRO_C | choke me | #endif | ; | return 0; | } configure:3861: checking if gcc supports -Wdeclaration-after-statement configure:3886: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -D_GNU_SOURCE conftest.c >&5 configure:3892: $? = 0 configure:3897: result: yes configure:3910: checking if gcc supports -Wendif-labels configure:3935: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -D_GNU_SOURCE conftest.c >&5 configure:3941: $? = 0 configure:3946: result: yes configure:3960: checking if gcc supports -fno-strict-aliasing configure:3985: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE conftest.c >&5 configure:3991: $? = 0 configure:3996: result: yes configure:4010: checking if gcc supports -fwrapv configure:4035: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c >&5 configure:4041: $? = 0 configure:4046: result: yes configure:4252: checking whether the C compiler still works configure:4275: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c >&5 configure:4281: $? = 0 configure:4287: result: yes configure:4328: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c >&5 configure:4334: $? = 0 configure:4357: checking how to run the C preprocessor configure:4397: gcc -E -D_GNU_SOURCE conftest.c configure:4403: $? = 0 configure:4434: gcc -E -D_GNU_SOURCE conftest.c conftest.c:17:28: error: ac_nonexistent.h: No such file or directory configure:4440: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.4.8" | #define PACKAGE_STRING "PostgreSQL 8.4.8" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.4.8" | #define PG_MAJORVERSION "8.4" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | /* end confdefs.h. */ | #include configure:4473: result: gcc -E configure:4502: gcc -E -D_GNU_SOURCE conftest.c configure:4508: $? = 0 configure:4539: gcc -E -D_GNU_SOURCE conftest.c conftest.c:17:28: error: ac_nonexistent.h: No such file or directory configure:4545: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.4.8" | #define PACKAGE_STRING "PostgreSQL 8.4.8" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.4.8" | #define PG_MAJORVERSION "8.4" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | /* end confdefs.h. */ | #include configure:4704: checking allow thread-safe client libraries configure:4798: result: no configure:4805: checking whether to build with Tcl configure:4834: result: yes configure:4871: checking whether to build Perl modules configure:4900: result: yes configure:4907: checking whether to build Python modules configure:4936: result: yes configure:4943: checking whether to build with GSSAPI support configure:4979: result: no configure:4986: checking whether to build with Kerberos 5 support configure:5022: result: no configure:5071: checking whether to build with PAM support configure:5104: result: yes configure:5112: checking whether to build with LDAP support configure:5145: result: no configure:5153: checking whether to build with Bonjour support configure:5186: result: no configure:5194: checking whether to build with OpenSSL support configure:5227: result: yes configure:5546: checking for grep that handles long lines and -e configure:5620: result: /bin/grep configure:5625: checking for egrep configure:5703: result: /bin/grep -E configure:5753: checking for ld used by GCC configure:5816: result: /usr/bin/ld configure:5825: checking if the linker (/usr/bin/ld) is GNU ld GNU ld (GNU Binutils) 2.19.1 configure:5837: result: yes configure:5946: checking for ranlib configure:5962: found /usr/bin/ranlib configure:5973: result: ranlib configure:6043: checking for strip configure:6059: found /usr/bin/strip configure:6070: result: strip configure:6097: checking whether it is possible to strip libraries configure:6102: result: yes configure:6156: checking for ar configure:6172: found /usr/bin/ar configure:6183: result: ar configure:6502: checking for tar configure:6520: found /bin/tar configure:6532: result: /bin/tar configure:6540: checking whether ln -s works configure:6544: result: yes configure:6555: checking for gawk configure:6571: found /bin/gawk configure:6582: result: gawk configure:6600: checking for bison configure:6616: found /usr/bin/bison configure:6627: result: bison configure:6642: using bison (GNU Bison) 2.4.2 configure:6673: checking for flex configure:6712: result: /usr/bin/flex configure:6741: using flex 2.5.35 configure:6751: checking for perl configure:6769: found /usr/bin/perl configure:6781: result: /usr/bin/perl configure:6791: checking for Perl archlibexp configure:6794: result: /usr/lib/perl5/5.10.1/i386-linux-thread-multi-64int-ld configure:6796: checking for Perl privlibexp configure:6799: result: /usr/lib/perl5/5.10.1 configure:6801: checking for Perl useshrplib configure:6804: result: true configure:6807: checking for flags to link embedded Perl configure:6823: result: -fstack-protector -L/usr/local/lib -L/usr/lib/perl5/5.10.1/i386-linux-thread-multi-64int-ld/CORE -lperl -lnsl -ldl -lm -lcrypt -lutil -lpthread -lc configure:6832: checking for python configure:6850: found /usr/bin/python configure:6862: result: /usr/bin/python configure:6877: checking for Python distutils module configure:6881: result: yes configure:6890: checking Python configuration directory configure:6897: result: /usr/lib/python2.6/config configure:6901: checking how to link an embedded Python application configure:6922: result: -L/usr/lib -lpython2.6 -lpthread -ldl -lutil -lm configure:6927: checking whether Python is compiled with thread support configure:6931: result: yes configure:7013: checking for main in -lm configure:7042: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c -lm >&5 configure:7048: $? = 0 configure:7066: result: yes configure:7077: checking for library containing setproctitle configure:7118: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c -lm >&5 /tmp/cc1OOTE3.o: In function `main': conftest.c:(.text+0x7): undefined reference to `setproctitle' collect2: ld returned 1 exit status configure:7124: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.4.8" | #define PACKAGE_STRING "PostgreSQL 8.4.8" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.4.8" | #define PG_MAJORVERSION "8.4" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define PG_KRB_SRVNAM "postgres" | #define USE_PAM 1 | #define USE_SSL 1 | #define HAVE_LIBM 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char setproctitle (); | int | main () | { | return setproctitle (); | ; | return 0; | } configure:7118: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c -lutil -lm >&5 /tmp/ccTLD7h9.o: In function `main': conftest.c:(.text+0x7): undefined reference to `setproctitle' collect2: ld returned 1 exit status configure:7124: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.4.8" | #define PACKAGE_STRING "PostgreSQL 8.4.8" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.4.8" | #define PG_MAJORVERSION "8.4" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define PG_KRB_SRVNAM "postgres" | #define USE_PAM 1 | #define USE_SSL 1 | #define HAVE_LIBM 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char setproctitle (); | int | main () | { | return setproctitle (); | ; | return 0; | } configure:7152: result: no configure:7160: checking for library containing dlopen configure:7201: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c -lm >&5 /tmp/ccGZGP1a.o: In function `main': conftest.c:(.text+0x7): undefined reference to `dlopen' collect2: ld returned 1 exit status configure:7207: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.4.8" | #define PACKAGE_STRING "PostgreSQL 8.4.8" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.4.8" | #define PG_MAJORVERSION "8.4" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define PG_KRB_SRVNAM "postgres" | #define USE_PAM 1 | #define USE_SSL 1 | #define HAVE_LIBM 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char dlopen (); | int | main () | { | return dlopen (); | ; | return 0; | } configure:7201: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c -ldl -lm >&5 configure:7207: $? = 0 configure:7235: result: -ldl configure:7243: checking for library containing socket configure:7284: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c -ldl -lm >&5 configure:7290: $? = 0 configure:7318: result: none required configure:7326: checking for library containing shl_load configure:7367: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c -ldl -lm >&5 /tmp/ccOkrP8m.o: In function `main': conftest.c:(.text+0x7): undefined reference to `shl_load' collect2: ld returned 1 exit status configure:7373: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.4.8" | #define PACKAGE_STRING "PostgreSQL 8.4.8" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.4.8" | #define PG_MAJORVERSION "8.4" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define PG_KRB_SRVNAM "postgres" | #define USE_PAM 1 | #define USE_SSL 1 | #define HAVE_LIBM 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char shl_load (); | int | main () | { | return shl_load (); | ; | return 0; | } configure:7367: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c -ldld -ldl -lm >&5 /usr/bin/ld: cannot find -ldld collect2: ld returned 1 exit status configure:7373: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.4.8" | #define PACKAGE_STRING "PostgreSQL 8.4.8" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.4.8" | #define PG_MAJORVERSION "8.4" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define PG_KRB_SRVNAM "postgres" | #define USE_PAM 1 | #define USE_SSL 1 | #define HAVE_LIBM 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char shl_load (); | int | main () | { | return shl_load (); | ; | return 0; | } configure:7401: result: no configure:7497: checking for library containing getopt_long configure:7538: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c -ldl -lm >&5 configure:7544: $? = 0 configure:7572: result: none required configure:7580: checking for library containing crypt configure:7621: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c -ldl -lm >&5 /tmp/cctGQPXw.o: In function `main': conftest.c:(.text+0x7): undefined reference to `crypt' collect2: ld returned 1 exit status configure:7627: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.4.8" | #define PACKAGE_STRING "PostgreSQL 8.4.8" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.4.8" | #define PG_MAJORVERSION "8.4" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define PG_KRB_SRVNAM "postgres" | #define USE_PAM 1 | #define USE_SSL 1 | #define HAVE_LIBM 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char crypt (); | int | main () | { | return crypt (); | ; | return 0; | } configure:7621: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c -lcrypt -ldl -lm >&5 configure:7627: $? = 0 configure:7655: result: -lcrypt configure:7664: checking for library containing fdatasync configure:7705: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c -lcrypt -ldl -lm >&5 configure:7711: $? = 0 configure:7739: result: none required configure:7749: checking for library containing gethostbyname_r configure:7790: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c -lcrypt -ldl -lm >&5 configure:7796: $? = 0 configure:7824: result: none required configure:7833: checking for library containing shmget configure:7874: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c -lcrypt -ldl -lm >&5 configure:7880: $? = 0 configure:7908: result: none required configure:7930: checking for -lreadline configure:7962: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c -lreadline -lcrypt -ldl -lm >&5 /lib/../lib/libreadline.so: undefined reference to `PC' /lib/../lib/libreadline.so: undefined reference to `tgetflag' /lib/../lib/libreadline.so: undefined reference to `tgetent' /lib/../lib/libreadline.so: undefined reference to `UP' /lib/../lib/libreadline.so: undefined reference to `tputs' /lib/../lib/libreadline.so: undefined reference to `tgoto' /lib/../lib/libreadline.so: undefined reference to `tgetnum' /lib/../lib/libreadline.so: undefined reference to `BC' /lib/../lib/libreadline.so: undefined reference to `tgetstr' collect2: ld returned 1 exit status configure:7968: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.4.8" | #define PACKAGE_STRING "PostgreSQL 8.4.8" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.4.8" | #define PG_MAJORVERSION "8.4" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define PG_KRB_SRVNAM "postgres" | #define USE_PAM 1 | #define USE_SSL 1 | #define HAVE_LIBM 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char readline (); | int | main () | { | return readline (); | ; | return 0; | } configure:7962: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c -lreadline -ltermcap -lcrypt -ldl -lm >&5 /usr/bin/ld: cannot find -ltermcap collect2: ld returned 1 exit status configure:7968: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.4.8" | #define PACKAGE_STRING "PostgreSQL 8.4.8" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.4.8" | #define PG_MAJORVERSION "8.4" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define PG_KRB_SRVNAM "postgres" | #define USE_PAM 1 | #define USE_SSL 1 | #define HAVE_LIBM 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char readline (); | int | main () | { | return readline (); | ; | return 0; | } configure:7962: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c -lreadline -lncurses -lcrypt -ldl -lm >&5 configure:7968: $? = 0 configure:7999: result: yes (-lreadline -lncurses) configure:8036: checking for inflate in -lz configure:8071: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c -lz -lreadline -lncurses -lcrypt -ldl -lm >&5 configure:8077: $? = 0 configure:8095: result: yes configure:8495: checking for CRYPTO_new_ex_data in -lcrypto configure:8530: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c -lcrypto -lz -lreadline -lncurses -lcrypt -ldl -lm >&5 configure:8536: $? = 0 configure:8554: result: yes configure:8570: checking for SSL_library_init in -lssl configure:8605: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c -lssl -lcrypto -lz -lreadline -lncurses -lcrypt -ldl -lm >&5 configure:8611: $? = 0 configure:8629: result: yes configure:8800: checking for pam_start in -lpam configure:8835: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lreadline -lncurses -lcrypt -ldl -lm >&5 configure:8841: $? = 0 configure:8859: result: yes configure:9177: checking for ANSI C header files configure:9207: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c >&5 configure:9213: $? = 0 configure:9312: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lreadline -lncurses -lcrypt -ldl -lm >&5 configure:9315: $? = 0 configure:9321: ./conftest configure:9324: $? = 0 configure:9341: result: yes configure:9365: checking for sys/types.h configure:9386: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c >&5 configure:9392: $? = 0 configure:9408: result: yes configure:9365: checking for sys/stat.h configure:9386: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c >&5 configure:9392: $? = 0 configure:9408: result: yes configure:9365: checking for stdlib.h configure:9386: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c >&5 configure:9392: $? = 0 configure:9408: result: yes configure:9365: checking for string.h configure:9386: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c >&5 configure:9392: $? = 0 configure:9408: result: yes configure:9365: checking for memory.h configure:9386: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c >&5 configure:9392: $? = 0 configure:9408: result: yes configure:9365: checking for strings.h configure:9386: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c >&5 configure:9392: $? = 0 configure:9408: result: yes configure:9365: checking for inttypes.h configure:9386: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c >&5 configure:9392: $? = 0 configure:9408: result: yes configure:9365: checking for stdint.h configure:9386: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c >&5 configure:9392: $? = 0 configure:9408: result: yes configure:9365: checking for unistd.h configure:9386: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c >&5 configure:9392: $? = 0 configure:9408: result: yes configure:9461: checking crypt.h usability configure:9478: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c >&5 configure:9484: $? = 0 configure:9498: result: yes configure:9502: checking crypt.h presence configure:9517: gcc -E -D_GNU_SOURCE conftest.c configure:9523: $? = 0 configure:9537: result: yes configure:9570: checking for crypt.h configure:9578: result: yes configure:9461: checking dld.h usability configure:9478: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c >&5 conftest.c:71:17: error: dld.h: No such file or directory configure:9484: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.4.8" | #define PACKAGE_STRING "PostgreSQL 8.4.8" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.4.8" | #define PG_MAJORVERSION "8.4" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define PG_KRB_SRVNAM "postgres" | #define USE_PAM 1 | #define USE_SSL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_LIBCRYPTO 1 | #define HAVE_LIBSSL 1 | #define HAVE_LIBPAM 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CRYPT_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:9498: result: no configure:9502: checking dld.h presence configure:9517: gcc -E -D_GNU_SOURCE conftest.c conftest.c:38:17: error: dld.h: No such file or directory configure:9523: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.4.8" | #define PACKAGE_STRING "PostgreSQL 8.4.8" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.4.8" | #define PG_MAJORVERSION "8.4" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define PG_KRB_SRVNAM "postgres" | #define USE_PAM 1 | #define USE_SSL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_LIBCRYPTO 1 | #define HAVE_LIBSSL 1 | #define HAVE_LIBPAM 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CRYPT_H 1 | /* end confdefs.h. */ | #include configure:9537: result: no configure:9570: checking for dld.h configure:9578: result: no configure:9461: checking fp_class.h usability configure:9478: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c >&5 conftest.c:71:22: error: fp_class.h: No such file or directory configure:9484: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.4.8" | #define PACKAGE_STRING "PostgreSQL 8.4.8" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.4.8" | #define PG_MAJORVERSION "8.4" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define PG_KRB_SRVNAM "postgres" | #define USE_PAM 1 | #define USE_SSL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_LIBCRYPTO 1 | #define HAVE_LIBSSL 1 | #define HAVE_LIBPAM 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CRYPT_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:9498: result: no configure:9502: checking fp_class.h presence configure:9517: gcc -E -D_GNU_SOURCE conftest.c conftest.c:38:22: error: fp_class.h: No such file or directory configure:9523: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.4.8" | #define PACKAGE_STRING "PostgreSQL 8.4.8" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.4.8" | #define PG_MAJORVERSION "8.4" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define PG_KRB_SRVNAM "postgres" | #define USE_PAM 1 | #define USE_SSL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_LIBCRYPTO 1 | #define HAVE_LIBSSL 1 | #define HAVE_LIBPAM 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CRYPT_H 1 | /* end confdefs.h. */ | #include configure:9537: result: no configure:9570: checking for fp_class.h configure:9578: result: no configure:9461: checking getopt.h usability configure:9478: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c >&5 configure:9484: $? = 0 configure:9498: result: yes configure:9502: checking getopt.h presence configure:9517: gcc -E -D_GNU_SOURCE conftest.c configure:9523: $? = 0 configure:9537: result: yes configure:9570: checking for getopt.h configure:9578: result: yes configure:9461: checking ieeefp.h usability configure:9478: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c >&5 conftest.c:72:20: error: ieeefp.h: No such file or directory configure:9484: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.4.8" | #define PACKAGE_STRING "PostgreSQL 8.4.8" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.4.8" | #define PG_MAJORVERSION "8.4" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define PG_KRB_SRVNAM "postgres" | #define USE_PAM 1 | #define USE_SSL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_LIBCRYPTO 1 | #define HAVE_LIBSSL 1 | #define HAVE_LIBPAM 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_GETOPT_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:9498: result: no configure:9502: checking ieeefp.h presence configure:9517: gcc -E -D_GNU_SOURCE conftest.c conftest.c:39:20: error: ieeefp.h: No such file or directory configure:9523: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.4.8" | #define PACKAGE_STRING "PostgreSQL 8.4.8" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.4.8" | #define PG_MAJORVERSION "8.4" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define PG_KRB_SRVNAM "postgres" | #define USE_PAM 1 | #define USE_SSL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_LIBCRYPTO 1 | #define HAVE_LIBSSL 1 | #define HAVE_LIBPAM 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_GETOPT_H 1 | /* end confdefs.h. */ | #include configure:9537: result: no configure:9570: checking for ieeefp.h configure:9578: result: no configure:9461: checking langinfo.h usability configure:9478: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c >&5 configure:9484: $? = 0 configure:9498: result: yes configure:9502: checking langinfo.h presence configure:9517: gcc -E -D_GNU_SOURCE conftest.c configure:9523: $? = 0 configure:9537: result: yes configure:9570: checking for langinfo.h configure:9578: result: yes configure:9461: checking poll.h usability configure:9478: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c >&5 configure:9484: $? = 0 configure:9498: result: yes configure:9502: checking poll.h presence configure:9517: gcc -E -D_GNU_SOURCE conftest.c configure:9523: $? = 0 configure:9537: result: yes configure:9570: checking for poll.h configure:9578: result: yes configure:9461: checking pwd.h usability configure:9478: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c >&5 configure:9484: $? = 0 configure:9498: result: yes configure:9502: checking pwd.h presence configure:9517: gcc -E -D_GNU_SOURCE conftest.c configure:9523: $? = 0 configure:9537: result: yes configure:9570: checking for pwd.h configure:9578: result: yes configure:9461: checking sys/ipc.h usability configure:9478: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c >&5 configure:9484: $? = 0 configure:9498: result: yes configure:9502: checking sys/ipc.h presence configure:9517: gcc -E -D_GNU_SOURCE conftest.c configure:9523: $? = 0 configure:9537: result: yes configure:9570: checking for sys/ipc.h configure:9578: result: yes configure:9461: checking sys/poll.h usability configure:9478: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c >&5 configure:9484: $? = 0 configure:9498: result: yes configure:9502: checking sys/poll.h presence configure:9517: gcc -E -D_GNU_SOURCE conftest.c configure:9523: $? = 0 configure:9537: result: yes configure:9570: checking for sys/poll.h configure:9578: result: yes configure:9461: checking sys/pstat.h usability configure:9478: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c >&5 conftest.c:77:23: error: sys/pstat.h: No such file or directory configure:9484: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.4.8" | #define PACKAGE_STRING "PostgreSQL 8.4.8" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.4.8" | #define PG_MAJORVERSION "8.4" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define PG_KRB_SRVNAM "postgres" | #define USE_PAM 1 | #define USE_SSL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_LIBCRYPTO 1 | #define HAVE_LIBSSL 1 | #define HAVE_LIBPAM 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_POLL_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:9498: result: no configure:9502: checking sys/pstat.h presence configure:9517: gcc -E -D_GNU_SOURCE conftest.c conftest.c:44:23: error: sys/pstat.h: No such file or directory configure:9523: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.4.8" | #define PACKAGE_STRING "PostgreSQL 8.4.8" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.4.8" | #define PG_MAJORVERSION "8.4" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define PG_KRB_SRVNAM "postgres" | #define USE_PAM 1 | #define USE_SSL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_LIBCRYPTO 1 | #define HAVE_LIBSSL 1 | #define HAVE_LIBPAM 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_POLL_H 1 | /* end confdefs.h. */ | #include configure:9537: result: no configure:9570: checking for sys/pstat.h configure:9578: result: no configure:9461: checking sys/resource.h usability configure:9478: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c >&5 configure:9484: $? = 0 configure:9498: result: yes configure:9502: checking sys/resource.h presence configure:9517: gcc -E -D_GNU_SOURCE conftest.c configure:9523: $? = 0 configure:9537: result: yes configure:9570: checking for sys/resource.h configure:9578: result: yes configure:9461: checking sys/select.h usability configure:9478: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c >&5 configure:9484: $? = 0 configure:9498: result: yes configure:9502: checking sys/select.h presence configure:9517: gcc -E -D_GNU_SOURCE conftest.c configure:9523: $? = 0 configure:9537: result: yes configure:9570: checking for sys/select.h configure:9578: result: yes configure:9461: checking sys/sem.h usability configure:9478: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c >&5 configure:9484: $? = 0 configure:9498: result: yes configure:9502: checking sys/sem.h presence configure:9517: gcc -E -D_GNU_SOURCE conftest.c configure:9523: $? = 0 configure:9537: result: yes configure:9570: checking for sys/sem.h configure:9578: result: yes configure:9461: checking sys/socket.h usability configure:9478: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c >&5 configure:9484: $? = 0 configure:9498: result: yes configure:9502: checking sys/socket.h presence configure:9517: gcc -E -D_GNU_SOURCE conftest.c configure:9523: $? = 0 configure:9537: result: yes configure:9570: checking for sys/socket.h configure:9578: result: yes configure:9461: checking sys/shm.h usability configure:9478: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c >&5 configure:9484: $? = 0 configure:9498: result: yes configure:9502: checking sys/shm.h presence configure:9517: gcc -E -D_GNU_SOURCE conftest.c configure:9523: $? = 0 configure:9537: result: yes configure:9570: checking for sys/shm.h configure:9578: result: yes configure:9461: checking sys/tas.h usability configure:9478: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c >&5 conftest.c:82:21: error: sys/tas.h: No such file or directory configure:9484: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.4.8" | #define PACKAGE_STRING "PostgreSQL 8.4.8" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.4.8" | #define PG_MAJORVERSION "8.4" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define PG_KRB_SRVNAM "postgres" | #define USE_PAM 1 | #define USE_SSL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_LIBCRYPTO 1 | #define HAVE_LIBSSL 1 | #define HAVE_LIBPAM 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SHM_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:9498: result: no configure:9502: checking sys/tas.h presence configure:9517: gcc -E -D_GNU_SOURCE conftest.c conftest.c:49:21: error: sys/tas.h: No such file or directory configure:9523: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.4.8" | #define PACKAGE_STRING "PostgreSQL 8.4.8" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.4.8" | #define PG_MAJORVERSION "8.4" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define PG_KRB_SRVNAM "postgres" | #define USE_PAM 1 | #define USE_SSL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_LIBCRYPTO 1 | #define HAVE_LIBSSL 1 | #define HAVE_LIBPAM 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SHM_H 1 | /* end confdefs.h. */ | #include configure:9537: result: no configure:9570: checking for sys/tas.h configure:9578: result: no configure:9461: checking sys/time.h usability configure:9478: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c >&5 configure:9484: $? = 0 configure:9498: result: yes configure:9502: checking sys/time.h presence configure:9517: gcc -E -D_GNU_SOURCE conftest.c configure:9523: $? = 0 configure:9537: result: yes configure:9570: checking for sys/time.h configure:9578: result: yes configure:9461: checking sys/un.h usability configure:9478: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c >&5 configure:9484: $? = 0 configure:9498: result: yes configure:9502: checking sys/un.h presence configure:9517: gcc -E -D_GNU_SOURCE conftest.c configure:9523: $? = 0 configure:9537: result: yes configure:9570: checking for sys/un.h configure:9578: result: yes configure:9461: checking termios.h usability configure:9478: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c >&5 configure:9484: $? = 0 configure:9498: result: yes configure:9502: checking termios.h presence configure:9517: gcc -E -D_GNU_SOURCE conftest.c configure:9523: $? = 0 configure:9537: result: yes configure:9570: checking for termios.h configure:9578: result: yes configure:9461: checking ucred.h usability configure:9478: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c >&5 conftest.c:85:19: error: ucred.h: No such file or directory configure:9484: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.4.8" | #define PACKAGE_STRING "PostgreSQL 8.4.8" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.4.8" | #define PG_MAJORVERSION "8.4" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define PG_KRB_SRVNAM "postgres" | #define USE_PAM 1 | #define USE_SSL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_LIBCRYPTO 1 | #define HAVE_LIBSSL 1 | #define HAVE_LIBPAM 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:9498: result: no configure:9502: checking ucred.h presence configure:9517: gcc -E -D_GNU_SOURCE conftest.c conftest.c:52:19: error: ucred.h: No such file or directory configure:9523: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.4.8" | #define PACKAGE_STRING "PostgreSQL 8.4.8" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.4.8" | #define PG_MAJORVERSION "8.4" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define PG_KRB_SRVNAM "postgres" | #define USE_PAM 1 | #define USE_SSL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_LIBCRYPTO 1 | #define HAVE_LIBSSL 1 | #define HAVE_LIBPAM 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | /* end confdefs.h. */ | #include configure:9537: result: no configure:9570: checking for ucred.h configure:9578: result: no configure:9461: checking utime.h usability configure:9478: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c >&5 configure:9484: $? = 0 configure:9498: result: yes configure:9502: checking utime.h presence configure:9517: gcc -E -D_GNU_SOURCE conftest.c configure:9523: $? = 0 configure:9537: result: yes configure:9570: checking for utime.h configure:9578: result: yes configure:9461: checking wchar.h usability configure:9478: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c >&5 configure:9484: $? = 0 configure:9498: result: yes configure:9502: checking wchar.h presence configure:9517: gcc -E -D_GNU_SOURCE conftest.c configure:9523: $? = 0 configure:9537: result: yes configure:9570: checking for wchar.h configure:9578: result: yes configure:9461: checking wctype.h usability configure:9478: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c >&5 configure:9484: $? = 0 configure:9498: result: yes configure:9502: checking wctype.h presence configure:9517: gcc -E -D_GNU_SOURCE conftest.c configure:9523: $? = 0 configure:9537: result: yes configure:9570: checking for wctype.h configure:9578: result: yes configure:9461: checking kernel/OS.h usability configure:9478: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c >&5 conftest.c:88:23: error: kernel/OS.h: No such file or directory configure:9484: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.4.8" | #define PACKAGE_STRING "PostgreSQL 8.4.8" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.4.8" | #define PG_MAJORVERSION "8.4" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define PG_KRB_SRVNAM "postgres" | #define USE_PAM 1 | #define USE_SSL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_LIBCRYPTO 1 | #define HAVE_LIBSSL 1 | #define HAVE_LIBPAM 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:9498: result: no configure:9502: checking kernel/OS.h presence configure:9517: gcc -E -D_GNU_SOURCE conftest.c conftest.c:55:23: error: kernel/OS.h: No such file or directory configure:9523: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.4.8" | #define PACKAGE_STRING "PostgreSQL 8.4.8" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.4.8" | #define PG_MAJORVERSION "8.4" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define PG_KRB_SRVNAM "postgres" | #define USE_PAM 1 | #define USE_SSL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_LIBCRYPTO 1 | #define HAVE_LIBSSL 1 | #define HAVE_LIBPAM 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | /* end confdefs.h. */ | #include configure:9537: result: no configure:9570: checking for kernel/OS.h configure:9578: result: no configure:9461: checking kernel/image.h usability configure:9478: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c >&5 conftest.c:88:26: error: kernel/image.h: No such file or directory configure:9484: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.4.8" | #define PACKAGE_STRING "PostgreSQL 8.4.8" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.4.8" | #define PG_MAJORVERSION "8.4" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define PG_KRB_SRVNAM "postgres" | #define USE_PAM 1 | #define USE_SSL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_LIBCRYPTO 1 | #define HAVE_LIBSSL 1 | #define HAVE_LIBPAM 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:9498: result: no configure:9502: checking kernel/image.h presence configure:9517: gcc -E -D_GNU_SOURCE conftest.c conftest.c:55:26: error: kernel/image.h: No such file or directory configure:9523: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.4.8" | #define PACKAGE_STRING "PostgreSQL 8.4.8" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.4.8" | #define PG_MAJORVERSION "8.4" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define PG_KRB_SRVNAM "postgres" | #define USE_PAM 1 | #define USE_SSL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_LIBCRYPTO 1 | #define HAVE_LIBSSL 1 | #define HAVE_LIBPAM 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | /* end confdefs.h. */ | #include configure:9537: result: no configure:9570: checking for kernel/image.h configure:9578: result: no configure:9461: checking SupportDefs.h usability configure:9478: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c >&5 conftest.c:88:25: error: SupportDefs.h: No such file or directory configure:9484: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.4.8" | #define PACKAGE_STRING "PostgreSQL 8.4.8" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.4.8" | #define PG_MAJORVERSION "8.4" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define PG_KRB_SRVNAM "postgres" | #define USE_PAM 1 | #define USE_SSL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_LIBCRYPTO 1 | #define HAVE_LIBSSL 1 | #define HAVE_LIBPAM 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:9498: result: no configure:9502: checking SupportDefs.h presence configure:9517: gcc -E -D_GNU_SOURCE conftest.c conftest.c:55:25: error: SupportDefs.h: No such file or directory configure:9523: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.4.8" | #define PACKAGE_STRING "PostgreSQL 8.4.8" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.4.8" | #define PG_MAJORVERSION "8.4" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define PG_KRB_SRVNAM "postgres" | #define USE_PAM 1 | #define USE_SSL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_LIBCRYPTO 1 | #define HAVE_LIBSSL 1 | #define HAVE_LIBPAM 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | /* end confdefs.h. */ | #include configure:9537: result: no configure:9570: checking for SupportDefs.h configure:9578: result: no configure:9609: checking netinet/in.h usability configure:9626: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c >&5 configure:9632: $? = 0 configure:9646: result: yes configure:9650: checking netinet/in.h presence configure:9665: gcc -E -D_GNU_SOURCE conftest.c configure:9671: $? = 0 configure:9685: result: yes configure:9718: checking for netinet/in.h configure:9726: result: yes configure:9743: checking for netinet/tcp.h configure:9768: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c >&5 configure:9774: $? = 0 configure:9790: result: yes configure:9818: checking readline/readline.h usability configure:9835: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c >&5 configure:9841: $? = 0 configure:9855: result: yes configure:9859: checking readline/readline.h presence configure:9874: gcc -E -D_GNU_SOURCE conftest.c configure:9880: $? = 0 configure:9894: result: yes configure:9927: checking for readline/readline.h configure:9935: result: yes configure:10119: checking readline/history.h usability configure:10136: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c >&5 configure:10142: $? = 0 configure:10156: result: yes configure:10160: checking readline/history.h presence configure:10175: gcc -E -D_GNU_SOURCE conftest.c configure:10181: $? = 0 configure:10195: result: yes configure:10228: checking for readline/history.h configure:10236: result: yes configure:11312: checking zlib.h usability configure:11329: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c >&5 configure:11335: $? = 0 configure:11349: result: yes configure:11353: checking zlib.h presence configure:11368: gcc -E -D_GNU_SOURCE conftest.c configure:11374: $? = 0 configure:11388: result: yes configure:11421: checking for zlib.h configure:11428: result: yes configure:11900: checking openssl/ssl.h usability configure:11917: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c >&5 configure:11923: $? = 0 configure:11937: result: yes configure:11941: checking openssl/ssl.h presence configure:11956: gcc -E -D_GNU_SOURCE conftest.c configure:11962: $? = 0 configure:11976: result: yes configure:12009: checking for openssl/ssl.h configure:12016: result: yes configure:12039: checking openssl/err.h usability configure:12056: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c >&5 configure:12062: $? = 0 configure:12076: result: yes configure:12080: checking openssl/err.h presence configure:12095: gcc -E -D_GNU_SOURCE conftest.c configure:12101: $? = 0 configure:12115: result: yes configure:12148: checking for openssl/err.h configure:12155: result: yes configure:12172: checking for ERR_set_mark configure:12228: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lreadline -lncurses -lcrypt -ldl -lm >&5 configure:12234: $? = 0 configure:12252: result: yes configure:12280: checking security/pam_appl.h usability configure:12297: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c >&5 configure:12303: $? = 0 configure:12317: result: yes configure:12321: checking security/pam_appl.h presence configure:12336: gcc -E -D_GNU_SOURCE conftest.c configure:12342: $? = 0 configure:12356: result: yes configure:12389: checking for security/pam_appl.h configure:12397: result: yes configure:13512: checking whether byte ordering is bigendian configure:13545: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c >&5 configure:13551: $? = 0 configure:13583: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:68: error: 'not' undeclared (first use in this function) conftest.c:68: error: (Each undeclared identifier is reported only once conftest.c:68: error: for each function it appears in.) conftest.c:68: error: expected ';' before 'big' configure:13589: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.4.8" | #define PACKAGE_STRING "PostgreSQL 8.4.8" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.4.8" | #define PG_MAJORVERSION "8.4" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define PG_KRB_SRVNAM "postgres" | #define USE_PAM 1 | #define USE_SSL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_LIBCRYPTO 1 | #define HAVE_LIBSSL 1 | #define HAVE_LIBPAM 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_ERR_SET_MARK 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | /* end confdefs.h. */ | #include | #include | | int | main () | { | #if BYTE_ORDER != BIG_ENDIAN | not big endian | #endif | | ; | return 0; | } configure:13729: result: no configure:13748: checking for an ANSI C-conforming const configure:13823: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:90: warning: 't' is used uninitialized in this function conftest.c:106: warning: 'b' is used uninitialized in this function conftest.c:69: warning: 'cs[0]' is used uninitialized in this function configure:13829: $? = 0 configure:13844: result: yes configure:13854: checking for inline configure:13880: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c >&5 conftest.c:64: warning: no previous prototype for 'foo' configure:13886: $? = 0 configure:13904: result: inline configure:13923: checking for preprocessor stringizing operator configure:13947: result: yes configure:13957: checking for signed types configure:13983: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:66: warning: unused variable 'i' conftest.c:66: warning: unused variable 's' conftest.c:66: warning: unused variable 'c' configure:13989: $? = 0 configure:14004: result: yes configure:14013: checking for working volatile configure:14042: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:69: warning: 'x' is used uninitialized in this function configure:14048: $? = 0 configure:14063: result: yes configure:14073: checking for __func__ configure:14099: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c >&5 configure:14105: $? = 0 configure:14120: result: yes configure:14186: checking whether struct tm is in sys/time.h or time.h configure:14216: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c >&5 configure:14222: $? = 0 configure:14237: result: time.h configure:14247: checking for struct tm.tm_zone configure:14278: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c >&5 configure:14284: $? = 0 configure:14344: result: yes configure:14362: checking for tzname configure:14392: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lreadline -lncurses -lcrypt -ldl -lm >&5 conftest.c: In function 'main': conftest.c:73: warning: implicit declaration of function 'atoi' configure:14398: $? = 0 configure:14415: result: yes configure:14425: checking for union semun configure:14458: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:76: error: invalid application of 'sizeof' to incomplete type 'ac__type_new_' configure:14464: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.4.8" | #define PACKAGE_STRING "PostgreSQL 8.4.8" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.4.8" | #define PG_MAJORVERSION "8.4" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define PG_KRB_SRVNAM "postgres" | #define USE_PAM 1 | #define USE_SSL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_LIBCRYPTO 1 | #define HAVE_LIBSSL 1 | #define HAVE_LIBPAM 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_ERR_SET_MARK 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_STRINGIZE 1 | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TZNAME 1 | /* end confdefs.h. */ | #include | #include | #include | | typedef union semun ac__type_new_; | int | main () | { | if ((ac__type_new_ *) 0) | return 0; | if (sizeof (ac__type_new_)) | return 0; | ; | return 0; | } configure:14479: result: no configure:14490: checking for struct sockaddr_un configure:14525: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c >&5 configure:14531: $? = 0 configure:14546: result: yes configure:14561: checking for struct sockaddr_storage configure:14596: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c >&5 configure:14602: $? = 0 configure:14617: result: yes configure:14628: checking for struct sockaddr_storage.ss_family configure:14661: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c >&5 configure:14667: $? = 0 configure:14729: result: yes configure:14739: checking for struct sockaddr_storage.__ss_family configure:14772: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:80: error: 'struct sockaddr_storage' has no member named '__ss_family' configure:14778: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.4.8" | #define PACKAGE_STRING "PostgreSQL 8.4.8" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.4.8" | #define PG_MAJORVERSION "8.4" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define PG_KRB_SRVNAM "postgres" | #define USE_PAM 1 | #define USE_SSL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_LIBCRYPTO 1 | #define HAVE_LIBSSL 1 | #define HAVE_LIBPAM 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_ERR_SET_MARK 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_STRINGIZE 1 | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TZNAME 1 | #define HAVE_STRUCT_SOCKADDR_UN 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | /* 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:14816: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:80: error: 'struct sockaddr_storage' has no member named '__ss_family' configure:14822: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.4.8" | #define PACKAGE_STRING "PostgreSQL 8.4.8" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.4.8" | #define PG_MAJORVERSION "8.4" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define PG_KRB_SRVNAM "postgres" | #define USE_PAM 1 | #define USE_SSL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_LIBCRYPTO 1 | #define HAVE_LIBSSL 1 | #define HAVE_LIBPAM 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_ERR_SET_MARK 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_STRINGIZE 1 | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TZNAME 1 | #define HAVE_STRUCT_SOCKADDR_UN 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | /* 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:14840: result: no configure:14850: checking for struct sockaddr_storage.ss_len configure:14883: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:80: error: 'struct sockaddr_storage' has no member named 'ss_len' configure:14889: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.4.8" | #define PACKAGE_STRING "PostgreSQL 8.4.8" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.4.8" | #define PG_MAJORVERSION "8.4" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define PG_KRB_SRVNAM "postgres" | #define USE_PAM 1 | #define USE_SSL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_LIBCRYPTO 1 | #define HAVE_LIBSSL 1 | #define HAVE_LIBPAM 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_ERR_SET_MARK 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_STRINGIZE 1 | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TZNAME 1 | #define HAVE_STRUCT_SOCKADDR_UN 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | /* 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:14927: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:80: error: 'struct sockaddr_storage' has no member named 'ss_len' configure:14933: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.4.8" | #define PACKAGE_STRING "PostgreSQL 8.4.8" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.4.8" | #define PG_MAJORVERSION "8.4" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define PG_KRB_SRVNAM "postgres" | #define USE_PAM 1 | #define USE_SSL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_LIBCRYPTO 1 | #define HAVE_LIBSSL 1 | #define HAVE_LIBPAM 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_ERR_SET_MARK 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_STRINGIZE 1 | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TZNAME 1 | #define HAVE_STRUCT_SOCKADDR_UN 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | /* 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:14951: result: no configure:14961: checking for struct sockaddr_storage.__ss_len configure:14994: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:80: error: 'struct sockaddr_storage' has no member named '__ss_len' configure:15000: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.4.8" | #define PACKAGE_STRING "PostgreSQL 8.4.8" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.4.8" | #define PG_MAJORVERSION "8.4" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define PG_KRB_SRVNAM "postgres" | #define USE_PAM 1 | #define USE_SSL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_LIBCRYPTO 1 | #define HAVE_LIBSSL 1 | #define HAVE_LIBPAM 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_ERR_SET_MARK 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_STRINGIZE 1 | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TZNAME 1 | #define HAVE_STRUCT_SOCKADDR_UN 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | /* 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:15038: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:80: error: 'struct sockaddr_storage' has no member named '__ss_len' configure:15044: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.4.8" | #define PACKAGE_STRING "PostgreSQL 8.4.8" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.4.8" | #define PG_MAJORVERSION "8.4" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define PG_KRB_SRVNAM "postgres" | #define USE_PAM 1 | #define USE_SSL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_LIBCRYPTO 1 | #define HAVE_LIBSSL 1 | #define HAVE_LIBPAM 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_ERR_SET_MARK 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_STRINGIZE 1 | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TZNAME 1 | #define HAVE_STRUCT_SOCKADDR_UN 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | /* 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:15062: result: no configure:15072: checking for struct sockaddr.sa_len configure:15105: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:80: error: 'struct sockaddr' has no member named 'sa_len' configure:15111: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.4.8" | #define PACKAGE_STRING "PostgreSQL 8.4.8" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.4.8" | #define PG_MAJORVERSION "8.4" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define PG_KRB_SRVNAM "postgres" | #define USE_PAM 1 | #define USE_SSL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_LIBCRYPTO 1 | #define HAVE_LIBSSL 1 | #define HAVE_LIBPAM 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_ERR_SET_MARK 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_STRINGIZE 1 | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TZNAME 1 | #define HAVE_STRUCT_SOCKADDR_UN 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | /* 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:15149: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:80: error: 'struct sockaddr' has no member named 'sa_len' configure:15155: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.4.8" | #define PACKAGE_STRING "PostgreSQL 8.4.8" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.4.8" | #define PG_MAJORVERSION "8.4" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define PG_KRB_SRVNAM "postgres" | #define USE_PAM 1 | #define USE_SSL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_LIBCRYPTO 1 | #define HAVE_LIBSSL 1 | #define HAVE_LIBPAM 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_ERR_SET_MARK 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_STRINGIZE 1 | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TZNAME 1 | #define HAVE_STRUCT_SOCKADDR_UN 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | /* 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:15173: result: no configure:15184: checking for struct addrinfo configure:15218: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c >&5 configure:15224: $? = 0 configure:15239: result: yes configure:15251: checking for struct cmsgcred configure:15285: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c >&5 conftest.c:74:23: error: sys/ucred.h: No such file or directory conftest.c: In function 'main': conftest.c:82: error: invalid application of 'sizeof' to incomplete type 'ac__type_new_' configure:15291: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.4.8" | #define PACKAGE_STRING "PostgreSQL 8.4.8" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.4.8" | #define PG_MAJORVERSION "8.4" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define PG_KRB_SRVNAM "postgres" | #define USE_PAM 1 | #define USE_SSL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_LIBCRYPTO 1 | #define HAVE_LIBSSL 1 | #define HAVE_LIBPAM 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_ERR_SET_MARK 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_STRINGIZE 1 | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TZNAME 1 | #define HAVE_STRUCT_SOCKADDR_UN 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_STRUCT_ADDRINFO 1 | /* end confdefs.h. */ | #include | #include | #include | #include | | typedef struct cmsgcred ac__type_new_; | int | main () | { | if ((ac__type_new_ *) 0) | return 0; | if (sizeof (ac__type_new_)) | return 0; | ; | return 0; | } configure:15306: result: no configure:15316: checking for struct fcred configure:15350: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c >&5 conftest.c:74:23: error: sys/ucred.h: No such file or directory conftest.c: In function 'main': conftest.c:82: error: invalid application of 'sizeof' to incomplete type 'ac__type_new_' configure:15356: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.4.8" | #define PACKAGE_STRING "PostgreSQL 8.4.8" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.4.8" | #define PG_MAJORVERSION "8.4" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define PG_KRB_SRVNAM "postgres" | #define USE_PAM 1 | #define USE_SSL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_LIBCRYPTO 1 | #define HAVE_LIBSSL 1 | #define HAVE_LIBPAM 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_ERR_SET_MARK 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_STRINGIZE 1 | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TZNAME 1 | #define HAVE_STRUCT_SOCKADDR_UN 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_STRUCT_ADDRINFO 1 | /* end confdefs.h. */ | #include | #include | #include | #include | | typedef struct fcred ac__type_new_; | int | main () | { | if ((ac__type_new_ *) 0) | return 0; | if (sizeof (ac__type_new_)) | return 0; | ; | return 0; | } configure:15371: result: no configure:15381: checking for struct sockcred configure:15415: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c >&5 conftest.c:74:23: error: sys/ucred.h: No such file or directory conftest.c: In function 'main': conftest.c:82: error: invalid application of 'sizeof' to incomplete type 'ac__type_new_' configure:15421: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.4.8" | #define PACKAGE_STRING "PostgreSQL 8.4.8" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.4.8" | #define PG_MAJORVERSION "8.4" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define PG_KRB_SRVNAM "postgres" | #define USE_PAM 1 | #define USE_SSL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_LIBCRYPTO 1 | #define HAVE_LIBSSL 1 | #define HAVE_LIBPAM 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_ERR_SET_MARK 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_STRINGIZE 1 | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TZNAME 1 | #define HAVE_STRUCT_SOCKADDR_UN 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_STRUCT_ADDRINFO 1 | /* end confdefs.h. */ | #include | #include | #include | #include | | typedef struct sockcred ac__type_new_; | int | main () | { | if ((ac__type_new_ *) 0) | return 0; | if (sizeof (ac__type_new_)) | return 0; | ; | return 0; | } configure:15436: result: no configure:15448: checking for struct option configure:15481: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c >&5 configure:15487: $? = 0 configure:15502: result: yes configure:15518: checking for z_streamp configure:15549: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c >&5 configure:15555: $? = 0 configure:15570: result: yes configure:16080: checking for special C compiler options needed for large files configure:16173: result: no configure:16179: checking for _FILE_OFFSET_BITS value needed for large files configure:16214: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c >&5 conftest.c:78: warning: left shift count >= width of type conftest.c:78: warning: left shift count >= width of type conftest.c:80: error: size of array 'off_t_is_large' is negative configure:16220: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.4.8" | #define PACKAGE_STRING "PostgreSQL 8.4.8" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.4.8" | #define PG_MAJORVERSION "8.4" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define PG_KRB_SRVNAM "postgres" | #define USE_PAM 1 | #define USE_SSL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_LIBCRYPTO 1 | #define HAVE_LIBSSL 1 | #define HAVE_LIBPAM 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_ERR_SET_MARK 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_STRINGIZE 1 | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TZNAME 1 | #define HAVE_STRUCT_SOCKADDR_UN 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_STRUCT_OPTION 1 | /* end confdefs.h. */ | #include | /* Check that off_t can represent 2**63 - 1 correctly. | We can't simply define LARGE_OFF_T to be 9223372036854775807, | since some C++ compilers masquerading as C compilers | incorrectly reject 9223372036854775807. */ | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 | && LARGE_OFF_T % 2147483647 == 1) | ? 1 : -1]; | int | main () | { | | ; | return 0; | } configure:16264: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c >&5 configure:16270: $? = 0 configure:16288: result: 64 configure:16425: checking for off_t configure:16455: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c >&5 configure:16461: $? = 0 configure:16476: result: yes configure:16483: checking size of off_t configure:16785: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lreadline -lncurses -lcrypt -ldl -lm >&5 configure:16788: $? = 0 configure:16794: ./conftest configure:16797: $? = 0 configure:16820: result: 8 configure:16843: checking for int timezone configure:16874: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lreadline -lncurses -lcrypt -ldl -lm >&5 configure:16880: $? = 0 configure:16897: result: yes configure:16906: checking types of arguments for accept() configure:16951: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c >&5 conftest.c:81: error: conflicting types for 'accept' /usr/include/sys/socket.h:214: note: previous declaration of 'accept' was here configure:16957: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.4.8" | #define PACKAGE_STRING "PostgreSQL 8.4.8" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.4.8" | #define PG_MAJORVERSION "8.4" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define PG_KRB_SRVNAM "postgres" | #define USE_PAM 1 | #define USE_SSL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_LIBCRYPTO 1 | #define HAVE_LIBSSL 1 | #define HAVE_LIBPAM 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_ERR_SET_MARK 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_STRINGIZE 1 | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TZNAME 1 | #define HAVE_STRUCT_SOCKADDR_UN 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_STRUCT_OPTION 1 | #define _FILE_OFFSET_BITS 64 | #define SIZEOF_OFF_T 8 | #define HAVE_INT_TIMEZONE | /* 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:16951: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c >&5 configure:16957: $? = 0 configure:16991: result: int, int, struct sockaddr *, size_t * configure:17014: checking whether gettimeofday takes only one argument configure:17042: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:85: warning: 'tp' is used uninitialized in this function conftest.c:85: warning: 'tzp' is used uninitialized in this function configure:17048: $? = 0 configure:17063: result: no configure:17099: checking for cbrt configure:17155: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lreadline -lncurses -lcrypt -ldl -lm >&5 conftest.c:102: warning: conflicting types for built-in function 'cbrt' configure:17161: $? = 0 configure:17179: result: yes configure:17099: checking for dlopen configure:17155: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lreadline -lncurses -lcrypt -ldl -lm >&5 configure:17161: $? = 0 configure:17179: result: yes configure:17099: checking for fcvt configure:17155: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lreadline -lncurses -lcrypt -ldl -lm >&5 configure:17161: $? = 0 configure:17179: result: yes configure:17099: checking for fdatasync configure:17155: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lreadline -lncurses -lcrypt -ldl -lm >&5 configure:17161: $? = 0 configure:17179: result: yes configure:17099: checking for getpeereid configure:17155: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lreadline -lncurses -lcrypt -ldl -lm >&5 /tmp/cc6xlTpk.o: In function `main': conftest.c:(.text+0x7): undefined reference to `getpeereid' collect2: ld returned 1 exit status configure:17161: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.4.8" | #define PACKAGE_STRING "PostgreSQL 8.4.8" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.4.8" | #define PG_MAJORVERSION "8.4" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define PG_KRB_SRVNAM "postgres" | #define USE_PAM 1 | #define USE_SSL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_LIBCRYPTO 1 | #define HAVE_LIBSSL 1 | #define HAVE_LIBPAM 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_ERR_SET_MARK 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_STRINGIZE 1 | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TZNAME 1 | #define HAVE_STRUCT_SOCKADDR_UN 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_STRUCT_OPTION 1 | #define _FILE_OFFSET_BITS 64 | #define SIZEOF_OFF_T 8 | #define HAVE_INT_TIMEZONE | #define ACCEPT_TYPE_RETURN int | #define ACCEPT_TYPE_ARG1 int | #define ACCEPT_TYPE_ARG2 struct sockaddr * | #define ACCEPT_TYPE_ARG3 size_t | #define HAVE_CBRT 1 | #define HAVE_DLOPEN 1 | #define HAVE_FCVT 1 | #define HAVE_FDATASYNC 1 | /* end confdefs.h. */ | /* Define getpeereid to an innocuous variant, in case declares getpeereid. | For example, HP-UX 11i declares gettimeofday. */ | #define getpeereid innocuous_getpeereid | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char getpeereid (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef getpeereid | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char getpeereid (); | /* 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_getpeereid || defined __stub___getpeereid | choke me | #endif | | int | main () | { | return getpeereid (); | ; | return 0; | } configure:17179: result: no configure:17099: checking for getpeerucred configure:17155: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lreadline -lncurses -lcrypt -ldl -lm >&5 /tmp/cc9UkDCp.o: In function `main': conftest.c:(.text+0x7): undefined reference to `getpeerucred' collect2: ld returned 1 exit status configure:17161: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.4.8" | #define PACKAGE_STRING "PostgreSQL 8.4.8" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.4.8" | #define PG_MAJORVERSION "8.4" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define PG_KRB_SRVNAM "postgres" | #define USE_PAM 1 | #define USE_SSL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_LIBCRYPTO 1 | #define HAVE_LIBSSL 1 | #define HAVE_LIBPAM 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_ERR_SET_MARK 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_STRINGIZE 1 | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TZNAME 1 | #define HAVE_STRUCT_SOCKADDR_UN 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_STRUCT_OPTION 1 | #define _FILE_OFFSET_BITS 64 | #define SIZEOF_OFF_T 8 | #define HAVE_INT_TIMEZONE | #define ACCEPT_TYPE_RETURN int | #define ACCEPT_TYPE_ARG1 int | #define ACCEPT_TYPE_ARG2 struct sockaddr * | #define ACCEPT_TYPE_ARG3 size_t | #define HAVE_CBRT 1 | #define HAVE_DLOPEN 1 | #define HAVE_FCVT 1 | #define HAVE_FDATASYNC 1 | /* end confdefs.h. */ | /* Define getpeerucred to an innocuous variant, in case declares getpeerucred. | For example, HP-UX 11i declares gettimeofday. */ | #define getpeerucred innocuous_getpeerucred | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char getpeerucred (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef getpeerucred | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char getpeerucred (); | /* 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_getpeerucred || defined __stub___getpeerucred | choke me | #endif | | int | main () | { | return getpeerucred (); | ; | return 0; | } configure:17179: result: no configure:17099: checking for getrlimit configure:17155: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lreadline -lncurses -lcrypt -ldl -lm >&5 configure:17161: $? = 0 configure:17179: result: yes configure:17099: checking for memmove configure:17155: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lreadline -lncurses -lcrypt -ldl -lm >&5 conftest.c:107: warning: conflicting types for built-in function 'memmove' configure:17161: $? = 0 configure:17179: result: yes configure:17099: checking for poll configure:17155: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lreadline -lncurses -lcrypt -ldl -lm >&5 configure:17161: $? = 0 configure:17179: result: yes configure:17099: checking for pstat configure:17155: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lreadline -lncurses -lcrypt -ldl -lm >&5 /tmp/cc6143VL.o: In function `main': conftest.c:(.text+0x7): undefined reference to `pstat' collect2: ld returned 1 exit status configure:17161: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.4.8" | #define PACKAGE_STRING "PostgreSQL 8.4.8" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.4.8" | #define PG_MAJORVERSION "8.4" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define PG_KRB_SRVNAM "postgres" | #define USE_PAM 1 | #define USE_SSL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_LIBCRYPTO 1 | #define HAVE_LIBSSL 1 | #define HAVE_LIBPAM 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_ERR_SET_MARK 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_STRINGIZE 1 | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TZNAME 1 | #define HAVE_STRUCT_SOCKADDR_UN 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_STRUCT_OPTION 1 | #define _FILE_OFFSET_BITS 64 | #define SIZEOF_OFF_T 8 | #define HAVE_INT_TIMEZONE | #define ACCEPT_TYPE_RETURN int | #define ACCEPT_TYPE_ARG1 int | #define ACCEPT_TYPE_ARG2 struct sockaddr * | #define ACCEPT_TYPE_ARG3 size_t | #define HAVE_CBRT 1 | #define HAVE_DLOPEN 1 | #define HAVE_FCVT 1 | #define HAVE_FDATASYNC 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_MEMMOVE 1 | #define HAVE_POLL 1 | /* end confdefs.h. */ | /* Define pstat to an innocuous variant, in case declares pstat. | For example, HP-UX 11i declares gettimeofday. */ | #define pstat innocuous_pstat | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char pstat (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef pstat | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char pstat (); | /* 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_pstat || defined __stub___pstat | choke me | #endif | | int | main () | { | return pstat (); | ; | return 0; | } configure:17179: result: no configure:17099: checking for readlink configure:17155: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lreadline -lncurses -lcrypt -ldl -lm >&5 configure:17161: $? = 0 configure:17179: result: yes configure:17099: checking for setproctitle configure:17155: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lreadline -lncurses -lcrypt -ldl -lm >&5 /tmp/cc8wjqpN.o: In function `main': conftest.c:(.text+0x7): undefined reference to `setproctitle' collect2: ld returned 1 exit status configure:17161: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.4.8" | #define PACKAGE_STRING "PostgreSQL 8.4.8" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.4.8" | #define PG_MAJORVERSION "8.4" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define PG_KRB_SRVNAM "postgres" | #define USE_PAM 1 | #define USE_SSL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_LIBCRYPTO 1 | #define HAVE_LIBSSL 1 | #define HAVE_LIBPAM 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_ERR_SET_MARK 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_STRINGIZE 1 | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TZNAME 1 | #define HAVE_STRUCT_SOCKADDR_UN 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_STRUCT_OPTION 1 | #define _FILE_OFFSET_BITS 64 | #define SIZEOF_OFF_T 8 | #define HAVE_INT_TIMEZONE | #define ACCEPT_TYPE_RETURN int | #define ACCEPT_TYPE_ARG1 int | #define ACCEPT_TYPE_ARG2 struct sockaddr * | #define ACCEPT_TYPE_ARG3 size_t | #define HAVE_CBRT 1 | #define HAVE_DLOPEN 1 | #define HAVE_FCVT 1 | #define HAVE_FDATASYNC 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_MEMMOVE 1 | #define HAVE_POLL 1 | #define HAVE_READLINK 1 | /* end confdefs.h. */ | /* Define setproctitle to an innocuous variant, in case declares setproctitle. | For example, HP-UX 11i declares gettimeofday. */ | #define setproctitle innocuous_setproctitle | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char setproctitle (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef setproctitle | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char setproctitle (); | /* 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_setproctitle || defined __stub___setproctitle | choke me | #endif | | int | main () | { | return setproctitle (); | ; | return 0; | } configure:17179: result: no configure:17099: checking for setsid configure:17155: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lreadline -lncurses -lcrypt -ldl -lm >&5 configure:17161: $? = 0 configure:17179: result: yes configure:17099: checking for sigprocmask configure:17155: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lreadline -lncurses -lcrypt -ldl -lm >&5 configure:17161: $? = 0 configure:17179: result: yes configure:17099: checking for symlink configure:17155: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lreadline -lncurses -lcrypt -ldl -lm >&5 configure:17161: $? = 0 configure:17179: result: yes configure:17099: checking for sysconf configure:17155: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lreadline -lncurses -lcrypt -ldl -lm >&5 configure:17161: $? = 0 configure:17179: result: yes configure:17099: checking for towlower configure:17155: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lreadline -lncurses -lcrypt -ldl -lm >&5 conftest.c:114: warning: conflicting types for built-in function 'towlower' configure:17161: $? = 0 configure:17179: result: yes configure:17099: checking for utime configure:17155: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lreadline -lncurses -lcrypt -ldl -lm >&5 configure:17161: $? = 0 configure:17179: result: yes configure:17099: checking for utimes configure:17155: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lreadline -lncurses -lcrypt -ldl -lm >&5 configure:17161: $? = 0 configure:17179: result: yes configure:17099: checking for waitpid configure:17155: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lreadline -lncurses -lcrypt -ldl -lm >&5 configure:17161: $? = 0 configure:17179: result: yes configure:17099: checking for wcstombs configure:17155: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lreadline -lncurses -lcrypt -ldl -lm >&5 configure:17161: $? = 0 configure:17179: result: yes configure:17194: checking for fseeko configure:17250: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lreadline -lncurses -lcrypt -ldl -lm >&5 configure:17256: $? = 0 configure:17274: result: yes configure:17303: checking for _LARGEFILE_SOURCE value needed for large files configure:17332: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lreadline -lncurses -lcrypt -ldl -lm >&5 configure:17338: $? = 0 configure:17404: result: no configure:17437: checking for posix_fadvise configure:17493: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lreadline -lncurses -lcrypt -ldl -lm >&5 configure:17499: $? = 0 configure:17517: result: yes configure:17527: checking whether posix_fadvise is declared configure:17557: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c >&5 configure:17563: $? = 0 configure:17578: result: yes configure:17598: checking whether fdatasync is declared configure:17628: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c >&5 configure:17634: $? = 0 configure:17649: result: yes configure:17667: checking whether strlcat is declared configure:17696: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:138: error: 'strlcat' undeclared (first use in this function) conftest.c:138: error: (Each undeclared identifier is reported only once conftest.c:138: error: for each function it appears in.) configure:17702: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.4.8" | #define PACKAGE_STRING "PostgreSQL 8.4.8" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.4.8" | #define PG_MAJORVERSION "8.4" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define PG_KRB_SRVNAM "postgres" | #define USE_PAM 1 | #define USE_SSL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_LIBCRYPTO 1 | #define HAVE_LIBSSL 1 | #define HAVE_LIBPAM 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_ERR_SET_MARK 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_STRINGIZE 1 | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TZNAME 1 | #define HAVE_STRUCT_SOCKADDR_UN 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_STRUCT_OPTION 1 | #define _FILE_OFFSET_BITS 64 | #define SIZEOF_OFF_T 8 | #define HAVE_INT_TIMEZONE | #define ACCEPT_TYPE_RETURN int | #define ACCEPT_TYPE_ARG1 int | #define ACCEPT_TYPE_ARG2 struct sockaddr * | #define ACCEPT_TYPE_ARG3 size_t | #define HAVE_CBRT 1 | #define HAVE_DLOPEN 1 | #define HAVE_FCVT 1 | #define HAVE_FDATASYNC 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_MEMMOVE 1 | #define HAVE_POLL 1 | #define HAVE_READLINK 1 | #define HAVE_SETSID 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SYMLINK 1 | #define HAVE_SYSCONF 1 | #define HAVE_TOWLOWER 1 | #define HAVE_UTIME 1 | #define HAVE_UTIMES 1 | #define HAVE_WAITPID 1 | #define HAVE_WCSTOMBS 1 | #define HAVE_FSEEKO 1 | #define HAVE_FSEEKO 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_DECL_POSIX_FADVISE 1 | #define HAVE_DECL_FDATASYNC 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | #ifndef strlcat | (void) strlcat; | #endif | | ; | return 0; | } configure:17717: result: no configure:17733: checking whether strlcpy is declared configure:17762: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:139: error: 'strlcpy' undeclared (first use in this function) conftest.c:139: error: (Each undeclared identifier is reported only once conftest.c:139: error: for each function it appears in.) configure:17768: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.4.8" | #define PACKAGE_STRING "PostgreSQL 8.4.8" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.4.8" | #define PG_MAJORVERSION "8.4" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define PG_KRB_SRVNAM "postgres" | #define USE_PAM 1 | #define USE_SSL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_LIBCRYPTO 1 | #define HAVE_LIBSSL 1 | #define HAVE_LIBPAM 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_ERR_SET_MARK 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_STRINGIZE 1 | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TZNAME 1 | #define HAVE_STRUCT_SOCKADDR_UN 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_STRUCT_OPTION 1 | #define _FILE_OFFSET_BITS 64 | #define SIZEOF_OFF_T 8 | #define HAVE_INT_TIMEZONE | #define ACCEPT_TYPE_RETURN int | #define ACCEPT_TYPE_ARG1 int | #define ACCEPT_TYPE_ARG2 struct sockaddr * | #define ACCEPT_TYPE_ARG3 size_t | #define HAVE_CBRT 1 | #define HAVE_DLOPEN 1 | #define HAVE_FCVT 1 | #define HAVE_FDATASYNC 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_MEMMOVE 1 | #define HAVE_POLL 1 | #define HAVE_READLINK 1 | #define HAVE_SETSID 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SYMLINK 1 | #define HAVE_SYSCONF 1 | #define HAVE_TOWLOWER 1 | #define HAVE_UTIME 1 | #define HAVE_UTIMES 1 | #define HAVE_WAITPID 1 | #define HAVE_WCSTOMBS 1 | #define HAVE_FSEEKO 1 | #define HAVE_FSEEKO 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_DECL_POSIX_FADVISE 1 | #define HAVE_DECL_FDATASYNC 1 | #define HAVE_DECL_STRLCAT 0 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | #ifndef strlcpy | (void) strlcpy; | #endif | | ; | return 0; | } configure:17783: result: no configure:17802: checking whether F_FULLFSYNC is declared configure:17832: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:109: error: 'F_FULLFSYNC' undeclared (first use in this function) conftest.c:109: error: (Each undeclared identifier is reported only once conftest.c:109: error: for each function it appears in.) configure:17838: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.4.8" | #define PACKAGE_STRING "PostgreSQL 8.4.8" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.4.8" | #define PG_MAJORVERSION "8.4" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define PG_KRB_SRVNAM "postgres" | #define USE_PAM 1 | #define USE_SSL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_LIBCRYPTO 1 | #define HAVE_LIBSSL 1 | #define HAVE_LIBPAM 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_ERR_SET_MARK 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_STRINGIZE 1 | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TZNAME 1 | #define HAVE_STRUCT_SOCKADDR_UN 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_STRUCT_OPTION 1 | #define _FILE_OFFSET_BITS 64 | #define SIZEOF_OFF_T 8 | #define HAVE_INT_TIMEZONE | #define ACCEPT_TYPE_RETURN int | #define ACCEPT_TYPE_ARG1 int | #define ACCEPT_TYPE_ARG2 struct sockaddr * | #define ACCEPT_TYPE_ARG3 size_t | #define HAVE_CBRT 1 | #define HAVE_DLOPEN 1 | #define HAVE_FCVT 1 | #define HAVE_FDATASYNC 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_MEMMOVE 1 | #define HAVE_POLL 1 | #define HAVE_READLINK 1 | #define HAVE_SETSID 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SYMLINK 1 | #define HAVE_SYSCONF 1 | #define HAVE_TOWLOWER 1 | #define HAVE_UTIME 1 | #define HAVE_UTIMES 1 | #define HAVE_WAITPID 1 | #define HAVE_WCSTOMBS 1 | #define HAVE_FSEEKO 1 | #define HAVE_FSEEKO 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_DECL_POSIX_FADVISE 1 | #define HAVE_DECL_FDATASYNC 1 | #define HAVE_DECL_STRLCAT 0 | #define HAVE_DECL_STRLCPY 0 | /* end confdefs.h. */ | #include | | int | main () | { | #ifndef F_FULLFSYNC | (void) F_FULLFSYNC; | #endif | | ; | return 0; | } configure:17853: result: no configure:17873: checking for struct sockaddr_in6 configure:17905: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c >&5 configure:17911: $? = 0 configure:17926: result: yes configure:17939: checking for PS_STRINGS configure:17968: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lreadline -lncurses -lcrypt -ldl -lm >&5 conftest.c:105:29: error: machine/vmparam.h: No such file or directory conftest.c:106:22: error: sys/exec.h: No such file or directory conftest.c: In function 'main': conftest.c:111: error: 'PS_STRINGS' undeclared (first use in this function) conftest.c:111: error: (Each undeclared identifier is reported only once conftest.c:111: error: for each function it appears in.) configure:17974: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.4.8" | #define PACKAGE_STRING "PostgreSQL 8.4.8" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.4.8" | #define PG_MAJORVERSION "8.4" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define PG_KRB_SRVNAM "postgres" | #define USE_PAM 1 | #define USE_SSL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_LIBCRYPTO 1 | #define HAVE_LIBSSL 1 | #define HAVE_LIBPAM 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_ERR_SET_MARK 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_STRINGIZE 1 | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TZNAME 1 | #define HAVE_STRUCT_SOCKADDR_UN 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_STRUCT_OPTION 1 | #define _FILE_OFFSET_BITS 64 | #define SIZEOF_OFF_T 8 | #define HAVE_INT_TIMEZONE | #define ACCEPT_TYPE_RETURN int | #define ACCEPT_TYPE_ARG1 int | #define ACCEPT_TYPE_ARG2 struct sockaddr * | #define ACCEPT_TYPE_ARG3 size_t | #define HAVE_CBRT 1 | #define HAVE_DLOPEN 1 | #define HAVE_FCVT 1 | #define HAVE_FDATASYNC 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_MEMMOVE 1 | #define HAVE_POLL 1 | #define HAVE_READLINK 1 | #define HAVE_SETSID 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SYMLINK 1 | #define HAVE_SYSCONF 1 | #define HAVE_TOWLOWER 1 | #define HAVE_UTIME 1 | #define HAVE_UTIMES 1 | #define HAVE_WAITPID 1 | #define HAVE_WCSTOMBS 1 | #define HAVE_FSEEKO 1 | #define HAVE_FSEEKO 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_DECL_POSIX_FADVISE 1 | #define HAVE_DECL_FDATASYNC 1 | #define HAVE_DECL_STRLCAT 0 | #define HAVE_DECL_STRLCPY 0 | #define HAVE_DECL_F_FULLFSYNC 0 | #define HAVE_IPV6 1 | /* end confdefs.h. */ | #include | #include | | int | main () | { | PS_STRINGS->ps_nargvstr = 1; | PS_STRINGS->ps_argvstr = "foo"; | ; | return 0; | } configure:17991: result: no configure:18040: checking for snprintf configure:18096: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lreadline -lncurses -lcrypt -ldl -lm >&5 conftest.c:128: warning: conflicting types for built-in function 'snprintf' configure:18102: $? = 0 configure:18120: result: yes configure:18136: checking for vsnprintf configure:18192: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lreadline -lncurses -lcrypt -ldl -lm >&5 conftest.c:129: warning: conflicting types for built-in function 'vsnprintf' configure:18198: $? = 0 configure:18216: result: yes configure:18236: checking whether snprintf is declared configure:18265: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c >&5 configure:18271: $? = 0 configure:18286: result: yes configure:18302: checking whether vsnprintf is declared configure:18331: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c >&5 configure:18337: $? = 0 configure:18352: result: yes configure:18372: checking for isinf configure:18401: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lreadline -lncurses -lcrypt -ldl -lm >&5 configure:18407: $? = 0 configure:18424: result: yes configure:18561: checking for crypt configure:18617: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lncurses -lcrypt -ldl -lm >&5 configure:18623: $? = 0 configure:18641: result: yes configure:18561: checking for getopt configure:18617: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lncurses -lcrypt -ldl -lm >&5 configure:18623: $? = 0 configure:18641: result: yes configure:18561: checking for getrusage configure:18617: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lncurses -lcrypt -ldl -lm >&5 configure:18623: $? = 0 configure:18641: result: yes configure:18561: checking for inet_aton configure:18617: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lncurses -lcrypt -ldl -lm >&5 configure:18623: $? = 0 configure:18641: result: yes configure:18561: checking for random configure:18617: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lncurses -lcrypt -ldl -lm >&5 configure:18623: $? = 0 configure:18641: result: yes configure:18561: checking for rint configure:18617: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lncurses -lcrypt -ldl -lm >&5 conftest.c:138: warning: conflicting types for built-in function 'rint' configure:18623: $? = 0 configure:18641: result: yes configure:18561: checking for srandom configure:18617: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lncurses -lcrypt -ldl -lm >&5 configure:18623: $? = 0 configure:18641: result: yes configure:18561: checking for strdup configure:18617: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lncurses -lcrypt -ldl -lm >&5 conftest.c:140: warning: conflicting types for built-in function 'strdup' configure:18623: $? = 0 configure:18641: result: yes configure:18561: checking for strerror configure:18617: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lncurses -lcrypt -ldl -lm >&5 configure:18623: $? = 0 configure:18641: result: yes configure:18561: checking for strlcat configure:18617: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lncurses -lcrypt -ldl -lm >&5 /tmp/ccHn3TXh.o: In function `main': conftest.c:(.text+0x7): undefined reference to `strlcat' collect2: ld returned 1 exit status configure:18623: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.4.8" | #define PACKAGE_STRING "PostgreSQL 8.4.8" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.4.8" | #define PG_MAJORVERSION "8.4" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define PG_KRB_SRVNAM "postgres" | #define USE_PAM 1 | #define USE_SSL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_LIBCRYPTO 1 | #define HAVE_LIBSSL 1 | #define HAVE_LIBPAM 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_ERR_SET_MARK 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_STRINGIZE 1 | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TZNAME 1 | #define HAVE_STRUCT_SOCKADDR_UN 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_STRUCT_OPTION 1 | #define _FILE_OFFSET_BITS 64 | #define SIZEOF_OFF_T 8 | #define HAVE_INT_TIMEZONE | #define ACCEPT_TYPE_RETURN int | #define ACCEPT_TYPE_ARG1 int | #define ACCEPT_TYPE_ARG2 struct sockaddr * | #define ACCEPT_TYPE_ARG3 size_t | #define HAVE_CBRT 1 | #define HAVE_DLOPEN 1 | #define HAVE_FCVT 1 | #define HAVE_FDATASYNC 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_MEMMOVE 1 | #define HAVE_POLL 1 | #define HAVE_READLINK 1 | #define HAVE_SETSID 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SYMLINK 1 | #define HAVE_SYSCONF 1 | #define HAVE_TOWLOWER 1 | #define HAVE_UTIME 1 | #define HAVE_UTIMES 1 | #define HAVE_WAITPID 1 | #define HAVE_WCSTOMBS 1 | #define HAVE_FSEEKO 1 | #define HAVE_FSEEKO 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_DECL_POSIX_FADVISE 1 | #define HAVE_DECL_FDATASYNC 1 | #define HAVE_DECL_STRLCAT 0 | #define HAVE_DECL_STRLCPY 0 | #define HAVE_DECL_F_FULLFSYNC 0 | #define HAVE_IPV6 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_VSNPRINTF 1 | #define HAVE_ISINF 1 | #define HAVE_CRYPT 1 | #define HAVE_GETOPT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_INET_ATON 1 | #define HAVE_RANDOM 1 | #define HAVE_RINT 1 | #define HAVE_SRANDOM 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | /* end confdefs.h. */ | /* Define strlcat to an innocuous variant, in case declares strlcat. | For example, HP-UX 11i declares gettimeofday. */ | #define strlcat innocuous_strlcat | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char strlcat (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef strlcat | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char strlcat (); | /* 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_strlcat || defined __stub___strlcat | choke me | #endif | | int | main () | { | return strlcat (); | ; | return 0; | } configure:18641: result: no configure:18561: checking for strlcpy configure:18617: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lncurses -lcrypt -ldl -lm >&5 /tmp/ccCGrHjn.o: In function `main': conftest.c:(.text+0x7): undefined reference to `strlcpy' collect2: ld returned 1 exit status configure:18623: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.4.8" | #define PACKAGE_STRING "PostgreSQL 8.4.8" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.4.8" | #define PG_MAJORVERSION "8.4" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define PG_KRB_SRVNAM "postgres" | #define USE_PAM 1 | #define USE_SSL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_LIBCRYPTO 1 | #define HAVE_LIBSSL 1 | #define HAVE_LIBPAM 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_ERR_SET_MARK 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_STRINGIZE 1 | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TZNAME 1 | #define HAVE_STRUCT_SOCKADDR_UN 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_STRUCT_OPTION 1 | #define _FILE_OFFSET_BITS 64 | #define SIZEOF_OFF_T 8 | #define HAVE_INT_TIMEZONE | #define ACCEPT_TYPE_RETURN int | #define ACCEPT_TYPE_ARG1 int | #define ACCEPT_TYPE_ARG2 struct sockaddr * | #define ACCEPT_TYPE_ARG3 size_t | #define HAVE_CBRT 1 | #define HAVE_DLOPEN 1 | #define HAVE_FCVT 1 | #define HAVE_FDATASYNC 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_MEMMOVE 1 | #define HAVE_POLL 1 | #define HAVE_READLINK 1 | #define HAVE_SETSID 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SYMLINK 1 | #define HAVE_SYSCONF 1 | #define HAVE_TOWLOWER 1 | #define HAVE_UTIME 1 | #define HAVE_UTIMES 1 | #define HAVE_WAITPID 1 | #define HAVE_WCSTOMBS 1 | #define HAVE_FSEEKO 1 | #define HAVE_FSEEKO 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_DECL_POSIX_FADVISE 1 | #define HAVE_DECL_FDATASYNC 1 | #define HAVE_DECL_STRLCAT 0 | #define HAVE_DECL_STRLCPY 0 | #define HAVE_DECL_F_FULLFSYNC 0 | #define HAVE_IPV6 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_VSNPRINTF 1 | #define HAVE_ISINF 1 | #define HAVE_CRYPT 1 | #define HAVE_GETOPT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_INET_ATON 1 | #define HAVE_RANDOM 1 | #define HAVE_RINT 1 | #define HAVE_SRANDOM 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | /* end confdefs.h. */ | /* Define strlcpy to an innocuous variant, in case declares strlcpy. | For example, HP-UX 11i declares gettimeofday. */ | #define strlcpy innocuous_strlcpy | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char strlcpy (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef strlcpy | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char strlcpy (); | /* 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_strlcpy || defined __stub___strlcpy | choke me | #endif | | int | main () | { | return strlcpy (); | ; | return 0; | } configure:18641: result: no configure:18561: checking for strtol configure:18617: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lncurses -lcrypt -ldl -lm >&5 configure:18623: $? = 0 configure:18641: result: yes configure:18561: checking for strtoul configure:18617: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lncurses -lcrypt -ldl -lm >&5 configure:18623: $? = 0 configure:18641: result: yes configure:18675: checking for unsetenv configure:18731: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lncurses -lcrypt -ldl -lm >&5 configure:18737: $? = 0 configure:18755: result: yes configure:18789: checking for getaddrinfo configure:18845: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lreadline -lncurses -lcrypt -ldl -lm >&5 configure:18851: $? = 0 configure:18869: result: yes configure:18902: checking for getopt_long configure:18958: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lreadline -lncurses -lcrypt -ldl -lm >&5 configure:18964: $? = 0 configure:18982: result: yes configure:19179: checking for rl_completion_append_character configure:19208: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lreadline -lncurses -lcrypt -ldl -lm >&5 configure:19214: $? = 0 configure:19220: result: yes configure:19242: checking for rl_completion_matches configure:19298: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lreadline -lncurses -lcrypt -ldl -lm >&5 configure:19304: $? = 0 configure:19322: result: yes configure:19242: checking for rl_filename_completion_function configure:19298: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lreadline -lncurses -lcrypt -ldl -lm >&5 configure:19304: $? = 0 configure:19322: result: yes configure:19336: checking for replace_history_entry configure:19392: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lreadline -lncurses -lcrypt -ldl -lm >&5 configure:19398: $? = 0 configure:19416: result: yes configure:19429: checking for sigsetjmp configure:19452: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lreadline -lncurses -lcrypt -ldl -lm >&5 configure:19458: $? = 0 configure:19469: result: yes configure:19482: checking whether sys_siglist is declared configure:19517: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c >&5 configure:19523: $? = 0 configure:19538: result: yes configure:19558: checking for syslog configure:19614: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lreadline -lncurses -lcrypt -ldl -lm >&5 configure:19620: $? = 0 configure:19637: result: yes configure:19650: checking syslog.h usability configure:19667: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c >&5 configure:19673: $? = 0 configure:19687: result: yes configure:19691: checking syslog.h presence configure:19706: gcc -E -D_GNU_SOURCE conftest.c configure:19712: $? = 0 configure:19726: result: yes configure:19759: checking for syslog.h configure:19766: result: yes configure:19782: checking for opterr configure:19808: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lreadline -lncurses -lcrypt -ldl -lm >&5 configure:19814: $? = 0 configure:19831: result: yes configure:19841: checking for optreset configure:19867: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lreadline -lncurses -lcrypt -ldl -lm >&5 /tmp/ccQHHyUw.o: In function `main': conftest.c:(.text+0x7): undefined reference to `optreset' collect2: ld returned 1 exit status configure:19873: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.4.8" | #define PACKAGE_STRING "PostgreSQL 8.4.8" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.4.8" | #define PG_MAJORVERSION "8.4" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define PG_KRB_SRVNAM "postgres" | #define USE_PAM 1 | #define USE_SSL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_LIBCRYPTO 1 | #define HAVE_LIBSSL 1 | #define HAVE_LIBPAM 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_ERR_SET_MARK 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_STRINGIZE 1 | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TZNAME 1 | #define HAVE_STRUCT_SOCKADDR_UN 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_STRUCT_OPTION 1 | #define _FILE_OFFSET_BITS 64 | #define SIZEOF_OFF_T 8 | #define HAVE_INT_TIMEZONE | #define ACCEPT_TYPE_RETURN int | #define ACCEPT_TYPE_ARG1 int | #define ACCEPT_TYPE_ARG2 struct sockaddr * | #define ACCEPT_TYPE_ARG3 size_t | #define HAVE_CBRT 1 | #define HAVE_DLOPEN 1 | #define HAVE_FCVT 1 | #define HAVE_FDATASYNC 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_MEMMOVE 1 | #define HAVE_POLL 1 | #define HAVE_READLINK 1 | #define HAVE_SETSID 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SYMLINK 1 | #define HAVE_SYSCONF 1 | #define HAVE_TOWLOWER 1 | #define HAVE_UTIME 1 | #define HAVE_UTIMES 1 | #define HAVE_WAITPID 1 | #define HAVE_WCSTOMBS 1 | #define HAVE_FSEEKO 1 | #define HAVE_FSEEKO 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_DECL_POSIX_FADVISE 1 | #define HAVE_DECL_FDATASYNC 1 | #define HAVE_DECL_STRLCAT 0 | #define HAVE_DECL_STRLCPY 0 | #define HAVE_DECL_F_FULLFSYNC 0 | #define HAVE_IPV6 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_VSNPRINTF 1 | #define HAVE_ISINF 1 | #define HAVE_CRYPT 1 | #define HAVE_GETOPT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_INET_ATON 1 | #define HAVE_RANDOM 1 | #define HAVE_RINT 1 | #define HAVE_SRANDOM 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOUL 1 | #define HAVE_UNSETENV 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1 | #define HAVE_RL_COMPLETION_MATCHES 1 | #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1 | #define HAVE_REPLACE_HISTORY_ENTRY 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_DECL_SYS_SIGLIST 1 | #define HAVE_SYSLOG 1 | #define HAVE_INT_OPTERR 1 | /* end confdefs.h. */ | #include | int | main () | { | extern int optreset; optreset = 1; | ; | return 0; | } configure:19890: result: no configure:19905: checking for strtoll configure:19961: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lreadline -lncurses -lcrypt -ldl -lm >&5 configure:19967: $? = 0 configure:19985: result: yes configure:20000: checking for strtoull configure:20056: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lreadline -lncurses -lcrypt -ldl -lm >&5 configure:20062: $? = 0 configure:20080: result: yes configure:20096: checking for atexit configure:20152: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lreadline -lncurses -lcrypt -ldl -lm >&5 configure:20158: $? = 0 configure:20176: result: yes configure:21450: checking test program configure:21470: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lreadline -lncurses -lcrypt -ldl -lm >&5 configure:21473: $? = 0 configure:21479: ./conftest configure:21482: $? = 0 configure:21484: result: ok configure:21590: checking whether long int is 64 bits configure:21681: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lreadline -lncurses -lcrypt -ldl -lm >&5 conftest.c:144: warning: no previous prototype for 'does_int64_work' conftest.c:158: warning: return type defaults to 'int' conftest.c: In function 'main': conftest.c:159: warning: implicit declaration of function 'exit' conftest.c:159: warning: incompatible implicit declaration of built-in function 'exit' configure:21684: $? = 0 configure:21690: ./conftest configure:21693: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.4.8" | #define PACKAGE_STRING "PostgreSQL 8.4.8" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.4.8" | #define PG_MAJORVERSION "8.4" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define PG_KRB_SRVNAM "postgres" | #define USE_PAM 1 | #define USE_SSL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_LIBCRYPTO 1 | #define HAVE_LIBSSL 1 | #define HAVE_LIBPAM 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_ERR_SET_MARK 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_STRINGIZE 1 | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TZNAME 1 | #define HAVE_STRUCT_SOCKADDR_UN 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_STRUCT_OPTION 1 | #define _FILE_OFFSET_BITS 64 | #define SIZEOF_OFF_T 8 | #define HAVE_INT_TIMEZONE | #define ACCEPT_TYPE_RETURN int | #define ACCEPT_TYPE_ARG1 int | #define ACCEPT_TYPE_ARG2 struct sockaddr * | #define ACCEPT_TYPE_ARG3 size_t | #define HAVE_CBRT 1 | #define HAVE_DLOPEN 1 | #define HAVE_FCVT 1 | #define HAVE_FDATASYNC 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_MEMMOVE 1 | #define HAVE_POLL 1 | #define HAVE_READLINK 1 | #define HAVE_SETSID 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SYMLINK 1 | #define HAVE_SYSCONF 1 | #define HAVE_TOWLOWER 1 | #define HAVE_UTIME 1 | #define HAVE_UTIMES 1 | #define HAVE_WAITPID 1 | #define HAVE_WCSTOMBS 1 | #define HAVE_FSEEKO 1 | #define HAVE_FSEEKO 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_DECL_POSIX_FADVISE 1 | #define HAVE_DECL_FDATASYNC 1 | #define HAVE_DECL_STRLCAT 0 | #define HAVE_DECL_STRLCPY 0 | #define HAVE_DECL_F_FULLFSYNC 0 | #define HAVE_IPV6 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_VSNPRINTF 1 | #define HAVE_ISINF 1 | #define HAVE_CRYPT 1 | #define HAVE_GETOPT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_INET_ATON 1 | #define HAVE_RANDOM 1 | #define HAVE_RINT 1 | #define HAVE_SRANDOM 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOUL 1 | #define HAVE_UNSETENV 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1 | #define HAVE_RL_COMPLETION_MATCHES 1 | #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1 | #define HAVE_REPLACE_HISTORY_ENTRY 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_DECL_SYS_SIGLIST 1 | #define HAVE_SYSLOG 1 | #define HAVE_INT_OPTERR 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOULL 1 | #define HAVE_ATEXIT 1 | /* end confdefs.h. */ | typedef long int ac_int64; | | /* | * These are globals to discourage the compiler from folding all the | * arithmetic tests down to compile-time constants. | */ | ac_int64 a = 20000001; | ac_int64 b = 40000005; | | int does_int64_work() | { | ac_int64 c,d; | | if (sizeof(ac_int64) != 8) | return 0; /* definitely not the right size */ | | /* Do perfunctory checks to see if 64-bit arithmetic seems to work */ | c = a * b; | d = (c + b) / b; | if (d != a+1) | return 0; | return 1; | } | main() { | exit(! does_int64_work()); | } configure:21709: result: no configure:21723: checking whether long long int is 64 bits configure:21814: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lreadline -lncurses -lcrypt -ldl -lm >&5 conftest.c:144: warning: no previous prototype for 'does_int64_work' conftest.c:158: warning: return type defaults to 'int' conftest.c: In function 'main': conftest.c:159: warning: implicit declaration of function 'exit' conftest.c:159: warning: incompatible implicit declaration of built-in function 'exit' configure:21817: $? = 0 configure:21823: ./conftest configure:21826: $? = 0 configure:21842: result: yes configure:21888: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c >&5 configure:21894: $? = 0 configure:21922: checking snprintf format for long long int configure:21968: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lreadline -lncurses -lcrypt -ldl -lm >&5 conftest.c:144: warning: no previous prototype for 'does_int64_snprintf_work' conftest.c: In function 'does_int64_snprintf_work': conftest.c:154: warning: implicit declaration of function 'strcmp' conftest.c: At top level: conftest.c:158: warning: return type defaults to 'int' conftest.c: In function 'main': conftest.c:159: warning: implicit declaration of function 'exit' conftest.c:159: warning: incompatible implicit declaration of built-in function 'exit' configure:21971: $? = 0 configure:21977: ./conftest configure:21980: $? = 0 configure:22001: result: %lld configure:22053: checking for unsigned long configure:22083: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c >&5 configure:22089: $? = 0 configure:22104: result: yes configure:22111: checking size of unsigned long configure:22413: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lreadline -lncurses -lcrypt -ldl -lm >&5 configure:22416: $? = 0 configure:22422: ./conftest configure:22425: $? = 0 configure:22448: result: 4 configure:22460: checking for void * configure:22490: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c >&5 configure:22496: $? = 0 configure:22511: result: yes configure:22518: checking size of void * configure:22820: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lreadline -lncurses -lcrypt -ldl -lm >&5 configure:22823: $? = 0 configure:22829: ./conftest configure:22832: $? = 0 configure:22855: result: 4 configure:22865: checking for size_t configure:22895: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c >&5 configure:22901: $? = 0 configure:22916: result: yes configure:22923: checking size of size_t configure:23225: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lreadline -lncurses -lcrypt -ldl -lm >&5 configure:23228: $? = 0 configure:23234: ./conftest configure:23237: $? = 0 configure:23260: result: 4 configure:23272: checking whether to build with float4 passed by value configure:23310: result: yes configure:23322: checking whether to build with float8 passed by value configure:23394: result: no configure:23404: checking for short configure:23434: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c >&5 configure:23440: $? = 0 configure:23455: result: yes configure:23460: checking alignment of short configure:23780: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lreadline -lncurses -lcrypt -ldl -lm >&5 configure:23783: $? = 0 configure:23789: ./conftest configure:23792: $? = 0 configure:23815: result: 2 configure:23825: checking for int configure:23855: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c >&5 configure:23861: $? = 0 configure:23876: result: yes configure:23881: checking alignment of int configure:24201: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lreadline -lncurses -lcrypt -ldl -lm >&5 configure:24204: $? = 0 configure:24210: ./conftest configure:24213: $? = 0 configure:24236: result: 4 configure:24246: checking for long configure:24276: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c >&5 configure:24282: $? = 0 configure:24297: result: yes configure:24302: checking alignment of long configure:24622: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lreadline -lncurses -lcrypt -ldl -lm >&5 configure:24625: $? = 0 configure:24631: ./conftest configure:24634: $? = 0 configure:24657: result: 4 configure:24668: checking for long long int configure:24698: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c >&5 configure:24704: $? = 0 configure:24719: result: yes configure:24724: checking alignment of long long int configure:25044: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lreadline -lncurses -lcrypt -ldl -lm >&5 configure:25047: $? = 0 configure:25053: ./conftest configure:25056: $? = 0 configure:25079: result: 4 configure:25090: checking for double configure:25120: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c >&5 configure:25126: $? = 0 configure:25141: result: yes configure:25146: checking alignment of double configure:25466: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lreadline -lncurses -lcrypt -ldl -lm >&5 configure:25469: $? = 0 configure:25475: ./conftest configure:25478: $? = 0 configure:25501: result: 4 configure:25532: checking for int8 configure:25566: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c >&5 conftest.c:156: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'ac__type_new_' conftest.c: In function 'main': conftest.c:160: error: 'ac__type_new_' undeclared (first use in this function) conftest.c:160: error: (Each undeclared identifier is reported only once conftest.c:160: error: for each function it appears in.) conftest.c:160: error: expected expression before ')' token configure:25572: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.4.8" | #define PACKAGE_STRING "PostgreSQL 8.4.8" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.4.8" | #define PG_MAJORVERSION "8.4" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define PG_KRB_SRVNAM "postgres" | #define USE_PAM 1 | #define USE_SSL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_LIBCRYPTO 1 | #define HAVE_LIBSSL 1 | #define HAVE_LIBPAM 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_ERR_SET_MARK 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_STRINGIZE 1 | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TZNAME 1 | #define HAVE_STRUCT_SOCKADDR_UN 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_STRUCT_OPTION 1 | #define _FILE_OFFSET_BITS 64 | #define SIZEOF_OFF_T 8 | #define HAVE_INT_TIMEZONE | #define ACCEPT_TYPE_RETURN int | #define ACCEPT_TYPE_ARG1 int | #define ACCEPT_TYPE_ARG2 struct sockaddr * | #define ACCEPT_TYPE_ARG3 size_t | #define HAVE_CBRT 1 | #define HAVE_DLOPEN 1 | #define HAVE_FCVT 1 | #define HAVE_FDATASYNC 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_MEMMOVE 1 | #define HAVE_POLL 1 | #define HAVE_READLINK 1 | #define HAVE_SETSID 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SYMLINK 1 | #define HAVE_SYSCONF 1 | #define HAVE_TOWLOWER 1 | #define HAVE_UTIME 1 | #define HAVE_UTIMES 1 | #define HAVE_WAITPID 1 | #define HAVE_WCSTOMBS 1 | #define HAVE_FSEEKO 1 | #define HAVE_FSEEKO 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_DECL_POSIX_FADVISE 1 | #define HAVE_DECL_FDATASYNC 1 | #define HAVE_DECL_STRLCAT 0 | #define HAVE_DECL_STRLCPY 0 | #define HAVE_DECL_F_FULLFSYNC 0 | #define HAVE_IPV6 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_VSNPRINTF 1 | #define HAVE_ISINF 1 | #define HAVE_CRYPT 1 | #define HAVE_GETOPT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_INET_ATON 1 | #define HAVE_RANDOM 1 | #define HAVE_RINT 1 | #define HAVE_SRANDOM 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOUL 1 | #define HAVE_UNSETENV 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1 | #define HAVE_RL_COMPLETION_MATCHES 1 | #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1 | #define HAVE_REPLACE_HISTORY_ENTRY 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_DECL_SYS_SIGLIST 1 | #define HAVE_SYSLOG 1 | #define HAVE_INT_OPTERR 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOULL 1 | #define HAVE_ATEXIT 1 | #define HAVE_LONG_LONG_INT_64 1 | #define HAVE_LL_CONSTANTS 1 | #define INT64_FORMAT "%lld" | #define UINT64_FORMAT "%llu" | #define SIZEOF_UNSIGNED_LONG 4 | #define SIZEOF_VOID_P 4 | #define SIZEOF_SIZE_T 4 | #define USE_FLOAT4_BYVAL 1 | #define FLOAT4PASSBYVAL true | #define FLOAT8PASSBYVAL false | #define ALIGNOF_SHORT 2 | #define ALIGNOF_INT 4 | #define ALIGNOF_LONG 4 | #define ALIGNOF_LONG_LONG_INT 4 | #define ALIGNOF_DOUBLE 4 | #define MAXIMUM_ALIGNOF 4 | /* end confdefs.h. */ | #include | #ifdef HAVE_SUPPORTDEFS_H | #include | #endif | | typedef int8 ac__type_new_; | int | main () | { | if ((ac__type_new_ *) 0) | return 0; | if (sizeof (ac__type_new_)) | return 0; | ; | return 0; | } configure:25587: result: no configure:25597: checking for uint8 configure:25631: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c >&5 conftest.c:156: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'ac__type_new_' conftest.c: In function 'main': conftest.c:160: error: 'ac__type_new_' undeclared (first use in this function) conftest.c:160: error: (Each undeclared identifier is reported only once conftest.c:160: error: for each function it appears in.) conftest.c:160: error: expected expression before ')' token configure:25637: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.4.8" | #define PACKAGE_STRING "PostgreSQL 8.4.8" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.4.8" | #define PG_MAJORVERSION "8.4" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define PG_KRB_SRVNAM "postgres" | #define USE_PAM 1 | #define USE_SSL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_LIBCRYPTO 1 | #define HAVE_LIBSSL 1 | #define HAVE_LIBPAM 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_ERR_SET_MARK 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_STRINGIZE 1 | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TZNAME 1 | #define HAVE_STRUCT_SOCKADDR_UN 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_STRUCT_OPTION 1 | #define _FILE_OFFSET_BITS 64 | #define SIZEOF_OFF_T 8 | #define HAVE_INT_TIMEZONE | #define ACCEPT_TYPE_RETURN int | #define ACCEPT_TYPE_ARG1 int | #define ACCEPT_TYPE_ARG2 struct sockaddr * | #define ACCEPT_TYPE_ARG3 size_t | #define HAVE_CBRT 1 | #define HAVE_DLOPEN 1 | #define HAVE_FCVT 1 | #define HAVE_FDATASYNC 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_MEMMOVE 1 | #define HAVE_POLL 1 | #define HAVE_READLINK 1 | #define HAVE_SETSID 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SYMLINK 1 | #define HAVE_SYSCONF 1 | #define HAVE_TOWLOWER 1 | #define HAVE_UTIME 1 | #define HAVE_UTIMES 1 | #define HAVE_WAITPID 1 | #define HAVE_WCSTOMBS 1 | #define HAVE_FSEEKO 1 | #define HAVE_FSEEKO 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_DECL_POSIX_FADVISE 1 | #define HAVE_DECL_FDATASYNC 1 | #define HAVE_DECL_STRLCAT 0 | #define HAVE_DECL_STRLCPY 0 | #define HAVE_DECL_F_FULLFSYNC 0 | #define HAVE_IPV6 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_VSNPRINTF 1 | #define HAVE_ISINF 1 | #define HAVE_CRYPT 1 | #define HAVE_GETOPT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_INET_ATON 1 | #define HAVE_RANDOM 1 | #define HAVE_RINT 1 | #define HAVE_SRANDOM 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOUL 1 | #define HAVE_UNSETENV 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1 | #define HAVE_RL_COMPLETION_MATCHES 1 | #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1 | #define HAVE_REPLACE_HISTORY_ENTRY 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_DECL_SYS_SIGLIST 1 | #define HAVE_SYSLOG 1 | #define HAVE_INT_OPTERR 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOULL 1 | #define HAVE_ATEXIT 1 | #define HAVE_LONG_LONG_INT_64 1 | #define HAVE_LL_CONSTANTS 1 | #define INT64_FORMAT "%lld" | #define UINT64_FORMAT "%llu" | #define SIZEOF_UNSIGNED_LONG 4 | #define SIZEOF_VOID_P 4 | #define SIZEOF_SIZE_T 4 | #define USE_FLOAT4_BYVAL 1 | #define FLOAT4PASSBYVAL true | #define FLOAT8PASSBYVAL false | #define ALIGNOF_SHORT 2 | #define ALIGNOF_INT 4 | #define ALIGNOF_LONG 4 | #define ALIGNOF_LONG_LONG_INT 4 | #define ALIGNOF_DOUBLE 4 | #define MAXIMUM_ALIGNOF 4 | /* end confdefs.h. */ | #include | #ifdef HAVE_SUPPORTDEFS_H | #include | #endif | | typedef uint8 ac__type_new_; | int | main () | { | if ((ac__type_new_ *) 0) | return 0; | if (sizeof (ac__type_new_)) | return 0; | ; | return 0; | } configure:25652: result: no configure:25662: checking for int64 configure:25696: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c >&5 conftest.c:156: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'ac__type_new_' conftest.c: In function 'main': conftest.c:160: error: 'ac__type_new_' undeclared (first use in this function) conftest.c:160: error: (Each undeclared identifier is reported only once conftest.c:160: error: for each function it appears in.) conftest.c:160: error: expected expression before ')' token configure:25702: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.4.8" | #define PACKAGE_STRING "PostgreSQL 8.4.8" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.4.8" | #define PG_MAJORVERSION "8.4" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define PG_KRB_SRVNAM "postgres" | #define USE_PAM 1 | #define USE_SSL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_LIBCRYPTO 1 | #define HAVE_LIBSSL 1 | #define HAVE_LIBPAM 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_ERR_SET_MARK 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_STRINGIZE 1 | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TZNAME 1 | #define HAVE_STRUCT_SOCKADDR_UN 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_STRUCT_OPTION 1 | #define _FILE_OFFSET_BITS 64 | #define SIZEOF_OFF_T 8 | #define HAVE_INT_TIMEZONE | #define ACCEPT_TYPE_RETURN int | #define ACCEPT_TYPE_ARG1 int | #define ACCEPT_TYPE_ARG2 struct sockaddr * | #define ACCEPT_TYPE_ARG3 size_t | #define HAVE_CBRT 1 | #define HAVE_DLOPEN 1 | #define HAVE_FCVT 1 | #define HAVE_FDATASYNC 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_MEMMOVE 1 | #define HAVE_POLL 1 | #define HAVE_READLINK 1 | #define HAVE_SETSID 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SYMLINK 1 | #define HAVE_SYSCONF 1 | #define HAVE_TOWLOWER 1 | #define HAVE_UTIME 1 | #define HAVE_UTIMES 1 | #define HAVE_WAITPID 1 | #define HAVE_WCSTOMBS 1 | #define HAVE_FSEEKO 1 | #define HAVE_FSEEKO 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_DECL_POSIX_FADVISE 1 | #define HAVE_DECL_FDATASYNC 1 | #define HAVE_DECL_STRLCAT 0 | #define HAVE_DECL_STRLCPY 0 | #define HAVE_DECL_F_FULLFSYNC 0 | #define HAVE_IPV6 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_VSNPRINTF 1 | #define HAVE_ISINF 1 | #define HAVE_CRYPT 1 | #define HAVE_GETOPT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_INET_ATON 1 | #define HAVE_RANDOM 1 | #define HAVE_RINT 1 | #define HAVE_SRANDOM 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOUL 1 | #define HAVE_UNSETENV 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1 | #define HAVE_RL_COMPLETION_MATCHES 1 | #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1 | #define HAVE_REPLACE_HISTORY_ENTRY 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_DECL_SYS_SIGLIST 1 | #define HAVE_SYSLOG 1 | #define HAVE_INT_OPTERR 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOULL 1 | #define HAVE_ATEXIT 1 | #define HAVE_LONG_LONG_INT_64 1 | #define HAVE_LL_CONSTANTS 1 | #define INT64_FORMAT "%lld" | #define UINT64_FORMAT "%llu" | #define SIZEOF_UNSIGNED_LONG 4 | #define SIZEOF_VOID_P 4 | #define SIZEOF_SIZE_T 4 | #define USE_FLOAT4_BYVAL 1 | #define FLOAT4PASSBYVAL true | #define FLOAT8PASSBYVAL false | #define ALIGNOF_SHORT 2 | #define ALIGNOF_INT 4 | #define ALIGNOF_LONG 4 | #define ALIGNOF_LONG_LONG_INT 4 | #define ALIGNOF_DOUBLE 4 | #define MAXIMUM_ALIGNOF 4 | /* end confdefs.h. */ | #include | #ifdef HAVE_SUPPORTDEFS_H | #include | #endif | | typedef int64 ac__type_new_; | int | main () | { | if ((ac__type_new_ *) 0) | return 0; | if (sizeof (ac__type_new_)) | return 0; | ; | return 0; | } configure:25717: result: no configure:25727: checking for uint64 configure:25761: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c >&5 conftest.c:156: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'ac__type_new_' conftest.c: In function 'main': conftest.c:160: error: 'ac__type_new_' undeclared (first use in this function) conftest.c:160: error: (Each undeclared identifier is reported only once conftest.c:160: error: for each function it appears in.) conftest.c:160: error: expected expression before ')' token configure:25767: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.4.8" | #define PACKAGE_STRING "PostgreSQL 8.4.8" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.4.8" | #define PG_MAJORVERSION "8.4" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define PG_KRB_SRVNAM "postgres" | #define USE_PAM 1 | #define USE_SSL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_LIBCRYPTO 1 | #define HAVE_LIBSSL 1 | #define HAVE_LIBPAM 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_ERR_SET_MARK 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_STRINGIZE 1 | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TZNAME 1 | #define HAVE_STRUCT_SOCKADDR_UN 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_STRUCT_OPTION 1 | #define _FILE_OFFSET_BITS 64 | #define SIZEOF_OFF_T 8 | #define HAVE_INT_TIMEZONE | #define ACCEPT_TYPE_RETURN int | #define ACCEPT_TYPE_ARG1 int | #define ACCEPT_TYPE_ARG2 struct sockaddr * | #define ACCEPT_TYPE_ARG3 size_t | #define HAVE_CBRT 1 | #define HAVE_DLOPEN 1 | #define HAVE_FCVT 1 | #define HAVE_FDATASYNC 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_MEMMOVE 1 | #define HAVE_POLL 1 | #define HAVE_READLINK 1 | #define HAVE_SETSID 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SYMLINK 1 | #define HAVE_SYSCONF 1 | #define HAVE_TOWLOWER 1 | #define HAVE_UTIME 1 | #define HAVE_UTIMES 1 | #define HAVE_WAITPID 1 | #define HAVE_WCSTOMBS 1 | #define HAVE_FSEEKO 1 | #define HAVE_FSEEKO 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_DECL_POSIX_FADVISE 1 | #define HAVE_DECL_FDATASYNC 1 | #define HAVE_DECL_STRLCAT 0 | #define HAVE_DECL_STRLCPY 0 | #define HAVE_DECL_F_FULLFSYNC 0 | #define HAVE_IPV6 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_VSNPRINTF 1 | #define HAVE_ISINF 1 | #define HAVE_CRYPT 1 | #define HAVE_GETOPT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_INET_ATON 1 | #define HAVE_RANDOM 1 | #define HAVE_RINT 1 | #define HAVE_SRANDOM 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOUL 1 | #define HAVE_UNSETENV 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1 | #define HAVE_RL_COMPLETION_MATCHES 1 | #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1 | #define HAVE_REPLACE_HISTORY_ENTRY 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_DECL_SYS_SIGLIST 1 | #define HAVE_SYSLOG 1 | #define HAVE_INT_OPTERR 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOULL 1 | #define HAVE_ATEXIT 1 | #define HAVE_LONG_LONG_INT_64 1 | #define HAVE_LL_CONSTANTS 1 | #define INT64_FORMAT "%lld" | #define UINT64_FORMAT "%llu" | #define SIZEOF_UNSIGNED_LONG 4 | #define SIZEOF_VOID_P 4 | #define SIZEOF_SIZE_T 4 | #define USE_FLOAT4_BYVAL 1 | #define FLOAT4PASSBYVAL true | #define FLOAT8PASSBYVAL false | #define ALIGNOF_SHORT 2 | #define ALIGNOF_INT 4 | #define ALIGNOF_LONG 4 | #define ALIGNOF_LONG_LONG_INT 4 | #define ALIGNOF_DOUBLE 4 | #define MAXIMUM_ALIGNOF 4 | /* end confdefs.h. */ | #include | #ifdef HAVE_SUPPORTDEFS_H | #include | #endif | | typedef uint64 ac__type_new_; | int | main () | { | if ((ac__type_new_ *) 0) | return 0; | if (sizeof (ac__type_new_)) | return 0; | ; | return 0; | } configure:25782: result: no configure:25796: checking for sig_atomic_t configure:25827: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c >&5 configure:25833: $? = 0 configure:25848: result: yes configure:25863: checking for POSIX signal interface configure:25893: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lreadline -lncurses -lcrypt -ldl -lm >&5 configure:25899: $? = 0 configure:25916: result: yes configure:25939: checking for working memcmp configure:25992: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lreadline -lncurses -lcrypt -ldl -lm >&5 configure:25995: $? = 0 configure:26001: ./conftest configure:26004: $? = 0 configure:26020: result: yes configure:26463: checking for tclsh configure:26481: found /usr/bin/tclsh configure:26493: result: /usr/bin/tclsh configure:26510: checking for tclConfig.sh configure:26539: result: /usr/lib/tclConfig.sh configure:26565: checking tcl.h usability configure:26582: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I/usr/include -D_GNU_SOURCE conftest.c >&5 configure:26588: $? = 0 configure:26602: result: yes configure:26606: checking tcl.h presence configure:26621: gcc -E -I/usr/include -D_GNU_SOURCE conftest.c configure:26627: $? = 0 configure:26641: result: yes configure:26674: checking for tcl.h configure:26681: result: yes configure:26704: checking for onsgmls configure:26734: result: no configure:26704: checking for nsgmls configure:26734: result: no configure:26746: checking for openjade configure:26776: result: no configure:26746: checking for jade configure:26776: result: no configure:26785: checking for DocBook V4.2 configure:26814: result: no configure:26820: checking for DocBook stylesheets configure:26859: result: no configure:26913: checking for collateindex.pl configure:26946: result: no configure:26959: checking for sgmlspl configure:26989: result: no configure:26997: checking for docbook2man configure:27023: result: configure:27279: checking if gcc supports -Wl,--as-needed configure:27309: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE -Wl,--as-needed conftest.c -lpam -lssl -lcrypto -lz -lreadline -lncurses -lcrypt -ldl -lm >&5 /lib/../lib/libreadline.so: undefined reference to `PC' /lib/../lib/libreadline.so: undefined reference to `tgetflag' /lib/../lib/libreadline.so: undefined reference to `tgetent' /lib/../lib/libreadline.so: undefined reference to `UP' /lib/../lib/libreadline.so: undefined reference to `tputs' /lib/../lib/libreadline.so: undefined reference to `tgoto' /lib/../lib/libreadline.so: undefined reference to `tgetnum' /lib/../lib/libreadline.so: undefined reference to `BC' /lib/../lib/libreadline.so: undefined reference to `tgetstr' collect2: ld returned 1 exit status configure:27312: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.4.8" | #define PACKAGE_STRING "PostgreSQL 8.4.8" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.4.8" | #define PG_MAJORVERSION "8.4" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define PG_KRB_SRVNAM "postgres" | #define USE_PAM 1 | #define USE_SSL 1 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_LIBCRYPTO 1 | #define HAVE_LIBSSL 1 | #define HAVE_LIBPAM 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_ERR_SET_MARK 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_STRINGIZE 1 | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TZNAME 1 | #define HAVE_STRUCT_SOCKADDR_UN 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_STRUCT_OPTION 1 | #define _FILE_OFFSET_BITS 64 | #define SIZEOF_OFF_T 8 | #define HAVE_INT_TIMEZONE | #define ACCEPT_TYPE_RETURN int | #define ACCEPT_TYPE_ARG1 int | #define ACCEPT_TYPE_ARG2 struct sockaddr * | #define ACCEPT_TYPE_ARG3 size_t | #define HAVE_CBRT 1 | #define HAVE_DLOPEN 1 | #define HAVE_FCVT 1 | #define HAVE_FDATASYNC 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_MEMMOVE 1 | #define HAVE_POLL 1 | #define HAVE_READLINK 1 | #define HAVE_SETSID 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_SYMLINK 1 | #define HAVE_SYSCONF 1 | #define HAVE_TOWLOWER 1 | #define HAVE_UTIME 1 | #define HAVE_UTIMES 1 | #define HAVE_WAITPID 1 | #define HAVE_WCSTOMBS 1 | #define HAVE_FSEEKO 1 | #define HAVE_FSEEKO 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_DECL_POSIX_FADVISE 1 | #define HAVE_DECL_FDATASYNC 1 | #define HAVE_DECL_STRLCAT 0 | #define HAVE_DECL_STRLCPY 0 | #define HAVE_DECL_F_FULLFSYNC 0 | #define HAVE_IPV6 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_VSNPRINTF 1 | #define HAVE_ISINF 1 | #define HAVE_CRYPT 1 | #define HAVE_GETOPT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_INET_ATON 1 | #define HAVE_RANDOM 1 | #define HAVE_RINT 1 | #define HAVE_SRANDOM 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOUL 1 | #define HAVE_UNSETENV 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1 | #define HAVE_RL_COMPLETION_MATCHES 1 | #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1 | #define HAVE_REPLACE_HISTORY_ENTRY 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_DECL_SYS_SIGLIST 1 | #define HAVE_SYSLOG 1 | #define HAVE_INT_OPTERR 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOULL 1 | #define HAVE_ATEXIT 1 | #define HAVE_LONG_LONG_INT_64 1 | #define HAVE_LL_CONSTANTS 1 | #define INT64_FORMAT "%lld" | #define UINT64_FORMAT "%llu" | #define SIZEOF_UNSIGNED_LONG 4 | #define SIZEOF_VOID_P 4 | #define SIZEOF_SIZE_T 4 | #define USE_FLOAT4_BYVAL 1 | #define FLOAT4PASSBYVAL true | #define FLOAT8PASSBYVAL false | #define ALIGNOF_SHORT 2 | #define ALIGNOF_INT 4 | #define ALIGNOF_LONG 4 | #define ALIGNOF_LONG_LONG_INT 4 | #define ALIGNOF_DOUBLE 4 | #define MAXIMUM_ALIGNOF 4 | #define HAVE_SIG_ATOMIC_T 1 | #define HAVE_POSIX_SIGNALS | #define USE_SYSV_SEMAPHORES 1 | #define USE_SYSV_SHARED_MEMORY 1 | #define MEMSET_LOOP_LIMIT 1024 | /* end confdefs.h. */ | extern void readline (); void (*fptr) () = readline; | int | main () | { | | ; | return 0; | } configure:27332: result: no configure:27345: using CFLAGS=-O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv configure:27347: using CPPFLAGS= -D_GNU_SOURCE configure:27349: using LDFLAGS= configure:27518: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by PostgreSQL config.status 8.4.8, which was generated by GNU Autoconf 2.61. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on vas config.status:722: creating GNUmakefile config.status:722: creating src/Makefile.global config.status:722: creating src/include/pg_config.h config.status:722: creating src/interfaces/ecpg/include/ecpg_config.h config.status:1115: linking ./src/backend/port/tas/dummy.s to src/backend/port/tas.s config.status:1115: linking ./src/backend/port/dynloader/linux.c to src/backend/port/dynloader.c config.status:1115: linking ./src/backend/port/sysv_sema.c to src/backend/port/pg_sema.c config.status:1115: linking ./src/backend/port/sysv_shmem.c to src/backend/port/pg_shmem.c config.status:1115: linking ./src/backend/port/dynloader/linux.h to src/include/dynloader.h config.status:1115: linking ./src/include/port/linux.h to src/include/pg_config_os.h config.status:1115: linking ./src/makefiles/Makefile.linux to src/Makefile.port configure:28733: WARNING: option ignored: --enable-recode configure:28733: WARNING: option ignored: --with-CXX configure:28733: WARNING: option ignored: --with-docdir configure:28733: WARNING: option ignored: --with-tk ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_alignof_double=4 ac_cv_alignof_int=4 ac_cv_alignof_long=4 ac_cv_alignof_long_long_int=4 ac_cv_alignof_short=2 ac_cv_build=x86_64-unknown-linux-gnu ac_cv_c_bigendian=no ac_cv_c_compiler_gnu=yes ac_cv_c_const=yes ac_cv_c_inline=inline ac_cv_c_stringize=yes ac_cv_c_volatile=yes ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set= ac_cv_env_CFLAGS_value= ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_DOCBOOKSTYLE_set= ac_cv_env_DOCBOOKSTYLE_value= ac_cv_env_LDFLAGS_SL_set= ac_cv_env_LDFLAGS_SL_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_build_alias_set= ac_cv_env_build_alias_value= ac_cv_env_host_alias_set= ac_cv_env_host_alias_value= ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_func_ERR_set_mark=yes ac_cv_func_accept_arg1=int ac_cv_func_accept_arg2='struct sockaddr *' ac_cv_func_accept_arg3=size_t ac_cv_func_accept_return=int ac_cv_func_atexit=yes ac_cv_func_cbrt=yes ac_cv_func_crypt=yes ac_cv_func_dlopen=yes ac_cv_func_fcvt=yes ac_cv_func_fdatasync=yes ac_cv_func_fseeko=yes ac_cv_func_getaddrinfo=yes ac_cv_func_getopt=yes ac_cv_func_getopt_long=yes ac_cv_func_getpeereid=no ac_cv_func_getpeerucred=no ac_cv_func_getrlimit=yes ac_cv_func_getrusage=yes ac_cv_func_inet_aton=yes ac_cv_func_isinf=yes ac_cv_func_memcmp_working=yes ac_cv_func_memmove=yes ac_cv_func_poll=yes ac_cv_func_posix_fadvise=yes ac_cv_func_pstat=no ac_cv_func_random=yes ac_cv_func_readlink=yes ac_cv_func_replace_history_entry=yes ac_cv_func_rint=yes ac_cv_func_rl_completion_matches=yes ac_cv_func_rl_filename_completion_function=yes ac_cv_func_setproctitle=no ac_cv_func_setsid=yes ac_cv_func_sigprocmask=yes ac_cv_func_snprintf=yes ac_cv_func_srandom=yes ac_cv_func_strdup=yes ac_cv_func_strerror=yes ac_cv_func_strlcat=no ac_cv_func_strlcpy=no ac_cv_func_strtol=yes ac_cv_func_strtoll=yes ac_cv_func_strtoul=yes ac_cv_func_strtoull=yes ac_cv_func_symlink=yes ac_cv_func_sysconf=yes ac_cv_func_syslog=yes ac_cv_func_towlower=yes ac_cv_func_unsetenv=yes ac_cv_func_utime=yes ac_cv_func_utimes=yes ac_cv_func_vsnprintf=yes ac_cv_func_waitpid=yes ac_cv_func_wcstombs=yes ac_cv_have_decl_F_FULLFSYNC=no ac_cv_have_decl_fdatasync=yes ac_cv_have_decl_posix_fadvise=yes ac_cv_have_decl_snprintf=yes ac_cv_have_decl_strlcat=no ac_cv_have_decl_strlcpy=no ac_cv_have_decl_sys_siglist=yes ac_cv_have_decl_vsnprintf=yes ac_cv_header_SupportDefs_h=no ac_cv_header_crypt_h=yes ac_cv_header_dld_h=no ac_cv_header_fp_class_h=no ac_cv_header_getopt_h=yes ac_cv_header_ieeefp_h=no ac_cv_header_inttypes_h=yes ac_cv_header_kernel_OS_h=no ac_cv_header_kernel_image_h=no ac_cv_header_langinfo_h=yes ac_cv_header_memory_h=yes ac_cv_header_netinet_in_h=yes ac_cv_header_netinet_tcp_h=yes ac_cv_header_openssl_err_h=yes ac_cv_header_openssl_ssl_h=yes ac_cv_header_poll_h=yes ac_cv_header_pwd_h=yes ac_cv_header_readline_history_h=yes ac_cv_header_readline_readline_h=yes ac_cv_header_security_pam_appl_h=yes ac_cv_header_stdc=yes ac_cv_header_stdint_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_ipc_h=yes ac_cv_header_sys_poll_h=yes ac_cv_header_sys_pstat_h=no ac_cv_header_sys_resource_h=yes ac_cv_header_sys_select_h=yes ac_cv_header_sys_sem_h=yes ac_cv_header_sys_shm_h=yes ac_cv_header_sys_socket_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_tas_h=no ac_cv_header_sys_time_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_sys_un_h=yes ac_cv_header_syslog_h=yes ac_cv_header_tcl_h=yes ac_cv_header_termios_h=yes ac_cv_header_ucred_h=no ac_cv_header_unistd_h=yes ac_cv_header_utime_h=yes ac_cv_header_wchar_h=yes ac_cv_header_wctype_h=yes ac_cv_header_zlib_h=yes ac_cv_host=x86_64-unknown-linux-gnu ac_cv_lib_crypto_CRYPTO_new_ex_data=yes ac_cv_lib_m_main=yes ac_cv_lib_pam_pam_start=yes ac_cv_lib_ssl_SSL_library_init=yes ac_cv_lib_z_inflate=yes 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=yes ac_cv_member_struct_sockaddr_storage_ss_len=no ac_cv_member_struct_tm_tm_zone=yes ac_cv_objext=o ac_cv_path_EGREP='/bin/grep -E' ac_cv_path_GREP=/bin/grep ac_cv_path_LD=/usr/bin/ld ac_cv_path_PERL=/usr/bin/perl ac_cv_path_PYTHON=/usr/bin/python ac_cv_path_TAR=/bin/tar ac_cv_path_TCLSH=/usr/bin/tclsh ac_cv_prog_AWK=gawk ac_cv_prog_BISON=bison ac_cv_prog_CPP='gcc -E' ac_cv_prog_ac_ct_AR=ar ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_ac_ct_STRIP=strip ac_cv_prog_cc_c89= ac_cv_prog_cc_g=yes ac_cv_prog_gnu_ld=yes ac_cv_search_crypt=-lcrypt ac_cv_search_dlopen=-ldl ac_cv_search_fdatasync='none required' ac_cv_search_gethostbyname_r='none required' ac_cv_search_getopt_long='none required' ac_cv_search_setproctitle=no ac_cv_search_shl_load=no ac_cv_search_shmget='none required' ac_cv_search_socket='none required' ac_cv_sizeof_off_t=8 ac_cv_sizeof_size_t=4 ac_cv_sizeof_unsigned_long=4 ac_cv_sizeof_void_p=4 ac_cv_struct_tm=time.h ac_cv_sys_file_offset_bits=64 ac_cv_sys_largefile_CC=no ac_cv_sys_largefile_source=no ac_cv_type_double=yes ac_cv_type_int64=no ac_cv_type_int8=no ac_cv_type_int=yes ac_cv_type_long=yes ac_cv_type_long_long_int=yes ac_cv_type_off_t=yes ac_cv_type_short=yes ac_cv_type_sig_atomic_t=yes ac_cv_type_size_t=yes ac_cv_type_struct_addrinfo=yes ac_cv_type_struct_cmsgcred=no ac_cv_type_struct_fcred=no ac_cv_type_struct_option=yes ac_cv_type_struct_sockaddr_in6=yes ac_cv_type_struct_sockaddr_storage=yes ac_cv_type_struct_sockaddr_un=yes ac_cv_type_struct_sockcred=no ac_cv_type_uint64=no ac_cv_type_uint8=no ac_cv_type_union_semun=no ac_cv_type_unsigned_long=yes ac_cv_type_void_p=yes ac_cv_type_z_streamp=yes ac_cv_var_tzname=yes pgac_cv_c_signed=yes pgac_cv_check_docbook=no pgac_cv_check_readline='-lreadline -lncurses' pgac_cv_func_gettimeofday_1arg=no pgac_cv_func_posix_signals=yes pgac_cv_funcname_func_support=yes pgac_cv_path_flex=/usr/bin/flex pgac_cv_snprintf_long_long_int_format=%lld pgac_cv_type_long_int_64=no pgac_cv_type_long_long_int_64=yes pgac_cv_var_PS_STRINGS=no pgac_cv_var_int_opterr=yes pgac_cv_var_int_optreset=no pgac_cv_var_int_timezone=yes ## ----------------- ## ## Output variables. ## ## ----------------- ## AR='ar' AWK='gawk' BISON='bison' BISONFLAGS='' CC='gcc' CFLAGS='-O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv' COLLATEINDEX='' CPP='gcc -E' CPPFLAGS=' -D_GNU_SOURCE ' DEFS='-DHAVE_CONFIG_H' DLLTOOL='' DLLWRAP='' DOCBOOK2MAN='' DOCBOOKSTYLE='' DTRACE='' DTRACEFLAGS='' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/bin/grep -E' ELF_SYS='true' EXEEXT='' FLEX='/usr/bin/flex' FLEXFLAGS='' GCC='yes' GCOV='' GENHTML='' GREP='/bin/grep' HAVE_IPV6='yes' HAVE_POSIX_SIGNALS='yes' INCLUDES='' JADE='' LCOV='' LD='/usr/bin/ld' LDAP_LIBS_BE='' LDAP_LIBS_FE='' LDFLAGS=' ' LDFLAGS_SL='' LIBOBJS=' ${LIBOBJDIR}strlcat$U.o ${LIBOBJDIR}strlcpy$U.o' LIBS='-lpam -lssl -lcrypto -lz -lreadline -lncurses -lcrypt -ldl -lm ' LN_S='ln -s' LTLIBOBJS=' ${LIBOBJDIR}strlcat$U.lo ${LIBOBJDIR}strlcpy$U.lo' MSGFMT='' MSGMERGE='' NSGMLS='' OBJEXT='o' OSSP_UUID_LIBS='' PACKAGE_BUGREPORT='pgsql-bugs@postgresql.org' PACKAGE_NAME='PostgreSQL' PACKAGE_STRING='PostgreSQL 8.4.8' PACKAGE_TARNAME='postgresql' PACKAGE_VERSION='8.4.8' PATH_SEPARATOR=':' PERL='/usr/bin/perl' PG_MAJORVERSION='8.4' PORTNAME='linux' PTHREAD_CC='' PTHREAD_CFLAGS='' PTHREAD_LIBS='' PYTHON='/usr/bin/python' RANLIB='ranlib' SGMLSPL='' SHELL='/bin/sh' STRIP='strip' STRIP_SHARED_LIB='strip --strip-unneeded' STRIP_STATIC_LIB='strip -x' SUN_STUDIO_CC='no' TAR='/bin/tar' TAS='' TCLSH='/usr/bin/tclsh' TCL_CONFIG_SH='/usr/lib/tclConfig.sh' TCL_INCLUDE_SPEC='-I/usr/include' TCL_LIBS='-ldl -lpthread -lieee -lm' TCL_LIB_FILE='libtcl8.5.so' TCL_LIB_SPEC='-L/usr/lib -ltcl8.5' TCL_SHARED_BUILD='1' TCL_SHLIB_LD_LIBS='${LIBS}' WANTED_LANGUAGES='' WINDRES='' XGETTEXT='' XML2_CONFIG='' ZIC='' ac_ct_CC='gcc' acx_pthread_config='' autodepend='' bindir='/usr/bin' build='x86_64-unknown-linux-gnu' build_alias='' build_cpu='x86_64' build_os='linux-gnu' build_vendor='unknown' configure_args=' '\''--with-template=linux'\'' '\''--prefix=/usr'\'' '\''--bindir=/usr/bin'\'' '\''--libdir=/usr/lib'\'' '\''--mandir=/usr/share/man'\'' '\''--with-docdir=/usr/share/doc'\'' '\''--includedir=/usr/include/postgresql'\'' '\''--datadir=/usr/share'\'' '\''--with-openssl'\'' '\''--with-gnu-ld'\'' '\''--with-CXX'\'' '\''--with-pam'\'' '\''--with-python'\'' '\''--with-perl'\'' '\''--with-tcl'\'' '\''--without-tk'\'' '\''--enable-recode'\''' datadir='/usr/share' datarootdir='${prefix}/share' default_port='5432' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' enable_coverage='no' enable_debug='no' enable_dtrace='no' enable_nls='no' enable_profiling='no' enable_rpath='yes' enable_shared='yes' enable_thread_safety='no' exec_prefix='${prefix}' have_docbook='no' host='x86_64-unknown-linux-gnu' host_alias='' host_cpu='x86_64' host_os='linux-gnu' host_vendor='unknown' htmldir='${docdir}' includedir='/usr/include/postgresql' infodir='${datarootdir}/info' krb_srvtab='' ld_R_works='' libdir='/usr/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='/usr/share/man' oldincludedir='/usr/include' pdfdir='${docdir}' perl_archlibexp='/usr/lib/perl5/5.10.1/i386-linux-thread-multi-64int-ld' perl_embed_ldflags=' -fstack-protector -L/usr/local/lib -L/usr/lib/perl5/5.10.1/i386-linux-thread-multi-64int-ld/CORE -lperl -lnsl -ldl -lm -lcrypt -lutil -lpthread -lc' perl_privlibexp='/usr/lib/perl5/5.10.1' perl_useshrplib='true' prefix='/usr' program_transform_name='s,x,x,' psdir='${docdir}' python_additional_libs='-lpthread -ldl -lutil -lm' python_configdir='/usr/lib/python2.6/config' python_includespec='-I/usr/include/python2.6' python_libdir='/usr/lib' python_libspec='-L/usr/lib -lpython2.6' python_version='2.6' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='' vpath_build='no' with_bonjour='no' with_gnu_ld='yes' with_gssapi='no' with_krb5='no' with_ldap='no' with_libxml='no' with_libxslt='no' with_openssl='yes' with_ossp_uuid='no' with_pam='yes' with_perl='yes' with_python='yes' with_system_tzdata='' with_tcl='yes' with_zlib='yes' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define PACKAGE_NAME "PostgreSQL" #define PACKAGE_TARNAME "postgresql" #define PACKAGE_VERSION "8.4.8" #define PACKAGE_STRING "PostgreSQL 8.4.8" #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" #define PG_VERSION "8.4.8" #define PG_MAJORVERSION "8.4" #define USE_INTEGER_DATETIMES 1 #define DEF_PGPORT 5432 #define DEF_PGPORT_STR "5432" #define BLCKSZ 8192 #define RELSEG_SIZE 131072 #define XLOG_BLCKSZ 8192 #define XLOG_SEG_SIZE (16 * 1024 * 1024) #define PG_KRB_SRVNAM "postgres" #define USE_PAM 1 #define USE_SSL 1 #define HAVE_LIBM 1 #define HAVE_LIBREADLINE 1 #define HAVE_LIBZ 1 #define HAVE_SPINLOCKS 1 #define HAVE_LIBCRYPTO 1 #define HAVE_LIBSSL 1 #define HAVE_LIBPAM 1 #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define HAVE_CRYPT_H 1 #define HAVE_GETOPT_H 1 #define HAVE_LANGINFO_H 1 #define HAVE_POLL_H 1 #define HAVE_PWD_H 1 #define HAVE_SYS_IPC_H 1 #define HAVE_SYS_POLL_H 1 #define HAVE_SYS_RESOURCE_H 1 #define HAVE_SYS_SELECT_H 1 #define HAVE_SYS_SEM_H 1 #define HAVE_SYS_SOCKET_H 1 #define HAVE_SYS_SHM_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_SYS_UN_H 1 #define HAVE_TERMIOS_H 1 #define HAVE_UTIME_H 1 #define HAVE_WCHAR_H 1 #define HAVE_WCTYPE_H 1 #define HAVE_NETINET_IN_H 1 #define HAVE_NETINET_TCP_H 1 #define HAVE_READLINE_READLINE_H 1 #define HAVE_READLINE_HISTORY_H 1 #define HAVE_ERR_SET_MARK 1 #define HAVE_SECURITY_PAM_APPL_H 1 #define HAVE_STRINGIZE 1 #define HAVE_FUNCNAME__FUNC 1 #define HAVE_STRUCT_TM_TM_ZONE 1 #define HAVE_TM_ZONE 1 #define HAVE_TZNAME 1 #define HAVE_STRUCT_SOCKADDR_UN 1 #define HAVE_UNIX_SOCKETS 1 #define HAVE_STRUCT_SOCKADDR_STORAGE 1 #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 #define HAVE_STRUCT_ADDRINFO 1 #define HAVE_STRUCT_OPTION 1 #define _FILE_OFFSET_BITS 64 #define SIZEOF_OFF_T 8 #define HAVE_INT_TIMEZONE #define ACCEPT_TYPE_RETURN int #define ACCEPT_TYPE_ARG1 int #define ACCEPT_TYPE_ARG2 struct sockaddr * #define ACCEPT_TYPE_ARG3 size_t #define HAVE_CBRT 1 #define HAVE_DLOPEN 1 #define HAVE_FCVT 1 #define HAVE_FDATASYNC 1 #define HAVE_GETRLIMIT 1 #define HAVE_MEMMOVE 1 #define HAVE_POLL 1 #define HAVE_READLINK 1 #define HAVE_SETSID 1 #define HAVE_SIGPROCMASK 1 #define HAVE_SYMLINK 1 #define HAVE_SYSCONF 1 #define HAVE_TOWLOWER 1 #define HAVE_UTIME 1 #define HAVE_UTIMES 1 #define HAVE_WAITPID 1 #define HAVE_WCSTOMBS 1 #define HAVE_FSEEKO 1 #define HAVE_FSEEKO 1 #define HAVE_POSIX_FADVISE 1 #define HAVE_DECL_POSIX_FADVISE 1 #define HAVE_DECL_FDATASYNC 1 #define HAVE_DECL_STRLCAT 0 #define HAVE_DECL_STRLCPY 0 #define HAVE_DECL_F_FULLFSYNC 0 #define HAVE_IPV6 1 #define HAVE_SNPRINTF 1 #define HAVE_VSNPRINTF 1 #define HAVE_DECL_SNPRINTF 1 #define HAVE_DECL_VSNPRINTF 1 #define HAVE_ISINF 1 #define HAVE_CRYPT 1 #define HAVE_GETOPT 1 #define HAVE_GETRUSAGE 1 #define HAVE_INET_ATON 1 #define HAVE_RANDOM 1 #define HAVE_RINT 1 #define HAVE_SRANDOM 1 #define HAVE_STRDUP 1 #define HAVE_STRERROR 1 #define HAVE_STRTOL 1 #define HAVE_STRTOUL 1 #define HAVE_UNSETENV 1 #define HAVE_GETADDRINFO 1 #define HAVE_GETOPT_LONG 1 #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1 #define HAVE_RL_COMPLETION_MATCHES 1 #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1 #define HAVE_REPLACE_HISTORY_ENTRY 1 #define HAVE_SIGSETJMP 1 #define HAVE_DECL_SYS_SIGLIST 1 #define HAVE_SYSLOG 1 #define HAVE_INT_OPTERR 1 #define HAVE_STRTOLL 1 #define HAVE_STRTOULL 1 #define HAVE_ATEXIT 1 #define HAVE_LONG_LONG_INT_64 1 #define HAVE_LL_CONSTANTS 1 #define INT64_FORMAT "%lld" #define UINT64_FORMAT "%llu" #define SIZEOF_UNSIGNED_LONG 4 #define SIZEOF_VOID_P 4 #define SIZEOF_SIZE_T 4 #define USE_FLOAT4_BYVAL 1 #define FLOAT4PASSBYVAL true #define FLOAT8PASSBYVAL false #define ALIGNOF_SHORT 2 #define ALIGNOF_INT 4 #define ALIGNOF_LONG 4 #define ALIGNOF_LONG_LONG_INT 4 #define ALIGNOF_DOUBLE 4 #define MAXIMUM_ALIGNOF 4 #define HAVE_SIG_ATOMIC_T 1 #define HAVE_POSIX_SIGNALS #define USE_SYSV_SEMAPHORES 1 #define USE_SYSV_SHARED_MEMORY 1 #define MEMSET_LOOP_LIMIT 1024 #define PG_VERSION_STR "PostgreSQL 8.4.8 on x86_64-unknown-linux-gnu, compiled by GCC gcc (GCC) 4.4.2, 32-bit" #define PG_VERSION_NUM 80408 configure: exit 0