Thread

  1. Re: [Mingw-users] What's the relationship between GCC and MinGW

    Xiaobo Gu <guxiaobo1982@gmail.com> — 2011-01-27T06:43:14Z

    > On 1/27/2011 11:02, Xiaobo Gu wrote:
    >> MSYS does not provide GCC, it only provides some UNIX like tools on
    >> Windows to emulate the *NIX environment.
    >>
    >
    > Yes it does, you are using it.
    
    OK, my fault, I now adjust the environments of my two computers(one is
    32bit Windows XP SP3, the other one is 64bit Windows 7 Home basic) to
    the same setup layout:
    1.MinGW64 is installed into D:\Amber\Devtool\MinGW64-1.0-20100913;
    2.MSYS in installed into D:\Amber\Devtool\msys
    3.Add D:/Amber/Devtool/MinGW64-1.0-20100913 /mingw to
    D:\Amber\Devtool\msys\etc\fstab
    4. PostgreSQL source code is in D:\Amber\devproj\postgresql-9.0.2
    
    From the MSYS sh prompt(D:\Amber\Devtool\msys\msys.bat), I do the following:
    1. gcc -v
      sh: gcc: command not found
    2. configure --without-zlib --host=x86_64-w64-mingw32
    --with-system-tzdata=/usr/share/zoneinfo
    The content of config.log file is as following:
    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 9.0.2, which was
    generated by GNU Autoconf 2.63.  Invocation command line was
    
      $ configure --without-zlib --host=x86_64-w64-mingw32
    --with-system-tzdata=/usr/share/zoneinfo
    
    ## --------- ##
    ## Platform. ##
    ## --------- ##
    
    hostname = kzx-28F-tempdw
    uname -m = i686
    uname -r = 1.0.16(0.48/3/2)
    uname -s = MINGW32_NT-5.1
    uname -v = 2010-09-29 00:07
    
    /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: .
    PATH: /usr/local/bin
    PATH: /mingw/bin
    PATH: /bin
    PATH: %CommonProgramFiles%/Microsoft Shared/Windows Live
    PATH: /c/WINDOWS/system32
    PATH: /c/WINDOWS
    PATH: /c/WINDOWS/System32/Wbem
    PATH: /c/PROGRA~1/IBM/CLIENT~1
    PATH: /c/PROGRA~1/IBM/CLIENT~1/Shared
    PATH: /c/PROGRA~1/IBM/CLIENT~1/Emulator
    PATH: /c/Program Files/TortoiseSVN/bin
    PATH: /c/Program Files/Common Files/Thunder Network/KanKan/Codecs
    PATH: /d/Amber/Program/MIT/Kerberos/bin
    PATH: .
    
    
    ## ----------- ##
    ## Core tests. ##
    ## ----------- ##
    
    configure:2069: checking build system type
    configure:2087: result: i686-pc-mingw32
    configure:2109: checking host system type
    configure:2124: result: x86_64-w64-mingw32
    configure:2148: checking which template to use
    configure:2247: result: win32
    configure:2354: checking whether to build with 64-bit integer date/time support
    configure:2389: result: yes
    configure:2396: checking whether NLS is wanted
    configure:2430: result: no
    configure:2438: checking for default port number
    configure:2467: result: 5432
    configure:2886: checking for block size
    configure:2926: result: 8kB
    configure:2938: checking for segment size
    configure:2971: result: 1GB
    configure:2983: checking for WAL block size
    configure:3024: result: 8kB
    configure:3036: checking for WAL segment size
    configure:3077: result: 16MB
    configure:3135: checking for x86_64-w64-mingw32-gcc
    configure:3151: found /mingw/bin/x86_64-w64-mingw32-gcc
    configure:3162: result: x86_64-w64-mingw32-gcc
    configure:3240: checking for C compiler version
    configure:3248: x86_64-w64-mingw32-gcc --version >&5
    x86_64-w64-mingw32-gcc.exe (GCC) 4.5.2 20100913 (prerelease)
    Copyright (C) 2010 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:3252: $? = 0
    configure:3259: x86_64-w64-mingw32-gcc -v >&5
    Using built-in specs.
    COLLECT_GCC=D:\Amber\Devtool\MinGW64-1.0-20100913\bin\x86_64-w64-mingw32-gcc.exe
    COLLECT_LTO_WRAPPER=d:/amber/devtool/mingw64-1.0-20100913/bin/../libexec/gcc/x86_64-w64-mingw32/4.5.2/lto-wrapper.exe
    Target: x86_64-w64-mingw32
    Configured with: ../../../build/gcc/src/configure
    --target=x86_64-w64-mingw32
    --prefix=/c/bb/vista64-mingw32/mingw-x86-x86_64/build/build/root
    --with-sysroot=/c/bb/vista64-mingw32/mingw-x86-x86_64/build/build/root
    --enable-languages=all,obj-c++ --enable-fully-dynamic-string
    --disable-multilib
    Thread model: win32
    gcc version 4.5.2 20100913 (prerelease) (GCC)
    configure:3263: $? = 0
    configure:3270: x86_64-w64-mingw32-gcc -V >&5
    x86_64-w64-mingw32-gcc.exe: '-V' option must have argument
    configure:3274: $? = 1
    configure:3297: checking for C compiler default output file name
    configure:3319: x86_64-w64-mingw32-gcc    conftest.c  >&5
    configure:3323: $? = 0
    configure:3361: result: a.exe
    configure:3380: checking whether the C compiler works
    configure:3390: ./a.exe
    configure: line 3392: ./a.exe: Bad file number
    configure:3394: $? = 126
    configure:3413: result: yes
    configure:3420: checking whether we are cross compiling
    configure:3422: result: yes
    configure:3425: checking for suffix of executables
    configure:3432: x86_64-w64-mingw32-gcc -o conftest.exe    conftest.c  >&5
    configure:3436: $? = 0
    configure:3462: result: .exe
    configure:3468: checking for suffix of object files
    configure:3494: x86_64-w64-mingw32-gcc -c   conftest.c >&5
    configure:3498: $? = 0
    configure:3523: result: o
    configure:3527: checking whether we are using the GNU C compiler
    configure:3556: x86_64-w64-mingw32-gcc -c   conftest.c >&5
    configure:3563: $? = 0
    configure:3580: result: yes
    configure:3589: checking whether x86_64-w64-mingw32-gcc accepts -g
    configure:3619: x86_64-w64-mingw32-gcc -c -g  conftest.c >&5
    configure:3626: $? = 0
    configure:3727: result: yes
    configure:3744: checking for x86_64-w64-mingw32-gcc option to accept ISO C89
    configure:3818: x86_64-w64-mingw32-gcc  -c -g -O2  conftest.c >&5
    configure:3825: $? = 0
    configure:3848: result: none needed
    configure:3894: x86_64-w64-mingw32-gcc -c -g -O2  conftest.c >&5
    conftest.c: In function 'main':
    conftest.c:22:1: error: 'choke' undeclared (first use in this function)
    conftest.c:22:1: note: each undeclared identifier is reported only
    once for each function it appears in
    conftest.c:22:7: error: expected ';' before 'me'
    configure:3901: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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:3941: x86_64-w64-mingw32-gcc -c -g -O2  conftest.c >&5
    conftest.c: In function 'main':
    conftest.c:22:1: error: 'choke' undeclared (first use in this function)
    conftest.c:22:1: note: each undeclared identifier is reported only
    once for each function it appears in
    conftest.c:22:7: error: expected ';' before 'me'
    configure:3948: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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:4002: checking if x86_64-w64-mingw32-gcc supports
    -Wdeclaration-after-statement
    configure:4027: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    conftest.c >&5
    configure:4034: $? = 0
    configure:4039: result: yes
    configure:4052: checking if x86_64-w64-mingw32-gcc supports -Wendif-labels
    configure:4077: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels  conftest.c >&5
    configure:4084: $? = 0
    configure:4089: result: yes
    configure:4103: checking if x86_64-w64-mingw32-gcc supports -fno-strict-aliasing
    configure:4128: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing  conftest.c >&5
    configure:4135: $? = 0
    configure:4140: result: yes
    configure:4154: checking if x86_64-w64-mingw32-gcc supports -fwrapv
    configure:4179: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv  conftest.c >&5
    configure:4186: $? = 0
    configure:4191: result: yes
    configure:4400: checking whether the C compiler still works
    configure:4423: x86_64-w64-mingw32-gcc -o conftest.exe -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND
    -Wl,--allow-multiple-definition conftest.c  >&5
    configure:4430: $? = 0
    configure:4438: result: yes
    configure:4480: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND conftest.c >&5
    configure:4487: $? = 0
    configure:4510: checking how to run the C preprocessor
    configure:4550: x86_64-w64-mingw32-gcc -E  -I./src/include/port/win32
    -DEXEC_BACKEND conftest.c
    configure:4557: $? = 0
    configure:4588: x86_64-w64-mingw32-gcc -E  -I./src/include/port/win32
    -DEXEC_BACKEND conftest.c
    conftest.c:17:28: fatal error: ac_nonexistent.h: No such file or directory
    compilation terminated.
    configure:4595: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 <ac_nonexistent.h>
    configure:4628: result: x86_64-w64-mingw32-gcc -E
    configure:4657: x86_64-w64-mingw32-gcc -E  -I./src/include/port/win32
    -DEXEC_BACKEND conftest.c
    configure:4664: $? = 0
    configure:4695: x86_64-w64-mingw32-gcc -E  -I./src/include/port/win32
    -DEXEC_BACKEND conftest.c
    conftest.c:17:28: fatal error: ac_nonexistent.h: No such file or directory
    compilation terminated.
    configure:4702: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 <ac_nonexistent.h>
    configure:4861: checking allow thread-safe client libraries
    configure:4895: result: yes
    configure:4902: checking whether to build with Tcl
    configure:4930: result: no
    configure:4966: checking whether to build Perl modules
    configure:4994: result: no
    configure:5001: checking whether to build Python modules
    configure:5029: result: no
    configure:5036: checking whether to build with GSSAPI support
    configure:5071: result: no
    configure:5078: checking whether to build with Kerberos 5 support
    configure:5113: result: no
    configure:5161: checking whether to build with PAM support
    configure:5193: result: no
    configure:5201: checking whether to build with LDAP support
    configure:5233: result: no
    configure:5241: checking whether to build with Bonjour support
    configure:5273: result: no
    configure:5281: checking whether to build with OpenSSL support
    configure:5313: result: no
    configure:5352: WARNING: *** Readline does not work on MinGW --- disabling
    configure:5625: checking for grep that handles long lines and -e
    configure:5685: result: /bin/grep
    configure:5690: checking for egrep
    configure:5754: result: /bin/grep -E
    configure:5805: checking for ld used by GCC
    configure:5868: result:
    d:/amber/devtool/mingw64-1.0-20100913/x86_64-w64-mingw32/bin/ld.exe
    configure:5877: checking if the linker
    (d:/amber/devtool/mingw64-1.0-20100913/x86_64-w64-mingw32/bin/ld.exe)
    is GNU ld
    GNU ld (GNU Binutils) 2.20.51.20100913
    configure:5889: result: yes
    configure:5962: checking for x86_64-w64-mingw32-ranlib
    configure:5978: found /mingw/bin/x86_64-w64-mingw32-ranlib
    configure:5989: result: x86_64-w64-mingw32-ranlib
    configure:6055: checking for x86_64-w64-mingw32-strip
    configure:6071: found /mingw/bin/x86_64-w64-mingw32-strip
    configure:6082: result: x86_64-w64-mingw32-strip
    configure:6145: checking whether it is possible to strip libraries
    configure:6150: result: yes
    configure:6164: checking for x86_64-w64-mingw32-ar
    configure:6180: found /mingw/bin/x86_64-w64-mingw32-ar
    configure:6191: result: x86_64-w64-mingw32-ar
    configure:6257: checking for x86_64-w64-mingw32-dlltool
    configure:6273: found /mingw/bin/x86_64-w64-mingw32-dlltool
    configure:6284: result: x86_64-w64-mingw32-dlltool
    configure:6349: checking for x86_64-w64-mingw32-dllwrap
    configure:6365: found /mingw/bin/x86_64-w64-mingw32-dllwrap
    configure:6376: result: x86_64-w64-mingw32-dllwrap
    configure:6441: checking for x86_64-w64-mingw32-windres
    configure:6457: found /mingw/bin/x86_64-w64-mingw32-windres
    configure:6468: result: x86_64-w64-mingw32-windres
    configure:6534: checking for tar
    configure:6552: found /bin/tar
    configure:6564: result: /bin/tar
    configure:6572: checking whether ln -s works
    configure:6579: result: no, using cp -p
    configure:6587: checking for gawk
    configure:6603: found /bin/gawk
    configure:6614: result: gawk
    configure:6625: checking for a thread-safe mkdir -p
    configure:6664: result: /bin/mkdir -p
    configure:6680: checking for bison
    configure:6698: found /bin/bison
    configure:6710: result: /bin/bison
    configure:6725: using bison (GNU Bison) 2.4.2
    configure:6756: checking for flex
    configure:6801: result: /bin/flex
    configure:6821: using flex 2.5.35
    configure:6833: checking for perl
    configure:6851: found /bin/perl
    configure:6863: result: /bin/perl
    configure:6875: using perl 5.6.1
    configure:6882: WARNING:
    *** The installed version of Perl, /bin/perl, is too old to use with PostgreSQL.
    *** Perl version 5.8 or later is required, but this is 5.6.1.
    configure:6895: WARNING:
    *** Without Perl you will not be able to build PostgreSQL from Git.
    *** You can obtain Perl from any CPAN mirror site.
    *** (If you are using the official distribution of PostgreSQL then you do not
    *** need to worry about this, because the Perl output is pre-generated.)
    configure:7133: checking for main in -lm
    configure:7162: x86_64-w64-mingw32-gcc -o conftest.exe -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND
    -Wl,--allow-multiple-definition  conftest.c -lm   >&5
    configure:7169: $? = 0
    configure:7190: result: yes
    configure:7201: checking for library containing setproctitle
    configure:7242: x86_64-w64-mingw32-gcc -o conftest.exe -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND
    -Wl,--allow-multiple-definition  conftest.c -lm  >&5
    C:\DOCUME~1\guxiaobo\LOCALS~1\Temp\cc4hBlzn.o:conftest.c:(.text+0xa):
    undefined reference to `setproctitle'
    collect2: ld returned 1 exit status
    configure:7249: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #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:7242: x86_64-w64-mingw32-gcc -o conftest.exe -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND
    -Wl,--allow-multiple-definition  conftest.c -lutil  -lm  >&5
    d:/amber/devtool/mingw64-1.0-20100913/bin/../lib/gcc/x86_64-w64-mingw32/4.5.2/../../../../x86_64-w64-mingw32/bin/ld.exe:
    cannot find -lutil
    collect2: ld returned 1 exit status
    configure:7249: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #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:7280: result: no
    configure:7288: checking for library containing dlopen
    configure:7329: x86_64-w64-mingw32-gcc -o conftest.exe -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND
    -Wl,--allow-multiple-definition  conftest.c -lm  >&5
    C:\DOCUME~1\guxiaobo\LOCALS~1\Temp\ccqA73Hq.o:conftest.c:(.text+0xa):
    undefined reference to `dlopen'
    collect2: ld returned 1 exit status
    configure:7336: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #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:7329: x86_64-w64-mingw32-gcc -o conftest.exe -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND
    -Wl,--allow-multiple-definition  conftest.c -ldl  -lm  >&5
    d:/amber/devtool/mingw64-1.0-20100913/bin/../lib/gcc/x86_64-w64-mingw32/4.5.2/../../../../x86_64-w64-mingw32/bin/ld.exe:
    cannot find -ldl
    collect2: ld returned 1 exit status
    configure:7336: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #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:7367: result: no
    configure:7375: checking for library containing socket
    configure:7416: x86_64-w64-mingw32-gcc -o conftest.exe -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND
    -Wl,--allow-multiple-definition  conftest.c -lm  >&5
    C:\DOCUME~1\guxiaobo\LOCALS~1\Temp\ccCiH12E.o:conftest.c:(.text+0xa):
    undefined reference to `socket'
    collect2: ld returned 1 exit status
    configure:7423: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #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 socket ();
    | int
    | main ()
    | {
    | return socket ();
    |   ;
    |   return 0;
    | }
    configure:7416: x86_64-w64-mingw32-gcc -o conftest.exe -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND
    -Wl,--allow-multiple-definition  conftest.c -lsocket  -lm  >&5
    d:/amber/devtool/mingw64-1.0-20100913/bin/../lib/gcc/x86_64-w64-mingw32/4.5.2/../../../../x86_64-w64-mingw32/bin/ld.exe:
    cannot find -lsocket
    collect2: ld returned 1 exit status
    configure:7423: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #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 socket ();
    | int
    | main ()
    | {
    | return socket ();
    |   ;
    |   return 0;
    | }
    configure:7416: x86_64-w64-mingw32-gcc -o conftest.exe -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND
    -Wl,--allow-multiple-definition  conftest.c -lwsock32  -lm  >&5
    configure:7423: $? = 0
    configure:7454: result: -lwsock32
    configure:7462: checking for library containing shl_load
    configure:7503: x86_64-w64-mingw32-gcc -o conftest.exe -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND
    -Wl,--allow-multiple-definition  conftest.c -lwsock32 -lm  >&5
    C:\DOCUME~1\guxiaobo\LOCALS~1\Temp\ccM0fHBf.o:conftest.c:(.text+0xa):
    undefined reference to `shl_load'
    collect2: ld returned 1 exit status
    configure:7510: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #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:7503: x86_64-w64-mingw32-gcc -o conftest.exe -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND
    -Wl,--allow-multiple-definition  conftest.c -ldld  -lwsock32 -lm  >&5
    d:/amber/devtool/mingw64-1.0-20100913/bin/../lib/gcc/x86_64-w64-mingw32/4.5.2/../../../../x86_64-w64-mingw32/bin/ld.exe:
    cannot find -ldld
    collect2: ld returned 1 exit status
    configure:7510: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #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:7541: result: no
    configure:7641: checking for library containing getopt_long
    configure:7682: x86_64-w64-mingw32-gcc -o conftest.exe -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND
    -Wl,--allow-multiple-definition  conftest.c -lwsock32 -lm  >&5
    configure:7689: $? = 0
    configure:7720: result: none required
    configure:7728: checking for library containing crypt
    configure:7769: x86_64-w64-mingw32-gcc -o conftest.exe -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND
    -Wl,--allow-multiple-definition  conftest.c -lwsock32 -lm  >&5
    C:\DOCUME~1\guxiaobo\LOCALS~1\Temp\ccEFLJxY.o:conftest.c:(.text+0xa):
    undefined reference to `crypt'
    collect2: ld returned 1 exit status
    configure:7776: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #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:7769: x86_64-w64-mingw32-gcc -o conftest.exe -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND
    -Wl,--allow-multiple-definition  conftest.c -lcrypt  -lwsock32 -lm
    >&5
    d:/amber/devtool/mingw64-1.0-20100913/bin/../lib/gcc/x86_64-w64-mingw32/4.5.2/../../../../x86_64-w64-mingw32/bin/ld.exe:
    cannot find -lcrypt
    collect2: ld returned 1 exit status
    configure:7776: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #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:7807: result: no
    configure:7816: checking for library containing fdatasync
    configure:7857: x86_64-w64-mingw32-gcc -o conftest.exe -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND
    -Wl,--allow-multiple-definition  conftest.c -lwsock32 -lm  >&5
    C:\DOCUME~1\guxiaobo\LOCALS~1\Temp\ccgnwDkc.o:conftest.c:(.text+0xa):
    undefined reference to `fdatasync'
    collect2: ld returned 1 exit status
    configure:7864: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #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 fdatasync ();
    | int
    | main ()
    | {
    | return fdatasync ();
    |   ;
    |   return 0;
    | }
    configure:7857: x86_64-w64-mingw32-gcc -o conftest.exe -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND
    -Wl,--allow-multiple-definition  conftest.c -lrt  -lwsock32 -lm  >&5
    d:/amber/devtool/mingw64-1.0-20100913/bin/../lib/gcc/x86_64-w64-mingw32/4.5.2/../../../../x86_64-w64-mingw32/bin/ld.exe:
    cannot find -lrt
    collect2: ld returned 1 exit status
    configure:7864: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #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 fdatasync ();
    | int
    | main ()
    | {
    | return fdatasync ();
    |   ;
    |   return 0;
    | }
    configure:7857: x86_64-w64-mingw32-gcc -o conftest.exe -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND
    -Wl,--allow-multiple-definition  conftest.c -lposix4  -lwsock32 -lm
    >&5
    d:/amber/devtool/mingw64-1.0-20100913/bin/../lib/gcc/x86_64-w64-mingw32/4.5.2/../../../../x86_64-w64-mingw32/bin/ld.exe:
    cannot find -lposix4
    collect2: ld returned 1 exit status
    configure:7864: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #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 fdatasync ();
    | int
    | main ()
    | {
    | return fdatasync ();
    |   ;
    |   return 0;
    | }
    configure:7895: result: no
    configure:7905: checking for library containing gethostbyname_r
    configure:7946: x86_64-w64-mingw32-gcc -o conftest.exe -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND
    -Wl,--allow-multiple-definition  conftest.c -lwsock32 -lm  >&5
    C:\DOCUME~1\guxiaobo\LOCALS~1\Temp\ccg6lS0E.o:conftest.c:(.text+0xa):
    undefined reference to `gethostbyname_r'
    collect2: ld returned 1 exit status
    configure:7953: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #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 gethostbyname_r ();
    | int
    | main ()
    | {
    | return gethostbyname_r ();
    |   ;
    |   return 0;
    | }
    configure:7946: x86_64-w64-mingw32-gcc -o conftest.exe -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND
    -Wl,--allow-multiple-definition  conftest.c -lnsl  -lwsock32 -lm  >&5
    d:/amber/devtool/mingw64-1.0-20100913/bin/../lib/gcc/x86_64-w64-mingw32/4.5.2/../../../../x86_64-w64-mingw32/bin/ld.exe:
    cannot find -lnsl
    collect2: ld returned 1 exit status
    configure:7953: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #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 gethostbyname_r ();
    | int
    | main ()
    | {
    | return gethostbyname_r ();
    |   ;
    |   return 0;
    | }
    configure:7984: result: no
    configure:7993: checking for library containing shmget
    configure:8034: x86_64-w64-mingw32-gcc -o conftest.exe -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND
    -Wl,--allow-multiple-definition  conftest.c -lwsock32 -lm  >&5
    C:\DOCUME~1\guxiaobo\LOCALS~1\Temp\ccywFeTI.o:conftest.c:(.text+0xa):
    undefined reference to `shmget'
    collect2: ld returned 1 exit status
    configure:8041: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #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 shmget ();
    | int
    | main ()
    | {
    | return shmget ();
    |   ;
    |   return 0;
    | }
    configure:8034: x86_64-w64-mingw32-gcc -o conftest.exe -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND
    -Wl,--allow-multiple-definition  conftest.c -lcygipc  -lwsock32 -lm
    >&5
    d:/amber/devtool/mingw64-1.0-20100913/bin/../lib/gcc/x86_64-w64-mingw32/4.5.2/../../../../x86_64-w64-mingw32/bin/ld.exe:
    cannot find -lcygipc
    collect2: ld returned 1 exit status
    configure:8041: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #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 shmget ();
    | int
    | main ()
    | {
    | return shmget ();
    |   ;
    |   return 0;
    | }
    configure:8072: result: no
    configure:9401: checking for ANSI C header files
    configure:9431: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    configure:9438: $? = 0
    configure:9569: result: yes
    configure:9593: checking for sys/types.h
    configure:9614: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    configure:9621: $? = 0
    configure:9638: result: yes
    configure:9593: checking for sys/stat.h
    configure:9614: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    configure:9621: $? = 0
    configure:9638: result: yes
    configure:9593: checking for stdlib.h
    configure:9614: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    configure:9621: $? = 0
    configure:9638: result: yes
    configure:9593: checking for string.h
    configure:9614: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    configure:9621: $? = 0
    configure:9638: result: yes
    configure:9593: checking for memory.h
    configure:9614: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    configure:9621: $? = 0
    configure:9638: result: yes
    configure:9593: checking for strings.h
    configure:9614: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    configure:9621: $? = 0
    configure:9638: result: yes
    configure:9593: checking for inttypes.h
    configure:9614: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    configure:9621: $? = 0
    configure:9638: result: yes
    configure:9593: checking for stdint.h
    configure:9614: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    configure:9621: $? = 0
    configure:9638: result: yes
    configure:9593: checking for unistd.h
    configure:9614: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    configure:9621: $? = 0
    configure:9638: result: yes
    configure:9697: checking crypt.h usability
    configure:9714: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c:64:19: fatal error: crypt.h: No such file or directory
    compilation terminated.
    configure:9721: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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
    | /* end confdefs.h.  */
    | #include <stdio.h>
    | #ifdef HAVE_SYS_TYPES_H
    | # include <sys/types.h>
    | #endif
    | #ifdef HAVE_SYS_STAT_H
    | # include <sys/stat.h>
    | #endif
    | #ifdef STDC_HEADERS
    | # include <stdlib.h>
    | # include <stddef.h>
    | #else
    | # ifdef HAVE_STDLIB_H
    | #  include <stdlib.h>
    | # endif
    | #endif
    | #ifdef HAVE_STRING_H
    | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
    | #  include <memory.h>
    | # endif
    | # include <string.h>
    | #endif
    | #ifdef HAVE_STRINGS_H
    | # include <strings.h>
    | #endif
    | #ifdef HAVE_INTTYPES_H
    | # include <inttypes.h>
    | #endif
    | #ifdef HAVE_STDINT_H
    | # include <stdint.h>
    | #endif
    | #ifdef HAVE_UNISTD_H
    | # include <unistd.h>
    | #endif
    | #include <crypt.h>
    configure:9735: result: no
    configure:9739: checking crypt.h presence
    configure:9754: x86_64-w64-mingw32-gcc -E  -I./src/include/port/win32
    -DEXEC_BACKEND  conftest.c
    conftest.c:31:19: fatal error: crypt.h: No such file or directory
    compilation terminated.
    configure:9761: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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
    | /* end confdefs.h.  */
    | #include <crypt.h>
    configure:9775: result: no
    configure:9808: checking for crypt.h
    configure:9817: result: no
    configure:9697: checking dld.h usability
    configure:9714: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c:64:17: fatal error: dld.h: No such file or directory
    compilation terminated.
    configure:9721: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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
    | /* end confdefs.h.  */
    | #include <stdio.h>
    | #ifdef HAVE_SYS_TYPES_H
    | # include <sys/types.h>
    | #endif
    | #ifdef HAVE_SYS_STAT_H
    | # include <sys/stat.h>
    | #endif
    | #ifdef STDC_HEADERS
    | # include <stdlib.h>
    | # include <stddef.h>
    | #else
    | # ifdef HAVE_STDLIB_H
    | #  include <stdlib.h>
    | # endif
    | #endif
    | #ifdef HAVE_STRING_H
    | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
    | #  include <memory.h>
    | # endif
    | # include <string.h>
    | #endif
    | #ifdef HAVE_STRINGS_H
    | # include <strings.h>
    | #endif
    | #ifdef HAVE_INTTYPES_H
    | # include <inttypes.h>
    | #endif
    | #ifdef HAVE_STDINT_H
    | # include <stdint.h>
    | #endif
    | #ifdef HAVE_UNISTD_H
    | # include <unistd.h>
    | #endif
    | #include <dld.h>
    configure:9735: result: no
    configure:9739: checking dld.h presence
    configure:9754: x86_64-w64-mingw32-gcc -E  -I./src/include/port/win32
    -DEXEC_BACKEND  conftest.c
    conftest.c:31:17: fatal error: dld.h: No such file or directory
    compilation terminated.
    configure:9761: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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
    | /* end confdefs.h.  */
    | #include <dld.h>
    configure:9775: result: no
    configure:9808: checking for dld.h
    configure:9817: result: no
    configure:9697: checking fp_class.h usability
    configure:9714: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c:64:22: fatal error: fp_class.h: No such file or directory
    compilation terminated.
    configure:9721: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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
    | /* end confdefs.h.  */
    | #include <stdio.h>
    | #ifdef HAVE_SYS_TYPES_H
    | # include <sys/types.h>
    | #endif
    | #ifdef HAVE_SYS_STAT_H
    | # include <sys/stat.h>
    | #endif
    | #ifdef STDC_HEADERS
    | # include <stdlib.h>
    | # include <stddef.h>
    | #else
    | # ifdef HAVE_STDLIB_H
    | #  include <stdlib.h>
    | # endif
    | #endif
    | #ifdef HAVE_STRING_H
    | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
    | #  include <memory.h>
    | # endif
    | # include <string.h>
    | #endif
    | #ifdef HAVE_STRINGS_H
    | # include <strings.h>
    | #endif
    | #ifdef HAVE_INTTYPES_H
    | # include <inttypes.h>
    | #endif
    | #ifdef HAVE_STDINT_H
    | # include <stdint.h>
    | #endif
    | #ifdef HAVE_UNISTD_H
    | # include <unistd.h>
    | #endif
    | #include <fp_class.h>
    configure:9735: result: no
    configure:9739: checking fp_class.h presence
    configure:9754: x86_64-w64-mingw32-gcc -E  -I./src/include/port/win32
    -DEXEC_BACKEND  conftest.c
    conftest.c:31:22: fatal error: fp_class.h: No such file or directory
    compilation terminated.
    configure:9761: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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
    | /* end confdefs.h.  */
    | #include <fp_class.h>
    configure:9775: result: no
    configure:9808: checking for fp_class.h
    configure:9817: result: no
    configure:9697: checking getopt.h usability
    configure:9714: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    configure:9721: $? = 0
    configure:9735: result: yes
    configure:9739: checking getopt.h presence
    configure:9754: x86_64-w64-mingw32-gcc -E  -I./src/include/port/win32
    -DEXEC_BACKEND  conftest.c
    configure:9761: $? = 0
    configure:9775: result: yes
    configure:9808: checking for getopt.h
    configure:9817: result: yes
    configure:9697: checking ieeefp.h usability
    configure:9714: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    In file included from conftest.c:65:0:
    d:/amber/devtool/mingw64-1.0-20100913/lib/gcc/../../x86_64-w64-mingw32/include/ieeefp.h:6:22:
    fatal error: ansidecl.h: No such file or directory
    compilation terminated.
    configure:9721: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | /* end confdefs.h.  */
    | #include <stdio.h>
    | #ifdef HAVE_SYS_TYPES_H
    | # include <sys/types.h>
    | #endif
    | #ifdef HAVE_SYS_STAT_H
    | # include <sys/stat.h>
    | #endif
    | #ifdef STDC_HEADERS
    | # include <stdlib.h>
    | # include <stddef.h>
    | #else
    | # ifdef HAVE_STDLIB_H
    | #  include <stdlib.h>
    | # endif
    | #endif
    | #ifdef HAVE_STRING_H
    | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
    | #  include <memory.h>
    | # endif
    | # include <string.h>
    | #endif
    | #ifdef HAVE_STRINGS_H
    | # include <strings.h>
    | #endif
    | #ifdef HAVE_INTTYPES_H
    | # include <inttypes.h>
    | #endif
    | #ifdef HAVE_STDINT_H
    | # include <stdint.h>
    | #endif
    | #ifdef HAVE_UNISTD_H
    | # include <unistd.h>
    | #endif
    | #include <ieeefp.h>
    configure:9735: result: no
    configure:9739: checking ieeefp.h presence
    configure:9754: x86_64-w64-mingw32-gcc -E  -I./src/include/port/win32
    -DEXEC_BACKEND  conftest.c
    In file included from conftest.c:32:0:
    d:/amber/devtool/mingw64-1.0-20100913/lib/gcc/../../x86_64-w64-mingw32/include/ieeefp.h:6:22:
    fatal error: ansidecl.h: No such file or directory
    compilation terminated.
    configure:9761: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | /* end confdefs.h.  */
    | #include <ieeefp.h>
    configure:9775: result: no
    configure:9808: checking for ieeefp.h
    configure:9817: result: no
    configure:9697: checking ifaddrs.h usability
    configure:9714: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c:65:21: fatal error: ifaddrs.h: No such file or directory
    compilation terminated.
    configure:9721: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | /* end confdefs.h.  */
    | #include <stdio.h>
    | #ifdef HAVE_SYS_TYPES_H
    | # include <sys/types.h>
    | #endif
    | #ifdef HAVE_SYS_STAT_H
    | # include <sys/stat.h>
    | #endif
    | #ifdef STDC_HEADERS
    | # include <stdlib.h>
    | # include <stddef.h>
    | #else
    | # ifdef HAVE_STDLIB_H
    | #  include <stdlib.h>
    | # endif
    | #endif
    | #ifdef HAVE_STRING_H
    | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
    | #  include <memory.h>
    | # endif
    | # include <string.h>
    | #endif
    | #ifdef HAVE_STRINGS_H
    | # include <strings.h>
    | #endif
    | #ifdef HAVE_INTTYPES_H
    | # include <inttypes.h>
    | #endif
    | #ifdef HAVE_STDINT_H
    | # include <stdint.h>
    | #endif
    | #ifdef HAVE_UNISTD_H
    | # include <unistd.h>
    | #endif
    | #include <ifaddrs.h>
    configure:9735: result: no
    configure:9739: checking ifaddrs.h presence
    configure:9754: x86_64-w64-mingw32-gcc -E  -I./src/include/port/win32
    -DEXEC_BACKEND  conftest.c
    conftest.c:32:21: fatal error: ifaddrs.h: No such file or directory
    compilation terminated.
    configure:9761: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | /* end confdefs.h.  */
    | #include <ifaddrs.h>
    configure:9775: result: no
    configure:9808: checking for ifaddrs.h
    configure:9817: result: no
    configure:9697: checking langinfo.h usability
    configure:9714: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c:65:22: fatal error: langinfo.h: No such file or directory
    compilation terminated.
    configure:9721: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | /* end confdefs.h.  */
    | #include <stdio.h>
    | #ifdef HAVE_SYS_TYPES_H
    | # include <sys/types.h>
    | #endif
    | #ifdef HAVE_SYS_STAT_H
    | # include <sys/stat.h>
    | #endif
    | #ifdef STDC_HEADERS
    | # include <stdlib.h>
    | # include <stddef.h>
    | #else
    | # ifdef HAVE_STDLIB_H
    | #  include <stdlib.h>
    | # endif
    | #endif
    | #ifdef HAVE_STRING_H
    | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
    | #  include <memory.h>
    | # endif
    | # include <string.h>
    | #endif
    | #ifdef HAVE_STRINGS_H
    | # include <strings.h>
    | #endif
    | #ifdef HAVE_INTTYPES_H
    | # include <inttypes.h>
    | #endif
    | #ifdef HAVE_STDINT_H
    | # include <stdint.h>
    | #endif
    | #ifdef HAVE_UNISTD_H
    | # include <unistd.h>
    | #endif
    | #include <langinfo.h>
    configure:9735: result: no
    configure:9739: checking langinfo.h presence
    configure:9754: x86_64-w64-mingw32-gcc -E  -I./src/include/port/win32
    -DEXEC_BACKEND  conftest.c
    conftest.c:32:22: fatal error: langinfo.h: No such file or directory
    compilation terminated.
    configure:9761: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | /* end confdefs.h.  */
    | #include <langinfo.h>
    configure:9775: result: no
    configure:9808: checking for langinfo.h
    configure:9817: result: no
    configure:9697: checking poll.h usability
    configure:9714: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c:65:18: fatal error: poll.h: No such file or directory
    compilation terminated.
    configure:9721: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | /* end confdefs.h.  */
    | #include <stdio.h>
    | #ifdef HAVE_SYS_TYPES_H
    | # include <sys/types.h>
    | #endif
    | #ifdef HAVE_SYS_STAT_H
    | # include <sys/stat.h>
    | #endif
    | #ifdef STDC_HEADERS
    | # include <stdlib.h>
    | # include <stddef.h>
    | #else
    | # ifdef HAVE_STDLIB_H
    | #  include <stdlib.h>
    | # endif
    | #endif
    | #ifdef HAVE_STRING_H
    | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
    | #  include <memory.h>
    | # endif
    | # include <string.h>
    | #endif
    | #ifdef HAVE_STRINGS_H
    | # include <strings.h>
    | #endif
    | #ifdef HAVE_INTTYPES_H
    | # include <inttypes.h>
    | #endif
    | #ifdef HAVE_STDINT_H
    | # include <stdint.h>
    | #endif
    | #ifdef HAVE_UNISTD_H
    | # include <unistd.h>
    | #endif
    | #include <poll.h>
    configure:9735: result: no
    configure:9739: checking poll.h presence
    configure:9754: x86_64-w64-mingw32-gcc -E  -I./src/include/port/win32
    -DEXEC_BACKEND  conftest.c
    conftest.c:32:18: fatal error: poll.h: No such file or directory
    compilation terminated.
    configure:9761: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | /* end confdefs.h.  */
    | #include <poll.h>
    configure:9775: result: no
    configure:9808: checking for poll.h
    configure:9817: result: no
    configure:9697: checking pwd.h usability
    configure:9714: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    configure:9721: $? = 0
    configure:9735: result: yes
    configure:9739: checking pwd.h presence
    configure:9754: x86_64-w64-mingw32-gcc -E  -I./src/include/port/win32
    -DEXEC_BACKEND  conftest.c
    configure:9761: $? = 0
    configure:9775: result: yes
    configure:9808: checking for pwd.h
    configure:9817: result: yes
    configure:9697: checking sys/ioctl.h usability
    configure:9714: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c:66:23: fatal error: sys/ioctl.h: No such file or directory
    compilation terminated.
    configure:9721: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | /* end confdefs.h.  */
    | #include <stdio.h>
    | #ifdef HAVE_SYS_TYPES_H
    | # include <sys/types.h>
    | #endif
    | #ifdef HAVE_SYS_STAT_H
    | # include <sys/stat.h>
    | #endif
    | #ifdef STDC_HEADERS
    | # include <stdlib.h>
    | # include <stddef.h>
    | #else
    | # ifdef HAVE_STDLIB_H
    | #  include <stdlib.h>
    | # endif
    | #endif
    | #ifdef HAVE_STRING_H
    | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
    | #  include <memory.h>
    | # endif
    | # include <string.h>
    | #endif
    | #ifdef HAVE_STRINGS_H
    | # include <strings.h>
    | #endif
    | #ifdef HAVE_INTTYPES_H
    | # include <inttypes.h>
    | #endif
    | #ifdef HAVE_STDINT_H
    | # include <stdint.h>
    | #endif
    | #ifdef HAVE_UNISTD_H
    | # include <unistd.h>
    | #endif
    | #include <sys/ioctl.h>
    configure:9735: result: no
    configure:9739: checking sys/ioctl.h presence
    configure:9754: x86_64-w64-mingw32-gcc -E  -I./src/include/port/win32
    -DEXEC_BACKEND  conftest.c
    conftest.c:33:23: fatal error: sys/ioctl.h: No such file or directory
    compilation terminated.
    configure:9761: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | /* end confdefs.h.  */
    | #include <sys/ioctl.h>
    configure:9775: result: no
    configure:9808: checking for sys/ioctl.h
    configure:9817: result: no
    configure:9697: checking sys/ipc.h usability
    configure:9714: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c:66:21: fatal error: sys/ipc.h: No such file or directory
    compilation terminated.
    configure:9721: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | /* end confdefs.h.  */
    | #include <stdio.h>
    | #ifdef HAVE_SYS_TYPES_H
    | # include <sys/types.h>
    | #endif
    | #ifdef HAVE_SYS_STAT_H
    | # include <sys/stat.h>
    | #endif
    | #ifdef STDC_HEADERS
    | # include <stdlib.h>
    | # include <stddef.h>
    | #else
    | # ifdef HAVE_STDLIB_H
    | #  include <stdlib.h>
    | # endif
    | #endif
    | #ifdef HAVE_STRING_H
    | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
    | #  include <memory.h>
    | # endif
    | # include <string.h>
    | #endif
    | #ifdef HAVE_STRINGS_H
    | # include <strings.h>
    | #endif
    | #ifdef HAVE_INTTYPES_H
    | # include <inttypes.h>
    | #endif
    | #ifdef HAVE_STDINT_H
    | # include <stdint.h>
    | #endif
    | #ifdef HAVE_UNISTD_H
    | # include <unistd.h>
    | #endif
    | #include <sys/ipc.h>
    configure:9735: result: no
    configure:9739: checking sys/ipc.h presence
    configure:9754: x86_64-w64-mingw32-gcc -E  -I./src/include/port/win32
    -DEXEC_BACKEND  conftest.c
    conftest.c:33:21: fatal error: sys/ipc.h: No such file or directory
    compilation terminated.
    configure:9761: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | /* end confdefs.h.  */
    | #include <sys/ipc.h>
    configure:9775: result: no
    configure:9808: checking for sys/ipc.h
    configure:9817: result: no
    configure:9697: checking sys/poll.h usability
    configure:9714: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c:66:22: fatal error: sys/poll.h: No such file or directory
    compilation terminated.
    configure:9721: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | /* end confdefs.h.  */
    | #include <stdio.h>
    | #ifdef HAVE_SYS_TYPES_H
    | # include <sys/types.h>
    | #endif
    | #ifdef HAVE_SYS_STAT_H
    | # include <sys/stat.h>
    | #endif
    | #ifdef STDC_HEADERS
    | # include <stdlib.h>
    | # include <stddef.h>
    | #else
    | # ifdef HAVE_STDLIB_H
    | #  include <stdlib.h>
    | # endif
    | #endif
    | #ifdef HAVE_STRING_H
    | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
    | #  include <memory.h>
    | # endif
    | # include <string.h>
    | #endif
    | #ifdef HAVE_STRINGS_H
    | # include <strings.h>
    | #endif
    | #ifdef HAVE_INTTYPES_H
    | # include <inttypes.h>
    | #endif
    | #ifdef HAVE_STDINT_H
    | # include <stdint.h>
    | #endif
    | #ifdef HAVE_UNISTD_H
    | # include <unistd.h>
    | #endif
    | #include <sys/poll.h>
    configure:9735: result: no
    configure:9739: checking sys/poll.h presence
    configure:9754: x86_64-w64-mingw32-gcc -E  -I./src/include/port/win32
    -DEXEC_BACKEND  conftest.c
    conftest.c:33:22: fatal error: sys/poll.h: No such file or directory
    compilation terminated.
    configure:9761: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | /* end confdefs.h.  */
    | #include <sys/poll.h>
    configure:9775: result: no
    configure:9808: checking for sys/poll.h
    configure:9817: result: no
    configure:9697: checking sys/pstat.h usability
    configure:9714: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c:66:23: fatal error: sys/pstat.h: No such file or directory
    compilation terminated.
    configure:9721: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | /* end confdefs.h.  */
    | #include <stdio.h>
    | #ifdef HAVE_SYS_TYPES_H
    | # include <sys/types.h>
    | #endif
    | #ifdef HAVE_SYS_STAT_H
    | # include <sys/stat.h>
    | #endif
    | #ifdef STDC_HEADERS
    | # include <stdlib.h>
    | # include <stddef.h>
    | #else
    | # ifdef HAVE_STDLIB_H
    | #  include <stdlib.h>
    | # endif
    | #endif
    | #ifdef HAVE_STRING_H
    | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
    | #  include <memory.h>
    | # endif
    | # include <string.h>
    | #endif
    | #ifdef HAVE_STRINGS_H
    | # include <strings.h>
    | #endif
    | #ifdef HAVE_INTTYPES_H
    | # include <inttypes.h>
    | #endif
    | #ifdef HAVE_STDINT_H
    | # include <stdint.h>
    | #endif
    | #ifdef HAVE_UNISTD_H
    | # include <unistd.h>
    | #endif
    | #include <sys/pstat.h>
    configure:9735: result: no
    configure:9739: checking sys/pstat.h presence
    configure:9754: x86_64-w64-mingw32-gcc -E  -I./src/include/port/win32
    -DEXEC_BACKEND  conftest.c
    conftest.c:33:23: fatal error: sys/pstat.h: No such file or directory
    compilation terminated.
    configure:9761: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | /* end confdefs.h.  */
    | #include <sys/pstat.h>
    configure:9775: result: no
    configure:9808: checking for sys/pstat.h
    configure:9817: result: no
    configure:9697: checking sys/resource.h usability
    configure:9714: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c:66:26: fatal error: sys/resource.h: No such file or directory
    compilation terminated.
    configure:9721: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | /* end confdefs.h.  */
    | #include <stdio.h>
    | #ifdef HAVE_SYS_TYPES_H
    | # include <sys/types.h>
    | #endif
    | #ifdef HAVE_SYS_STAT_H
    | # include <sys/stat.h>
    | #endif
    | #ifdef STDC_HEADERS
    | # include <stdlib.h>
    | # include <stddef.h>
    | #else
    | # ifdef HAVE_STDLIB_H
    | #  include <stdlib.h>
    | # endif
    | #endif
    | #ifdef HAVE_STRING_H
    | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
    | #  include <memory.h>
    | # endif
    | # include <string.h>
    | #endif
    | #ifdef HAVE_STRINGS_H
    | # include <strings.h>
    | #endif
    | #ifdef HAVE_INTTYPES_H
    | # include <inttypes.h>
    | #endif
    | #ifdef HAVE_STDINT_H
    | # include <stdint.h>
    | #endif
    | #ifdef HAVE_UNISTD_H
    | # include <unistd.h>
    | #endif
    | #include <sys/resource.h>
    configure:9735: result: no
    configure:9739: checking sys/resource.h presence
    configure:9754: x86_64-w64-mingw32-gcc -E  -I./src/include/port/win32
    -DEXEC_BACKEND  conftest.c
    conftest.c:33:26: fatal error: sys/resource.h: No such file or directory
    compilation terminated.
    configure:9761: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | /* end confdefs.h.  */
    | #include <sys/resource.h>
    configure:9775: result: no
    configure:9808: checking for sys/resource.h
    configure:9817: result: no
    configure:9697: checking sys/select.h usability
    configure:9714: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c:66:24: fatal error: sys/select.h: No such file or directory
    compilation terminated.
    configure:9721: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | /* end confdefs.h.  */
    | #include <stdio.h>
    | #ifdef HAVE_SYS_TYPES_H
    | # include <sys/types.h>
    | #endif
    | #ifdef HAVE_SYS_STAT_H
    | # include <sys/stat.h>
    | #endif
    | #ifdef STDC_HEADERS
    | # include <stdlib.h>
    | # include <stddef.h>
    | #else
    | # ifdef HAVE_STDLIB_H
    | #  include <stdlib.h>
    | # endif
    | #endif
    | #ifdef HAVE_STRING_H
    | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
    | #  include <memory.h>
    | # endif
    | # include <string.h>
    | #endif
    | #ifdef HAVE_STRINGS_H
    | # include <strings.h>
    | #endif
    | #ifdef HAVE_INTTYPES_H
    | # include <inttypes.h>
    | #endif
    | #ifdef HAVE_STDINT_H
    | # include <stdint.h>
    | #endif
    | #ifdef HAVE_UNISTD_H
    | # include <unistd.h>
    | #endif
    | #include <sys/select.h>
    configure:9735: result: no
    configure:9739: checking sys/select.h presence
    configure:9754: x86_64-w64-mingw32-gcc -E  -I./src/include/port/win32
    -DEXEC_BACKEND  conftest.c
    conftest.c:33:24: fatal error: sys/select.h: No such file or directory
    compilation terminated.
    configure:9761: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | /* end confdefs.h.  */
    | #include <sys/select.h>
    configure:9775: result: no
    configure:9808: checking for sys/select.h
    configure:9817: result: no
    configure:9697: checking sys/sem.h usability
    configure:9714: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c:66:21: fatal error: sys/sem.h: No such file or directory
    compilation terminated.
    configure:9721: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | /* end confdefs.h.  */
    | #include <stdio.h>
    | #ifdef HAVE_SYS_TYPES_H
    | # include <sys/types.h>
    | #endif
    | #ifdef HAVE_SYS_STAT_H
    | # include <sys/stat.h>
    | #endif
    | #ifdef STDC_HEADERS
    | # include <stdlib.h>
    | # include <stddef.h>
    | #else
    | # ifdef HAVE_STDLIB_H
    | #  include <stdlib.h>
    | # endif
    | #endif
    | #ifdef HAVE_STRING_H
    | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
    | #  include <memory.h>
    | # endif
    | # include <string.h>
    | #endif
    | #ifdef HAVE_STRINGS_H
    | # include <strings.h>
    | #endif
    | #ifdef HAVE_INTTYPES_H
    | # include <inttypes.h>
    | #endif
    | #ifdef HAVE_STDINT_H
    | # include <stdint.h>
    | #endif
    | #ifdef HAVE_UNISTD_H
    | # include <unistd.h>
    | #endif
    | #include <sys/sem.h>
    configure:9735: result: no
    configure:9739: checking sys/sem.h presence
    configure:9754: x86_64-w64-mingw32-gcc -E  -I./src/include/port/win32
    -DEXEC_BACKEND  conftest.c
    conftest.c:33:21: fatal error: sys/sem.h: No such file or directory
    compilation terminated.
    configure:9761: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | /* end confdefs.h.  */
    | #include <sys/sem.h>
    configure:9775: result: no
    configure:9808: checking for sys/sem.h
    configure:9817: result: no
    configure:9697: checking sys/shm.h usability
    configure:9714: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c:66:21: fatal error: sys/shm.h: No such file or directory
    compilation terminated.
    configure:9721: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | /* end confdefs.h.  */
    | #include <stdio.h>
    | #ifdef HAVE_SYS_TYPES_H
    | # include <sys/types.h>
    | #endif
    | #ifdef HAVE_SYS_STAT_H
    | # include <sys/stat.h>
    | #endif
    | #ifdef STDC_HEADERS
    | # include <stdlib.h>
    | # include <stddef.h>
    | #else
    | # ifdef HAVE_STDLIB_H
    | #  include <stdlib.h>
    | # endif
    | #endif
    | #ifdef HAVE_STRING_H
    | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
    | #  include <memory.h>
    | # endif
    | # include <string.h>
    | #endif
    | #ifdef HAVE_STRINGS_H
    | # include <strings.h>
    | #endif
    | #ifdef HAVE_INTTYPES_H
    | # include <inttypes.h>
    | #endif
    | #ifdef HAVE_STDINT_H
    | # include <stdint.h>
    | #endif
    | #ifdef HAVE_UNISTD_H
    | # include <unistd.h>
    | #endif
    | #include <sys/shm.h>
    configure:9735: result: no
    configure:9739: checking sys/shm.h presence
    configure:9754: x86_64-w64-mingw32-gcc -E  -I./src/include/port/win32
    -DEXEC_BACKEND  conftest.c
    conftest.c:33:21: fatal error: sys/shm.h: No such file or directory
    compilation terminated.
    configure:9761: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | /* end confdefs.h.  */
    | #include <sys/shm.h>
    configure:9775: result: no
    configure:9808: checking for sys/shm.h
    configure:9817: result: no
    configure:9697: checking sys/socket.h usability
    configure:9714: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    configure:9721: $? = 0
    configure:9735: result: yes
    configure:9739: checking sys/socket.h presence
    configure:9754: x86_64-w64-mingw32-gcc -E  -I./src/include/port/win32
    -DEXEC_BACKEND  conftest.c
    configure:9761: $? = 0
    configure:9775: result: yes
    configure:9808: checking for sys/socket.h
    configure:9817: result: yes
    configure:9697: checking sys/sockio.h usability
    configure:9714: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c:67:24: fatal error: sys/sockio.h: No such file or directory
    compilation terminated.
    configure:9721: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | #define HAVE_SYS_SOCKET_H 1
    | /* end confdefs.h.  */
    | #include <stdio.h>
    | #ifdef HAVE_SYS_TYPES_H
    | # include <sys/types.h>
    | #endif
    | #ifdef HAVE_SYS_STAT_H
    | # include <sys/stat.h>
    | #endif
    | #ifdef STDC_HEADERS
    | # include <stdlib.h>
    | # include <stddef.h>
    | #else
    | # ifdef HAVE_STDLIB_H
    | #  include <stdlib.h>
    | # endif
    | #endif
    | #ifdef HAVE_STRING_H
    | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
    | #  include <memory.h>
    | # endif
    | # include <string.h>
    | #endif
    | #ifdef HAVE_STRINGS_H
    | # include <strings.h>
    | #endif
    | #ifdef HAVE_INTTYPES_H
    | # include <inttypes.h>
    | #endif
    | #ifdef HAVE_STDINT_H
    | # include <stdint.h>
    | #endif
    | #ifdef HAVE_UNISTD_H
    | # include <unistd.h>
    | #endif
    | #include <sys/sockio.h>
    configure:9735: result: no
    configure:9739: checking sys/sockio.h presence
    configure:9754: x86_64-w64-mingw32-gcc -E  -I./src/include/port/win32
    -DEXEC_BACKEND  conftest.c
    conftest.c:34:24: fatal error: sys/sockio.h: No such file or directory
    compilation terminated.
    configure:9761: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | #define HAVE_SYS_SOCKET_H 1
    | /* end confdefs.h.  */
    | #include <sys/sockio.h>
    configure:9775: result: no
    configure:9808: checking for sys/sockio.h
    configure:9817: result: no
    configure:9697: checking sys/tas.h usability
    configure:9714: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c:67:21: fatal error: sys/tas.h: No such file or directory
    compilation terminated.
    configure:9721: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | #define HAVE_SYS_SOCKET_H 1
    | /* end confdefs.h.  */
    | #include <stdio.h>
    | #ifdef HAVE_SYS_TYPES_H
    | # include <sys/types.h>
    | #endif
    | #ifdef HAVE_SYS_STAT_H
    | # include <sys/stat.h>
    | #endif
    | #ifdef STDC_HEADERS
    | # include <stdlib.h>
    | # include <stddef.h>
    | #else
    | # ifdef HAVE_STDLIB_H
    | #  include <stdlib.h>
    | # endif
    | #endif
    | #ifdef HAVE_STRING_H
    | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
    | #  include <memory.h>
    | # endif
    | # include <string.h>
    | #endif
    | #ifdef HAVE_STRINGS_H
    | # include <strings.h>
    | #endif
    | #ifdef HAVE_INTTYPES_H
    | # include <inttypes.h>
    | #endif
    | #ifdef HAVE_STDINT_H
    | # include <stdint.h>
    | #endif
    | #ifdef HAVE_UNISTD_H
    | # include <unistd.h>
    | #endif
    | #include <sys/tas.h>
    configure:9735: result: no
    configure:9739: checking sys/tas.h presence
    configure:9754: x86_64-w64-mingw32-gcc -E  -I./src/include/port/win32
    -DEXEC_BACKEND  conftest.c
    conftest.c:34:21: fatal error: sys/tas.h: No such file or directory
    compilation terminated.
    configure:9761: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | #define HAVE_SYS_SOCKET_H 1
    | /* end confdefs.h.  */
    | #include <sys/tas.h>
    configure:9775: result: no
    configure:9808: checking for sys/tas.h
    configure:9817: result: no
    configure:9697: checking sys/time.h usability
    configure:9714: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    configure:9721: $? = 0
    configure:9735: result: yes
    configure:9739: checking sys/time.h presence
    configure:9754: x86_64-w64-mingw32-gcc -E  -I./src/include/port/win32
    -DEXEC_BACKEND  conftest.c
    configure:9761: $? = 0
    configure:9775: result: yes
    configure:9808: checking for sys/time.h
    configure:9817: result: yes
    configure:9697: checking sys/un.h usability
    configure:9714: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c:68:20: fatal error: sys/un.h: No such file or directory
    compilation terminated.
    configure:9721: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | #define HAVE_SYS_SOCKET_H 1
    | #define HAVE_SYS_TIME_H 1
    | /* end confdefs.h.  */
    | #include <stdio.h>
    | #ifdef HAVE_SYS_TYPES_H
    | # include <sys/types.h>
    | #endif
    | #ifdef HAVE_SYS_STAT_H
    | # include <sys/stat.h>
    | #endif
    | #ifdef STDC_HEADERS
    | # include <stdlib.h>
    | # include <stddef.h>
    | #else
    | # ifdef HAVE_STDLIB_H
    | #  include <stdlib.h>
    | # endif
    | #endif
    | #ifdef HAVE_STRING_H
    | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
    | #  include <memory.h>
    | # endif
    | # include <string.h>
    | #endif
    | #ifdef HAVE_STRINGS_H
    | # include <strings.h>
    | #endif
    | #ifdef HAVE_INTTYPES_H
    | # include <inttypes.h>
    | #endif
    | #ifdef HAVE_STDINT_H
    | # include <stdint.h>
    | #endif
    | #ifdef HAVE_UNISTD_H
    | # include <unistd.h>
    | #endif
    | #include <sys/un.h>
    configure:9735: result: no
    configure:9739: checking sys/un.h presence
    configure:9754: x86_64-w64-mingw32-gcc -E  -I./src/include/port/win32
    -DEXEC_BACKEND  conftest.c
    conftest.c:35:20: fatal error: sys/un.h: No such file or directory
    compilation terminated.
    configure:9761: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | #define HAVE_SYS_SOCKET_H 1
    | #define HAVE_SYS_TIME_H 1
    | /* end confdefs.h.  */
    | #include <sys/un.h>
    configure:9775: result: no
    configure:9808: checking for sys/un.h
    configure:9817: result: no
    configure:9697: checking termios.h usability
    configure:9714: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c:68:21: fatal error: termios.h: No such file or directory
    compilation terminated.
    configure:9721: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | #define HAVE_SYS_SOCKET_H 1
    | #define HAVE_SYS_TIME_H 1
    | /* end confdefs.h.  */
    | #include <stdio.h>
    | #ifdef HAVE_SYS_TYPES_H
    | # include <sys/types.h>
    | #endif
    | #ifdef HAVE_SYS_STAT_H
    | # include <sys/stat.h>
    | #endif
    | #ifdef STDC_HEADERS
    | # include <stdlib.h>
    | # include <stddef.h>
    | #else
    | # ifdef HAVE_STDLIB_H
    | #  include <stdlib.h>
    | # endif
    | #endif
    | #ifdef HAVE_STRING_H
    | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
    | #  include <memory.h>
    | # endif
    | # include <string.h>
    | #endif
    | #ifdef HAVE_STRINGS_H
    | # include <strings.h>
    | #endif
    | #ifdef HAVE_INTTYPES_H
    | # include <inttypes.h>
    | #endif
    | #ifdef HAVE_STDINT_H
    | # include <stdint.h>
    | #endif
    | #ifdef HAVE_UNISTD_H
    | # include <unistd.h>
    | #endif
    | #include <termios.h>
    configure:9735: result: no
    configure:9739: checking termios.h presence
    configure:9754: x86_64-w64-mingw32-gcc -E  -I./src/include/port/win32
    -DEXEC_BACKEND  conftest.c
    conftest.c:35:21: fatal error: termios.h: No such file or directory
    compilation terminated.
    configure:9761: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | #define HAVE_SYS_SOCKET_H 1
    | #define HAVE_SYS_TIME_H 1
    | /* end confdefs.h.  */
    | #include <termios.h>
    configure:9775: result: no
    configure:9808: checking for termios.h
    configure:9817: result: no
    configure:9697: checking ucred.h usability
    configure:9714: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c:68:19: fatal error: ucred.h: No such file or directory
    compilation terminated.
    configure:9721: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | #define HAVE_SYS_SOCKET_H 1
    | #define HAVE_SYS_TIME_H 1
    | /* end confdefs.h.  */
    | #include <stdio.h>
    | #ifdef HAVE_SYS_TYPES_H
    | # include <sys/types.h>
    | #endif
    | #ifdef HAVE_SYS_STAT_H
    | # include <sys/stat.h>
    | #endif
    | #ifdef STDC_HEADERS
    | # include <stdlib.h>
    | # include <stddef.h>
    | #else
    | # ifdef HAVE_STDLIB_H
    | #  include <stdlib.h>
    | # endif
    | #endif
    | #ifdef HAVE_STRING_H
    | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
    | #  include <memory.h>
    | # endif
    | # include <string.h>
    | #endif
    | #ifdef HAVE_STRINGS_H
    | # include <strings.h>
    | #endif
    | #ifdef HAVE_INTTYPES_H
    | # include <inttypes.h>
    | #endif
    | #ifdef HAVE_STDINT_H
    | # include <stdint.h>
    | #endif
    | #ifdef HAVE_UNISTD_H
    | # include <unistd.h>
    | #endif
    | #include <ucred.h>
    configure:9735: result: no
    configure:9739: checking ucred.h presence
    configure:9754: x86_64-w64-mingw32-gcc -E  -I./src/include/port/win32
    -DEXEC_BACKEND  conftest.c
    conftest.c:35:19: fatal error: ucred.h: No such file or directory
    compilation terminated.
    configure:9761: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | #define HAVE_SYS_SOCKET_H 1
    | #define HAVE_SYS_TIME_H 1
    | /* end confdefs.h.  */
    | #include <ucred.h>
    configure:9775: result: no
    configure:9808: checking for ucred.h
    configure:9817: result: no
    configure:9697: checking utime.h usability
    configure:9714: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    configure:9721: $? = 0
    configure:9735: result: yes
    configure:9739: checking utime.h presence
    configure:9754: x86_64-w64-mingw32-gcc -E  -I./src/include/port/win32
    -DEXEC_BACKEND  conftest.c
    configure:9761: $? = 0
    configure:9775: result: yes
    configure:9808: checking for utime.h
    configure:9817: result: yes
    configure:9697: checking wchar.h usability
    configure:9714: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    configure:9721: $? = 0
    configure:9735: result: yes
    configure:9739: checking wchar.h presence
    configure:9754: x86_64-w64-mingw32-gcc -E  -I./src/include/port/win32
    -DEXEC_BACKEND  conftest.c
    configure:9761: $? = 0
    configure:9775: result: yes
    configure:9808: checking for wchar.h
    configure:9817: result: yes
    configure:9697: checking wctype.h usability
    configure:9714: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    configure:9721: $? = 0
    configure:9735: result: yes
    configure:9739: checking wctype.h presence
    configure:9754: x86_64-w64-mingw32-gcc -E  -I./src/include/port/win32
    -DEXEC_BACKEND  conftest.c
    configure:9761: $? = 0
    configure:9775: result: yes
    configure:9808: checking for wctype.h
    configure:9817: result: yes
    configure:9697: checking kernel/OS.h usability
    configure:9714: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c:71:23: fatal error: kernel/OS.h: No such file or directory
    compilation terminated.
    configure:9721: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | #define HAVE_SYS_SOCKET_H 1
    | #define HAVE_SYS_TIME_H 1
    | #define HAVE_UTIME_H 1
    | #define HAVE_WCHAR_H 1
    | #define HAVE_WCTYPE_H 1
    | /* end confdefs.h.  */
    | #include <stdio.h>
    | #ifdef HAVE_SYS_TYPES_H
    | # include <sys/types.h>
    | #endif
    | #ifdef HAVE_SYS_STAT_H
    | # include <sys/stat.h>
    | #endif
    | #ifdef STDC_HEADERS
    | # include <stdlib.h>
    | # include <stddef.h>
    | #else
    | # ifdef HAVE_STDLIB_H
    | #  include <stdlib.h>
    | # endif
    | #endif
    | #ifdef HAVE_STRING_H
    | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
    | #  include <memory.h>
    | # endif
    | # include <string.h>
    | #endif
    | #ifdef HAVE_STRINGS_H
    | # include <strings.h>
    | #endif
    | #ifdef HAVE_INTTYPES_H
    | # include <inttypes.h>
    | #endif
    | #ifdef HAVE_STDINT_H
    | # include <stdint.h>
    | #endif
    | #ifdef HAVE_UNISTD_H
    | # include <unistd.h>
    | #endif
    | #include <kernel/OS.h>
    configure:9735: result: no
    configure:9739: checking kernel/OS.h presence
    configure:9754: x86_64-w64-mingw32-gcc -E  -I./src/include/port/win32
    -DEXEC_BACKEND  conftest.c
    conftest.c:38:23: fatal error: kernel/OS.h: No such file or directory
    compilation terminated.
    configure:9761: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | #define HAVE_SYS_SOCKET_H 1
    | #define HAVE_SYS_TIME_H 1
    | #define HAVE_UTIME_H 1
    | #define HAVE_WCHAR_H 1
    | #define HAVE_WCTYPE_H 1
    | /* end confdefs.h.  */
    | #include <kernel/OS.h>
    configure:9775: result: no
    configure:9808: checking for kernel/OS.h
    configure:9817: result: no
    configure:9697: checking kernel/image.h usability
    configure:9714: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c:71:26: fatal error: kernel/image.h: No such file or directory
    compilation terminated.
    configure:9721: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | #define HAVE_SYS_SOCKET_H 1
    | #define HAVE_SYS_TIME_H 1
    | #define HAVE_UTIME_H 1
    | #define HAVE_WCHAR_H 1
    | #define HAVE_WCTYPE_H 1
    | /* end confdefs.h.  */
    | #include <stdio.h>
    | #ifdef HAVE_SYS_TYPES_H
    | # include <sys/types.h>
    | #endif
    | #ifdef HAVE_SYS_STAT_H
    | # include <sys/stat.h>
    | #endif
    | #ifdef STDC_HEADERS
    | # include <stdlib.h>
    | # include <stddef.h>
    | #else
    | # ifdef HAVE_STDLIB_H
    | #  include <stdlib.h>
    | # endif
    | #endif
    | #ifdef HAVE_STRING_H
    | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
    | #  include <memory.h>
    | # endif
    | # include <string.h>
    | #endif
    | #ifdef HAVE_STRINGS_H
    | # include <strings.h>
    | #endif
    | #ifdef HAVE_INTTYPES_H
    | # include <inttypes.h>
    | #endif
    | #ifdef HAVE_STDINT_H
    | # include <stdint.h>
    | #endif
    | #ifdef HAVE_UNISTD_H
    | # include <unistd.h>
    | #endif
    | #include <kernel/image.h>
    configure:9735: result: no
    configure:9739: checking kernel/image.h presence
    configure:9754: x86_64-w64-mingw32-gcc -E  -I./src/include/port/win32
    -DEXEC_BACKEND  conftest.c
    conftest.c:38:26: fatal error: kernel/image.h: No such file or directory
    compilation terminated.
    configure:9761: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | #define HAVE_SYS_SOCKET_H 1
    | #define HAVE_SYS_TIME_H 1
    | #define HAVE_UTIME_H 1
    | #define HAVE_WCHAR_H 1
    | #define HAVE_WCTYPE_H 1
    | /* end confdefs.h.  */
    | #include <kernel/image.h>
    configure:9775: result: no
    configure:9808: checking for kernel/image.h
    configure:9817: result: no
    configure:9697: checking SupportDefs.h usability
    configure:9714: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c:71:25: fatal error: SupportDefs.h: No such file or directory
    compilation terminated.
    configure:9721: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | #define HAVE_SYS_SOCKET_H 1
    | #define HAVE_SYS_TIME_H 1
    | #define HAVE_UTIME_H 1
    | #define HAVE_WCHAR_H 1
    | #define HAVE_WCTYPE_H 1
    | /* end confdefs.h.  */
    | #include <stdio.h>
    | #ifdef HAVE_SYS_TYPES_H
    | # include <sys/types.h>
    | #endif
    | #ifdef HAVE_SYS_STAT_H
    | # include <sys/stat.h>
    | #endif
    | #ifdef STDC_HEADERS
    | # include <stdlib.h>
    | # include <stddef.h>
    | #else
    | # ifdef HAVE_STDLIB_H
    | #  include <stdlib.h>
    | # endif
    | #endif
    | #ifdef HAVE_STRING_H
    | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
    | #  include <memory.h>
    | # endif
    | # include <string.h>
    | #endif
    | #ifdef HAVE_STRINGS_H
    | # include <strings.h>
    | #endif
    | #ifdef HAVE_INTTYPES_H
    | # include <inttypes.h>
    | #endif
    | #ifdef HAVE_STDINT_H
    | # include <stdint.h>
    | #endif
    | #ifdef HAVE_UNISTD_H
    | # include <unistd.h>
    | #endif
    | #include <SupportDefs.h>
    configure:9735: result: no
    configure:9739: checking SupportDefs.h presence
    configure:9754: x86_64-w64-mingw32-gcc -E  -I./src/include/port/win32
    -DEXEC_BACKEND  conftest.c
    conftest.c:38:25: fatal error: SupportDefs.h: No such file or directory
    compilation terminated.
    configure:9761: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | #define HAVE_SYS_SOCKET_H 1
    | #define HAVE_SYS_TIME_H 1
    | #define HAVE_UTIME_H 1
    | #define HAVE_WCHAR_H 1
    | #define HAVE_WCTYPE_H 1
    | /* end confdefs.h.  */
    | #include <SupportDefs.h>
    configure:9775: result: no
    configure:9808: checking for SupportDefs.h
    configure:9817: result: no
    configure:9839: checking for net/if.h
    configure:9864: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c:76:20: fatal error: net/if.h: No such file or directory
    compilation terminated.
    configure:9871: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | #define HAVE_SYS_SOCKET_H 1
    | #define HAVE_SYS_TIME_H 1
    | #define HAVE_UTIME_H 1
    | #define HAVE_WCHAR_H 1
    | #define HAVE_WCTYPE_H 1
    | /* end confdefs.h.  */
    | #include <stdio.h>
    | #ifdef HAVE_SYS_TYPES_H
    | # include <sys/types.h>
    | #endif
    | #ifdef HAVE_SYS_STAT_H
    | # include <sys/stat.h>
    | #endif
    | #ifdef STDC_HEADERS
    | # include <stdlib.h>
    | # include <stddef.h>
    | #else
    | # ifdef HAVE_STDLIB_H
    | #  include <stdlib.h>
    | # endif
    | #endif
    | #ifdef HAVE_STRING_H
    | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
    | #  include <memory.h>
    | # endif
    | # include <string.h>
    | #endif
    | #ifdef HAVE_STRINGS_H
    | # include <strings.h>
    | #endif
    | #ifdef HAVE_INTTYPES_H
    | # include <inttypes.h>
    | #endif
    | #ifdef HAVE_STDINT_H
    | # include <stdint.h>
    | #endif
    | #ifdef HAVE_UNISTD_H
    | # include <unistd.h>
    | #endif
    | #ifdef HAVE_SYS_SOCKET_H
    | #include <sys/socket.h>
    | #endif
    |
    |
    | #include <net/if.h>
    configure:9888: result: no
    configure:9920: checking netinet/in.h usability
    configure:9937: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    configure:9944: $? = 0
    configure:9958: result: yes
    configure:9962: checking netinet/in.h presence
    configure:9977: x86_64-w64-mingw32-gcc -E  -I./src/include/port/win32
    -DEXEC_BACKEND  conftest.c
    configure:9984: $? = 0
    configure:9998: result: yes
    configure:10031: checking for netinet/in.h
    configure:10040: result: yes
    configure:10059: checking for netinet/tcp.h
    configure:10084: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c:77:25: fatal error: netinet/tcp.h: No such file or directory
    compilation terminated.
    configure:10091: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | #define HAVE_SYS_SOCKET_H 1
    | #define HAVE_SYS_TIME_H 1
    | #define HAVE_UTIME_H 1
    | #define HAVE_WCHAR_H 1
    | #define HAVE_WCTYPE_H 1
    | #define HAVE_NETINET_IN_H 1
    | /* end confdefs.h.  */
    | #include <stdio.h>
    | #ifdef HAVE_SYS_TYPES_H
    | # include <sys/types.h>
    | #endif
    | #ifdef HAVE_SYS_STAT_H
    | # include <sys/stat.h>
    | #endif
    | #ifdef STDC_HEADERS
    | # include <stdlib.h>
    | # include <stddef.h>
    | #else
    | # ifdef HAVE_STDLIB_H
    | #  include <stdlib.h>
    | # endif
    | #endif
    | #ifdef HAVE_STRING_H
    | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
    | #  include <memory.h>
    | # endif
    | # include <string.h>
    | #endif
    | #ifdef HAVE_STRINGS_H
    | # include <strings.h>
    | #endif
    | #ifdef HAVE_INTTYPES_H
    | # include <inttypes.h>
    | #endif
    | #ifdef HAVE_STDINT_H
    | # include <stdint.h>
    | #endif
    | #ifdef HAVE_UNISTD_H
    | # include <unistd.h>
    | #endif
    | #ifdef HAVE_NETINET_IN_H
    | #include <netinet/in.h>
    | #endif
    |
    |
    | #include <netinet/tcp.h>
    configure:10108: result: no
    configure:13960: checking whether byte ordering is bigendian
    configure:13985: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c:40:13: error: expected '=', ',', ';', 'asm' or
    '__attribute__' before 'a'
    configure:13992: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | #define HAVE_SYS_SOCKET_H 1
    | #define HAVE_SYS_TIME_H 1
    | #define HAVE_UTIME_H 1
    | #define HAVE_WCHAR_H 1
    | #define HAVE_WCTYPE_H 1
    | #define HAVE_NETINET_IN_H 1
    | /* end confdefs.h.  */
    | #ifndef __APPLE_CC__
    | 	       not a universal capable compiler
    | 	     #endif
    | 	     typedef int dummy;
    |
    configure:14042: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    configure:14049: $? = 0
    configure:14081: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c: In function 'main':
    conftest.c:46:4: error: 'not' undeclared (first use in this function)
    conftest.c:46:4: note: each undeclared identifier is reported only
    once for each function it appears in
    conftest.c:46:8: error: expected ';' before 'big'
    configure:14088: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | #define HAVE_SYS_SOCKET_H 1
    | #define HAVE_SYS_TIME_H 1
    | #define HAVE_UTIME_H 1
    | #define HAVE_WCHAR_H 1
    | #define HAVE_WCTYPE_H 1
    | #define HAVE_NETINET_IN_H 1
    | /* end confdefs.h.  */
    | #include <sys/types.h>
    | 		#include <sys/param.h>
    |
    | int
    | main ()
    | {
    | #if BYTE_ORDER != BIG_ENDIAN
    | 		 not big endian
    | 		#endif
    |
    |   ;
    |   return 0;
    | }
    configure:14340: result: no
    configure:14365: checking for an ANSI C-conforming const
    configure:14440: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c: In function 'main':
    conftest.c:68:10: warning: 't' is used uninitialized in this function
    conftest.c:84:23: warning: 'b' is used uninitialized in this function
    configure:14447: $? = 0
    configure:14462: result: yes
    configure:14472: checking for inline
    configure:14498: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c:42:14: warning: no previous prototype for 'foo'
    configure:14505: $? = 0
    configure:14523: result: inline
    configure:14542: checking for quiet inline (no complaint if unreferenced)
    configure:14572: x86_64-w64-mingw32-gcc -o conftest.exe -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND
    -Wl,--allow-multiple-definition  conftest.c -lwsock32 -lm  >&5
    configure:14579: $? = 0
    configure:14601: result: yes
    configure:14611: checking for preprocessor stringizing operator
    configure:14635: result: yes
    configure:14645: checking for signed types
    configure:14671: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c: In function 'main':
    conftest.c:45:43: warning: unused variable 'i'
    conftest.c:45:29: warning: unused variable 's'
    conftest.c:45:13: warning: unused variable 'c'
    configure:14678: $? = 0
    configure:14693: result: yes
    configure:14702: checking for working volatile
    configure:14731: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    configure:14738: $? = 0
    configure:14753: result: yes
    configure:14763: checking for __func__
    configure:14789: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    configure:14796: $? = 0
    configure:14811: result: yes
    configure:14878: checking whether struct tm is in sys/time.h or time.h
    configure:14908: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    configure:14915: $? = 0
    configure:14930: result: time.h
    configure:14940: checking for struct tm.tm_zone
    configure:14971: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c: In function 'main':
    conftest.c:50:12: error: 'struct tm' has no member named 'tm_zone'
    configure:14978: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | #define HAVE_SYS_SOCKET_H 1
    | #define HAVE_SYS_TIME_H 1
    | #define HAVE_UTIME_H 1
    | #define HAVE_WCHAR_H 1
    | #define HAVE_WCTYPE_H 1
    | #define HAVE_NETINET_IN_H 1
    | #define USE_INLINE 1
    | #define HAVE_STRINGIZE 1
    | #define HAVE_FUNCNAME__FUNC 1
    | /* end confdefs.h.  */
    | #include <sys/types.h>
    | #include <time.h>
    |
    |
    | int
    | main ()
    | {
    | static struct tm ac_aggr;
    | if (ac_aggr.tm_zone)
    | return 0;
    |   ;
    |   return 0;
    | }
    configure:15014: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c: In function 'main':
    conftest.c:50:19: error: 'struct tm' has no member named 'tm_zone'
    configure:15021: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | #define HAVE_SYS_SOCKET_H 1
    | #define HAVE_SYS_TIME_H 1
    | #define HAVE_UTIME_H 1
    | #define HAVE_WCHAR_H 1
    | #define HAVE_WCTYPE_H 1
    | #define HAVE_NETINET_IN_H 1
    | #define USE_INLINE 1
    | #define HAVE_STRINGIZE 1
    | #define HAVE_FUNCNAME__FUNC 1
    | /* end confdefs.h.  */
    | #include <sys/types.h>
    | #include <time.h>
    |
    |
    | int
    | main ()
    | {
    | static struct tm ac_aggr;
    | if (sizeof ac_aggr.tm_zone)
    | return 0;
    |   ;
    |   return 0;
    | }
    configure:15039: result: no
    configure:15057: checking for tzname
    configure:15087: x86_64-w64-mingw32-gcc -o conftest.exe -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND
    -Wl,--allow-multiple-definition  conftest.c -lwsock32 -lm  >&5
    conftest.c:44:14: warning: 'tzname' redeclared without dllimport
    attribute: previous dllimport ignored
    conftest.c: In function 'main':
    conftest.c:50:1: warning: implicit declaration of function 'atoi'
    configure:15094: $? = 0
    configure:15114: result: yes
    configure:15124: checking for union semun
    configure:15155: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c:44:21: fatal error: sys/ipc.h: No such file or directory
    compilation terminated.
    configure:15162: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | #define HAVE_SYS_SOCKET_H 1
    | #define HAVE_SYS_TIME_H 1
    | #define HAVE_UTIME_H 1
    | #define HAVE_WCHAR_H 1
    | #define HAVE_WCTYPE_H 1
    | #define HAVE_NETINET_IN_H 1
    | #define USE_INLINE 1
    | #define HAVE_STRINGIZE 1
    | #define HAVE_FUNCNAME__FUNC 1
    | #define HAVE_TZNAME 1
    | /* end confdefs.h.  */
    | #include <sys/types.h>
    | #include <sys/ipc.h>
    | #include <sys/sem.h>
    |
    | int
    | main ()
    | {
    | if (sizeof (union semun))
    |        return 0;
    |   ;
    |   return 0;
    | }
    configure:15222: result: no
    configure:15233: checking for struct sockaddr_un
    configure:15266: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c: In function 'main':
    conftest.c:52:13: error: invalid application of 'sizeof' to incomplete
    type 'struct sockaddr_un'
    configure:15273: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | #define HAVE_SYS_SOCKET_H 1
    | #define HAVE_SYS_TIME_H 1
    | #define HAVE_UTIME_H 1
    | #define HAVE_WCHAR_H 1
    | #define HAVE_WCTYPE_H 1
    | #define HAVE_NETINET_IN_H 1
    | #define USE_INLINE 1
    | #define HAVE_STRINGIZE 1
    | #define HAVE_FUNCNAME__FUNC 1
    | #define HAVE_TZNAME 1
    | /* end confdefs.h.  */
    | #include <sys/types.h>
    | #ifdef HAVE_SYS_UN_H
    | #include <sys/un.h>
    | #endif
    |
    |
    | int
    | main ()
    | {
    | if (sizeof (struct sockaddr_un))
    |        return 0;
    |   ;
    |   return 0;
    | }
    configure:15335: result: no
    configure:15350: checking for struct sockaddr_storage
    configure:15383: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    configure:15390: $? = 0
    configure:15422: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c: In function 'main':
    conftest.c:52:38: error: expected expression before ')' token
    configure:15429: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | #define HAVE_SYS_SOCKET_H 1
    | #define HAVE_SYS_TIME_H 1
    | #define HAVE_UTIME_H 1
    | #define HAVE_WCHAR_H 1
    | #define HAVE_WCTYPE_H 1
    | #define HAVE_NETINET_IN_H 1
    | #define USE_INLINE 1
    | #define HAVE_STRINGIZE 1
    | #define HAVE_FUNCNAME__FUNC 1
    | #define HAVE_TZNAME 1
    | /* end confdefs.h.  */
    | #include <sys/types.h>
    | #ifdef HAVE_SYS_SOCKET_H
    | #include <sys/socket.h>
    | #endif
    |
    |
    | int
    | main ()
    | {
    | if (sizeof ((struct sockaddr_storage)))
    | 	  return 0;
    |   ;
    |   return 0;
    | }
    configure:15452: result: yes
    configure:15463: checking for struct sockaddr_storage.ss_family
    configure:15496: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    configure:15503: $? = 0
    configure:15566: result: yes
    configure:15576: checking for struct sockaddr_storage.__ss_family
    configure:15609: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c: In function 'main':
    conftest.c:55:12: error: 'struct sockaddr_storage' has no member named
    '__ss_family'
    configure:15616: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | #define HAVE_SYS_SOCKET_H 1
    | #define HAVE_SYS_TIME_H 1
    | #define HAVE_UTIME_H 1
    | #define HAVE_WCHAR_H 1
    | #define HAVE_WCTYPE_H 1
    | #define HAVE_NETINET_IN_H 1
    | #define USE_INLINE 1
    | #define HAVE_STRINGIZE 1
    | #define HAVE_FUNCNAME__FUNC 1
    | #define HAVE_TZNAME 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
    | /* end confdefs.h.  */
    | #include <sys/types.h>
    | #ifdef HAVE_SYS_SOCKET_H
    | #include <sys/socket.h>
    | #endif
    |
    |
    | int
    | main ()
    | {
    | static struct sockaddr_storage ac_aggr;
    | if (ac_aggr.__ss_family)
    | return 0;
    |   ;
    |   return 0;
    | }
    configure:15654: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c: In function 'main':
    conftest.c:55:19: error: 'struct sockaddr_storage' has no member named
    '__ss_family'
    configure:15661: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | #define HAVE_SYS_SOCKET_H 1
    | #define HAVE_SYS_TIME_H 1
    | #define HAVE_UTIME_H 1
    | #define HAVE_WCHAR_H 1
    | #define HAVE_WCTYPE_H 1
    | #define HAVE_NETINET_IN_H 1
    | #define USE_INLINE 1
    | #define HAVE_STRINGIZE 1
    | #define HAVE_FUNCNAME__FUNC 1
    | #define HAVE_TZNAME 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
    | /* end confdefs.h.  */
    | #include <sys/types.h>
    | #ifdef HAVE_SYS_SOCKET_H
    | #include <sys/socket.h>
    | #endif
    |
    |
    | int
    | main ()
    | {
    | static struct sockaddr_storage ac_aggr;
    | if (sizeof ac_aggr.__ss_family)
    | return 0;
    |   ;
    |   return 0;
    | }
    configure:15679: result: no
    configure:15689: checking for struct sockaddr_storage.ss_len
    configure:15722: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c: In function 'main':
    conftest.c:55:12: error: 'struct sockaddr_storage' has no member named 'ss_len'
    configure:15729: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | #define HAVE_SYS_SOCKET_H 1
    | #define HAVE_SYS_TIME_H 1
    | #define HAVE_UTIME_H 1
    | #define HAVE_WCHAR_H 1
    | #define HAVE_WCTYPE_H 1
    | #define HAVE_NETINET_IN_H 1
    | #define USE_INLINE 1
    | #define HAVE_STRINGIZE 1
    | #define HAVE_FUNCNAME__FUNC 1
    | #define HAVE_TZNAME 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
    | /* end confdefs.h.  */
    | #include <sys/types.h>
    | #ifdef HAVE_SYS_SOCKET_H
    | #include <sys/socket.h>
    | #endif
    |
    |
    | int
    | main ()
    | {
    | static struct sockaddr_storage ac_aggr;
    | if (ac_aggr.ss_len)
    | return 0;
    |   ;
    |   return 0;
    | }
    configure:15767: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c: In function 'main':
    conftest.c:55:19: error: 'struct sockaddr_storage' has no member named 'ss_len'
    configure:15774: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | #define HAVE_SYS_SOCKET_H 1
    | #define HAVE_SYS_TIME_H 1
    | #define HAVE_UTIME_H 1
    | #define HAVE_WCHAR_H 1
    | #define HAVE_WCTYPE_H 1
    | #define HAVE_NETINET_IN_H 1
    | #define USE_INLINE 1
    | #define HAVE_STRINGIZE 1
    | #define HAVE_FUNCNAME__FUNC 1
    | #define HAVE_TZNAME 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
    | /* end confdefs.h.  */
    | #include <sys/types.h>
    | #ifdef HAVE_SYS_SOCKET_H
    | #include <sys/socket.h>
    | #endif
    |
    |
    | int
    | main ()
    | {
    | static struct sockaddr_storage ac_aggr;
    | if (sizeof ac_aggr.ss_len)
    | return 0;
    |   ;
    |   return 0;
    | }
    configure:15792: result: no
    configure:15802: checking for struct sockaddr_storage.__ss_len
    configure:15835: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c: In function 'main':
    conftest.c:55:12: error: 'struct sockaddr_storage' has no member named
    '__ss_len'
    configure:15842: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | #define HAVE_SYS_SOCKET_H 1
    | #define HAVE_SYS_TIME_H 1
    | #define HAVE_UTIME_H 1
    | #define HAVE_WCHAR_H 1
    | #define HAVE_WCTYPE_H 1
    | #define HAVE_NETINET_IN_H 1
    | #define USE_INLINE 1
    | #define HAVE_STRINGIZE 1
    | #define HAVE_FUNCNAME__FUNC 1
    | #define HAVE_TZNAME 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
    | /* end confdefs.h.  */
    | #include <sys/types.h>
    | #ifdef HAVE_SYS_SOCKET_H
    | #include <sys/socket.h>
    | #endif
    |
    |
    | int
    | main ()
    | {
    | static struct sockaddr_storage ac_aggr;
    | if (ac_aggr.__ss_len)
    | return 0;
    |   ;
    |   return 0;
    | }
    configure:15880: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c: In function 'main':
    conftest.c:55:19: error: 'struct sockaddr_storage' has no member named
    '__ss_len'
    configure:15887: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | #define HAVE_SYS_SOCKET_H 1
    | #define HAVE_SYS_TIME_H 1
    | #define HAVE_UTIME_H 1
    | #define HAVE_WCHAR_H 1
    | #define HAVE_WCTYPE_H 1
    | #define HAVE_NETINET_IN_H 1
    | #define USE_INLINE 1
    | #define HAVE_STRINGIZE 1
    | #define HAVE_FUNCNAME__FUNC 1
    | #define HAVE_TZNAME 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
    | /* end confdefs.h.  */
    | #include <sys/types.h>
    | #ifdef HAVE_SYS_SOCKET_H
    | #include <sys/socket.h>
    | #endif
    |
    |
    | int
    | main ()
    | {
    | static struct sockaddr_storage ac_aggr;
    | if (sizeof ac_aggr.__ss_len)
    | return 0;
    |   ;
    |   return 0;
    | }
    configure:15905: result: no
    configure:15915: checking for struct sockaddr.sa_len
    configure:15948: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c: In function 'main':
    conftest.c:55:12: error: 'struct sockaddr' has no member named 'sa_len'
    configure:15955: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | #define HAVE_SYS_SOCKET_H 1
    | #define HAVE_SYS_TIME_H 1
    | #define HAVE_UTIME_H 1
    | #define HAVE_WCHAR_H 1
    | #define HAVE_WCTYPE_H 1
    | #define HAVE_NETINET_IN_H 1
    | #define USE_INLINE 1
    | #define HAVE_STRINGIZE 1
    | #define HAVE_FUNCNAME__FUNC 1
    | #define HAVE_TZNAME 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
    | /* end confdefs.h.  */
    | #include <sys/types.h>
    | #ifdef HAVE_SYS_SOCKET_H
    | #include <sys/socket.h>
    | #endif
    |
    |
    | int
    | main ()
    | {
    | static struct sockaddr ac_aggr;
    | if (ac_aggr.sa_len)
    | return 0;
    |   ;
    |   return 0;
    | }
    configure:15993: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c: In function 'main':
    conftest.c:55:19: error: 'struct sockaddr' has no member named 'sa_len'
    configure:16000: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | #define HAVE_SYS_SOCKET_H 1
    | #define HAVE_SYS_TIME_H 1
    | #define HAVE_UTIME_H 1
    | #define HAVE_WCHAR_H 1
    | #define HAVE_WCTYPE_H 1
    | #define HAVE_NETINET_IN_H 1
    | #define USE_INLINE 1
    | #define HAVE_STRINGIZE 1
    | #define HAVE_FUNCNAME__FUNC 1
    | #define HAVE_TZNAME 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
    | /* end confdefs.h.  */
    | #include <sys/types.h>
    | #ifdef HAVE_SYS_SOCKET_H
    | #include <sys/socket.h>
    | #endif
    |
    |
    | int
    | main ()
    | {
    | static struct sockaddr ac_aggr;
    | if (sizeof ac_aggr.sa_len)
    | return 0;
    |   ;
    |   return 0;
    | }
    configure:16018: result: no
    configure:16029: checking for struct addrinfo
    configure:16061: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    configure:16068: $? = 0
    configure:16099: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c: In function 'main':
    conftest.c:53:30: error: expected expression before ')' token
    configure:16106: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | #define HAVE_SYS_SOCKET_H 1
    | #define HAVE_SYS_TIME_H 1
    | #define HAVE_UTIME_H 1
    | #define HAVE_WCHAR_H 1
    | #define HAVE_WCTYPE_H 1
    | #define HAVE_NETINET_IN_H 1
    | #define USE_INLINE 1
    | #define HAVE_STRINGIZE 1
    | #define HAVE_FUNCNAME__FUNC 1
    | #define HAVE_TZNAME 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
    | /* end confdefs.h.  */
    | #include <sys/types.h>
    | #include <sys/socket.h>
    | #include <netdb.h>
    |
    |
    | int
    | main ()
    | {
    | if (sizeof ((struct addrinfo)))
    | 	  return 0;
    |   ;
    |   return 0;
    | }
    configure:16129: result: yes
    configure:16141: checking for intptr_t
    configure:16169: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    configure:16176: $? = 0
    configure:16203: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c: In function 'main':
    conftest.c:82:23: error: expected expression before ')' token
    configure:16210: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | #define HAVE_SYS_SOCKET_H 1
    | #define HAVE_SYS_TIME_H 1
    | #define HAVE_UTIME_H 1
    | #define HAVE_WCHAR_H 1
    | #define HAVE_WCTYPE_H 1
    | #define HAVE_NETINET_IN_H 1
    | #define USE_INLINE 1
    | #define HAVE_STRINGIZE 1
    | #define HAVE_FUNCNAME__FUNC 1
    | #define HAVE_TZNAME 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
    | #define HAVE_STRUCT_ADDRINFO 1
    | /* end confdefs.h.  */
    | #include <stdio.h>
    | #ifdef HAVE_SYS_TYPES_H
    | # include <sys/types.h>
    | #endif
    | #ifdef HAVE_SYS_STAT_H
    | # include <sys/stat.h>
    | #endif
    | #ifdef STDC_HEADERS
    | # include <stdlib.h>
    | # include <stddef.h>
    | #else
    | # ifdef HAVE_STDLIB_H
    | #  include <stdlib.h>
    | # endif
    | #endif
    | #ifdef HAVE_STRING_H
    | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
    | #  include <memory.h>
    | # endif
    | # include <string.h>
    | #endif
    | #ifdef HAVE_STRINGS_H
    | # include <strings.h>
    | #endif
    | #ifdef HAVE_INTTYPES_H
    | # include <inttypes.h>
    | #endif
    | #ifdef HAVE_STDINT_H
    | # include <stdint.h>
    | #endif
    | #ifdef HAVE_UNISTD_H
    | # include <unistd.h>
    | #endif
    | int
    | main ()
    | {
    | if (sizeof ((intptr_t)))
    | 	  return 0;
    |   ;
    |   return 0;
    | }
    configure:16233: result: yes
    configure:16298: checking for uintptr_t
    configure:16326: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    configure:16333: $? = 0
    configure:16360: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c: In function 'main':
    conftest.c:83:24: error: expected expression before ')' token
    configure:16367: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | #define HAVE_SYS_SOCKET_H 1
    | #define HAVE_SYS_TIME_H 1
    | #define HAVE_UTIME_H 1
    | #define HAVE_WCHAR_H 1
    | #define HAVE_WCTYPE_H 1
    | #define HAVE_NETINET_IN_H 1
    | #define USE_INLINE 1
    | #define HAVE_STRINGIZE 1
    | #define HAVE_FUNCNAME__FUNC 1
    | #define HAVE_TZNAME 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
    | #define HAVE_STRUCT_ADDRINFO 1
    | #define HAVE_INTPTR_T 1
    | /* end confdefs.h.  */
    | #include <stdio.h>
    | #ifdef HAVE_SYS_TYPES_H
    | # include <sys/types.h>
    | #endif
    | #ifdef HAVE_SYS_STAT_H
    | # include <sys/stat.h>
    | #endif
    | #ifdef STDC_HEADERS
    | # include <stdlib.h>
    | # include <stddef.h>
    | #else
    | # ifdef HAVE_STDLIB_H
    | #  include <stdlib.h>
    | # endif
    | #endif
    | #ifdef HAVE_STRING_H
    | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
    | #  include <memory.h>
    | # endif
    | # include <string.h>
    | #endif
    | #ifdef HAVE_STRINGS_H
    | # include <strings.h>
    | #endif
    | #ifdef HAVE_INTTYPES_H
    | # include <inttypes.h>
    | #endif
    | #ifdef HAVE_STDINT_H
    | # include <stdint.h>
    | #endif
    | #ifdef HAVE_UNISTD_H
    | # include <unistd.h>
    | #endif
    | int
    | main ()
    | {
    | if (sizeof ((uintptr_t)))
    | 	  return 0;
    |   ;
    |   return 0;
    | }
    configure:16390: result: yes
    configure:16456: checking for long long int
    configure:16503: x86_64-w64-mingw32-gcc -o conftest.exe -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND
    -Wl,--allow-multiple-definition  conftest.c -lwsock32 -lm  >&5
    configure:16510: $? = 0
    configure:16598: result: yes
    configure:16609: checking for struct cmsgcred
    configure:16641: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c:52:23: fatal error: sys/ucred.h: No such file or directory
    compilation terminated.
    configure:16648: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | #define HAVE_SYS_SOCKET_H 1
    | #define HAVE_SYS_TIME_H 1
    | #define HAVE_UTIME_H 1
    | #define HAVE_WCHAR_H 1
    | #define HAVE_WCTYPE_H 1
    | #define HAVE_NETINET_IN_H 1
    | #define USE_INLINE 1
    | #define HAVE_STRINGIZE 1
    | #define HAVE_FUNCNAME__FUNC 1
    | #define HAVE_TZNAME 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
    | #define HAVE_STRUCT_ADDRINFO 1
    | #define HAVE_INTPTR_T 1
    | #define HAVE_UINTPTR_T 1
    | #define HAVE_LONG_LONG_INT 1
    | /* end confdefs.h.  */
    | #include <sys/param.h>
    | #include <sys/types.h>
    | #include <sys/socket.h>
    | #include <sys/ucred.h>
    |
    | int
    | main ()
    | {
    | if (sizeof (struct cmsgcred))
    |        return 0;
    |   ;
    |   return 0;
    | }
    configure:16709: result: no
    configure:16719: checking for struct fcred
    configure:16751: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c:52:23: fatal error: sys/ucred.h: No such file or directory
    compilation terminated.
    configure:16758: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | #define HAVE_SYS_SOCKET_H 1
    | #define HAVE_SYS_TIME_H 1
    | #define HAVE_UTIME_H 1
    | #define HAVE_WCHAR_H 1
    | #define HAVE_WCTYPE_H 1
    | #define HAVE_NETINET_IN_H 1
    | #define USE_INLINE 1
    | #define HAVE_STRINGIZE 1
    | #define HAVE_FUNCNAME__FUNC 1
    | #define HAVE_TZNAME 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
    | #define HAVE_STRUCT_ADDRINFO 1
    | #define HAVE_INTPTR_T 1
    | #define HAVE_UINTPTR_T 1
    | #define HAVE_LONG_LONG_INT 1
    | /* end confdefs.h.  */
    | #include <sys/param.h>
    | #include <sys/types.h>
    | #include <sys/socket.h>
    | #include <sys/ucred.h>
    |
    | int
    | main ()
    | {
    | if (sizeof (struct fcred))
    |        return 0;
    |   ;
    |   return 0;
    | }
    configure:16819: result: no
    configure:16829: checking for struct sockcred
    configure:16861: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c:52:23: fatal error: sys/ucred.h: No such file or directory
    compilation terminated.
    configure:16868: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | #define HAVE_SYS_SOCKET_H 1
    | #define HAVE_SYS_TIME_H 1
    | #define HAVE_UTIME_H 1
    | #define HAVE_WCHAR_H 1
    | #define HAVE_WCTYPE_H 1
    | #define HAVE_NETINET_IN_H 1
    | #define USE_INLINE 1
    | #define HAVE_STRINGIZE 1
    | #define HAVE_FUNCNAME__FUNC 1
    | #define HAVE_TZNAME 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
    | #define HAVE_STRUCT_ADDRINFO 1
    | #define HAVE_INTPTR_T 1
    | #define HAVE_UINTPTR_T 1
    | #define HAVE_LONG_LONG_INT 1
    | /* end confdefs.h.  */
    | #include <sys/param.h>
    | #include <sys/types.h>
    | #include <sys/socket.h>
    | #include <sys/ucred.h>
    |
    | int
    | main ()
    | {
    | if (sizeof (struct sockcred))
    |        return 0;
    |   ;
    |   return 0;
    | }
    configure:16929: result: no
    configure:16941: checking for struct option
    configure:16972: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    configure:16979: $? = 0
    configure:17009: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c: In function 'main':
    conftest.c:56:28: error: expected expression before ')' token
    configure:17016: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | #define HAVE_SYS_SOCKET_H 1
    | #define HAVE_SYS_TIME_H 1
    | #define HAVE_UTIME_H 1
    | #define HAVE_WCHAR_H 1
    | #define HAVE_WCTYPE_H 1
    | #define HAVE_NETINET_IN_H 1
    | #define USE_INLINE 1
    | #define HAVE_STRINGIZE 1
    | #define HAVE_FUNCNAME__FUNC 1
    | #define HAVE_TZNAME 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
    | #define HAVE_STRUCT_ADDRINFO 1
    | #define HAVE_INTPTR_T 1
    | #define HAVE_UINTPTR_T 1
    | #define HAVE_LONG_LONG_INT 1
    | /* end confdefs.h.  */
    | #ifdef HAVE_GETOPT_H
    | #include <getopt.h>
    | #endif
    |
    | int
    | main ()
    | {
    | if (sizeof ((struct option)))
    | 	  return 0;
    |   ;
    |   return 0;
    | }
    configure:17039: result: yes
    configure:17671: checking for special C compiler options needed for large files
    configure:17766: result: no
    configure:17772: checking for _FILE_OFFSET_BITS value needed for large files
    configure:17807: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c:56:3: warning: left shift count >= width of type
    conftest.c:56:3: warning: left shift count >= width of type
    conftest.c:57:10: warning: left shift count >= width of type
    conftest.c:57:10: warning: left shift count >= width of type
    conftest.c:56:7: error: size of array 'off_t_is_large' is negative
    conftest.c:58:9: warning: variably modified 'off_t_is_large' at file scope
    configure:17814: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | #define HAVE_SYS_SOCKET_H 1
    | #define HAVE_SYS_TIME_H 1
    | #define HAVE_UTIME_H 1
    | #define HAVE_WCHAR_H 1
    | #define HAVE_WCTYPE_H 1
    | #define HAVE_NETINET_IN_H 1
    | #define USE_INLINE 1
    | #define HAVE_STRINGIZE 1
    | #define HAVE_FUNCNAME__FUNC 1
    | #define HAVE_TZNAME 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
    | #define HAVE_STRUCT_ADDRINFO 1
    | #define HAVE_INTPTR_T 1
    | #define HAVE_UINTPTR_T 1
    | #define HAVE_LONG_LONG_INT 1
    | #define HAVE_STRUCT_OPTION 1
    | /* end confdefs.h.  */
    | #include <sys/types.h>
    |  /* 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:17858: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c:57:3: warning: left shift count >= width of type
    conftest.c:57:3: warning: left shift count >= width of type
    conftest.c:58:10: warning: left shift count >= width of type
    conftest.c:58:10: warning: left shift count >= width of type
    conftest.c:57:7: error: size of array 'off_t_is_large' is negative
    conftest.c:59:9: warning: variably modified 'off_t_is_large' at file scope
    configure:17865: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | #define HAVE_SYS_SOCKET_H 1
    | #define HAVE_SYS_TIME_H 1
    | #define HAVE_UTIME_H 1
    | #define HAVE_WCHAR_H 1
    | #define HAVE_WCTYPE_H 1
    | #define HAVE_NETINET_IN_H 1
    | #define USE_INLINE 1
    | #define HAVE_STRINGIZE 1
    | #define HAVE_FUNCNAME__FUNC 1
    | #define HAVE_TZNAME 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
    | #define HAVE_STRUCT_ADDRINFO 1
    | #define HAVE_INTPTR_T 1
    | #define HAVE_UINTPTR_T 1
    | #define HAVE_LONG_LONG_INT 1
    | #define HAVE_STRUCT_OPTION 1
    | /* end confdefs.h.  */
    | #define _FILE_OFFSET_BITS 64
    | #include <sys/types.h>
    |  /* 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:17883: result: unknown
    configure:17895: checking for _LARGE_FILES value needed for large files
    configure:17930: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c:56:3: warning: left shift count >= width of type
    conftest.c:56:3: warning: left shift count >= width of type
    conftest.c:57:10: warning: left shift count >= width of type
    conftest.c:57:10: warning: left shift count >= width of type
    conftest.c:56:7: error: size of array 'off_t_is_large' is negative
    conftest.c:58:9: warning: variably modified 'off_t_is_large' at file scope
    configure:17937: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | #define HAVE_SYS_SOCKET_H 1
    | #define HAVE_SYS_TIME_H 1
    | #define HAVE_UTIME_H 1
    | #define HAVE_WCHAR_H 1
    | #define HAVE_WCTYPE_H 1
    | #define HAVE_NETINET_IN_H 1
    | #define USE_INLINE 1
    | #define HAVE_STRINGIZE 1
    | #define HAVE_FUNCNAME__FUNC 1
    | #define HAVE_TZNAME 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
    | #define HAVE_STRUCT_ADDRINFO 1
    | #define HAVE_INTPTR_T 1
    | #define HAVE_UINTPTR_T 1
    | #define HAVE_LONG_LONG_INT 1
    | #define HAVE_STRUCT_OPTION 1
    | /* end confdefs.h.  */
    | #include <sys/types.h>
    |  /* 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:17981: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c:57:3: warning: left shift count >= width of type
    conftest.c:57:3: warning: left shift count >= width of type
    conftest.c:58:10: warning: left shift count >= width of type
    conftest.c:58:10: warning: left shift count >= width of type
    conftest.c:57:7: error: size of array 'off_t_is_large' is negative
    conftest.c:59:9: warning: variably modified 'off_t_is_large' at file scope
    configure:17988: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | #define HAVE_SYS_SOCKET_H 1
    | #define HAVE_SYS_TIME_H 1
    | #define HAVE_UTIME_H 1
    | #define HAVE_WCHAR_H 1
    | #define HAVE_WCTYPE_H 1
    | #define HAVE_NETINET_IN_H 1
    | #define USE_INLINE 1
    | #define HAVE_STRINGIZE 1
    | #define HAVE_FUNCNAME__FUNC 1
    | #define HAVE_TZNAME 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
    | #define HAVE_STRUCT_ADDRINFO 1
    | #define HAVE_INTPTR_T 1
    | #define HAVE_UINTPTR_T 1
    | #define HAVE_LONG_LONG_INT 1
    | #define HAVE_STRUCT_OPTION 1
    | /* end confdefs.h.  */
    | #define _LARGE_FILES 1
    | #include <sys/types.h>
    |  /* 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:18006: result: unknown
    configure:18026: checking size of off_t
    configure:18056: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    configure:18063: $? = 0
    configure:18093: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c: In function 'main':
    conftest.c:86:12: error: size of array 'test_array' is negative
    configure:18100: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | #define HAVE_SYS_SOCKET_H 1
    | #define HAVE_SYS_TIME_H 1
    | #define HAVE_UTIME_H 1
    | #define HAVE_WCHAR_H 1
    | #define HAVE_WCTYPE_H 1
    | #define HAVE_NETINET_IN_H 1
    | #define USE_INLINE 1
    | #define HAVE_STRINGIZE 1
    | #define HAVE_FUNCNAME__FUNC 1
    | #define HAVE_TZNAME 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
    | #define HAVE_STRUCT_ADDRINFO 1
    | #define HAVE_INTPTR_T 1
    | #define HAVE_UINTPTR_T 1
    | #define HAVE_LONG_LONG_INT 1
    | #define HAVE_STRUCT_OPTION 1
    | /* end confdefs.h.  */
    | #include <stdio.h>
    | #ifdef HAVE_SYS_TYPES_H
    | # include <sys/types.h>
    | #endif
    | #ifdef HAVE_SYS_STAT_H
    | # include <sys/stat.h>
    | #endif
    | #ifdef STDC_HEADERS
    | # include <stdlib.h>
    | # include <stddef.h>
    | #else
    | # ifdef HAVE_STDLIB_H
    | #  include <stdlib.h>
    | # endif
    | #endif
    | #ifdef HAVE_STRING_H
    | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
    | #  include <memory.h>
    | # endif
    | # include <string.h>
    | #endif
    | #ifdef HAVE_STRINGS_H
    | # include <strings.h>
    | #endif
    | #ifdef HAVE_INTTYPES_H
    | # include <inttypes.h>
    | #endif
    | #ifdef HAVE_STDINT_H
    | # include <stdint.h>
    | #endif
    | #ifdef HAVE_UNISTD_H
    | # include <unistd.h>
    | #endif
    | int
    | main ()
    | {
    | static int test_array [1 - 2 * !(((long int) (sizeof (off_t))) <= 0)];
    | test_array [0] = 0
    |
    |   ;
    |   return 0;
    | }
    configure:18093: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c: In function 'main':
    conftest.c:86:12: error: size of array 'test_array' is negative
    configure:18100: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | #define HAVE_SYS_SOCKET_H 1
    | #define HAVE_SYS_TIME_H 1
    | #define HAVE_UTIME_H 1
    | #define HAVE_WCHAR_H 1
    | #define HAVE_WCTYPE_H 1
    | #define HAVE_NETINET_IN_H 1
    | #define USE_INLINE 1
    | #define HAVE_STRINGIZE 1
    | #define HAVE_FUNCNAME__FUNC 1
    | #define HAVE_TZNAME 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
    | #define HAVE_STRUCT_ADDRINFO 1
    | #define HAVE_INTPTR_T 1
    | #define HAVE_UINTPTR_T 1
    | #define HAVE_LONG_LONG_INT 1
    | #define HAVE_STRUCT_OPTION 1
    | /* end confdefs.h.  */
    | #include <stdio.h>
    | #ifdef HAVE_SYS_TYPES_H
    | # include <sys/types.h>
    | #endif
    | #ifdef HAVE_SYS_STAT_H
    | # include <sys/stat.h>
    | #endif
    | #ifdef STDC_HEADERS
    | # include <stdlib.h>
    | # include <stddef.h>
    | #else
    | # ifdef HAVE_STDLIB_H
    | #  include <stdlib.h>
    | # endif
    | #endif
    | #ifdef HAVE_STRING_H
    | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
    | #  include <memory.h>
    | # endif
    | # include <string.h>
    | #endif
    | #ifdef HAVE_STRINGS_H
    | # include <strings.h>
    | #endif
    | #ifdef HAVE_INTTYPES_H
    | # include <inttypes.h>
    | #endif
    | #ifdef HAVE_STDINT_H
    | # include <stdint.h>
    | #endif
    | #ifdef HAVE_UNISTD_H
    | # include <unistd.h>
    | #endif
    | int
    | main ()
    | {
    | static int test_array [1 - 2 * !(((long int) (sizeof (off_t))) <= 1)];
    | test_array [0] = 0
    |
    |   ;
    |   return 0;
    | }
    configure:18093: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c: In function 'main':
    conftest.c:86:12: error: size of array 'test_array' is negative
    configure:18100: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | #define HAVE_SYS_SOCKET_H 1
    | #define HAVE_SYS_TIME_H 1
    | #define HAVE_UTIME_H 1
    | #define HAVE_WCHAR_H 1
    | #define HAVE_WCTYPE_H 1
    | #define HAVE_NETINET_IN_H 1
    | #define USE_INLINE 1
    | #define HAVE_STRINGIZE 1
    | #define HAVE_FUNCNAME__FUNC 1
    | #define HAVE_TZNAME 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
    | #define HAVE_STRUCT_ADDRINFO 1
    | #define HAVE_INTPTR_T 1
    | #define HAVE_UINTPTR_T 1
    | #define HAVE_LONG_LONG_INT 1
    | #define HAVE_STRUCT_OPTION 1
    | /* end confdefs.h.  */
    | #include <stdio.h>
    | #ifdef HAVE_SYS_TYPES_H
    | # include <sys/types.h>
    | #endif
    | #ifdef HAVE_SYS_STAT_H
    | # include <sys/stat.h>
    | #endif
    | #ifdef STDC_HEADERS
    | # include <stdlib.h>
    | # include <stddef.h>
    | #else
    | # ifdef HAVE_STDLIB_H
    | #  include <stdlib.h>
    | # endif
    | #endif
    | #ifdef HAVE_STRING_H
    | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
    | #  include <memory.h>
    | # endif
    | # include <string.h>
    | #endif
    | #ifdef HAVE_STRINGS_H
    | # include <strings.h>
    | #endif
    | #ifdef HAVE_INTTYPES_H
    | # include <inttypes.h>
    | #endif
    | #ifdef HAVE_STDINT_H
    | # include <stdint.h>
    | #endif
    | #ifdef HAVE_UNISTD_H
    | # include <unistd.h>
    | #endif
    | int
    | main ()
    | {
    | static int test_array [1 - 2 * !(((long int) (sizeof (off_t))) <= 3)];
    | test_array [0] = 0
    |
    |   ;
    |   return 0;
    | }
    configure:18093: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    configure:18100: $? = 0
    configure:18248: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    configure:18255: $? = 0
    configure:18248: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    configure:18255: $? = 0
    configure:18371: result: 4
    configure:18394: checking for int timezone
    configure:18425: x86_64-w64-mingw32-gcc -o conftest.exe -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND
    -Wl,--allow-multiple-definition  conftest.c -lwsock32 -lm  >&5
    configure:18432: $? = 0
    configure:18452: result: yes
    configure:18461: checking types of arguments for accept()
    configure:18506: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c:58:12: error: conflicting types for 'accept'
    d:/amber/devtool/mingw64-1.0-20100913/lib/gcc/../../x86_64-w64-mingw32/include/winsock2.h:1035:37:
    note: previous declaration of 'accept' was here
    configure:18513: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | #define HAVE_SYS_SOCKET_H 1
    | #define HAVE_SYS_TIME_H 1
    | #define HAVE_UTIME_H 1
    | #define HAVE_WCHAR_H 1
    | #define HAVE_WCTYPE_H 1
    | #define HAVE_NETINET_IN_H 1
    | #define USE_INLINE 1
    | #define HAVE_STRINGIZE 1
    | #define HAVE_FUNCNAME__FUNC 1
    | #define HAVE_TZNAME 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
    | #define HAVE_STRUCT_ADDRINFO 1
    | #define HAVE_INTPTR_T 1
    | #define HAVE_UINTPTR_T 1
    | #define HAVE_LONG_LONG_INT 1
    | #define HAVE_STRUCT_OPTION 1
    | #define SIZEOF_OFF_T 4
    | #define HAVE_INT_TIMEZONE /**/
    | /* end confdefs.h.  */
    | #ifdef HAVE_SYS_TYPES_H
    | #include <sys/types.h>
    | #endif
    | #ifdef HAVE_SYS_SOCKET_H
    | #include <sys/socket.h>
    | #endif
    | extern int accept (int, struct sockaddr *, int *);
    | int
    | main ()
    | {
    |
    |   ;
    |   return 0;
    | }
    configure:18506: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c:58:12: error: conflicting types for 'accept'
    d:/amber/devtool/mingw64-1.0-20100913/lib/gcc/../../x86_64-w64-mingw32/include/winsock2.h:1035:37:
    note: previous declaration of 'accept' was here
    configure:18513: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | #define HAVE_SYS_SOCKET_H 1
    | #define HAVE_SYS_TIME_H 1
    | #define HAVE_UTIME_H 1
    | #define HAVE_WCHAR_H 1
    | #define HAVE_WCTYPE_H 1
    | #define HAVE_NETINET_IN_H 1
    | #define USE_INLINE 1
    | #define HAVE_STRINGIZE 1
    | #define HAVE_FUNCNAME__FUNC 1
    | #define HAVE_TZNAME 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
    | #define HAVE_STRUCT_ADDRINFO 1
    | #define HAVE_INTPTR_T 1
    | #define HAVE_UINTPTR_T 1
    | #define HAVE_LONG_LONG_INT 1
    | #define HAVE_STRUCT_OPTION 1
    | #define SIZEOF_OFF_T 4
    | #define HAVE_INT_TIMEZONE /**/
    | /* end confdefs.h.  */
    | #ifdef HAVE_SYS_TYPES_H
    | #include <sys/types.h>
    | #endif
    | #ifdef HAVE_SYS_SOCKET_H
    | #include <sys/socket.h>
    | #endif
    | extern int accept (int, struct sockaddr *, size_t *);
    | int
    | main ()
    | {
    |
    |   ;
    |   return 0;
    | }
    configure:18506: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c:58:12: error: conflicting types for 'accept'
    d:/amber/devtool/mingw64-1.0-20100913/lib/gcc/../../x86_64-w64-mingw32/include/winsock2.h:1035:37:
    note: previous declaration of 'accept' was here
    configure:18513: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | #define HAVE_SYS_SOCKET_H 1
    | #define HAVE_SYS_TIME_H 1
    | #define HAVE_UTIME_H 1
    | #define HAVE_WCHAR_H 1
    | #define HAVE_WCTYPE_H 1
    | #define HAVE_NETINET_IN_H 1
    | #define USE_INLINE 1
    | #define HAVE_STRINGIZE 1
    | #define HAVE_FUNCNAME__FUNC 1
    | #define HAVE_TZNAME 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
    | #define HAVE_STRUCT_ADDRINFO 1
    | #define HAVE_INTPTR_T 1
    | #define HAVE_UINTPTR_T 1
    | #define HAVE_LONG_LONG_INT 1
    | #define HAVE_STRUCT_OPTION 1
    | #define SIZEOF_OFF_T 4
    | #define HAVE_INT_TIMEZONE /**/
    | /* end confdefs.h.  */
    | #ifdef HAVE_SYS_TYPES_H
    | #include <sys/types.h>
    | #endif
    | #ifdef HAVE_SYS_SOCKET_H
    | #include <sys/socket.h>
    | #endif
    | extern int accept (int, struct sockaddr *, socklen_t *);
    | int
    | main ()
    | {
    |
    |   ;
    |   return 0;
    | }
    configure:18506: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c:58:12: error: conflicting types for 'accept'
    d:/amber/devtool/mingw64-1.0-20100913/lib/gcc/../../x86_64-w64-mingw32/include/winsock2.h:1035:37:
    note: previous declaration of 'accept' was here
    configure:18513: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | #define HAVE_SYS_SOCKET_H 1
    | #define HAVE_SYS_TIME_H 1
    | #define HAVE_UTIME_H 1
    | #define HAVE_WCHAR_H 1
    | #define HAVE_WCTYPE_H 1
    | #define HAVE_NETINET_IN_H 1
    | #define USE_INLINE 1
    | #define HAVE_STRINGIZE 1
    | #define HAVE_FUNCNAME__FUNC 1
    | #define HAVE_TZNAME 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
    | #define HAVE_STRUCT_ADDRINFO 1
    | #define HAVE_INTPTR_T 1
    | #define HAVE_UINTPTR_T 1
    | #define HAVE_LONG_LONG_INT 1
    | #define HAVE_STRUCT_OPTION 1
    | #define SIZEOF_OFF_T 4
    | #define HAVE_INT_TIMEZONE /**/
    | /* end confdefs.h.  */
    | #ifdef HAVE_SYS_TYPES_H
    | #include <sys/types.h>
    | #endif
    | #ifdef HAVE_SYS_SOCKET_H
    | #include <sys/socket.h>
    | #endif
    | extern int accept (int, struct sockaddr *, unsigned int *);
    | int
    | main ()
    | {
    |
    |   ;
    |   return 0;
    | }
    configure:18506: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c:58:12: error: conflicting types for 'accept'
    d:/amber/devtool/mingw64-1.0-20100913/lib/gcc/../../x86_64-w64-mingw32/include/winsock2.h:1035:37:
    note: previous declaration of 'accept' was here
    configure:18513: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | #define HAVE_SYS_SOCKET_H 1
    | #define HAVE_SYS_TIME_H 1
    | #define HAVE_UTIME_H 1
    | #define HAVE_WCHAR_H 1
    | #define HAVE_WCTYPE_H 1
    | #define HAVE_NETINET_IN_H 1
    | #define USE_INLINE 1
    | #define HAVE_STRINGIZE 1
    | #define HAVE_FUNCNAME__FUNC 1
    | #define HAVE_TZNAME 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
    | #define HAVE_STRUCT_ADDRINFO 1
    | #define HAVE_INTPTR_T 1
    | #define HAVE_UINTPTR_T 1
    | #define HAVE_LONG_LONG_INT 1
    | #define HAVE_STRUCT_OPTION 1
    | #define SIZEOF_OFF_T 4
    | #define HAVE_INT_TIMEZONE /**/
    | /* end confdefs.h.  */
    | #ifdef HAVE_SYS_TYPES_H
    | #include <sys/types.h>
    | #endif
    | #ifdef HAVE_SYS_SOCKET_H
    | #include <sys/socket.h>
    | #endif
    | extern int accept (int, struct sockaddr *, void *);
    | int
    | main ()
    | {
    |
    |   ;
    |   return 0;
    | }
    configure:18506: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c:58:12: error: conflicting types for 'accept'
    d:/amber/devtool/mingw64-1.0-20100913/lib/gcc/../../x86_64-w64-mingw32/include/winsock2.h:1035:37:
    note: previous declaration of 'accept' was here
    configure:18513: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | #define HAVE_SYS_SOCKET_H 1
    | #define HAVE_SYS_TIME_H 1
    | #define HAVE_UTIME_H 1
    | #define HAVE_WCHAR_H 1
    | #define HAVE_WCTYPE_H 1
    | #define HAVE_NETINET_IN_H 1
    | #define USE_INLINE 1
    | #define HAVE_STRINGIZE 1
    | #define HAVE_FUNCNAME__FUNC 1
    | #define HAVE_TZNAME 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
    | #define HAVE_STRUCT_ADDRINFO 1
    | #define HAVE_INTPTR_T 1
    | #define HAVE_UINTPTR_T 1
    | #define HAVE_LONG_LONG_INT 1
    | #define HAVE_STRUCT_OPTION 1
    | #define SIZEOF_OFF_T 4
    | #define HAVE_INT_TIMEZONE /**/
    | /* end confdefs.h.  */
    | #ifdef HAVE_SYS_TYPES_H
    | #include <sys/types.h>
    | #endif
    | #ifdef HAVE_SYS_SOCKET_H
    | #include <sys/socket.h>
    | #endif
    | extern int accept (int, const struct sockaddr *, int *);
    | int
    | main ()
    | {
    |
    |   ;
    |   return 0;
    | }
    configure:18506: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c:58:12: error: conflicting types for 'accept'
    d:/amber/devtool/mingw64-1.0-20100913/lib/gcc/../../x86_64-w64-mingw32/include/winsock2.h:1035:37:
    note: previous declaration of 'accept' was here
    configure:18513: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | #define HAVE_SYS_SOCKET_H 1
    | #define HAVE_SYS_TIME_H 1
    | #define HAVE_UTIME_H 1
    | #define HAVE_WCHAR_H 1
    | #define HAVE_WCTYPE_H 1
    | #define HAVE_NETINET_IN_H 1
    | #define USE_INLINE 1
    | #define HAVE_STRINGIZE 1
    | #define HAVE_FUNCNAME__FUNC 1
    | #define HAVE_TZNAME 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
    | #define HAVE_STRUCT_ADDRINFO 1
    | #define HAVE_INTPTR_T 1
    | #define HAVE_UINTPTR_T 1
    | #define HAVE_LONG_LONG_INT 1
    | #define HAVE_STRUCT_OPTION 1
    | #define SIZEOF_OFF_T 4
    | #define HAVE_INT_TIMEZONE /**/
    | /* end confdefs.h.  */
    | #ifdef HAVE_SYS_TYPES_H
    | #include <sys/types.h>
    | #endif
    | #ifdef HAVE_SYS_SOCKET_H
    | #include <sys/socket.h>
    | #endif
    | extern int accept (int, const struct sockaddr *, size_t *);
    | int
    | main ()
    | {
    |
    |   ;
    |   return 0;
    | }
    configure:18506: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c:58:12: error: conflicting types for 'accept'
    d:/amber/devtool/mingw64-1.0-20100913/lib/gcc/../../x86_64-w64-mingw32/include/winsock2.h:1035:37:
    note: previous declaration of 'accept' was here
    configure:18513: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | #define HAVE_SYS_SOCKET_H 1
    | #define HAVE_SYS_TIME_H 1
    | #define HAVE_UTIME_H 1
    | #define HAVE_WCHAR_H 1
    | #define HAVE_WCTYPE_H 1
    | #define HAVE_NETINET_IN_H 1
    | #define USE_INLINE 1
    | #define HAVE_STRINGIZE 1
    | #define HAVE_FUNCNAME__FUNC 1
    | #define HAVE_TZNAME 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
    | #define HAVE_STRUCT_ADDRINFO 1
    | #define HAVE_INTPTR_T 1
    | #define HAVE_UINTPTR_T 1
    | #define HAVE_LONG_LONG_INT 1
    | #define HAVE_STRUCT_OPTION 1
    | #define SIZEOF_OFF_T 4
    | #define HAVE_INT_TIMEZONE /**/
    | /* end confdefs.h.  */
    | #ifdef HAVE_SYS_TYPES_H
    | #include <sys/types.h>
    | #endif
    | #ifdef HAVE_SYS_SOCKET_H
    | #include <sys/socket.h>
    | #endif
    | extern int accept (int, const struct sockaddr *, socklen_t *);
    | int
    | main ()
    | {
    |
    |   ;
    |   return 0;
    | }
    configure:18506: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c:58:12: error: conflicting types for 'accept'
    d:/amber/devtool/mingw64-1.0-20100913/lib/gcc/../../x86_64-w64-mingw32/include/winsock2.h:1035:37:
    note: previous declaration of 'accept' was here
    configure:18513: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | #define HAVE_SYS_SOCKET_H 1
    | #define HAVE_SYS_TIME_H 1
    | #define HAVE_UTIME_H 1
    | #define HAVE_WCHAR_H 1
    | #define HAVE_WCTYPE_H 1
    | #define HAVE_NETINET_IN_H 1
    | #define USE_INLINE 1
    | #define HAVE_STRINGIZE 1
    | #define HAVE_FUNCNAME__FUNC 1
    | #define HAVE_TZNAME 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
    | #define HAVE_STRUCT_ADDRINFO 1
    | #define HAVE_INTPTR_T 1
    | #define HAVE_UINTPTR_T 1
    | #define HAVE_LONG_LONG_INT 1
    | #define HAVE_STRUCT_OPTION 1
    | #define SIZEOF_OFF_T 4
    | #define HAVE_INT_TIMEZONE /**/
    | /* end confdefs.h.  */
    | #ifdef HAVE_SYS_TYPES_H
    | #include <sys/types.h>
    | #endif
    | #ifdef HAVE_SYS_SOCKET_H
    | #include <sys/socket.h>
    | #endif
    | extern int accept (int, const struct sockaddr *, unsigned int *);
    | int
    | main ()
    | {
    |
    |   ;
    |   return 0;
    | }
    configure:18506: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c:58:12: error: conflicting types for 'accept'
    d:/amber/devtool/mingw64-1.0-20100913/lib/gcc/../../x86_64-w64-mingw32/include/winsock2.h:1035:37:
    note: previous declaration of 'accept' was here
    configure:18513: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | #define HAVE_SYS_SOCKET_H 1
    | #define HAVE_SYS_TIME_H 1
    | #define HAVE_UTIME_H 1
    | #define HAVE_WCHAR_H 1
    | #define HAVE_WCTYPE_H 1
    | #define HAVE_NETINET_IN_H 1
    | #define USE_INLINE 1
    | #define HAVE_STRINGIZE 1
    | #define HAVE_FUNCNAME__FUNC 1
    | #define HAVE_TZNAME 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
    | #define HAVE_STRUCT_ADDRINFO 1
    | #define HAVE_INTPTR_T 1
    | #define HAVE_UINTPTR_T 1
    | #define HAVE_LONG_LONG_INT 1
    | #define HAVE_STRUCT_OPTION 1
    | #define SIZEOF_OFF_T 4
    | #define HAVE_INT_TIMEZONE /**/
    | /* end confdefs.h.  */
    | #ifdef HAVE_SYS_TYPES_H
    | #include <sys/types.h>
    | #endif
    | #ifdef HAVE_SYS_SOCKET_H
    | #include <sys/socket.h>
    | #endif
    | extern int accept (int, const struct sockaddr *, void *);
    | int
    | main ()
    | {
    |
    |   ;
    |   return 0;
    | }
    configure:18506: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c:58:12: error: conflicting types for 'accept'
    d:/amber/devtool/mingw64-1.0-20100913/lib/gcc/../../x86_64-w64-mingw32/include/winsock2.h:1035:37:
    note: previous declaration of 'accept' was here
    configure:18513: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | #define HAVE_SYS_SOCKET_H 1
    | #define HAVE_SYS_TIME_H 1
    | #define HAVE_UTIME_H 1
    | #define HAVE_WCHAR_H 1
    | #define HAVE_WCTYPE_H 1
    | #define HAVE_NETINET_IN_H 1
    | #define USE_INLINE 1
    | #define HAVE_STRINGIZE 1
    | #define HAVE_FUNCNAME__FUNC 1
    | #define HAVE_TZNAME 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
    | #define HAVE_STRUCT_ADDRINFO 1
    | #define HAVE_INTPTR_T 1
    | #define HAVE_UINTPTR_T 1
    | #define HAVE_LONG_LONG_INT 1
    | #define HAVE_STRUCT_OPTION 1
    | #define SIZEOF_OFF_T 4
    | #define HAVE_INT_TIMEZONE /**/
    | /* end confdefs.h.  */
    | #ifdef HAVE_SYS_TYPES_H
    | #include <sys/types.h>
    | #endif
    | #ifdef HAVE_SYS_SOCKET_H
    | #include <sys/socket.h>
    | #endif
    | extern int accept (int, void *, int *);
    | int
    | main ()
    | {
    |
    |   ;
    |   return 0;
    | }
    configure:18506: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c:58:12: error: conflicting types for 'accept'
    d:/amber/devtool/mingw64-1.0-20100913/lib/gcc/../../x86_64-w64-mingw32/include/winsock2.h:1035:37:
    note: previous declaration of 'accept' was here
    configure:18513: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | #define HAVE_SYS_SOCKET_H 1
    | #define HAVE_SYS_TIME_H 1
    | #define HAVE_UTIME_H 1
    | #define HAVE_WCHAR_H 1
    | #define HAVE_WCTYPE_H 1
    | #define HAVE_NETINET_IN_H 1
    | #define USE_INLINE 1
    | #define HAVE_STRINGIZE 1
    | #define HAVE_FUNCNAME__FUNC 1
    | #define HAVE_TZNAME 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
    | #define HAVE_STRUCT_ADDRINFO 1
    | #define HAVE_INTPTR_T 1
    | #define HAVE_UINTPTR_T 1
    | #define HAVE_LONG_LONG_INT 1
    | #define HAVE_STRUCT_OPTION 1
    | #define SIZEOF_OFF_T 4
    | #define HAVE_INT_TIMEZONE /**/
    | /* end confdefs.h.  */
    | #ifdef HAVE_SYS_TYPES_H
    | #include <sys/types.h>
    | #endif
    | #ifdef HAVE_SYS_SOCKET_H
    | #include <sys/socket.h>
    | #endif
    | extern int accept (int, void *, size_t *);
    | int
    | main ()
    | {
    |
    |   ;
    |   return 0;
    | }
    configure:18506: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c:58:12: error: conflicting types for 'accept'
    d:/amber/devtool/mingw64-1.0-20100913/lib/gcc/../../x86_64-w64-mingw32/include/winsock2.h:1035:37:
    note: previous declaration of 'accept' was here
    configure:18513: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | #define HAVE_SYS_SOCKET_H 1
    | #define HAVE_SYS_TIME_H 1
    | #define HAVE_UTIME_H 1
    | #define HAVE_WCHAR_H 1
    | #define HAVE_WCTYPE_H 1
    | #define HAVE_NETINET_IN_H 1
    | #define USE_INLINE 1
    | #define HAVE_STRINGIZE 1
    | #define HAVE_FUNCNAME__FUNC 1
    | #define HAVE_TZNAME 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
    | #define HAVE_STRUCT_ADDRINFO 1
    | #define HAVE_INTPTR_T 1
    | #define HAVE_UINTPTR_T 1
    | #define HAVE_LONG_LONG_INT 1
    | #define HAVE_STRUCT_OPTION 1
    | #define SIZEOF_OFF_T 4
    | #define HAVE_INT_TIMEZONE /**/
    | /* end confdefs.h.  */
    | #ifdef HAVE_SYS_TYPES_H
    | #include <sys/types.h>
    | #endif
    | #ifdef HAVE_SYS_SOCKET_H
    | #include <sys/socket.h>
    | #endif
    | extern int accept (int, void *, socklen_t *);
    | int
    | main ()
    | {
    |
    |   ;
    |   return 0;
    | }
    configure:18506: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c:58:12: error: conflicting types for 'accept'
    d:/amber/devtool/mingw64-1.0-20100913/lib/gcc/../../x86_64-w64-mingw32/include/winsock2.h:1035:37:
    note: previous declaration of 'accept' was here
    configure:18513: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | #define HAVE_SYS_SOCKET_H 1
    | #define HAVE_SYS_TIME_H 1
    | #define HAVE_UTIME_H 1
    | #define HAVE_WCHAR_H 1
    | #define HAVE_WCTYPE_H 1
    | #define HAVE_NETINET_IN_H 1
    | #define USE_INLINE 1
    | #define HAVE_STRINGIZE 1
    | #define HAVE_FUNCNAME__FUNC 1
    | #define HAVE_TZNAME 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
    | #define HAVE_STRUCT_ADDRINFO 1
    | #define HAVE_INTPTR_T 1
    | #define HAVE_UINTPTR_T 1
    | #define HAVE_LONG_LONG_INT 1
    | #define HAVE_STRUCT_OPTION 1
    | #define SIZEOF_OFF_T 4
    | #define HAVE_INT_TIMEZONE /**/
    | /* end confdefs.h.  */
    | #ifdef HAVE_SYS_TYPES_H
    | #include <sys/types.h>
    | #endif
    | #ifdef HAVE_SYS_SOCKET_H
    | #include <sys/socket.h>
    | #endif
    | extern int accept (int, void *, unsigned int *);
    | int
    | main ()
    | {
    |
    |   ;
    |   return 0;
    | }
    configure:18506: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c:58:12: error: conflicting types for 'accept'
    d:/amber/devtool/mingw64-1.0-20100913/lib/gcc/../../x86_64-w64-mingw32/include/winsock2.h:1035:37:
    note: previous declaration of 'accept' was here
    configure:18513: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | #define HAVE_SYS_SOCKET_H 1
    | #define HAVE_SYS_TIME_H 1
    | #define HAVE_UTIME_H 1
    | #define HAVE_WCHAR_H 1
    | #define HAVE_WCTYPE_H 1
    | #define HAVE_NETINET_IN_H 1
    | #define USE_INLINE 1
    | #define HAVE_STRINGIZE 1
    | #define HAVE_FUNCNAME__FUNC 1
    | #define HAVE_TZNAME 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
    | #define HAVE_STRUCT_ADDRINFO 1
    | #define HAVE_INTPTR_T 1
    | #define HAVE_UINTPTR_T 1
    | #define HAVE_LONG_LONG_INT 1
    | #define HAVE_STRUCT_OPTION 1
    | #define SIZEOF_OFF_T 4
    | #define HAVE_INT_TIMEZONE /**/
    | /* end confdefs.h.  */
    | #ifdef HAVE_SYS_TYPES_H
    | #include <sys/types.h>
    | #endif
    | #ifdef HAVE_SYS_SOCKET_H
    | #include <sys/socket.h>
    | #endif
    | extern int accept (int, void *, void *);
    | int
    | main ()
    | {
    |
    |   ;
    |   return 0;
    | }
    configure:18506: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c:58:12: error: conflicting types for 'accept'
    d:/amber/devtool/mingw64-1.0-20100913/lib/gcc/../../x86_64-w64-mingw32/include/winsock2.h:1035:37:
    note: previous declaration of 'accept' was here
    configure:18513: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | #define HAVE_SYS_SOCKET_H 1
    | #define HAVE_SYS_TIME_H 1
    | #define HAVE_UTIME_H 1
    | #define HAVE_WCHAR_H 1
    | #define HAVE_WCTYPE_H 1
    | #define HAVE_NETINET_IN_H 1
    | #define USE_INLINE 1
    | #define HAVE_STRINGIZE 1
    | #define HAVE_FUNCNAME__FUNC 1
    | #define HAVE_TZNAME 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
    | #define HAVE_STRUCT_ADDRINFO 1
    | #define HAVE_INTPTR_T 1
    | #define HAVE_UINTPTR_T 1
    | #define HAVE_LONG_LONG_INT 1
    | #define HAVE_STRUCT_OPTION 1
    | #define SIZEOF_OFF_T 4
    | #define HAVE_INT_TIMEZONE /**/
    | /* end confdefs.h.  */
    | #ifdef HAVE_SYS_TYPES_H
    | #include <sys/types.h>
    | #endif
    | #ifdef HAVE_SYS_SOCKET_H
    | #include <sys/socket.h>
    | #endif
    | extern int accept (unsigned int, struct sockaddr *, int *);
    | int
    | main ()
    | {
    |
    |   ;
    |   return 0;
    | }
    configure:18506: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c:58:12: error: conflicting types for 'accept'
    d:/amber/devtool/mingw64-1.0-20100913/lib/gcc/../../x86_64-w64-mingw32/include/winsock2.h:1035:37:
    note: previous declaration of 'accept' was here
    configure:18513: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | #define HAVE_SYS_SOCKET_H 1
    | #define HAVE_SYS_TIME_H 1
    | #define HAVE_UTIME_H 1
    | #define HAVE_WCHAR_H 1
    | #define HAVE_WCTYPE_H 1
    | #define HAVE_NETINET_IN_H 1
    | #define USE_INLINE 1
    | #define HAVE_STRINGIZE 1
    | #define HAVE_FUNCNAME__FUNC 1
    | #define HAVE_TZNAME 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
    | #define HAVE_STRUCT_ADDRINFO 1
    | #define HAVE_INTPTR_T 1
    | #define HAVE_UINTPTR_T 1
    | #define HAVE_LONG_LONG_INT 1
    | #define HAVE_STRUCT_OPTION 1
    | #define SIZEOF_OFF_T 4
    | #define HAVE_INT_TIMEZONE /**/
    | /* end confdefs.h.  */
    | #ifdef HAVE_SYS_TYPES_H
    | #include <sys/types.h>
    | #endif
    | #ifdef HAVE_SYS_SOCKET_H
    | #include <sys/socket.h>
    | #endif
    | extern int accept (unsigned int, struct sockaddr *, size_t *);
    | int
    | main ()
    | {
    |
    |   ;
    |   return 0;
    | }
    configure:18506: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c:58:12: error: conflicting types for 'accept'
    d:/amber/devtool/mingw64-1.0-20100913/lib/gcc/../../x86_64-w64-mingw32/include/winsock2.h:1035:37:
    note: previous declaration of 'accept' was here
    configure:18513: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | #define HAVE_SYS_SOCKET_H 1
    | #define HAVE_SYS_TIME_H 1
    | #define HAVE_UTIME_H 1
    | #define HAVE_WCHAR_H 1
    | #define HAVE_WCTYPE_H 1
    | #define HAVE_NETINET_IN_H 1
    | #define USE_INLINE 1
    | #define HAVE_STRINGIZE 1
    | #define HAVE_FUNCNAME__FUNC 1
    | #define HAVE_TZNAME 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
    | #define HAVE_STRUCT_ADDRINFO 1
    | #define HAVE_INTPTR_T 1
    | #define HAVE_UINTPTR_T 1
    | #define HAVE_LONG_LONG_INT 1
    | #define HAVE_STRUCT_OPTION 1
    | #define SIZEOF_OFF_T 4
    | #define HAVE_INT_TIMEZONE /**/
    | /* end confdefs.h.  */
    | #ifdef HAVE_SYS_TYPES_H
    | #include <sys/types.h>
    | #endif
    | #ifdef HAVE_SYS_SOCKET_H
    | #include <sys/socket.h>
    | #endif
    | extern int accept (unsigned int, struct sockaddr *, socklen_t *);
    | int
    | main ()
    | {
    |
    |   ;
    |   return 0;
    | }
    configure:18506: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c:58:12: error: conflicting types for 'accept'
    d:/amber/devtool/mingw64-1.0-20100913/lib/gcc/../../x86_64-w64-mingw32/include/winsock2.h:1035:37:
    note: previous declaration of 'accept' was here
    configure:18513: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | #define HAVE_SYS_SOCKET_H 1
    | #define HAVE_SYS_TIME_H 1
    | #define HAVE_UTIME_H 1
    | #define HAVE_WCHAR_H 1
    | #define HAVE_WCTYPE_H 1
    | #define HAVE_NETINET_IN_H 1
    | #define USE_INLINE 1
    | #define HAVE_STRINGIZE 1
    | #define HAVE_FUNCNAME__FUNC 1
    | #define HAVE_TZNAME 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
    | #define HAVE_STRUCT_ADDRINFO 1
    | #define HAVE_INTPTR_T 1
    | #define HAVE_UINTPTR_T 1
    | #define HAVE_LONG_LONG_INT 1
    | #define HAVE_STRUCT_OPTION 1
    | #define SIZEOF_OFF_T 4
    | #define HAVE_INT_TIMEZONE /**/
    | /* end confdefs.h.  */
    | #ifdef HAVE_SYS_TYPES_H
    | #include <sys/types.h>
    | #endif
    | #ifdef HAVE_SYS_SOCKET_H
    | #include <sys/socket.h>
    | #endif
    | extern int accept (unsigned int, struct sockaddr *, unsigned int *);
    | int
    | main ()
    | {
    |
    |   ;
    |   return 0;
    | }
    configure:18506: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c:58:12: error: conflicting types for 'accept'
    d:/amber/devtool/mingw64-1.0-20100913/lib/gcc/../../x86_64-w64-mingw32/include/winsock2.h:1035:37:
    note: previous declaration of 'accept' was here
    configure:18513: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | #define HAVE_SYS_SOCKET_H 1
    | #define HAVE_SYS_TIME_H 1
    | #define HAVE_UTIME_H 1
    | #define HAVE_WCHAR_H 1
    | #define HAVE_WCTYPE_H 1
    | #define HAVE_NETINET_IN_H 1
    | #define USE_INLINE 1
    | #define HAVE_STRINGIZE 1
    | #define HAVE_FUNCNAME__FUNC 1
    | #define HAVE_TZNAME 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
    | #define HAVE_STRUCT_ADDRINFO 1
    | #define HAVE_INTPTR_T 1
    | #define HAVE_UINTPTR_T 1
    | #define HAVE_LONG_LONG_INT 1
    | #define HAVE_STRUCT_OPTION 1
    | #define SIZEOF_OFF_T 4
    | #define HAVE_INT_TIMEZONE /**/
    | /* end confdefs.h.  */
    | #ifdef HAVE_SYS_TYPES_H
    | #include <sys/types.h>
    | #endif
    | #ifdef HAVE_SYS_SOCKET_H
    | #include <sys/socket.h>
    | #endif
    | extern int accept (unsigned int, struct sockaddr *, void *);
    | int
    | main ()
    | {
    |
    |   ;
    |   return 0;
    | }
    configure:18506: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c:58:12: error: conflicting types for 'accept'
    d:/amber/devtool/mingw64-1.0-20100913/lib/gcc/../../x86_64-w64-mingw32/include/winsock2.h:1035:37:
    note: previous declaration of 'accept' was here
    configure:18513: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | #define HAVE_SYS_SOCKET_H 1
    | #define HAVE_SYS_TIME_H 1
    | #define HAVE_UTIME_H 1
    | #define HAVE_WCHAR_H 1
    | #define HAVE_WCTYPE_H 1
    | #define HAVE_NETINET_IN_H 1
    | #define USE_INLINE 1
    | #define HAVE_STRINGIZE 1
    | #define HAVE_FUNCNAME__FUNC 1
    | #define HAVE_TZNAME 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
    | #define HAVE_STRUCT_ADDRINFO 1
    | #define HAVE_INTPTR_T 1
    | #define HAVE_UINTPTR_T 1
    | #define HAVE_LONG_LONG_INT 1
    | #define HAVE_STRUCT_OPTION 1
    | #define SIZEOF_OFF_T 4
    | #define HAVE_INT_TIMEZONE /**/
    | /* end confdefs.h.  */
    | #ifdef HAVE_SYS_TYPES_H
    | #include <sys/types.h>
    | #endif
    | #ifdef HAVE_SYS_SOCKET_H
    | #include <sys/socket.h>
    | #endif
    | extern int accept (unsigned int, const struct sockaddr *, int *);
    | int
    | main ()
    | {
    |
    |   ;
    |   return 0;
    | }
    configure:18506: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c:58:12: error: conflicting types for 'accept'
    d:/amber/devtool/mingw64-1.0-20100913/lib/gcc/../../x86_64-w64-mingw32/include/winsock2.h:1035:37:
    note: previous declaration of 'accept' was here
    configure:18513: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | #define HAVE_SYS_SOCKET_H 1
    | #define HAVE_SYS_TIME_H 1
    | #define HAVE_UTIME_H 1
    | #define HAVE_WCHAR_H 1
    | #define HAVE_WCTYPE_H 1
    | #define HAVE_NETINET_IN_H 1
    | #define USE_INLINE 1
    | #define HAVE_STRINGIZE 1
    | #define HAVE_FUNCNAME__FUNC 1
    | #define HAVE_TZNAME 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
    | #define HAVE_STRUCT_ADDRINFO 1
    | #define HAVE_INTPTR_T 1
    | #define HAVE_UINTPTR_T 1
    | #define HAVE_LONG_LONG_INT 1
    | #define HAVE_STRUCT_OPTION 1
    | #define SIZEOF_OFF_T 4
    | #define HAVE_INT_TIMEZONE /**/
    | /* end confdefs.h.  */
    | #ifdef HAVE_SYS_TYPES_H
    | #include <sys/types.h>
    | #endif
    | #ifdef HAVE_SYS_SOCKET_H
    | #include <sys/socket.h>
    | #endif
    | extern int accept (unsigned int, const struct sockaddr *, size_t *);
    | int
    | main ()
    | {
    |
    |   ;
    |   return 0;
    | }
    configure:18506: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c:58:12: error: conflicting types for 'accept'
    d:/amber/devtool/mingw64-1.0-20100913/lib/gcc/../../x86_64-w64-mingw32/include/winsock2.h:1035:37:
    note: previous declaration of 'accept' was here
    configure:18513: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | #define HAVE_SYS_SOCKET_H 1
    | #define HAVE_SYS_TIME_H 1
    | #define HAVE_UTIME_H 1
    | #define HAVE_WCHAR_H 1
    | #define HAVE_WCTYPE_H 1
    | #define HAVE_NETINET_IN_H 1
    | #define USE_INLINE 1
    | #define HAVE_STRINGIZE 1
    | #define HAVE_FUNCNAME__FUNC 1
    | #define HAVE_TZNAME 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
    | #define HAVE_STRUCT_ADDRINFO 1
    | #define HAVE_INTPTR_T 1
    | #define HAVE_UINTPTR_T 1
    | #define HAVE_LONG_LONG_INT 1
    | #define HAVE_STRUCT_OPTION 1
    | #define SIZEOF_OFF_T 4
    | #define HAVE_INT_TIMEZONE /**/
    | /* end confdefs.h.  */
    | #ifdef HAVE_SYS_TYPES_H
    | #include <sys/types.h>
    | #endif
    | #ifdef HAVE_SYS_SOCKET_H
    | #include <sys/socket.h>
    | #endif
    | extern int accept (unsigned int, const struct sockaddr *, socklen_t *);
    | int
    | main ()
    | {
    |
    |   ;
    |   return 0;
    | }
    configure:18506: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c:58:12: error: conflicting types for 'accept'
    d:/amber/devtool/mingw64-1.0-20100913/lib/gcc/../../x86_64-w64-mingw32/include/winsock2.h:1035:37:
    note: previous declaration of 'accept' was here
    configure:18513: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | #define HAVE_SYS_SOCKET_H 1
    | #define HAVE_SYS_TIME_H 1
    | #define HAVE_UTIME_H 1
    | #define HAVE_WCHAR_H 1
    | #define HAVE_WCTYPE_H 1
    | #define HAVE_NETINET_IN_H 1
    | #define USE_INLINE 1
    | #define HAVE_STRINGIZE 1
    | #define HAVE_FUNCNAME__FUNC 1
    | #define HAVE_TZNAME 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
    | #define HAVE_STRUCT_ADDRINFO 1
    | #define HAVE_INTPTR_T 1
    | #define HAVE_UINTPTR_T 1
    | #define HAVE_LONG_LONG_INT 1
    | #define HAVE_STRUCT_OPTION 1
    | #define SIZEOF_OFF_T 4
    | #define HAVE_INT_TIMEZONE /**/
    | /* end confdefs.h.  */
    | #ifdef HAVE_SYS_TYPES_H
    | #include <sys/types.h>
    | #endif
    | #ifdef HAVE_SYS_SOCKET_H
    | #include <sys/socket.h>
    | #endif
    | extern int accept (unsigned int, const struct sockaddr *, unsigned int *);
    | int
    | main ()
    | {
    |
    |   ;
    |   return 0;
    | }
    configure:18506: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c:58:12: error: conflicting types for 'accept'
    d:/amber/devtool/mingw64-1.0-20100913/lib/gcc/../../x86_64-w64-mingw32/include/winsock2.h:1035:37:
    note: previous declaration of 'accept' was here
    configure:18513: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | #define HAVE_SYS_SOCKET_H 1
    | #define HAVE_SYS_TIME_H 1
    | #define HAVE_UTIME_H 1
    | #define HAVE_WCHAR_H 1
    | #define HAVE_WCTYPE_H 1
    | #define HAVE_NETINET_IN_H 1
    | #define USE_INLINE 1
    | #define HAVE_STRINGIZE 1
    | #define HAVE_FUNCNAME__FUNC 1
    | #define HAVE_TZNAME 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
    | #define HAVE_STRUCT_ADDRINFO 1
    | #define HAVE_INTPTR_T 1
    | #define HAVE_UINTPTR_T 1
    | #define HAVE_LONG_LONG_INT 1
    | #define HAVE_STRUCT_OPTION 1
    | #define SIZEOF_OFF_T 4
    | #define HAVE_INT_TIMEZONE /**/
    | /* end confdefs.h.  */
    | #ifdef HAVE_SYS_TYPES_H
    | #include <sys/types.h>
    | #endif
    | #ifdef HAVE_SYS_SOCKET_H
    | #include <sys/socket.h>
    | #endif
    | extern int accept (unsigned int, const struct sockaddr *, void *);
    | int
    | main ()
    | {
    |
    |   ;
    |   return 0;
    | }
    configure:18506: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c:58:12: error: conflicting types for 'accept'
    d:/amber/devtool/mingw64-1.0-20100913/lib/gcc/../../x86_64-w64-mingw32/include/winsock2.h:1035:37:
    note: previous declaration of 'accept' was here
    configure:18513: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | #define HAVE_SYS_SOCKET_H 1
    | #define HAVE_SYS_TIME_H 1
    | #define HAVE_UTIME_H 1
    | #define HAVE_WCHAR_H 1
    | #define HAVE_WCTYPE_H 1
    | #define HAVE_NETINET_IN_H 1
    | #define USE_INLINE 1
    | #define HAVE_STRINGIZE 1
    | #define HAVE_FUNCNAME__FUNC 1
    | #define HAVE_TZNAME 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
    | #define HAVE_STRUCT_ADDRINFO 1
    | #define HAVE_INTPTR_T 1
    | #define HAVE_UINTPTR_T 1
    | #define HAVE_LONG_LONG_INT 1
    | #define HAVE_STRUCT_OPTION 1
    | #define SIZEOF_OFF_T 4
    | #define HAVE_INT_TIMEZONE /**/
    | /* end confdefs.h.  */
    | #ifdef HAVE_SYS_TYPES_H
    | #include <sys/types.h>
    | #endif
    | #ifdef HAVE_SYS_SOCKET_H
    | #include <sys/socket.h>
    | #endif
    | extern int accept (unsigned int, void *, int *);
    | int
    | main ()
    | {
    |
    |   ;
    |   return 0;
    | }
    configure:18506: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c:58:12: error: conflicting types for 'accept'
    d:/amber/devtool/mingw64-1.0-20100913/lib/gcc/../../x86_64-w64-mingw32/include/winsock2.h:1035:37:
    note: previous declaration of 'accept' was here
    configure:18513: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | #define HAVE_SYS_SOCKET_H 1
    | #define HAVE_SYS_TIME_H 1
    | #define HAVE_UTIME_H 1
    | #define HAVE_WCHAR_H 1
    | #define HAVE_WCTYPE_H 1
    | #define HAVE_NETINET_IN_H 1
    | #define USE_INLINE 1
    | #define HAVE_STRINGIZE 1
    | #define HAVE_FUNCNAME__FUNC 1
    | #define HAVE_TZNAME 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
    | #define HAVE_STRUCT_ADDRINFO 1
    | #define HAVE_INTPTR_T 1
    | #define HAVE_UINTPTR_T 1
    | #define HAVE_LONG_LONG_INT 1
    | #define HAVE_STRUCT_OPTION 1
    | #define SIZEOF_OFF_T 4
    | #define HAVE_INT_TIMEZONE /**/
    | /* end confdefs.h.  */
    | #ifdef HAVE_SYS_TYPES_H
    | #include <sys/types.h>
    | #endif
    | #ifdef HAVE_SYS_SOCKET_H
    | #include <sys/socket.h>
    | #endif
    | extern int accept (unsigned int, void *, size_t *);
    | int
    | main ()
    | {
    |
    |   ;
    |   return 0;
    | }
    configure:18506: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c:58:12: error: conflicting types for 'accept'
    d:/amber/devtool/mingw64-1.0-20100913/lib/gcc/../../x86_64-w64-mingw32/include/winsock2.h:1035:37:
    note: previous declaration of 'accept' was here
    configure:18513: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | #define HAVE_SYS_SOCKET_H 1
    | #define HAVE_SYS_TIME_H 1
    | #define HAVE_UTIME_H 1
    | #define HAVE_WCHAR_H 1
    | #define HAVE_WCTYPE_H 1
    | #define HAVE_NETINET_IN_H 1
    | #define USE_INLINE 1
    | #define HAVE_STRINGIZE 1
    | #define HAVE_FUNCNAME__FUNC 1
    | #define HAVE_TZNAME 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
    | #define HAVE_STRUCT_ADDRINFO 1
    | #define HAVE_INTPTR_T 1
    | #define HAVE_UINTPTR_T 1
    | #define HAVE_LONG_LONG_INT 1
    | #define HAVE_STRUCT_OPTION 1
    | #define SIZEOF_OFF_T 4
    | #define HAVE_INT_TIMEZONE /**/
    | /* end confdefs.h.  */
    | #ifdef HAVE_SYS_TYPES_H
    | #include <sys/types.h>
    | #endif
    | #ifdef HAVE_SYS_SOCKET_H
    | #include <sys/socket.h>
    | #endif
    | extern int accept (unsigned int, void *, socklen_t *);
    | int
    | main ()
    | {
    |
    |   ;
    |   return 0;
    | }
    configure:18506: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c:58:12: error: conflicting types for 'accept'
    d:/amber/devtool/mingw64-1.0-20100913/lib/gcc/../../x86_64-w64-mingw32/include/winsock2.h:1035:37:
    note: previous declaration of 'accept' was here
    configure:18513: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | #define HAVE_SYS_SOCKET_H 1
    | #define HAVE_SYS_TIME_H 1
    | #define HAVE_UTIME_H 1
    | #define HAVE_WCHAR_H 1
    | #define HAVE_WCTYPE_H 1
    | #define HAVE_NETINET_IN_H 1
    | #define USE_INLINE 1
    | #define HAVE_STRINGIZE 1
    | #define HAVE_FUNCNAME__FUNC 1
    | #define HAVE_TZNAME 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
    | #define HAVE_STRUCT_ADDRINFO 1
    | #define HAVE_INTPTR_T 1
    | #define HAVE_UINTPTR_T 1
    | #define HAVE_LONG_LONG_INT 1
    | #define HAVE_STRUCT_OPTION 1
    | #define SIZEOF_OFF_T 4
    | #define HAVE_INT_TIMEZONE /**/
    | /* end confdefs.h.  */
    | #ifdef HAVE_SYS_TYPES_H
    | #include <sys/types.h>
    | #endif
    | #ifdef HAVE_SYS_SOCKET_H
    | #include <sys/socket.h>
    | #endif
    | extern int accept (unsigned int, void *, unsigned int *);
    | int
    | main ()
    | {
    |
    |   ;
    |   return 0;
    | }
    configure:18506: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c:58:12: error: conflicting types for 'accept'
    d:/amber/devtool/mingw64-1.0-20100913/lib/gcc/../../x86_64-w64-mingw32/include/winsock2.h:1035:37:
    note: previous declaration of 'accept' was here
    configure:18513: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | #define HAVE_SYS_SOCKET_H 1
    | #define HAVE_SYS_TIME_H 1
    | #define HAVE_UTIME_H 1
    | #define HAVE_WCHAR_H 1
    | #define HAVE_WCTYPE_H 1
    | #define HAVE_NETINET_IN_H 1
    | #define USE_INLINE 1
    | #define HAVE_STRINGIZE 1
    | #define HAVE_FUNCNAME__FUNC 1
    | #define HAVE_TZNAME 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
    | #define HAVE_STRUCT_ADDRINFO 1
    | #define HAVE_INTPTR_T 1
    | #define HAVE_UINTPTR_T 1
    | #define HAVE_LONG_LONG_INT 1
    | #define HAVE_STRUCT_OPTION 1
    | #define SIZEOF_OFF_T 4
    | #define HAVE_INT_TIMEZONE /**/
    | /* end confdefs.h.  */
    | #ifdef HAVE_SYS_TYPES_H
    | #include <sys/types.h>
    | #endif
    | #ifdef HAVE_SYS_SOCKET_H
    | #include <sys/socket.h>
    | #endif
    | extern int accept (unsigned int, void *, void *);
    | int
    | main ()
    | {
    |
    |   ;
    |   return 0;
    | }
    configure:18506: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c:58:28: error: conflicting types for 'accept'
    d:/amber/devtool/mingw64-1.0-20100913/lib/gcc/../../x86_64-w64-mingw32/include/winsock2.h:1035:37:
    note: previous declaration of 'accept' was here
    configure:18513: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | #define HAVE_SYS_SOCKET_H 1
    | #define HAVE_SYS_TIME_H 1
    | #define HAVE_UTIME_H 1
    | #define HAVE_WCHAR_H 1
    | #define HAVE_WCTYPE_H 1
    | #define HAVE_NETINET_IN_H 1
    | #define USE_INLINE 1
    | #define HAVE_STRINGIZE 1
    | #define HAVE_FUNCNAME__FUNC 1
    | #define HAVE_TZNAME 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
    | #define HAVE_STRUCT_ADDRINFO 1
    | #define HAVE_INTPTR_T 1
    | #define HAVE_UINTPTR_T 1
    | #define HAVE_LONG_LONG_INT 1
    | #define HAVE_STRUCT_OPTION 1
    | #define SIZEOF_OFF_T 4
    | #define HAVE_INT_TIMEZONE /**/
    | /* end confdefs.h.  */
    | #ifdef HAVE_SYS_TYPES_H
    | #include <sys/types.h>
    | #endif
    | #ifdef HAVE_SYS_SOCKET_H
    | #include <sys/socket.h>
    | #endif
    | extern unsigned int PASCAL accept (int, struct sockaddr *, int *);
    | int
    | main ()
    | {
    |
    |   ;
    |   return 0;
    | }
    configure:18506: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c:58:28: error: conflicting types for 'accept'
    d:/amber/devtool/mingw64-1.0-20100913/lib/gcc/../../x86_64-w64-mingw32/include/winsock2.h:1035:37:
    note: previous declaration of 'accept' was here
    configure:18513: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | #define HAVE_SYS_SOCKET_H 1
    | #define HAVE_SYS_TIME_H 1
    | #define HAVE_UTIME_H 1
    | #define HAVE_WCHAR_H 1
    | #define HAVE_WCTYPE_H 1
    | #define HAVE_NETINET_IN_H 1
    | #define USE_INLINE 1
    | #define HAVE_STRINGIZE 1
    | #define HAVE_FUNCNAME__FUNC 1
    | #define HAVE_TZNAME 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
    | #define HAVE_STRUCT_ADDRINFO 1
    | #define HAVE_INTPTR_T 1
    | #define HAVE_UINTPTR_T 1
    | #define HAVE_LONG_LONG_INT 1
    | #define HAVE_STRUCT_OPTION 1
    | #define SIZEOF_OFF_T 4
    | #define HAVE_INT_TIMEZONE /**/
    | /* end confdefs.h.  */
    | #ifdef HAVE_SYS_TYPES_H
    | #include <sys/types.h>
    | #endif
    | #ifdef HAVE_SYS_SOCKET_H
    | #include <sys/socket.h>
    | #endif
    | extern unsigned int PASCAL accept (int, struct sockaddr *, size_t *);
    | int
    | main ()
    | {
    |
    |   ;
    |   return 0;
    | }
    configure:18506: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c:58:28: error: conflicting types for 'accept'
    d:/amber/devtool/mingw64-1.0-20100913/lib/gcc/../../x86_64-w64-mingw32/include/winsock2.h:1035:37:
    note: previous declaration of 'accept' was here
    configure:18513: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | #define HAVE_SYS_SOCKET_H 1
    | #define HAVE_SYS_TIME_H 1
    | #define HAVE_UTIME_H 1
    | #define HAVE_WCHAR_H 1
    | #define HAVE_WCTYPE_H 1
    | #define HAVE_NETINET_IN_H 1
    | #define USE_INLINE 1
    | #define HAVE_STRINGIZE 1
    | #define HAVE_FUNCNAME__FUNC 1
    | #define HAVE_TZNAME 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
    | #define HAVE_STRUCT_ADDRINFO 1
    | #define HAVE_INTPTR_T 1
    | #define HAVE_UINTPTR_T 1
    | #define HAVE_LONG_LONG_INT 1
    | #define HAVE_STRUCT_OPTION 1
    | #define SIZEOF_OFF_T 4
    | #define HAVE_INT_TIMEZONE /**/
    | /* end confdefs.h.  */
    | #ifdef HAVE_SYS_TYPES_H
    | #include <sys/types.h>
    | #endif
    | #ifdef HAVE_SYS_SOCKET_H
    | #include <sys/socket.h>
    | #endif
    | extern unsigned int PASCAL accept (int, struct sockaddr *, socklen_t *);
    | int
    | main ()
    | {
    |
    |   ;
    |   return 0;
    | }
    configure:18506: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c:58:28: error: conflicting types for 'accept'
    d:/amber/devtool/mingw64-1.0-20100913/lib/gcc/../../x86_64-w64-mingw32/include/winsock2.h:1035:37:
    note: previous declaration of 'accept' was here
    configure:18513: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | #define HAVE_SYS_SOCKET_H 1
    | #define HAVE_SYS_TIME_H 1
    | #define HAVE_UTIME_H 1
    | #define HAVE_WCHAR_H 1
    | #define HAVE_WCTYPE_H 1
    | #define HAVE_NETINET_IN_H 1
    | #define USE_INLINE 1
    | #define HAVE_STRINGIZE 1
    | #define HAVE_FUNCNAME__FUNC 1
    | #define HAVE_TZNAME 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
    | #define HAVE_STRUCT_ADDRINFO 1
    | #define HAVE_INTPTR_T 1
    | #define HAVE_UINTPTR_T 1
    | #define HAVE_LONG_LONG_INT 1
    | #define HAVE_STRUCT_OPTION 1
    | #define SIZEOF_OFF_T 4
    | #define HAVE_INT_TIMEZONE /**/
    | /* end confdefs.h.  */
    | #ifdef HAVE_SYS_TYPES_H
    | #include <sys/types.h>
    | #endif
    | #ifdef HAVE_SYS_SOCKET_H
    | #include <sys/socket.h>
    | #endif
    | extern unsigned int PASCAL accept (int, struct sockaddr *, unsigned int *);
    | int
    | main ()
    | {
    |
    |   ;
    |   return 0;
    | }
    configure:18506: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c:58:28: error: conflicting types for 'accept'
    d:/amber/devtool/mingw64-1.0-20100913/lib/gcc/../../x86_64-w64-mingw32/include/winsock2.h:1035:37:
    note: previous declaration of 'accept' was here
    configure:18513: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | #define HAVE_SYS_SOCKET_H 1
    | #define HAVE_SYS_TIME_H 1
    | #define HAVE_UTIME_H 1
    | #define HAVE_WCHAR_H 1
    | #define HAVE_WCTYPE_H 1
    | #define HAVE_NETINET_IN_H 1
    | #define USE_INLINE 1
    | #define HAVE_STRINGIZE 1
    | #define HAVE_FUNCNAME__FUNC 1
    | #define HAVE_TZNAME 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
    | #define HAVE_STRUCT_ADDRINFO 1
    | #define HAVE_INTPTR_T 1
    | #define HAVE_UINTPTR_T 1
    | #define HAVE_LONG_LONG_INT 1
    | #define HAVE_STRUCT_OPTION 1
    | #define SIZEOF_OFF_T 4
    | #define HAVE_INT_TIMEZONE /**/
    | /* end confdefs.h.  */
    | #ifdef HAVE_SYS_TYPES_H
    | #include <sys/types.h>
    | #endif
    | #ifdef HAVE_SYS_SOCKET_H
    | #include <sys/socket.h>
    | #endif
    | extern unsigned int PASCAL accept (int, struct sockaddr *, void *);
    | int
    | main ()
    | {
    |
    |   ;
    |   return 0;
    | }
    configure:18506: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c:58:28: error: conflicting types for 'accept'
    d:/amber/devtool/mingw64-1.0-20100913/lib/gcc/../../x86_64-w64-mingw32/include/winsock2.h:1035:37:
    note: previous declaration of 'accept' was here
    configure:18513: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | #define HAVE_SYS_SOCKET_H 1
    | #define HAVE_SYS_TIME_H 1
    | #define HAVE_UTIME_H 1
    | #define HAVE_WCHAR_H 1
    | #define HAVE_WCTYPE_H 1
    | #define HAVE_NETINET_IN_H 1
    | #define USE_INLINE 1
    | #define HAVE_STRINGIZE 1
    | #define HAVE_FUNCNAME__FUNC 1
    | #define HAVE_TZNAME 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
    | #define HAVE_STRUCT_ADDRINFO 1
    | #define HAVE_INTPTR_T 1
    | #define HAVE_UINTPTR_T 1
    | #define HAVE_LONG_LONG_INT 1
    | #define HAVE_STRUCT_OPTION 1
    | #define SIZEOF_OFF_T 4
    | #define HAVE_INT_TIMEZONE /**/
    | /* end confdefs.h.  */
    | #ifdef HAVE_SYS_TYPES_H
    | #include <sys/types.h>
    | #endif
    | #ifdef HAVE_SYS_SOCKET_H
    | #include <sys/socket.h>
    | #endif
    | extern unsigned int PASCAL accept (int, const struct sockaddr *, int *);
    | int
    | main ()
    | {
    |
    |   ;
    |   return 0;
    | }
    configure:18506: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c:58:28: error: conflicting types for 'accept'
    d:/amber/devtool/mingw64-1.0-20100913/lib/gcc/../../x86_64-w64-mingw32/include/winsock2.h:1035:37:
    note: previous declaration of 'accept' was here
    configure:18513: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | #define HAVE_SYS_SOCKET_H 1
    | #define HAVE_SYS_TIME_H 1
    | #define HAVE_UTIME_H 1
    | #define HAVE_WCHAR_H 1
    | #define HAVE_WCTYPE_H 1
    | #define HAVE_NETINET_IN_H 1
    | #define USE_INLINE 1
    | #define HAVE_STRINGIZE 1
    | #define HAVE_FUNCNAME__FUNC 1
    | #define HAVE_TZNAME 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
    | #define HAVE_STRUCT_ADDRINFO 1
    | #define HAVE_INTPTR_T 1
    | #define HAVE_UINTPTR_T 1
    | #define HAVE_LONG_LONG_INT 1
    | #define HAVE_STRUCT_OPTION 1
    | #define SIZEOF_OFF_T 4
    | #define HAVE_INT_TIMEZONE /**/
    | /* end confdefs.h.  */
    | #ifdef HAVE_SYS_TYPES_H
    | #include <sys/types.h>
    | #endif
    | #ifdef HAVE_SYS_SOCKET_H
    | #include <sys/socket.h>
    | #endif
    | extern unsigned int PASCAL accept (int, const struct sockaddr *, size_t *);
    | int
    | main ()
    | {
    |
    |   ;
    |   return 0;
    | }
    configure:18506: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c:58:28: error: conflicting types for 'accept'
    d:/amber/devtool/mingw64-1.0-20100913/lib/gcc/../../x86_64-w64-mingw32/include/winsock2.h:1035:37:
    note: previous declaration of 'accept' was here
    configure:18513: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | #define HAVE_SYS_SOCKET_H 1
    | #define HAVE_SYS_TIME_H 1
    | #define HAVE_UTIME_H 1
    | #define HAVE_WCHAR_H 1
    | #define HAVE_WCTYPE_H 1
    | #define HAVE_NETINET_IN_H 1
    | #define USE_INLINE 1
    | #define HAVE_STRINGIZE 1
    | #define HAVE_FUNCNAME__FUNC 1
    | #define HAVE_TZNAME 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
    | #define HAVE_STRUCT_ADDRINFO 1
    | #define HAVE_INTPTR_T 1
    | #define HAVE_UINTPTR_T 1
    | #define HAVE_LONG_LONG_INT 1
    | #define HAVE_STRUCT_OPTION 1
    | #define SIZEOF_OFF_T 4
    | #define HAVE_INT_TIMEZONE /**/
    | /* end confdefs.h.  */
    | #ifdef HAVE_SYS_TYPES_H
    | #include <sys/types.h>
    | #endif
    | #ifdef HAVE_SYS_SOCKET_H
    | #include <sys/socket.h>
    | #endif
    | extern unsigned int PASCAL accept (int, const struct sockaddr *, socklen_t *);
    | int
    | main ()
    | {
    |
    |   ;
    |   return 0;
    | }
    configure:18506: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c:58:28: error: conflicting types for 'accept'
    d:/amber/devtool/mingw64-1.0-20100913/lib/gcc/../../x86_64-w64-mingw32/include/winsock2.h:1035:37:
    note: previous declaration of 'accept' was here
    configure:18513: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | #define HAVE_SYS_SOCKET_H 1
    | #define HAVE_SYS_TIME_H 1
    | #define HAVE_UTIME_H 1
    | #define HAVE_WCHAR_H 1
    | #define HAVE_WCTYPE_H 1
    | #define HAVE_NETINET_IN_H 1
    | #define USE_INLINE 1
    | #define HAVE_STRINGIZE 1
    | #define HAVE_FUNCNAME__FUNC 1
    | #define HAVE_TZNAME 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
    | #define HAVE_STRUCT_ADDRINFO 1
    | #define HAVE_INTPTR_T 1
    | #define HAVE_UINTPTR_T 1
    | #define HAVE_LONG_LONG_INT 1
    | #define HAVE_STRUCT_OPTION 1
    | #define SIZEOF_OFF_T 4
    | #define HAVE_INT_TIMEZONE /**/
    | /* end confdefs.h.  */
    | #ifdef HAVE_SYS_TYPES_H
    | #include <sys/types.h>
    | #endif
    | #ifdef HAVE_SYS_SOCKET_H
    | #include <sys/socket.h>
    | #endif
    | extern unsigned int PASCAL accept (int, const struct sockaddr *,
    unsigned int *);
    | int
    | main ()
    | {
    |
    |   ;
    |   return 0;
    | }
    configure:18506: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c:58:28: error: conflicting types for 'accept'
    d:/amber/devtool/mingw64-1.0-20100913/lib/gcc/../../x86_64-w64-mingw32/include/winsock2.h:1035:37:
    note: previous declaration of 'accept' was here
    configure:18513: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | #define HAVE_SYS_SOCKET_H 1
    | #define HAVE_SYS_TIME_H 1
    | #define HAVE_UTIME_H 1
    | #define HAVE_WCHAR_H 1
    | #define HAVE_WCTYPE_H 1
    | #define HAVE_NETINET_IN_H 1
    | #define USE_INLINE 1
    | #define HAVE_STRINGIZE 1
    | #define HAVE_FUNCNAME__FUNC 1
    | #define HAVE_TZNAME 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
    | #define HAVE_STRUCT_ADDRINFO 1
    | #define HAVE_INTPTR_T 1
    | #define HAVE_UINTPTR_T 1
    | #define HAVE_LONG_LONG_INT 1
    | #define HAVE_STRUCT_OPTION 1
    | #define SIZEOF_OFF_T 4
    | #define HAVE_INT_TIMEZONE /**/
    | /* end confdefs.h.  */
    | #ifdef HAVE_SYS_TYPES_H
    | #include <sys/types.h>
    | #endif
    | #ifdef HAVE_SYS_SOCKET_H
    | #include <sys/socket.h>
    | #endif
    | extern unsigned int PASCAL accept (int, const struct sockaddr *, void *);
    | int
    | main ()
    | {
    |
    |   ;
    |   return 0;
    | }
    configure:18506: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c:58:28: error: conflicting types for 'accept'
    d:/amber/devtool/mingw64-1.0-20100913/lib/gcc/../../x86_64-w64-mingw32/include/winsock2.h:1035:37:
    note: previous declaration of 'accept' was here
    configure:18513: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | #define HAVE_SYS_SOCKET_H 1
    | #define HAVE_SYS_TIME_H 1
    | #define HAVE_UTIME_H 1
    | #define HAVE_WCHAR_H 1
    | #define HAVE_WCTYPE_H 1
    | #define HAVE_NETINET_IN_H 1
    | #define USE_INLINE 1
    | #define HAVE_STRINGIZE 1
    | #define HAVE_FUNCNAME__FUNC 1
    | #define HAVE_TZNAME 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
    | #define HAVE_STRUCT_ADDRINFO 1
    | #define HAVE_INTPTR_T 1
    | #define HAVE_UINTPTR_T 1
    | #define HAVE_LONG_LONG_INT 1
    | #define HAVE_STRUCT_OPTION 1
    | #define SIZEOF_OFF_T 4
    | #define HAVE_INT_TIMEZONE /**/
    | /* end confdefs.h.  */
    | #ifdef HAVE_SYS_TYPES_H
    | #include <sys/types.h>
    | #endif
    | #ifdef HAVE_SYS_SOCKET_H
    | #include <sys/socket.h>
    | #endif
    | extern unsigned int PASCAL accept (int, void *, int *);
    | int
    | main ()
    | {
    |
    |   ;
    |   return 0;
    | }
    configure:18506: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c:58:28: error: conflicting types for 'accept'
    d:/amber/devtool/mingw64-1.0-20100913/lib/gcc/../../x86_64-w64-mingw32/include/winsock2.h:1035:37:
    note: previous declaration of 'accept' was here
    configure:18513: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | #define HAVE_SYS_SOCKET_H 1
    | #define HAVE_SYS_TIME_H 1
    | #define HAVE_UTIME_H 1
    | #define HAVE_WCHAR_H 1
    | #define HAVE_WCTYPE_H 1
    | #define HAVE_NETINET_IN_H 1
    | #define USE_INLINE 1
    | #define HAVE_STRINGIZE 1
    | #define HAVE_FUNCNAME__FUNC 1
    | #define HAVE_TZNAME 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
    | #define HAVE_STRUCT_ADDRINFO 1
    | #define HAVE_INTPTR_T 1
    | #define HAVE_UINTPTR_T 1
    | #define HAVE_LONG_LONG_INT 1
    | #define HAVE_STRUCT_OPTION 1
    | #define SIZEOF_OFF_T 4
    | #define HAVE_INT_TIMEZONE /**/
    | /* end confdefs.h.  */
    | #ifdef HAVE_SYS_TYPES_H
    | #include <sys/types.h>
    | #endif
    | #ifdef HAVE_SYS_SOCKET_H
    | #include <sys/socket.h>
    | #endif
    | extern unsigned int PASCAL accept (int, void *, size_t *);
    | int
    | main ()
    | {
    |
    |   ;
    |   return 0;
    | }
    configure:18506: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c:58:28: error: conflicting types for 'accept'
    d:/amber/devtool/mingw64-1.0-20100913/lib/gcc/../../x86_64-w64-mingw32/include/winsock2.h:1035:37:
    note: previous declaration of 'accept' was here
    configure:18513: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | #define HAVE_SYS_SOCKET_H 1
    | #define HAVE_SYS_TIME_H 1
    | #define HAVE_UTIME_H 1
    | #define HAVE_WCHAR_H 1
    | #define HAVE_WCTYPE_H 1
    | #define HAVE_NETINET_IN_H 1
    | #define USE_INLINE 1
    | #define HAVE_STRINGIZE 1
    | #define HAVE_FUNCNAME__FUNC 1
    | #define HAVE_TZNAME 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
    | #define HAVE_STRUCT_ADDRINFO 1
    | #define HAVE_INTPTR_T 1
    | #define HAVE_UINTPTR_T 1
    | #define HAVE_LONG_LONG_INT 1
    | #define HAVE_STRUCT_OPTION 1
    | #define SIZEOF_OFF_T 4
    | #define HAVE_INT_TIMEZONE /**/
    | /* end confdefs.h.  */
    | #ifdef HAVE_SYS_TYPES_H
    | #include <sys/types.h>
    | #endif
    | #ifdef HAVE_SYS_SOCKET_H
    | #include <sys/socket.h>
    | #endif
    | extern unsigned int PASCAL accept (int, void *, socklen_t *);
    | int
    | main ()
    | {
    |
    |   ;
    |   return 0;
    | }
    configure:18506: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c:58:28: error: conflicting types for 'accept'
    d:/amber/devtool/mingw64-1.0-20100913/lib/gcc/../../x86_64-w64-mingw32/include/winsock2.h:1035:37:
    note: previous declaration of 'accept' was here
    configure:18513: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | #define HAVE_SYS_SOCKET_H 1
    | #define HAVE_SYS_TIME_H 1
    | #define HAVE_UTIME_H 1
    | #define HAVE_WCHAR_H 1
    | #define HAVE_WCTYPE_H 1
    | #define HAVE_NETINET_IN_H 1
    | #define USE_INLINE 1
    | #define HAVE_STRINGIZE 1
    | #define HAVE_FUNCNAME__FUNC 1
    | #define HAVE_TZNAME 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
    | #define HAVE_STRUCT_ADDRINFO 1
    | #define HAVE_INTPTR_T 1
    | #define HAVE_UINTPTR_T 1
    | #define HAVE_LONG_LONG_INT 1
    | #define HAVE_STRUCT_OPTION 1
    | #define SIZEOF_OFF_T 4
    | #define HAVE_INT_TIMEZONE /**/
    | /* end confdefs.h.  */
    | #ifdef HAVE_SYS_TYPES_H
    | #include <sys/types.h>
    | #endif
    | #ifdef HAVE_SYS_SOCKET_H
    | #include <sys/socket.h>
    | #endif
    | extern unsigned int PASCAL accept (int, void *, unsigned int *);
    | int
    | main ()
    | {
    |
    |   ;
    |   return 0;
    | }
    configure:18506: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c:58:28: error: conflicting types for 'accept'
    d:/amber/devtool/mingw64-1.0-20100913/lib/gcc/../../x86_64-w64-mingw32/include/winsock2.h:1035:37:
    note: previous declaration of 'accept' was here
    configure:18513: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | #define HAVE_SYS_SOCKET_H 1
    | #define HAVE_SYS_TIME_H 1
    | #define HAVE_UTIME_H 1
    | #define HAVE_WCHAR_H 1
    | #define HAVE_WCTYPE_H 1
    | #define HAVE_NETINET_IN_H 1
    | #define USE_INLINE 1
    | #define HAVE_STRINGIZE 1
    | #define HAVE_FUNCNAME__FUNC 1
    | #define HAVE_TZNAME 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
    | #define HAVE_STRUCT_ADDRINFO 1
    | #define HAVE_INTPTR_T 1
    | #define HAVE_UINTPTR_T 1
    | #define HAVE_LONG_LONG_INT 1
    | #define HAVE_STRUCT_OPTION 1
    | #define SIZEOF_OFF_T 4
    | #define HAVE_INT_TIMEZONE /**/
    | /* end confdefs.h.  */
    | #ifdef HAVE_SYS_TYPES_H
    | #include <sys/types.h>
    | #endif
    | #ifdef HAVE_SYS_SOCKET_H
    | #include <sys/socket.h>
    | #endif
    | extern unsigned int PASCAL accept (int, void *, void *);
    | int
    | main ()
    | {
    |
    |   ;
    |   return 0;
    | }
    configure:18506: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c:58:28: error: conflicting types for 'accept'
    d:/amber/devtool/mingw64-1.0-20100913/lib/gcc/../../x86_64-w64-mingw32/include/winsock2.h:1035:37:
    note: previous declaration of 'accept' was here
    configure:18513: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | #define HAVE_SYS_SOCKET_H 1
    | #define HAVE_SYS_TIME_H 1
    | #define HAVE_UTIME_H 1
    | #define HAVE_WCHAR_H 1
    | #define HAVE_WCTYPE_H 1
    | #define HAVE_NETINET_IN_H 1
    | #define USE_INLINE 1
    | #define HAVE_STRINGIZE 1
    | #define HAVE_FUNCNAME__FUNC 1
    | #define HAVE_TZNAME 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
    | #define HAVE_STRUCT_ADDRINFO 1
    | #define HAVE_INTPTR_T 1
    | #define HAVE_UINTPTR_T 1
    | #define HAVE_LONG_LONG_INT 1
    | #define HAVE_STRUCT_OPTION 1
    | #define SIZEOF_OFF_T 4
    | #define HAVE_INT_TIMEZONE /**/
    | /* end confdefs.h.  */
    | #ifdef HAVE_SYS_TYPES_H
    | #include <sys/types.h>
    | #endif
    | #ifdef HAVE_SYS_SOCKET_H
    | #include <sys/socket.h>
    | #endif
    | extern unsigned int PASCAL accept (unsigned int, struct sockaddr *, int *);
    | int
    | main ()
    | {
    |
    |   ;
    |   return 0;
    | }
    configure:18506: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c:58:28: error: conflicting types for 'accept'
    d:/amber/devtool/mingw64-1.0-20100913/lib/gcc/../../x86_64-w64-mingw32/include/winsock2.h:1035:37:
    note: previous declaration of 'accept' was here
    configure:18513: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | #define HAVE_SYS_SOCKET_H 1
    | #define HAVE_SYS_TIME_H 1
    | #define HAVE_UTIME_H 1
    | #define HAVE_WCHAR_H 1
    | #define HAVE_WCTYPE_H 1
    | #define HAVE_NETINET_IN_H 1
    | #define USE_INLINE 1
    | #define HAVE_STRINGIZE 1
    | #define HAVE_FUNCNAME__FUNC 1
    | #define HAVE_TZNAME 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
    | #define HAVE_STRUCT_ADDRINFO 1
    | #define HAVE_INTPTR_T 1
    | #define HAVE_UINTPTR_T 1
    | #define HAVE_LONG_LONG_INT 1
    | #define HAVE_STRUCT_OPTION 1
    | #define SIZEOF_OFF_T 4
    | #define HAVE_INT_TIMEZONE /**/
    | /* end confdefs.h.  */
    | #ifdef HAVE_SYS_TYPES_H
    | #include <sys/types.h>
    | #endif
    | #ifdef HAVE_SYS_SOCKET_H
    | #include <sys/socket.h>
    | #endif
    | extern unsigned int PASCAL accept (unsigned int, struct sockaddr *, size_t *);
    | int
    | main ()
    | {
    |
    |   ;
    |   return 0;
    | }
    configure:18506: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c:58:28: error: conflicting types for 'accept'
    d:/amber/devtool/mingw64-1.0-20100913/lib/gcc/../../x86_64-w64-mingw32/include/winsock2.h:1035:37:
    note: previous declaration of 'accept' was here
    configure:18513: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | #define HAVE_SYS_SOCKET_H 1
    | #define HAVE_SYS_TIME_H 1
    | #define HAVE_UTIME_H 1
    | #define HAVE_WCHAR_H 1
    | #define HAVE_WCTYPE_H 1
    | #define HAVE_NETINET_IN_H 1
    | #define USE_INLINE 1
    | #define HAVE_STRINGIZE 1
    | #define HAVE_FUNCNAME__FUNC 1
    | #define HAVE_TZNAME 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
    | #define HAVE_STRUCT_ADDRINFO 1
    | #define HAVE_INTPTR_T 1
    | #define HAVE_UINTPTR_T 1
    | #define HAVE_LONG_LONG_INT 1
    | #define HAVE_STRUCT_OPTION 1
    | #define SIZEOF_OFF_T 4
    | #define HAVE_INT_TIMEZONE /**/
    | /* end confdefs.h.  */
    | #ifdef HAVE_SYS_TYPES_H
    | #include <sys/types.h>
    | #endif
    | #ifdef HAVE_SYS_SOCKET_H
    | #include <sys/socket.h>
    | #endif
    | extern unsigned int PASCAL accept (unsigned int, struct sockaddr *,
    socklen_t *);
    | int
    | main ()
    | {
    |
    |   ;
    |   return 0;
    | }
    configure:18506: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c:58:28: error: conflicting types for 'accept'
    d:/amber/devtool/mingw64-1.0-20100913/lib/gcc/../../x86_64-w64-mingw32/include/winsock2.h:1035:37:
    note: previous declaration of 'accept' was here
    configure:18513: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | #define HAVE_SYS_SOCKET_H 1
    | #define HAVE_SYS_TIME_H 1
    | #define HAVE_UTIME_H 1
    | #define HAVE_WCHAR_H 1
    | #define HAVE_WCTYPE_H 1
    | #define HAVE_NETINET_IN_H 1
    | #define USE_INLINE 1
    | #define HAVE_STRINGIZE 1
    | #define HAVE_FUNCNAME__FUNC 1
    | #define HAVE_TZNAME 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
    | #define HAVE_STRUCT_ADDRINFO 1
    | #define HAVE_INTPTR_T 1
    | #define HAVE_UINTPTR_T 1
    | #define HAVE_LONG_LONG_INT 1
    | #define HAVE_STRUCT_OPTION 1
    | #define SIZEOF_OFF_T 4
    | #define HAVE_INT_TIMEZONE /**/
    | /* end confdefs.h.  */
    | #ifdef HAVE_SYS_TYPES_H
    | #include <sys/types.h>
    | #endif
    | #ifdef HAVE_SYS_SOCKET_H
    | #include <sys/socket.h>
    | #endif
    | extern unsigned int PASCAL accept (unsigned int, struct sockaddr *,
    unsigned int *);
    | int
    | main ()
    | {
    |
    |   ;
    |   return 0;
    | }
    configure:18506: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c:58:28: error: conflicting types for 'accept'
    d:/amber/devtool/mingw64-1.0-20100913/lib/gcc/../../x86_64-w64-mingw32/include/winsock2.h:1035:37:
    note: previous declaration of 'accept' was here
    configure:18513: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | #define HAVE_SYS_SOCKET_H 1
    | #define HAVE_SYS_TIME_H 1
    | #define HAVE_UTIME_H 1
    | #define HAVE_WCHAR_H 1
    | #define HAVE_WCTYPE_H 1
    | #define HAVE_NETINET_IN_H 1
    | #define USE_INLINE 1
    | #define HAVE_STRINGIZE 1
    | #define HAVE_FUNCNAME__FUNC 1
    | #define HAVE_TZNAME 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
    | #define HAVE_STRUCT_ADDRINFO 1
    | #define HAVE_INTPTR_T 1
    | #define HAVE_UINTPTR_T 1
    | #define HAVE_LONG_LONG_INT 1
    | #define HAVE_STRUCT_OPTION 1
    | #define SIZEOF_OFF_T 4
    | #define HAVE_INT_TIMEZONE /**/
    | /* end confdefs.h.  */
    | #ifdef HAVE_SYS_TYPES_H
    | #include <sys/types.h>
    | #endif
    | #ifdef HAVE_SYS_SOCKET_H
    | #include <sys/socket.h>
    | #endif
    | extern unsigned int PASCAL accept (unsigned int, struct sockaddr *, void *);
    | int
    | main ()
    | {
    |
    |   ;
    |   return 0;
    | }
    configure:18506: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c:58:28: error: conflicting types for 'accept'
    d:/amber/devtool/mingw64-1.0-20100913/lib/gcc/../../x86_64-w64-mingw32/include/winsock2.h:1035:37:
    note: previous declaration of 'accept' was here
    configure:18513: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | #define HAVE_SYS_SOCKET_H 1
    | #define HAVE_SYS_TIME_H 1
    | #define HAVE_UTIME_H 1
    | #define HAVE_WCHAR_H 1
    | #define HAVE_WCTYPE_H 1
    | #define HAVE_NETINET_IN_H 1
    | #define USE_INLINE 1
    | #define HAVE_STRINGIZE 1
    | #define HAVE_FUNCNAME__FUNC 1
    | #define HAVE_TZNAME 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
    | #define HAVE_STRUCT_ADDRINFO 1
    | #define HAVE_INTPTR_T 1
    | #define HAVE_UINTPTR_T 1
    | #define HAVE_LONG_LONG_INT 1
    | #define HAVE_STRUCT_OPTION 1
    | #define SIZEOF_OFF_T 4
    | #define HAVE_INT_TIMEZONE /**/
    | /* end confdefs.h.  */
    | #ifdef HAVE_SYS_TYPES_H
    | #include <sys/types.h>
    | #endif
    | #ifdef HAVE_SYS_SOCKET_H
    | #include <sys/socket.h>
    | #endif
    | extern unsigned int PASCAL accept (unsigned int, const struct
    sockaddr *, int *);
    | int
    | main ()
    | {
    |
    |   ;
    |   return 0;
    | }
    configure:18506: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c:58:28: error: conflicting types for 'accept'
    d:/amber/devtool/mingw64-1.0-20100913/lib/gcc/../../x86_64-w64-mingw32/include/winsock2.h:1035:37:
    note: previous declaration of 'accept' was here
    configure:18513: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | #define HAVE_SYS_SOCKET_H 1
    | #define HAVE_SYS_TIME_H 1
    | #define HAVE_UTIME_H 1
    | #define HAVE_WCHAR_H 1
    | #define HAVE_WCTYPE_H 1
    | #define HAVE_NETINET_IN_H 1
    | #define USE_INLINE 1
    | #define HAVE_STRINGIZE 1
    | #define HAVE_FUNCNAME__FUNC 1
    | #define HAVE_TZNAME 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
    | #define HAVE_STRUCT_ADDRINFO 1
    | #define HAVE_INTPTR_T 1
    | #define HAVE_UINTPTR_T 1
    | #define HAVE_LONG_LONG_INT 1
    | #define HAVE_STRUCT_OPTION 1
    | #define SIZEOF_OFF_T 4
    | #define HAVE_INT_TIMEZONE /**/
    | /* end confdefs.h.  */
    | #ifdef HAVE_SYS_TYPES_H
    | #include <sys/types.h>
    | #endif
    | #ifdef HAVE_SYS_SOCKET_H
    | #include <sys/socket.h>
    | #endif
    | extern unsigned int PASCAL accept (unsigned int, const struct
    sockaddr *, size_t *);
    | int
    | main ()
    | {
    |
    |   ;
    |   return 0;
    | }
    configure:18506: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c:58:28: error: conflicting types for 'accept'
    d:/amber/devtool/mingw64-1.0-20100913/lib/gcc/../../x86_64-w64-mingw32/include/winsock2.h:1035:37:
    note: previous declaration of 'accept' was here
    configure:18513: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | #define HAVE_SYS_SOCKET_H 1
    | #define HAVE_SYS_TIME_H 1
    | #define HAVE_UTIME_H 1
    | #define HAVE_WCHAR_H 1
    | #define HAVE_WCTYPE_H 1
    | #define HAVE_NETINET_IN_H 1
    | #define USE_INLINE 1
    | #define HAVE_STRINGIZE 1
    | #define HAVE_FUNCNAME__FUNC 1
    | #define HAVE_TZNAME 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
    | #define HAVE_STRUCT_ADDRINFO 1
    | #define HAVE_INTPTR_T 1
    | #define HAVE_UINTPTR_T 1
    | #define HAVE_LONG_LONG_INT 1
    | #define HAVE_STRUCT_OPTION 1
    | #define SIZEOF_OFF_T 4
    | #define HAVE_INT_TIMEZONE /**/
    | /* end confdefs.h.  */
    | #ifdef HAVE_SYS_TYPES_H
    | #include <sys/types.h>
    | #endif
    | #ifdef HAVE_SYS_SOCKET_H
    | #include <sys/socket.h>
    | #endif
    | extern unsigned int PASCAL accept (unsigned int, const struct
    sockaddr *, socklen_t *);
    | int
    | main ()
    | {
    |
    |   ;
    |   return 0;
    | }
    configure:18506: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c:58:28: error: conflicting types for 'accept'
    d:/amber/devtool/mingw64-1.0-20100913/lib/gcc/../../x86_64-w64-mingw32/include/winsock2.h:1035:37:
    note: previous declaration of 'accept' was here
    configure:18513: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | #define HAVE_SYS_SOCKET_H 1
    | #define HAVE_SYS_TIME_H 1
    | #define HAVE_UTIME_H 1
    | #define HAVE_WCHAR_H 1
    | #define HAVE_WCTYPE_H 1
    | #define HAVE_NETINET_IN_H 1
    | #define USE_INLINE 1
    | #define HAVE_STRINGIZE 1
    | #define HAVE_FUNCNAME__FUNC 1
    | #define HAVE_TZNAME 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
    | #define HAVE_STRUCT_ADDRINFO 1
    | #define HAVE_INTPTR_T 1
    | #define HAVE_UINTPTR_T 1
    | #define HAVE_LONG_LONG_INT 1
    | #define HAVE_STRUCT_OPTION 1
    | #define SIZEOF_OFF_T 4
    | #define HAVE_INT_TIMEZONE /**/
    | /* end confdefs.h.  */
    | #ifdef HAVE_SYS_TYPES_H
    | #include <sys/types.h>
    | #endif
    | #ifdef HAVE_SYS_SOCKET_H
    | #include <sys/socket.h>
    | #endif
    | extern unsigned int PASCAL accept (unsigned int, const struct
    sockaddr *, unsigned int *);
    | int
    | main ()
    | {
    |
    |   ;
    |   return 0;
    | }
    configure:18506: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c:58:28: error: conflicting types for 'accept'
    d:/amber/devtool/mingw64-1.0-20100913/lib/gcc/../../x86_64-w64-mingw32/include/winsock2.h:1035:37:
    note: previous declaration of 'accept' was here
    configure:18513: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | #define HAVE_SYS_SOCKET_H 1
    | #define HAVE_SYS_TIME_H 1
    | #define HAVE_UTIME_H 1
    | #define HAVE_WCHAR_H 1
    | #define HAVE_WCTYPE_H 1
    | #define HAVE_NETINET_IN_H 1
    | #define USE_INLINE 1
    | #define HAVE_STRINGIZE 1
    | #define HAVE_FUNCNAME__FUNC 1
    | #define HAVE_TZNAME 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
    | #define HAVE_STRUCT_ADDRINFO 1
    | #define HAVE_INTPTR_T 1
    | #define HAVE_UINTPTR_T 1
    | #define HAVE_LONG_LONG_INT 1
    | #define HAVE_STRUCT_OPTION 1
    | #define SIZEOF_OFF_T 4
    | #define HAVE_INT_TIMEZONE /**/
    | /* end confdefs.h.  */
    | #ifdef HAVE_SYS_TYPES_H
    | #include <sys/types.h>
    | #endif
    | #ifdef HAVE_SYS_SOCKET_H
    | #include <sys/socket.h>
    | #endif
    | extern unsigned int PASCAL accept (unsigned int, const struct
    sockaddr *, void *);
    | int
    | main ()
    | {
    |
    |   ;
    |   return 0;
    | }
    configure:18506: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c:58:28: error: conflicting types for 'accept'
    d:/amber/devtool/mingw64-1.0-20100913/lib/gcc/../../x86_64-w64-mingw32/include/winsock2.h:1035:37:
    note: previous declaration of 'accept' was here
    configure:18513: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | #define HAVE_SYS_SOCKET_H 1
    | #define HAVE_SYS_TIME_H 1
    | #define HAVE_UTIME_H 1
    | #define HAVE_WCHAR_H 1
    | #define HAVE_WCTYPE_H 1
    | #define HAVE_NETINET_IN_H 1
    | #define USE_INLINE 1
    | #define HAVE_STRINGIZE 1
    | #define HAVE_FUNCNAME__FUNC 1
    | #define HAVE_TZNAME 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
    | #define HAVE_STRUCT_ADDRINFO 1
    | #define HAVE_INTPTR_T 1
    | #define HAVE_UINTPTR_T 1
    | #define HAVE_LONG_LONG_INT 1
    | #define HAVE_STRUCT_OPTION 1
    | #define SIZEOF_OFF_T 4
    | #define HAVE_INT_TIMEZONE /**/
    | /* end confdefs.h.  */
    | #ifdef HAVE_SYS_TYPES_H
    | #include <sys/types.h>
    | #endif
    | #ifdef HAVE_SYS_SOCKET_H
    | #include <sys/socket.h>
    | #endif
    | extern unsigned int PASCAL accept (unsigned int, void *, int *);
    | int
    | main ()
    | {
    |
    |   ;
    |   return 0;
    | }
    configure:18506: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c:58:28: error: conflicting types for 'accept'
    d:/amber/devtool/mingw64-1.0-20100913/lib/gcc/../../x86_64-w64-mingw32/include/winsock2.h:1035:37:
    note: previous declaration of 'accept' was here
    configure:18513: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | #define HAVE_SYS_SOCKET_H 1
    | #define HAVE_SYS_TIME_H 1
    | #define HAVE_UTIME_H 1
    | #define HAVE_WCHAR_H 1
    | #define HAVE_WCTYPE_H 1
    | #define HAVE_NETINET_IN_H 1
    | #define USE_INLINE 1
    | #define HAVE_STRINGIZE 1
    | #define HAVE_FUNCNAME__FUNC 1
    | #define HAVE_TZNAME 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
    | #define HAVE_STRUCT_ADDRINFO 1
    | #define HAVE_INTPTR_T 1
    | #define HAVE_UINTPTR_T 1
    | #define HAVE_LONG_LONG_INT 1
    | #define HAVE_STRUCT_OPTION 1
    | #define SIZEOF_OFF_T 4
    | #define HAVE_INT_TIMEZONE /**/
    | /* end confdefs.h.  */
    | #ifdef HAVE_SYS_TYPES_H
    | #include <sys/types.h>
    | #endif
    | #ifdef HAVE_SYS_SOCKET_H
    | #include <sys/socket.h>
    | #endif
    | extern unsigned int PASCAL accept (unsigned int, void *, size_t *);
    | int
    | main ()
    | {
    |
    |   ;
    |   return 0;
    | }
    configure:18506: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c:58:28: error: conflicting types for 'accept'
    d:/amber/devtool/mingw64-1.0-20100913/lib/gcc/../../x86_64-w64-mingw32/include/winsock2.h:1035:37:
    note: previous declaration of 'accept' was here
    configure:18513: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | #define HAVE_SYS_SOCKET_H 1
    | #define HAVE_SYS_TIME_H 1
    | #define HAVE_UTIME_H 1
    | #define HAVE_WCHAR_H 1
    | #define HAVE_WCTYPE_H 1
    | #define HAVE_NETINET_IN_H 1
    | #define USE_INLINE 1
    | #define HAVE_STRINGIZE 1
    | #define HAVE_FUNCNAME__FUNC 1
    | #define HAVE_TZNAME 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
    | #define HAVE_STRUCT_ADDRINFO 1
    | #define HAVE_INTPTR_T 1
    | #define HAVE_UINTPTR_T 1
    | #define HAVE_LONG_LONG_INT 1
    | #define HAVE_STRUCT_OPTION 1
    | #define SIZEOF_OFF_T 4
    | #define HAVE_INT_TIMEZONE /**/
    | /* end confdefs.h.  */
    | #ifdef HAVE_SYS_TYPES_H
    | #include <sys/types.h>
    | #endif
    | #ifdef HAVE_SYS_SOCKET_H
    | #include <sys/socket.h>
    | #endif
    | extern unsigned int PASCAL accept (unsigned int, void *, socklen_t *);
    | int
    | main ()
    | {
    |
    |   ;
    |   return 0;
    | }
    configure:18506: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c:58:28: error: conflicting types for 'accept'
    d:/amber/devtool/mingw64-1.0-20100913/lib/gcc/../../x86_64-w64-mingw32/include/winsock2.h:1035:37:
    note: previous declaration of 'accept' was here
    configure:18513: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | #define HAVE_SYS_SOCKET_H 1
    | #define HAVE_SYS_TIME_H 1
    | #define HAVE_UTIME_H 1
    | #define HAVE_WCHAR_H 1
    | #define HAVE_WCTYPE_H 1
    | #define HAVE_NETINET_IN_H 1
    | #define USE_INLINE 1
    | #define HAVE_STRINGIZE 1
    | #define HAVE_FUNCNAME__FUNC 1
    | #define HAVE_TZNAME 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
    | #define HAVE_STRUCT_ADDRINFO 1
    | #define HAVE_INTPTR_T 1
    | #define HAVE_UINTPTR_T 1
    | #define HAVE_LONG_LONG_INT 1
    | #define HAVE_STRUCT_OPTION 1
    | #define SIZEOF_OFF_T 4
    | #define HAVE_INT_TIMEZONE /**/
    | /* end confdefs.h.  */
    | #ifdef HAVE_SYS_TYPES_H
    | #include <sys/types.h>
    | #endif
    | #ifdef HAVE_SYS_SOCKET_H
    | #include <sys/socket.h>
    | #endif
    | extern unsigned int PASCAL accept (unsigned int, void *, unsigned int *);
    | int
    | main ()
    | {
    |
    |   ;
    |   return 0;
    | }
    configure:18506: x86_64-w64-mingw32-gcc -c -O2 -Wall
    -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
    -Wendif-labels -fno-strict-aliasing -fwrapv
    -I./src/include/port/win32 -DEXEC_BACKEND  conftest.c >&5
    conftest.c:58:28: error: conflicting types for 'accept'
    d:/amber/devtool/mingw64-1.0-20100913/lib/gcc/../../x86_64-w64-mingw32/include/winsock2.h:1035:37:
    note: previous declaration of 'accept' was here
    configure:18513: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "PostgreSQL"
    | #define PACKAGE_TARNAME "postgresql"
    | #define PACKAGE_VERSION "9.0.2"
    | #define PACKAGE_STRING "PostgreSQL 9.0.2"
    | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    | #define PG_VERSION "9.0.2"
    | #define PG_MAJORVERSION "9.0"
    | #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 ENABLE_THREAD_SAFETY 1
    | #define PG_KRB_SRVNAM "postgres"
    | #define HAVE_LIBM 1
    | #define HAVE_SPINLOCKS 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_GETOPT_H 1
    | #define HAVE_PWD_H 1
    | #define HAVE_SYS_SOCKET_H 1
    | #define HAVE_SYS_TIME_H 1
    | #define HAVE_UTIME_H 1
    | #define HAVE_WCHAR_H 1
    | #define HAVE_WCTYPE_H 1
    | #define HAVE_NETINET_IN_H 1
    | #define USE_INLINE 1
    | #define HAVE_STRINGIZE 1
    | #define HAVE_FUNCNAME__FUNC 1
    | #define HAVE_TZNAME 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
    | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
    | #define HAVE_STRUCT_ADDRINFO 1
    | #define HAVE_INTPTR_T 1
    | #define HAVE_UINTPTR_T 1
    | #define HAVE_LONG_LONG_INT 1
    | #define HAVE_STRUCT_OPTION 1
    | #define SIZEOF_OFF_T 4
    | #define HAVE_INT_TIMEZONE /**/
    | /* end confdefs.h.  */
    | #ifdef HAVE_SYS_TYPES_H
    | #include <sys/types.h>
    | #endif
    | #ifdef HAVE_SYS_SOCKET_H
    | #include <sys/socket.h>
    | #endif
    | extern unsigned int PASCAL accept (unsigned int, void *, void *);
    | int
    | main ()
    | {
    |
    |   ;
    |   return 0;
    | }
    configure:18532: error: could not determine argument types
    
    ## ---------------- ##
    ## Cache variables. ##
    ## ---------------- ##
    
    ac_cv_build=i686-pc-mingw32
    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_EX_set=
    ac_cv_env_LDFLAGS_EX_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=set
    ac_cv_env_host_alias_value=x86_64-w64-mingw32
    ac_cv_env_target_alias_set=
    ac_cv_env_target_alias_value=
    ac_cv_exeext=.exe
    ac_cv_func_accept_arg1='unsigned int'
    ac_cv_func_accept_arg2='void *'
    ac_cv_func_accept_arg3=void
    ac_cv_func_accept_return='unsigned int PASCAL'
    ac_cv_header_SupportDefs_h=no
    ac_cv_header_crypt_h=no
    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_ifaddrs_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=no
    ac_cv_header_memory_h=yes
    ac_cv_header_net_if_h=no
    ac_cv_header_netinet_in_h=yes
    ac_cv_header_netinet_tcp_h=no
    ac_cv_header_poll_h=no
    ac_cv_header_pwd_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_ioctl_h=no
    ac_cv_header_sys_ipc_h=no
    ac_cv_header_sys_poll_h=no
    ac_cv_header_sys_pstat_h=no
    ac_cv_header_sys_resource_h=no
    ac_cv_header_sys_select_h=no
    ac_cv_header_sys_sem_h=no
    ac_cv_header_sys_shm_h=no
    ac_cv_header_sys_socket_h=yes
    ac_cv_header_sys_sockio_h=no
    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=no
    ac_cv_header_termios_h=no
    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_host=x86_64-w64-mingw32
    ac_cv_lib_m_main=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=no
    ac_cv_objext=o
    ac_cv_path_BISON=/bin/bison
    ac_cv_path_EGREP='/bin/grep -E'
    ac_cv_path_GREP=/bin/grep
    ac_cv_path_LD=d:/amber/devtool/mingw64-1.0-20100913/x86_64-w64-mingw32/bin/ld.exe
    ac_cv_path_PERL=/bin/perl
    ac_cv_path_TAR=/bin/tar
    ac_cv_path_mkdir=/bin/mkdir
    ac_cv_prog_AR=x86_64-w64-mingw32-ar
    ac_cv_prog_AWK=gawk
    ac_cv_prog_CC=x86_64-w64-mingw32-gcc
    ac_cv_prog_CPP='x86_64-w64-mingw32-gcc -E'
    ac_cv_prog_DLLTOOL=x86_64-w64-mingw32-dlltool
    ac_cv_prog_DLLWRAP=x86_64-w64-mingw32-dllwrap
    ac_cv_prog_RANLIB=x86_64-w64-mingw32-ranlib
    ac_cv_prog_STRIP=x86_64-w64-mingw32-strip
    ac_cv_prog_WINDRES=x86_64-w64-mingw32-windres
    ac_cv_prog_cc_c89=
    ac_cv_prog_cc_g=yes
    ac_cv_prog_gnu_ld=yes
    ac_cv_search_crypt=no
    ac_cv_search_dlopen=no
    ac_cv_search_fdatasync=no
    ac_cv_search_gethostbyname_r=no
    ac_cv_search_getopt_long='none required'
    ac_cv_search_setproctitle=no
    ac_cv_search_shl_load=no
    ac_cv_search_shmget=no
    ac_cv_search_socket=-lwsock32
    ac_cv_sizeof_off_t=4
    ac_cv_struct_tm=time.h
    ac_cv_sys_file_offset_bits=unknown
    ac_cv_sys_large_files=unknown
    ac_cv_sys_largefile_CC=no
    ac_cv_type_intptr_t=yes
    ac_cv_type_long_long_int=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_storage=yes
    ac_cv_type_struct_sockaddr_un=no
    ac_cv_type_struct_sockcred=no
    ac_cv_type_uintptr_t=yes
    ac_cv_type_union_semun=no
    ac_cv_var_tzname=yes
    pgac_cv_c_inline_quietly=yes
    pgac_cv_c_signed=yes
    pgac_cv_funcname_func_support=yes
    pgac_cv_path_flex=/bin/flex
    pgac_cv_var_int_timezone=yes
    
    ## ----------------- ##
    ## Output variables. ##
    ## ----------------- ##
    
    AR='x86_64-w64-mingw32-ar'
    AWK='gawk'
    BISON='/bin/bison'
    BISONFLAGS=''
    CC='x86_64-w64-mingw32-gcc'
    CFLAGS='-O2 -Wall -Wmissing-prototypes -Wpointer-arith
    -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing
    -fwrapv'
    COLLATEINDEX=''
    CPP='x86_64-w64-mingw32-gcc -E'
    CPPFLAGS=' -I./src/include/port/win32 -DEXEC_BACKEND '
    DEFS=''
    DLLTOOL='x86_64-w64-mingw32-dlltool'
    DLLWRAP='x86_64-w64-mingw32-dllwrap'
    DOCBOOKSTYLE=''
    DTRACE=''
    DTRACEFLAGS=''
    ECHO_C=''
    ECHO_N='-n'
    ECHO_T=''
    EGREP='/bin/grep -E'
    ELF_SYS=''
    EXEEXT='.exe'
    FLEX='/bin/flex'
    FLEXFLAGS=''
    GCC='yes'
    GCOV=''
    GENHTML=''
    GREP='/bin/grep'
    HAVE_IPV6=''
    HAVE_POSIX_SIGNALS=''
    INCLUDES=''
    JADE=''
    LCOV=''
    LD='d:/amber/devtool/mingw64-1.0-20100913/x86_64-w64-mingw32/bin/ld.exe'
    LDAP_LIBS_BE=''
    LDAP_LIBS_FE=''
    LDFLAGS='-Wl,--allow-multiple-definition '
    LDFLAGS_EX=''
    LDFLAGS_SL=''
    LIBOBJS=''
    LIBS='-lwsock32 -lm '
    LN_S='cp -p'
    LTLIBOBJS=''
    MKDIR_P='/bin/mkdir -p'
    MSGFMT=''
    MSGMERGE=''
    NSGMLS=''
    OBJEXT='o'
    OSSP_UUID_LIBS=''
    OSX=''
    PACKAGE_BUGREPORT='pgsql-bugs@postgresql.org'
    PACKAGE_NAME='PostgreSQL'
    PACKAGE_STRING='PostgreSQL 9.0.2'
    PACKAGE_TARNAME='postgresql'
    PACKAGE_VERSION='9.0.2'
    PATH_SEPARATOR=':'
    PERL=''
    PG_MAJORVERSION='9.0'
    PORTNAME='win32'
    PTHREAD_CC=''
    PTHREAD_CFLAGS=''
    PTHREAD_LIBS=''
    PYTHON=''
    RANLIB='x86_64-w64-mingw32-ranlib'
    SHELL='/bin/sh'
    STRIP='x86_64-w64-mingw32-strip'
    STRIP_SHARED_LIB='x86_64-w64-mingw32-strip --strip-unneeded'
    STRIP_STATIC_LIB='x86_64-w64-mingw32-strip -x'
    SUN_STUDIO_CC='no'
    TAR='/bin/tar'
    TAS=''
    TCLSH=''
    TCL_CONFIG_SH=''
    TCL_INCLUDE_SPEC=''
    TCL_LIBS=''
    TCL_LIB_FILE=''
    TCL_LIB_SPEC=''
    TCL_SHARED_BUILD=''
    TCL_SHLIB_LD_LIBS=''
    WANTED_LANGUAGES=''
    WINDRES='x86_64-w64-mingw32-windres'
    XGETTEXT=''
    XML2_CONFIG=''
    XSLTPROC=''
    ZIC=''
    ac_ct_CC=''
    acx_pthread_config=''
    autodepend=''
    bindir='${exec_prefix}/bin'
    build='i686-pc-mingw32'
    build_alias=''
    build_cpu='i686'
    build_os='mingw32'
    build_vendor='pc'
    configure_args=' '\''--without-zlib'\''
    '\''--host=x86_64-w64-mingw32'\''
    '\''--with-system-tzdata=/usr/share/zoneinfo'\''
    '\''host_alias=x86_64-w64-mingw32'\'''
    datadir='${datarootdir}'
    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='yes'
    exec_prefix='NONE'
    have_docbook=''
    host='x86_64-w64-mingw32'
    host_alias='x86_64-w64-mingw32'
    host_cpu='x86_64'
    host_os='mingw32'
    host_vendor='w64'
    htmldir='${docdir}'
    includedir='${prefix}/include'
    infodir='${datarootdir}/info'
    krb_srvtab=''
    ld_R_works=''
    libdir='${exec_prefix}/lib'
    libexecdir='${exec_prefix}/libexec'
    localedir='${datarootdir}/locale'
    localstatedir='${prefix}/var'
    mandir='${datarootdir}/man'
    oldincludedir='/usr/include'
    pdfdir='${docdir}'
    perl_archlibexp=''
    perl_embed_ldflags=''
    perl_privlibexp=''
    perl_useshrplib=''
    prefix='NONE'
    program_transform_name='s,x,x,'
    psdir='${docdir}'
    python_additional_libs=''
    python_configdir=''
    python_includespec=''
    python_libdir=''
    python_libspec=''
    python_majorversion=''
    python_version=''
    sbindir='${exec_prefix}/sbin'
    sharedstatedir='${prefix}/com'
    sysconfdir='${prefix}/etc'
    target_alias=''
    vpath_build=''
    with_bonjour='no'
    with_gnu_ld='yes'
    with_gssapi='no'
    with_krb5='no'
    with_ldap='no'
    with_libxml='no'
    with_libxslt='no'
    with_openssl='no'
    with_ossp_uuid='no'
    with_pam='no'
    with_perl='no'
    with_python='no'
    with_system_tzdata='/usr/share/zoneinfo'
    with_tcl='no'
    with_zlib='no'
    
    ## ----------- ##
    ## confdefs.h. ##
    ## ----------- ##
    
    #define PACKAGE_NAME "PostgreSQL"
    #define PACKAGE_TARNAME "postgresql"
    #define PACKAGE_VERSION "9.0.2"
    #define PACKAGE_STRING "PostgreSQL 9.0.2"
    #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
    #define PG_VERSION "9.0.2"
    #define PG_MAJORVERSION "9.0"
    #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 ENABLE_THREAD_SAFETY 1
    #define PG_KRB_SRVNAM "postgres"
    #define HAVE_LIBM 1
    #define HAVE_SPINLOCKS 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_GETOPT_H 1
    #define HAVE_PWD_H 1
    #define HAVE_SYS_SOCKET_H 1
    #define HAVE_SYS_TIME_H 1
    #define HAVE_UTIME_H 1
    #define HAVE_WCHAR_H 1
    #define HAVE_WCTYPE_H 1
    #define HAVE_NETINET_IN_H 1
    #define USE_INLINE 1
    #define HAVE_STRINGIZE 1
    #define HAVE_FUNCNAME__FUNC 1
    #define HAVE_TZNAME 1
    #define HAVE_STRUCT_SOCKADDR_STORAGE 1
    #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
    #define HAVE_STRUCT_ADDRINFO 1
    #define HAVE_INTPTR_T 1
    #define HAVE_UINTPTR_T 1
    #define HAVE_LONG_LONG_INT 1
    #define HAVE_STRUCT_OPTION 1
    #define SIZEOF_OFF_T 4
    #define HAVE_INT_TIMEZONE /**/
    
    configure: exit 1
    
    
  2. Re: [Mingw-users] What's the relationship between GCC and MinGW

    JonY <jon_y@users.sourceforge.net> — 2011-01-27T10:19:37Z

    -----BEGIN PGP SIGNED MESSAGE-----
    Hash: SHA1
    
    On 1/27/2011 14:43, Xiaobo Gu wrote:
    >> On 1/27/2011 11:02, Xiaobo Gu wrote:
    >>> MSYS does not provide GCC, it only provides some UNIX like tools on
    >>> Windows to emulate the *NIX environment.
    >>>
    >>
    >> Yes it does, you are using it.
    > 
    > OK, my fault, I now adjust the environments of my two computers(one is
    > 32bit Windows XP SP3, the other one is 64bit Windows 7 Home basic) to
    > the same setup layout:
    > 1.MinGW64 is installed into D:\Amber\Devtool\MinGW64-1.0-20100913;
    > 2.MSYS in installed into D:\Amber\Devtool\msys
    > 3.Add D:/Amber/Devtool/MinGW64-1.0-20100913 /mingw to
    > D:\Amber\Devtool\msys\etc\fstab
    > 4. PostgreSQL source code is in D:\Amber\devproj\postgresql-9.0.2
    > 
    >>From the MSYS sh prompt(D:\Amber\Devtool\msys\msys.bat), I do the following:
    > 1. gcc -v
    >   sh: gcc: command not found
    > 2. configure --without-zlib --host=x86_64-w64-mingw32
    > --with-system-tzdata=/usr/share/zoneinfo
    > The content of config.log file is as following:
    
    Next time, please post your giant file as an attachment instead of inline.
    
    Looks like accept() detection doesn't work. You'll have to compare
    accept() declaration to the list of prototypes configure attempts to test.
    
    -----BEGIN PGP SIGNATURE-----
    Version: GnuPG v2.0.16 (MingW32)
    
    iEYEARECAAYFAk1BRrkACgkQp56AKe10wHcrQACfZiHJjF1qfccF3Va83wrW+gJ4
    dPcAn2amjoamy2mcDSpoRzpJzjXS/na3
    =n6Mt
    -----END PGP SIGNATURE-----