Re: BUG #14033: cross-compilation to ARM fails

Поиск
Список
Период
Сортировка
От Daniel Golle
Тема Re: BUG #14033: cross-compilation to ARM fails
Дата
Msg-id 20160321155226.GB1831@makrotopia.org
обсуждение исходный текст
Ответ на Re: BUG #14033: cross-compilation to ARM fails  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: BUG #14033: cross-compilation to ARM fails  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
On Mon, Mar 21, 2016 at 10:53:46AM -0400, Tom Lane wrote:
> Alvaro Herrera <alvherre@2ndquadrant.com> writes:
> > I think the easiest to track this down is to provide a complete build
> > log.  It should not be building src/port/pg_crc32c_sse42.c the second
> > time around.
>=20
> Specifically, I'd like to see config.log from the second
> (cross-compilation) configure run.

Having a closer look it seems to fail on the first run, see

https://github.com/openwrt/packages/blob/master/libs/postgresql/Makefile#L85

for the two invocations of configure (build host is x86_64).

Console output first of all, config.log follows (scroll down):

make[2]: Entering directory '/usr/src/openwrt/feeds/packages/libs/postgresq=
l'
=2E /usr/src/openwrt/include/shell.sh; bzcat /usr/src/openwrt/dl/postgresql=
-9.5.1.tar.bz2 | tar -C /usr/src/openwrt/build_dir/target-arm_cortex-a9+vfp=
v3_musl-1.1.14_eabi/postgresql-9.5.1/.. -xf -=20

Applying ./patches/001-configure_fixes.patch using plaintext:=20
patching file configure.in
Hunk #1 succeeded at 25 with fuzz 2.

Applying ./patches/200-ranlib.patch using plaintext:=20
patching file src/port/Makefile
Hunk #1 succeeded at 53 with fuzz 2 (offset 1 line).

Applying ./patches/800-busybox-default-pager.patch using plaintext:=20
patching file src/bin/psql/print.h
Hunk #1 succeeded at 197 with fuzz 2 (offset 18 lines).
touch /usr/src/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl-1.1.14_eab=
i/postgresql-9.5.1/.prepared_5579cf1d425785a2371158a712208d93
rm -f /usr/src/openwrt/staging_dir/target-arm_cortex-a9+vfpv3_musl-1.1.14_e=
abi/stamp/.postgresql_installed
(cd /usr/src/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl-1.1.14_eabi/=
postgresql-9.5.1; rm -f aclocal.m4; if [ -f ./configure.ac ] || [ -f ./conf=
igure.in ]; then [ -d ./autom4te.cache ] && rm -rf autom4te.cache; [ -e ./c=
onfig.rpath ] || ln -s /usr/src/openwrt/scripts/config.rpath ./config.rpath=
; touch NEWS AUTHORS COPYING ABOUT-NLS ChangeLog; AUTOM4TE=3D/usr/src/openw=
rt/staging_dir/host/bin/autom4te AUTOCONF=3D/usr/src/openwrt/staging_dir/ho=
st/bin/autoconf AUTOMAKE=3D/usr/src/openwrt/staging_dir/host/bin/automake A=
CLOCAL=3D/usr/src/openwrt/staging_dir/host/bin/aclocal AUTOHEADER=3D/usr/sr=
c/openwrt/staging_dir/host/bin/autoheader LIBTOOLIZE=3D/usr/src/openwrt/sta=
ging_dir/host/bin/libtoolize LIBTOOL=3D/usr/src/openwrt/staging_dir/host/bi=
n/libtool M4=3D/usr/src/openwrt/staging_dir/host/bin/m4 AUTOPOINT=3Dtrue /u=
sr/src/openwrt/staging_dir/host/bin/autoreconf -v -f -i -s -B /usr/src/open=
wrt/staging_dir/host/share/aclocal -I /usr/src/openwrt/staging_dir/target-a=
rm_cortex-a9+vfpv3_musl-1.1.14_eabi/host/share/aclocal -I /usr/src/openwrt/=
staging_dir/target-arm_cortex-a9+vfpv3_musl-1.1.14_eabi/usr/share/aclocal -=
I config -I . . || true; fi; );
autoreconf: Entering directory `.'
autoreconf: configure.in: not using Gettext
autoreconf: running: /usr/src/openwrt/staging_dir/host/bin/aclocal -I /usr/=
src/openwrt/staging_dir/target-arm_cortex-a9+vfpv3_musl-1.1.14_eabi/host/sh=
are/aclocal -I /usr/src/openwrt/staging_dir/target-arm_cortex-a9+vfpv3_musl=
-1.1.14_eabi/usr/share/aclocal -I config -I . --force=20
aclocal.real: warning: autoconf input should be named 'configure.ac', not '=
configure.in'
autoreconf: configure.in: tracing
autoreconf: configure.in: not using Libtool
autoreconf: running: /usr/src/openwrt/staging_dir/host/bin/autoconf --inclu=
de=3D/usr/src/openwrt/staging_dir/target-arm_cortex-a9+vfpv3_musl-1.1.14_ea=
bi/host/share/aclocal --include=3D/usr/src/openwrt/staging_dir/target-arm_c=
ortex-a9+vfpv3_musl-1.1.14_eabi/usr/share/aclocal --include=3Dconfig --incl=
ude=3D. --prepend-include=3D/usr/src/openwrt/staging_dir/host/share/aclocal=
 --force
autoreconf: running: /usr/src/openwrt/staging_dir/host/bin/autoheader --inc=
lude=3D/usr/src/openwrt/staging_dir/target-arm_cortex-a9+vfpv3_musl-1.1.14_=
eabi/host/share/aclocal --include=3D/usr/src/openwrt/staging_dir/target-arm=
_cortex-a9+vfpv3_musl-1.1.14_eabi/usr/share/aclocal --include=3Dconfig --in=
clude=3D. --prepend-include=3D/usr/src/openwrt/staging_dir/host/share/acloc=
al --force
autoreconf: configure.in: not using Automake
autoreconf: Leaving directory `.'
(cd /usr/src/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl-1.1.14_eabi/=
postgresql-9.5.1; rm -f config.cache; pgac_cv_snprintf_long_long_int_format=
=3D"%lld" pgac_cv_snprintf_size_t_support=3Dyes ./configure --prefix=3D/usr=
 --exec-prefix=3D/usr --bindir=3D/usr/bin --datadir=3D/usr/share --included=
ir=3D/usr/include --infodir=3D/usr/share/info --libdir=3D/usr/lib --libexec=
dir=3D/usr/lib --localstatedir=3D/var --mandir=3D/usr/share/man --sbindir=
=3D/usr/sbin --sysconfdir=3D/etc --disable-nls --enable-shared --enable-sta=
tic --disable-integer-datetimes --disable-rpath --without-bonjour --without=
-gssapi --without-ldap --without-openssl --without-pam --without-perl --wit=
hout-python --without-readline --without-tcl --with-zlib=3D"yes" --enable-d=
epend --with-system-timezone=3D/tmp );
configure: WARNING: unrecognized options: --enable-shared, --enable-static,=
 --with-system-timezone
configure: loading site script /usr/src/openwrt/include/site/arm
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking which template to use... linux
checking whether to build with 64-bit integer date/time support... no
checking whether NLS is wanted... no
checking for default port number... 5432
checking for block size... 8kB
checking for segment size... 1GB
checking for WAL block size... 8kB
checking for WAL segment size... 16MB
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...=20
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc supports -Wdeclaration-after-statement... yes
checking whether gcc supports -Wendif-labels... yes
checking whether gcc supports -Wmissing-format-attribute... yes
checking whether gcc supports -Wformat-security... yes
checking whether gcc supports -fno-strict-aliasing... yes
checking whether gcc supports -fwrapv... yes
checking whether gcc supports -fexcess-precision=3Dstandard... yes
checking whether gcc supports -funroll-loops... yes
checking whether gcc supports -ftree-vectorize... yes
checking whether gcc supports -Wunused-command-line-argument... no
checking whether the C compiler still works... yes
checking how to run the C preprocessor... gcc -E
checking allow thread-safe client libraries... yes
checking whether to build with Tcl... no
checking whether to build Perl modules... no
checking whether to build Python modules... no
checking whether to build with GSSAPI support... no
checking whether to build with PAM support... no
checking whether to build with LDAP support... no
checking whether to build with Bonjour support... no
checking whether to build with OpenSSL support... no
checking whether to build with SELinux support... no
checking for grep that handles long lines and -e... /usr/src/openwrt/stagin=
g_dir/host/bin/grep
checking for egrep... /usr/src/openwrt/staging_dir/host/bin/grep -E
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for ranlib... ranlib
checking for strip... strip
checking whether it is possible to strip libraries... yes
checking for ar... ar
checking for a BSD-compatible install... /usr/bin/install -c
checking for tar... /usr/src/openwrt/staging_dir/host/bin/tar
checking whether ln -s works... yes
checking for gawk... gawk
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for bison... /usr/src/openwrt/staging_dir/host/bin/bison
configure: using bison (GNU Bison) 3.0.4
checking for flex... /usr/src/openwrt/staging_dir/host/bin/flex
configure: using flex 2.6.1
checking for perl... /usr/src/openwrt/staging_dir/host/bin/perl
configure: using perl 5.22.1
checking for main in -lm... yes
checking for library containing setproctitle... no
checking for library containing dlopen... -ldl
checking for library containing socket... none required
checking for library containing shl_load... no
checking for library containing getopt_long... none required
checking for library containing crypt... -lcrypt
checking for library containing shm_open... -lrt
checking for library containing shm_unlink... none required
checking for library containing fdatasync... none required
checking for library containing sched_yield... none required
checking for library containing gethostbyname_r... none required
checking for library containing shmget... none required
checking for inflate in -lz... yes
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking atomic.h usability... no
checking atomic.h presence... no
checking for atomic.h... no
checking crypt.h usability... yes
checking crypt.h presence... yes
checking for crypt.h... yes
checking dld.h usability... no
checking dld.h presence... no
checking for dld.h... no
checking fp_class.h usability... no
checking fp_class.h presence... no
checking for fp_class.h... no
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking ieeefp.h usability... no
checking ieeefp.h presence... no
checking for ieeefp.h... no
checking ifaddrs.h usability... yes
checking ifaddrs.h presence... yes
checking for ifaddrs.h... yes
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking mbarrier.h usability... no
checking mbarrier.h presence... no
checking for mbarrier.h... no
checking poll.h usability... yes
checking poll.h presence... yes
checking for poll.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/ipc.h usability... yes
checking sys/ipc.h presence... yes
checking for sys/ipc.h... yes
checking sys/poll.h usability... yes
checking sys/poll.h presence... yes
checking for sys/poll.h... yes
checking sys/pstat.h usability... no
checking sys/pstat.h presence... no
checking for sys/pstat.h... no
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/sem.h usability... yes
checking sys/sem.h presence... yes
checking for sys/sem.h... yes
checking sys/shm.h usability... yes
checking sys/shm.h presence... yes
checking for sys/shm.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/sockio.h usability... no
checking sys/sockio.h presence... no
checking for sys/sockio.h... no
checking sys/tas.h usability... no
checking sys/tas.h presence... no
checking for sys/tas.h... no
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/un.h usability... yes
checking sys/un.h presence... yes
checking for sys/un.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking ucred.h usability... no
checking ucred.h presence... no
checking for ucred.h... no
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking wctype.h usability... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking for net/if.h... yes
checking for sys/ucred.h... no
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking for netinet/tcp.h... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking whether byte ordering is bigendian... (cached) no
checking for inline... inline
checking for quiet inline (no complaint if unreferenced)... yes
checking for printf format archetype... gnu_printf
checking for flexible array members... yes
checking for signed types... yes
checking for __func__... yes
checking for _Static_assert... yes
checking for __builtin_types_compatible_p... yes
checking for __builtin_bswap32... yes
checking for __builtin_constant_p... yes
checking for __builtin_unreachable... yes
checking for __VA_ARGS__... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_zone... yes
checking for tzname... yes
checking for union semun... no
checking for struct sockaddr_un... yes
checking for struct sockaddr_storage... yes
checking for struct sockaddr_storage.ss_family... yes
checking for struct sockaddr_storage.__ss_family... no
checking for struct sockaddr_storage.ss_len... no
checking for struct sockaddr_storage.__ss_len... no
checking for struct sockaddr.sa_len... no
checking for struct addrinfo... yes
checking for intptr_t... yes
checking for uintptr_t... yes
checking for unsigned long long int... yes
checking for long long int... yes
checking for locale_t... yes
checking for struct cmsgcred... no
checking for struct option... yes
checking for z_streamp... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking size of off_t... (cached) 8
checking for int timezone... yes
checking types of arguments for accept()... int, int, struct sockaddr *, so=
cklen_t *
checking whether gettimeofday takes only one argument... no
checking for cbrt... yes
checking for dlopen... yes
checking for fdatasync... yes
checking for getifaddrs... yes
checking for getpeerucred... no
checking for getrlimit... yes
checking for mbstowcs_l... no
checking for memmove... yes
checking for poll... yes
checking for pstat... no
checking for pthread_is_threaded_np... no
checking for readlink... yes
checking for setproctitle... no
checking for setsid... yes
checking for shm_open... yes
checking for sigprocmask... yes
checking for symlink... yes
checking for sync_file_range... yes
checking for towlower... yes
checking for utime... yes
checking for utimes... (cached) yes
checking for wcstombs... yes
checking for wcstombs_l... no
checking for fseeko... yes
checking for _LARGEFILE_SOURCE value needed for large files... no
checking for posix_fadvise... yes
checking whether posix_fadvise is declared... yes
checking whether fdatasync is declared... yes
checking whether strlcat is declared... no
checking whether strlcpy is declared... no
checking whether F_FULLFSYNC is declared... no
checking for struct sockaddr_in6... yes
checking for PS_STRINGS... no
checking for snprintf... yes
checking for vsnprintf... (cached) yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking for isinf... yes
checking for crypt... yes
checking for fls... no
checking for getopt... yes
checking for getrusage... yes
checking for inet_aton... yes
checking for mkdtemp... yes
checking for random... yes
checking for rint... yes
checking for srandom... yes
checking for strerror... (cached) yes
checking for strlcat... no
checking for strlcpy... no
checking for unsetenv... yes
checking for getpeereid... no
checking for getaddrinfo... (cached) yes
checking for getopt_long... yes
checking for sigsetjmp... yes
checking whether sys_siglist is declared... (cached) no
checking for syslog... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking for opterr... yes
checking for optreset... no
checking for strtoll... yes
checking for strtoull... yes
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... no
checking whether pthreads work with -pthread... yes
checking whether pthreads work with -pthreads... no
checking whether pthreads work with -mthreads... no
checking for the pthreads library -lpthread... yes
checking whether pthreads work with --thread-safe... no
checking whether pthreads work with -mt... no
checking for the pthreads library -lpthreadGC2... no
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for strerror_r... yes
checking for getpwuid_r... (cached) yes
checking for gethostbyname_r... yes
checking whether strerror_r returns int... no
checking test program... ok
checking whether long int is 64 bits... yes
checking whether snprintf supports the %z modifier... (cached) yes
checking size of void *... (cached) 4
checking size of size_t... (cached) 4
checking size of long... (cached) 4
checking whether to build with float4 passed by value... yes
checking whether to build with float8 passed by value... no
checking alignment of short... 2
checking alignment of int... 4
checking alignment of long... 8
checking alignment of double... 8
checking for int8... no
checking for uint8... no
checking for int64... no
checking for uint64... no
checking for sig_atomic_t... yes
checking for __int128... yes
checking for builtin __sync char locking functions... yes
checking for builtin __sync int32 locking functions... yes
checking for builtin __sync int32 atomic operations... yes
checking for builtin __sync int64 atomic operations... yes
checking for builtin __atomic int32 atomic operations... yes
checking for builtin __atomic int64 atomic operations... yes
checking for __get_cpuid... yes
checking for __cpuid... no
checking for _mm_crc32_u8 and _mm_crc32_u32 with CFLAGS=3D... no
checking for _mm_crc32_u8 and _mm_crc32_u32 with CFLAGS=3D-msse4.2... yes
checking which CRC-32C implementation to use... SSE 4.2 with runtime check
checking for POSIX signal interface... yes
checking for onsgmls... onsgmls
checking for openjade... no
checking for jade... jade
checking for DocBook V4.2... no
checking for DocBook stylesheets... /usr/share/sgml/stylesheets/dsssl/docbo=
ok
checking for collateindex.pl... /usr/bin/collateindex.pl
checking for dbtoepub... no
checking for xmllint... xmllint
checking for xsltproc... xsltproc
checking for osx... osx
checking thread safety of required library functions... yes
checking whether gcc supports -Wl,--as-needed... yes
configure: using compiler=3Dgcc (GCC) 5.3.0
configure: using CFLAGS=3D-Wall -Wmissing-prototypes -Wpointer-arith -Wdecl=
aration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-=
security -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard=20
configure: using CPPFLAGS=3D -D_GNU_SOURCE=20
configure: using LDFLAGS=3D  -Wl,--as-needed
configure: creating ./config.status
config.status: creating GNUmakefile
config.status: creating src/Makefile.global
config.status: creating src/include/pg_config.h
config.status: creating src/include/pg_config_ext.h
config.status: creating src/interfaces/ecpg/include/ecpg_config.h
config.status: linking src/backend/port/tas/dummy.s to src/backend/port/tas=
=2Es
config.status: linking src/backend/port/dynloader/linux.c to src/backend/po=
rt/dynloader.c
config.status: linking src/backend/port/sysv_sema.c to src/backend/port/pg_=
sema.c
config.status: linking src/backend/port/sysv_shmem.c to src/backend/port/pg=
_shmem.c
config.status: linking src/backend/port/unix_latch.c to src/backend/port/pg=
_latch.c
config.status: linking src/backend/port/dynloader/linux.h to src/include/dy=
nloader.h
config.status: linking src/include/port/linux.h to src/include/pg_config_os=
=2Eh
config.status: linking src/makefiles/Makefile.linux to src/Makefile.port
configure: WARNING: unrecognized options: --enable-shared, --enable-static,=
 --with-system-timezone
make -C /usr/src/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl-1.1.14_e=
abi/postgresql-9.5.1/src/interfaces/ecpg/preproc CC=3D"gcc" CFLAGS+=3D"-I..=
/../libpq"
make[3]: Entering directory '/usr/src/openwrt/build_dir/target-arm_cortex-a=
9+vfpv3_musl-1.1.14_eabi/postgresql-9.5.1/src/interfaces/ecpg/preproc'
make -C ../../../../src/port all
make[4]: Entering directory '/usr/src/openwrt/build_dir/target-arm_cortex-a=
9+vfpv3_musl-1.1.14_eabi/postgresql-9.5.1/src/port'
make -C ../backend submake-errcodes
make[5]: Entering directory '/usr/src/openwrt/build_dir/target-arm_cortex-a=
9+vfpv3_musl-1.1.14_eabi/postgresql-9.5.1/src/backend'
prereqdir=3D`cd 'utils/' >/dev/null && pwd` && \
  cd '../../src/include/utils/' && rm -f errcodes.h && \
  ln -s "$prereqdir/errcodes.h" .
make[5]: Leaving directory '/usr/src/openwrt/build_dir/target-arm_cortex-a9=
+vfpv3_musl-1.1.14_eabi/postgresql-9.5.1/src/backend'
gcc -I../../libpq -I../../src/port -DFRONTEND -I../../src/include -D_GNU_SO=
URCE   -c -o fls.o fls.c -MMD -MP -MF .deps/fls.Po
gcc -I../../libpq -I../../src/port -DFRONTEND -I../../src/include -D_GNU_SO=
URCE   -c -o strlcat.o strlcat.c -MMD -MP -MF .deps/strlcat.Po
gcc -I../../libpq -I../../src/port -DFRONTEND -I../../src/include -D_GNU_SO=
URCE   -c -o strlcpy.o strlcpy.c -MMD -MP -MF .deps/strlcpy.Po
gcc -I../../libpq -I../../src/port -DFRONTEND -I../../src/include -D_GNU_SO=
URCE   -c -o getpeereid.o getpeereid.c -MMD -MP -MF .deps/getpeereid.Po
gcc -I../../libpq -I../../src/port -DFRONTEND -I../../src/include -D_GNU_SO=
URCE   -c -o pg_crc32c_sse42.o pg_crc32c_sse42.c -MMD -MP -MF .deps/pg_crc3=
2c_sse42.Po
In file included from /usr/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/include/n=
mmintrin.h:31:0,
                 from pg_crc32c_sse42.c:19:
pg_crc32c_sse42.c: In function 'pg_comp_crc32c_sse42':
/usr/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/include/smmintrin.h:846:1: erro=
r: inlining failed in call to always_inline '_mm_crc32_u64': target specifi=
c option mismatch
 _mm_crc32_u64 (unsigned long long __C, unsigned long long __V)
 ^
pg_crc32c_sse42.c:37:18: error: called from here
   crc =3D (uint32) _mm_crc32_u64(crc, *((const uint64 *) p));
                  ^
In file included from /usr/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/include/n=
mmintrin.h:31:0,
                 from pg_crc32c_sse42.c:19:
/usr/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/include/smmintrin.h:839:1: erro=
r: inlining failed in call to always_inline '_mm_crc32_u32': target specifi=
c option mismatch
 _mm_crc32_u32 (unsigned int __C, unsigned int __V)
 ^
pg_crc32c_sse42.c:44:7: error: called from here
   crc =3D _mm_crc32_u32(crc, *((const unsigned int *) p));
       ^
In file included from /usr/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/include/n=
mmintrin.h:31:0,
                 from pg_crc32c_sse42.c:19:
/usr/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/include/smmintrin.h:827:1: erro=
r: inlining failed in call to always_inline '_mm_crc32_u8': target specific=
 option mismatch
 _mm_crc32_u8 (unsigned int __C, unsigned char __V)
 ^
pg_crc32c_sse42.c:63:7: error: called from here
   crc =3D _mm_crc32_u8(crc, *p);
       ^
=2E./../src/Makefile.global:769: recipe for target 'pg_crc32c_sse42.o' fail=
ed
make[4]: *** [pg_crc32c_sse42.o] Error 1
make[4]: Leaving directory '/usr/src/openwrt/build_dir/target-arm_cortex-a9=
+vfpv3_musl-1.1.14_eabi/postgresql-9.5.1/src/port'
=2E./../../../src/Makefile.global:503: recipe for target 'submake-libpgport=
' failed
make[3]: *** [submake-libpgport] Error 2
make[3]: Leaving directory '/usr/src/openwrt/build_dir/target-arm_cortex-a9=
+vfpv3_musl-1.1.14_eabi/postgresql-9.5.1/src/interfaces/ecpg/preproc'
Makefile:241: recipe for target '/usr/src/openwrt/build_dir/target-arm_cort=
ex-a9+vfpv3_musl-1.1.14_eabi/postgresql-9.5.1/.configured_yyyyyyyyyy' failed
make[2]: *** [/usr/src/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl-1.=
1.14_eabi/postgresql-9.5.1/.configured_yyyyyyyyyy] Error 2
make[2]: Leaving directory '/usr/src/openwrt/feeds/packages/libs/postgresql'


--- config.log ---

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.5.1, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  $ ./configure --prefix=3D/usr --exec-prefix=3D/usr --bindir=3D/usr/bin --=
datadir=3D/usr/share --includedir=3D/usr/include --infodir=3D/usr/share/inf=
o --libdir=3D/usr/lib --libexecdir=3D/usr/lib --localstatedir=3D/var --mand=
ir=3D/usr/share/man --sbindir=3D/usr/sbin --sysconfdir=3D/etc --disable-nls=
 --enable-shared --enable-static --disable-integer-datetimes --disable-rpat=
h --without-bonjour --without-gssapi --without-ldap --without-openssl --wit=
hout-pam --without-perl --without-python --without-readline --without-tcl -=
-with-zlib=3Dyes --enable-depend --with-system-timezone=3D/tmp

## --------- ##
## Platform. ##
## --------- ##

hostname =3D box
uname -m =3D x86_64
uname -r =3D 4.4.1-2-ARCH
uname -s =3D Linux
uname -v =3D #1 SMP PREEMPT Wed Feb 3 13:12:33 UTC 2016

/usr/bin/uname -p =3D unknown
/bin/uname -X     =3D unknown

/bin/arch              =3D unknown
/usr/bin/arch -k       =3D unknown
/usr/convex/getsysinfo =3D unknown
/usr/bin/hostinfo      =3D unknown
/bin/machine           =3D unknown
/usr/bin/oslevel       =3D unknown
/bin/universe          =3D unknown

PATH: /usr/src/openwrt/staging_dir/target-arm_cortex-a9+vfpv3_musl-1.1.14_e=
abi/host/bin
PATH: /usr/src/openwrt/staging_dir/toolchain-arm_cortex-a9+vfpv3_gcc-5.3.0_=
musl-1.1.14_eabi/bin
PATH: /usr/src/openwrt/staging_dir/toolchain-arm_cortex-a9+vfpv3_gcc-5.3.0_=
musl-1.1.14_eabi/bin
PATH: /usr/src/openwrt/staging_dir/host/bin
PATH: /usr/src/openwrt/staging_dir/host/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /usr/lib/jvm/default/bin
PATH: /usr/bin/site_perl
PATH: /usr/bin/vendor_perl
PATH: /usr/bin/core_perl


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2576: loading site script /usr/src/openwrt/include/site/arm
| #!/bin/sh
| . $TOPDIR/include/site/linux
| ac_cv_c_littleendian=3D${ac_cv_c_littleendian=3Dyes}
| ac_cv_c_bigendian=3D${ac_cv_c_bigendian=3Dno}
|=20
| ac_cv_sizeof___int64=3D0
| ac_cv_sizeof_char=3D1
| ac_cv_sizeof_int=3D4
| ac_cv_sizeof_int16_t=3D2
| ac_cv_sizeof_int32_t=3D4
| ac_cv_sizeof_int64_t=3D8
| ac_cv_sizeof_long_int=3D4
| ac_cv_sizeof_long_long=3D8
| ac_cv_sizeof_long=3D4
| ac_cv_sizeof_off_t=3D8
| ac_cv_sizeof_short_int=3D2
| ac_cv_sizeof_short=3D2
| ac_cv_sizeof_size_t=3D4
| ac_cv_sizeof_ssize_t=3D4
| ac_cv_sizeof_u_int16_t=3D2
| ac_cv_sizeof_u_int32_t=3D4
| ac_cv_sizeof_u_int64_t=3D8
| ac_cv_sizeof_uint16_t=3D2
| ac_cv_sizeof_uint32_t=3D4
| ac_cv_sizeof_uint64_t=3D8
| ac_cv_sizeof_unsigned_int=3D4
| ac_cv_sizeof_unsigned_long=3D4
| ac_cv_sizeof_unsigned_long_long=3D8
| ac_cv_sizeof_unsigned_short=3D2
| ac_cv_sizeof_void_p=3D4
configure:2750: checking build system type
configure:2764: result: x86_64-pc-linux-gnu
configure:2784: checking host system type
configure:2797: result: x86_64-pc-linux-gnu
configure:2819: checking which template to use
configure:2889: result: linux
configure:2984: checking whether to build with 64-bit integer date/time sup=
port
configure:3013: result: no
configure:3020: checking whether NLS is wanted
configure:3052: result: no
configure:3060: checking for default port number
configure:3085: result: 5432
configure:3503: checking for block size
configure:3537: result: 8kB
configure:3549: checking for segment size
configure:3578: result: 1GB
configure:3590: checking for WAL block size
configure:3625: result: 8kB
configure:3637: checking for WAL segment size
configure:3672: result: 16MB
configure:3769: checking for gcc
configure:3785: found /usr/src/openwrt/staging_dir/host/bin/gcc
configure:3796: result: gcc
configure:3827: checking for C compiler version
configure:3836: gcc --version >&5
gcc (GCC) 5.3.0
Copyright (C) 2015 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:3847: $? =3D 0
configure:3836: gcc -v >&5
Using built-in specs.
COLLECT_GCC=3Dgcc
COLLECT_LTO_WRAPPER=3D/usr/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/lto-wrapp=
er
Target: x86_64-unknown-linux-gnu
Configured with: /build/gcc-multilib/src/gcc-5-20160209/configure --prefix=
=3D/usr --libdir=3D/usr/lib --libexecdir=3D/usr/lib --mandir=3D/usr/share/m=
an --infodir=3D/usr/share/info --with-bugurl=3Dhttps://bugs.archlinux.org/ =
--enable-languages=3Dc,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared =
--enable-threads=3Dposix --enable-libmpx --with-system-zlib --with-isl --en=
able-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=3Dgnu --d=
isable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-l=
inker-build-id --enable-lto --enable-plugin --enable-install-libiberty --wi=
th-linker-hash-style=3Dgnu --enable-gnu-indirect-function --enable-multilib=
 --disable-werror --enable-checking=3Drelease
Thread model: posix
gcc version 5.3.0 (GCC)=20
configure:3847: $? =3D 0
configure:3836: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3847: $? =3D 1
configure:3836: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:3847: $? =3D 1
configure:3867: checking whether the C compiler works
configure:3889: gcc    conftest.c  >&5
configure:3893: $? =3D 0
configure:3941: result: yes
configure:3944: checking for C compiler default output file name
configure:3946: result: a.out
configure:3952: checking for suffix of executables
configure:3959: gcc -o conftest    conftest.c  >&5
configure:3963: $? =3D 0
configure:3985: result:=20
configure:4007: checking whether we are cross compiling
configure:4015: gcc -o conftest    conftest.c  >&5
configure:4019: $? =3D 0
configure:4026: ./conftest
configure:4030: $? =3D 0
configure:4045: result: no
configure:4050: checking for suffix of object files
configure:4072: gcc -c   conftest.c >&5
configure:4076: $? =3D 0
configure:4097: result: o
configure:4101: checking whether we are using the GNU C compiler
configure:4120: gcc -c   conftest.c >&5
configure:4120: $? =3D 0
configure:4129: result: yes
configure:4138: checking whether gcc accepts -g
configure:4158: gcc -c -g  conftest.c >&5
configure:4158: $? =3D 0
configure:4199: result: yes
configure:4216: checking for gcc option to accept ISO C89
configure:4279: gcc  -c   conftest.c >&5
configure:4279: $? =3D 0
configure:4292: result: none needed
configure:4330: gcc -c   conftest.c >&5
conftest.c: In function 'main':
conftest.c:22:1: error: unknown type name 'choke'
 choke me
 ^
configure:4330: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.5.1"
| #define PACKAGE_STRING "PostgreSQL 9.5.1"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "9.5"
| #define PG_VERSION "9.5.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.  */
|=20
| int
| main ()
| {
| #ifndef __INTEL_COMPILER
| choke me
| #endif
|   ;
|   return 0;
| }
configure:4352: gcc -c   conftest.c >&5
conftest.c: In function 'main':
conftest.c:22:1: error: unknown type name 'choke'
 choke me
 ^
configure:4352: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.5.1"
| #define PACKAGE_STRING "PostgreSQL 9.5.1"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "9.5"
| #define PG_VERSION "9.5.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.  */
|=20
| int
| main ()
| {
| #ifndef __SUNPRO_C
| choke me
| #endif
|   ;
|   return 0;
| }
configure:4407: checking whether gcc supports -Wdeclaration-after-statement
configure:4427: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclara=
tion-after-statement  -D_GNU_SOURCE conftest.c >&5
configure:4427: $? =3D 0
configure:4436: result: yes
configure:4442: checking whether gcc supports -Wendif-labels
configure:4462: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclara=
tion-after-statement -Wendif-labels  -D_GNU_SOURCE conftest.c >&5
configure:4462: $? =3D 0
configure:4471: result: yes
configure:4477: checking whether gcc supports -Wmissing-format-attribute
configure:4497: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclara=
tion-after-statement -Wendif-labels -Wmissing-format-attribute  -D_GNU_SOUR=
CE conftest.c >&5
configure:4497: $? =3D 0
configure:4506: result: yes
configure:4513: checking whether gcc supports -Wformat-security
configure:4533: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclara=
tion-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-sec=
urity  -D_GNU_SOURCE conftest.c >&5
configure:4533: $? =3D 0
configure:4542: result: yes
configure:4549: checking whether gcc supports -fno-strict-aliasing
configure:4569: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclara=
tion-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-sec=
urity -fno-strict-aliasing  -D_GNU_SOURCE conftest.c >&5
configure:4569: $? =3D 0
configure:4578: result: yes
configure:4585: checking whether gcc supports -fwrapv
configure:4605: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclara=
tion-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-sec=
urity -fno-strict-aliasing -fwrapv  -D_GNU_SOURCE conftest.c >&5
configure:4605: $? =3D 0
configure:4614: result: yes
configure:4621: checking whether gcc supports -fexcess-precision=3Dstandard
configure:4641: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclara=
tion-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-sec=
urity -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard  -D_GNU_SO=
URCE conftest.c >&5
configure:4641: $? =3D 0
configure:4650: result: yes
configure:4657: checking whether gcc supports -funroll-loops
configure:4677: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclara=
tion-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-sec=
urity -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard -funroll-l=
oops  -D_GNU_SOURCE conftest.c >&5
configure:4677: $? =3D 0
configure:4686: result: yes
configure:4692: checking whether gcc supports -ftree-vectorize
configure:4712: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclara=
tion-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-sec=
urity -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard -ftree-vec=
torize  -D_GNU_SOURCE conftest.c >&5
configure:4712: $? =3D 0
configure:4721: result: yes
configure:4730: checking whether gcc supports -Wunused-command-line-argument
configure:4750: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclara=
tion-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-sec=
urity -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard -Wunused-c=
ommand-line-argument  -D_GNU_SOURCE conftest.c >&5
gcc: error: unrecognized command line option '-Wunused-command-line-argumen=
t'
configure:4750: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.5.1"
| #define PACKAGE_STRING "PostgreSQL 9.5.1"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "9.5"
| #define PG_VERSION "9.5.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.  */
|=20
| int
| main ()
| {
|=20
|   ;
|   return 0;
| }
configure:4759: result: no
configure:4994: checking whether the C compiler still works
configure:5007: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith =
-Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wf=
ormat-security -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard  =
 -D_GNU_SOURCE  conftest.c  >&5
configure:5007: $? =3D 0
configure:5008: result: yes
configure:5033: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclara=
tion-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-sec=
urity -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard   -D_GNU_S=
OURCE conftest.c >&5
configure:5033: $? =3D 0
configure:5046: checking how to run the C preprocessor
configure:5077: gcc -E  -D_GNU_SOURCE conftest.c
configure:5077: $? =3D 0
configure:5091: gcc -E  -D_GNU_SOURCE conftest.c
conftest.c:17:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:5091: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.5.1"
| #define PACKAGE_STRING "PostgreSQL 9.5.1"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "9.5"
| #define PG_VERSION "9.5.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:5116: result: gcc -E
configure:5136: gcc -E  -D_GNU_SOURCE conftest.c
configure:5136: $? =3D 0
configure:5150: gcc -E  -D_GNU_SOURCE conftest.c
conftest.c:17:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:5150: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.5.1"
| #define PACKAGE_STRING "PostgreSQL 9.5.1"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "9.5"
| #define PG_VERSION "9.5.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:5292: checking allow thread-safe client libraries
configure:5322: result: yes
configure:5329: checking whether to build with Tcl
configure:5355: result: no
configure:5387: checking whether to build Perl modules
configure:5413: result: no
configure:5420: checking whether to build Python modules
configure:5446: result: no
configure:5453: checking whether to build with GSSAPI support
configure:5484: result: no
configure:5527: checking whether to build with PAM support
configure:5555: result: no
configure:5562: checking whether to build with LDAP support
configure:5590: result: no
configure:5597: checking whether to build with Bonjour support
configure:5625: result: no
configure:5632: checking whether to build with OpenSSL support
configure:5660: result: no
configure:5667: checking whether to build with SELinux support
configure:5694: result: no
configure:6038: checking for grep that handles long lines and -e
configure:6096: result: /usr/src/openwrt/staging_dir/host/bin/grep
configure:6101: checking for egrep
configure:6163: result: /usr/src/openwrt/staging_dir/host/bin/grep -E
configure:6210: checking for ld used by GCC
configure:6273: result: /usr/bin/ld
configure:6280: checking if the linker (/usr/bin/ld) is GNU ld
GNU ld (GNU Binutils) 2.26.0.20160219
configure:6292: result: yes
configure:6376: checking for ranlib
configure:6392: found /usr/bin/ranlib
configure:6403: result: ranlib
configure:6469: checking for strip
configure:6485: found /usr/bin/strip
configure:6496: result: strip
configure:6519: checking whether it is possible to strip libraries
configure:6524: result: yes
configure:6589: checking for ar
configure:6605: found /usr/bin/ar
configure:6616: result: ar
configure:6931: checking for a BSD-compatible install
configure:6999: result: /usr/bin/install -c
configure:7021: checking for tar
configure:7039: found /usr/src/openwrt/staging_dir/host/bin/tar
configure:7051: result: /usr/src/openwrt/staging_dir/host/bin/tar
configure:7059: checking whether ln -s works
configure:7063: result: yes
configure:7074: checking for gawk
configure:7090: found /usr/bin/gawk
configure:7101: result: gawk
configure:7112: checking for a thread-safe mkdir -p
configure:7151: result: /usr/bin/mkdir -p
configure:7167: checking for bison
configure:7185: found /usr/src/openwrt/staging_dir/host/bin/bison
configure:7197: result: /usr/src/openwrt/staging_dir/host/bin/bison
configure:7212: using bison (GNU Bison) 3.0.4
configure:7251: checking for flex
configure:7296: result: /usr/src/openwrt/staging_dir/host/bin/flex
configure:7316: using flex 2.6.1
configure:7328: checking for perl
configure:7346: found /usr/src/openwrt/staging_dir/host/bin/perl
configure:7358: result: /usr/src/openwrt/staging_dir/host/bin/perl
configure:7370: using perl 5.22.1
configure:7661: checking for main in -lm
configure:7680: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith =
-Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wf=
ormat-security -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard  =
 -D_GNU_SOURCE    conftest.c -lm   >&5
configure:7680: $? =3D 0
configure:7689: result: yes
configure:7700: checking for library containing setproctitle
configure:7731: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith =
-Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wf=
ormat-security -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard  =
 -D_GNU_SOURCE    conftest.c -lm  >&5
/tmp/ccevJnu9.o: In function `main':
conftest.c:(.text+0xa): undefined reference to `setproctitle'
collect2: error: ld returned 1 exit status
configure:7731: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.5.1"
| #define PACKAGE_STRING "PostgreSQL 9.5.1"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "9.5"
| #define PG_VERSION "9.5.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.  */
|=20
| /* 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:7731: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith =
-Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wf=
ormat-security -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard  =
 -D_GNU_SOURCE    conftest.c -lutil  -lm  >&5
/tmp/ccbez1Ud.o: In function `main':
conftest.c:(.text+0xa): undefined reference to `setproctitle'
collect2: error: ld returned 1 exit status
configure:7731: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.5.1"
| #define PACKAGE_STRING "PostgreSQL 9.5.1"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "9.5"
| #define PG_VERSION "9.5.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.  */
|=20
| /* 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:7748: result: no
configure:7756: checking for library containing dlopen
configure:7787: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith =
-Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wf=
ormat-security -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard  =
 -D_GNU_SOURCE    conftest.c -lm  >&5
/tmp/ccTXshyi.o: In function `main':
conftest.c:(.text+0xa): undefined reference to `dlopen'
collect2: error: ld returned 1 exit status
configure:7787: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.5.1"
| #define PACKAGE_STRING "PostgreSQL 9.5.1"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "9.5"
| #define PG_VERSION "9.5.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.  */
|=20
| /* 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:7787: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith =
-Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wf=
ormat-security -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard  =
 -D_GNU_SOURCE    conftest.c -ldl  -lm  >&5
configure:7787: $? =3D 0
configure:7804: result: -ldl
configure:7812: checking for library containing socket
configure:7843: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith =
-Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wf=
ormat-security -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard  =
 -D_GNU_SOURCE    conftest.c -ldl -lm  >&5
configure:7843: $? =3D 0
configure:7860: result: none required
configure:7868: checking for library containing shl_load
configure:7899: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith =
-Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wf=
ormat-security -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard  =
 -D_GNU_SOURCE    conftest.c -ldl -lm  >&5
/tmp/ccRPyOmz.o: In function `main':
conftest.c:(.text+0xa): undefined reference to `shl_load'
collect2: error: ld returned 1 exit status
configure:7899: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.5.1"
| #define PACKAGE_STRING "PostgreSQL 9.5.1"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "9.5"
| #define PG_VERSION "9.5.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.  */
|=20
| /* 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:7899: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith =
-Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wf=
ormat-security -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard  =
 -D_GNU_SOURCE    conftest.c -ldld  -ldl -lm  >&5
/usr/bin/ld: cannot find -ldld
collect2: error: ld returned 1 exit status
configure:7899: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.5.1"
| #define PACKAGE_STRING "PostgreSQL 9.5.1"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "9.5"
| #define PG_VERSION "9.5.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.  */
|=20
| /* 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:7916: result: no
configure:7985: checking for library containing getopt_long
configure:8016: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith =
-Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wf=
ormat-security -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard  =
 -D_GNU_SOURCE    conftest.c -ldl -lm  >&5
configure:8016: $? =3D 0
configure:8033: result: none required
configure:8041: checking for library containing crypt
configure:8072: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith =
-Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wf=
ormat-security -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard  =
 -D_GNU_SOURCE    conftest.c -ldl -lm  >&5
/tmp/cc5VWtUL.o: In function `main':
conftest.c:(.text+0xa): undefined reference to `crypt'
collect2: error: ld returned 1 exit status
configure:8072: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.5.1"
| #define PACKAGE_STRING "PostgreSQL 9.5.1"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "9.5"
| #define PG_VERSION "9.5.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.  */
|=20
| /* 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:8072: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith =
-Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wf=
ormat-security -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard  =
 -D_GNU_SOURCE    conftest.c -lcrypt  -ldl -lm  >&5
configure:8072: $? =3D 0
configure:8089: result: -lcrypt
configure:8097: checking for library containing shm_open
configure:8128: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith =
-Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wf=
ormat-security -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard  =
 -D_GNU_SOURCE    conftest.c -lcrypt -ldl -lm  >&5
/tmp/ccMwjn6R.o: In function `main':
conftest.c:(.text+0xa): undefined reference to `shm_open'
collect2: error: ld returned 1 exit status
configure:8128: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.5.1"
| #define PACKAGE_STRING "PostgreSQL 9.5.1"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "9.5"
| #define PG_VERSION "9.5.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.  */
|=20
| /* 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 shm_open ();
| int
| main ()
| {
| return shm_open ();
|   ;
|   return 0;
| }
configure:8128: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith =
-Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wf=
ormat-security -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard  =
 -D_GNU_SOURCE    conftest.c -lrt  -lcrypt -ldl -lm  >&5
configure:8128: $? =3D 0
configure:8145: result: -lrt
configure:8153: checking for library containing shm_unlink
configure:8184: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith =
-Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wf=
ormat-security -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard  =
 -D_GNU_SOURCE    conftest.c -lrt -lcrypt -ldl -lm  >&5
configure:8184: $? =3D 0
configure:8201: result: none required
configure:8210: checking for library containing fdatasync
configure:8241: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith =
-Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wf=
ormat-security -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard  =
 -D_GNU_SOURCE    conftest.c -lrt -lcrypt -ldl -lm  >&5
configure:8241: $? =3D 0
configure:8258: result: none required
configure:8267: checking for library containing sched_yield
configure:8298: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith =
-Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wf=
ormat-security -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard  =
 -D_GNU_SOURCE    conftest.c -lrt -lcrypt -ldl -lm  >&5
configure:8298: $? =3D 0
configure:8315: result: none required
configure:8325: checking for library containing gethostbyname_r
configure:8356: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith =
-Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wf=
ormat-security -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard  =
 -D_GNU_SOURCE    conftest.c -lrt -lcrypt -ldl -lm  >&5
configure:8356: $? =3D 0
configure:8373: result: none required
configure:8382: checking for library containing shmget
configure:8413: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith =
-Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wf=
ormat-security -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard  =
 -D_GNU_SOURCE    conftest.c -lrt -lcrypt -ldl -lm  >&5
configure:8413: $? =3D 0
configure:8430: result: none required
configure:8519: checking for inflate in -lz
configure:8544: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith =
-Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wf=
ormat-security -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard  =
 -D_GNU_SOURCE    conftest.c -lz  -lrt -lcrypt -ldl -lm  >&5
configure:8544: $? =3D 0
configure:8553: result: yes
configure:9238: checking for ANSI C header files
configure:9258: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclara=
tion-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-sec=
urity -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard   -D_GNU_S=
OURCE  conftest.c >&5
configure:9258: $? =3D 0
configure:9331: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith =
-Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wf=
ormat-security -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard  =
 -D_GNU_SOURCE    conftest.c -lz -lrt -lcrypt -ldl -lm  >&5
configure:9331: $? =3D 0
configure:9331: ./conftest
configure:9331: $? =3D 0
configure:9342: result: yes
configure:9355: checking for sys/types.h
configure:9355: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclara=
tion-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-sec=
urity -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard   -D_GNU_S=
OURCE  conftest.c >&5
configure:9355: $? =3D 0
configure:9355: result: yes
configure:9355: checking for sys/stat.h
configure:9355: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclara=
tion-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-sec=
urity -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard   -D_GNU_S=
OURCE  conftest.c >&5
configure:9355: $? =3D 0
configure:9355: result: yes
configure:9355: checking for stdlib.h
configure:9355: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclara=
tion-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-sec=
urity -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard   -D_GNU_S=
OURCE  conftest.c >&5
configure:9355: $? =3D 0
configure:9355: result: yes
configure:9355: checking for string.h
configure:9355: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclara=
tion-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-sec=
urity -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard   -D_GNU_S=
OURCE  conftest.c >&5
configure:9355: $? =3D 0
configure:9355: result: yes
configure:9355: checking for memory.h
configure:9355: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclara=
tion-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-sec=
urity -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard   -D_GNU_S=
OURCE  conftest.c >&5
configure:9355: $? =3D 0
configure:9355: result: yes
configure:9355: checking for strings.h
configure:9355: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclara=
tion-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-sec=
urity -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard   -D_GNU_S=
OURCE  conftest.c >&5
configure:9355: $? =3D 0
configure:9355: result: yes
configure:9355: checking for inttypes.h
configure:9355: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclara=
tion-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-sec=
urity -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard   -D_GNU_S=
OURCE  conftest.c >&5
configure:9355: $? =3D 0
configure:9355: result: yes
configure:9355: checking for stdint.h
configure:9355: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclara=
tion-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-sec=
urity -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard   -D_GNU_S=
OURCE  conftest.c >&5
configure:9355: $? =3D 0
configure:9355: result: yes
configure:9355: checking for unistd.h
configure:9355: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclara=
tion-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-sec=
urity -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard   -D_GNU_S=
OURCE  conftest.c >&5
configure:9355: $? =3D 0
configure:9355: result: yes
configure:9370: checking atomic.h usability
configure:9370: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclara=
tion-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-sec=
urity -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard   -D_GNU_S=
OURCE  conftest.c >&5
conftest.c:66:20: fatal error: atomic.h: No such file or directory
compilation terminated.
configure:9370: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.5.1"
| #define PACKAGE_STRING "PostgreSQL 9.5.1"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "9.5"
| #define PG_VERSION "9.5.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_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 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 <atomic.h>
configure:9370: result: no
configure:9370: checking atomic.h presence
configure:9370: gcc -E  -D_GNU_SOURCE  conftest.c
conftest.c:33:20: fatal error: atomic.h: No such file or directory
compilation terminated.
configure:9370: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.5.1"
| #define PACKAGE_STRING "PostgreSQL 9.5.1"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "9.5"
| #define PG_VERSION "9.5.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_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 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 <atomic.h>
configure:9370: result: no
configure:9370: checking for atomic.h
configure:9370: result: no
configure:9370: checking crypt.h usability
configure:9370: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclara=
tion-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-sec=
urity -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard   -D_GNU_S=
OURCE  conftest.c >&5
configure:9370: $? =3D 0
configure:9370: result: yes
configure:9370: checking crypt.h presence
configure:9370: gcc -E  -D_GNU_SOURCE  conftest.c
configure:9370: $? =3D 0
configure:9370: result: yes
configure:9370: checking for crypt.h
configure:9370: result: yes
configure:9370: checking dld.h usability
configure:9370: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclara=
tion-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-sec=
urity -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard   -D_GNU_S=
OURCE  conftest.c >&5
conftest.c:67:17: fatal error: dld.h: No such file or directory
compilation terminated.
configure:9370: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.5.1"
| #define PACKAGE_STRING "PostgreSQL 9.5.1"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "9.5"
| #define PG_VERSION "9.5.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_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| /* end confdefs.h.  */
| #include <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:9370: result: no
configure:9370: checking dld.h presence
configure:9370: gcc -E  -D_GNU_SOURCE  conftest.c
conftest.c:34:17: fatal error: dld.h: No such file or directory
compilation terminated.
configure:9370: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.5.1"
| #define PACKAGE_STRING "PostgreSQL 9.5.1"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "9.5"
| #define PG_VERSION "9.5.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_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| /* end confdefs.h.  */
| #include <dld.h>
configure:9370: result: no
configure:9370: checking for dld.h
configure:9370: result: no
configure:9370: checking fp_class.h usability
configure:9370: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclara=
tion-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-sec=
urity -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard   -D_GNU_S=
OURCE  conftest.c >&5
conftest.c:67:22: fatal error: fp_class.h: No such file or directory
compilation terminated.
configure:9370: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.5.1"
| #define PACKAGE_STRING "PostgreSQL 9.5.1"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "9.5"
| #define PG_VERSION "9.5.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_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| /* end confdefs.h.  */
| #include <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:9370: result: no
configure:9370: checking fp_class.h presence
configure:9370: gcc -E  -D_GNU_SOURCE  conftest.c
conftest.c:34:22: fatal error: fp_class.h: No such file or directory
compilation terminated.
configure:9370: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.5.1"
| #define PACKAGE_STRING "PostgreSQL 9.5.1"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "9.5"
| #define PG_VERSION "9.5.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_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| /* end confdefs.h.  */
| #include <fp_class.h>
configure:9370: result: no
configure:9370: checking for fp_class.h
configure:9370: result: no
configure:9370: checking getopt.h usability
configure:9370: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclara=
tion-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-sec=
urity -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard   -D_GNU_S=
OURCE  conftest.c >&5
configure:9370: $? =3D 0
configure:9370: result: yes
configure:9370: checking getopt.h presence
configure:9370: gcc -E  -D_GNU_SOURCE  conftest.c
configure:9370: $? =3D 0
configure:9370: result: yes
configure:9370: checking for getopt.h
configure:9370: result: yes
configure:9370: checking ieeefp.h usability
configure:9370: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclara=
tion-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-sec=
urity -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard   -D_GNU_S=
OURCE  conftest.c >&5
conftest.c:68:20: fatal error: ieeefp.h: No such file or directory
compilation terminated.
configure:9370: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.5.1"
| #define PACKAGE_STRING "PostgreSQL 9.5.1"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "9.5"
| #define PG_VERSION "9.5.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_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| /* end confdefs.h.  */
| #include <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:9370: result: no
configure:9370: checking ieeefp.h presence
configure:9370: gcc -E  -D_GNU_SOURCE  conftest.c
conftest.c:35:20: fatal error: ieeefp.h: No such file or directory
compilation terminated.
configure:9370: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.5.1"
| #define PACKAGE_STRING "PostgreSQL 9.5.1"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "9.5"
| #define PG_VERSION "9.5.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_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| /* end confdefs.h.  */
| #include <ieeefp.h>
configure:9370: result: no
configure:9370: checking for ieeefp.h
configure:9370: result: no
configure:9370: checking ifaddrs.h usability
configure:9370: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclara=
tion-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-sec=
urity -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard   -D_GNU_S=
OURCE  conftest.c >&5
configure:9370: $? =3D 0
configure:9370: result: yes
configure:9370: checking ifaddrs.h presence
configure:9370: gcc -E  -D_GNU_SOURCE  conftest.c
configure:9370: $? =3D 0
configure:9370: result: yes
configure:9370: checking for ifaddrs.h
configure:9370: result: yes
configure:9370: checking langinfo.h usability
configure:9370: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclara=
tion-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-sec=
urity -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard   -D_GNU_S=
OURCE  conftest.c >&5
configure:9370: $? =3D 0
configure:9370: result: yes
configure:9370: checking langinfo.h presence
configure:9370: gcc -E  -D_GNU_SOURCE  conftest.c
configure:9370: $? =3D 0
configure:9370: result: yes
configure:9370: checking for langinfo.h
configure:9370: result: yes
configure:9370: checking mbarrier.h usability
configure:9370: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclara=
tion-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-sec=
urity -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard   -D_GNU_S=
OURCE  conftest.c >&5
conftest.c:70:22: fatal error: mbarrier.h: No such file or directory
compilation terminated.
configure:9370: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.5.1"
| #define PACKAGE_STRING "PostgreSQL 9.5.1"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "9.5"
| #define PG_VERSION "9.5.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_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_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 <mbarrier.h>
configure:9370: result: no
configure:9370: checking mbarrier.h presence
configure:9370: gcc -E  -D_GNU_SOURCE  conftest.c
conftest.c:37:22: fatal error: mbarrier.h: No such file or directory
compilation terminated.
configure:9370: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.5.1"
| #define PACKAGE_STRING "PostgreSQL 9.5.1"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "9.5"
| #define PG_VERSION "9.5.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_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| /* end confdefs.h.  */
| #include <mbarrier.h>
configure:9370: result: no
configure:9370: checking for mbarrier.h
configure:9370: result: no
configure:9370: checking poll.h usability
configure:9370: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclara=
tion-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-sec=
urity -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard   -D_GNU_S=
OURCE  conftest.c >&5
configure:9370: $? =3D 0
configure:9370: result: yes
configure:9370: checking poll.h presence
configure:9370: gcc -E  -D_GNU_SOURCE  conftest.c
configure:9370: $? =3D 0
configure:9370: result: yes
configure:9370: checking for poll.h
configure:9370: result: yes
configure:9370: checking pwd.h usability
configure:9370: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclara=
tion-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-sec=
urity -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard   -D_GNU_S=
OURCE  conftest.c >&5
configure:9370: $? =3D 0
configure:9370: result: yes
configure:9370: checking pwd.h presence
configure:9370: gcc -E  -D_GNU_SOURCE  conftest.c
configure:9370: $? =3D 0
configure:9370: result: yes
configure:9370: checking for pwd.h
configure:9370: result: yes
configure:9370: checking sys/ioctl.h usability
configure:9370: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclara=
tion-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-sec=
urity -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard   -D_GNU_S=
OURCE  conftest.c >&5
configure:9370: $? =3D 0
configure:9370: result: yes
configure:9370: checking sys/ioctl.h presence
configure:9370: gcc -E  -D_GNU_SOURCE  conftest.c
configure:9370: $? =3D 0
configure:9370: result: yes
configure:9370: checking for sys/ioctl.h
configure:9370: result: yes
configure:9370: checking sys/ipc.h usability
configure:9370: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclara=
tion-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-sec=
urity -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard   -D_GNU_S=
OURCE  conftest.c >&5
configure:9370: $? =3D 0
configure:9370: result: yes
configure:9370: checking sys/ipc.h presence
configure:9370: gcc -E  -D_GNU_SOURCE  conftest.c
configure:9370: $? =3D 0
configure:9370: result: yes
configure:9370: checking for sys/ipc.h
configure:9370: result: yes
configure:9370: checking sys/poll.h usability
configure:9370: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclara=
tion-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-sec=
urity -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard   -D_GNU_S=
OURCE  conftest.c >&5
configure:9370: $? =3D 0
configure:9370: result: yes
configure:9370: checking sys/poll.h presence
configure:9370: gcc -E  -D_GNU_SOURCE  conftest.c
configure:9370: $? =3D 0
configure:9370: result: yes
configure:9370: checking for sys/poll.h
configure:9370: result: yes
configure:9370: checking sys/pstat.h usability
configure:9370: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclara=
tion-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-sec=
urity -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard   -D_GNU_S=
OURCE  conftest.c >&5
conftest.c:75:23: fatal error: sys/pstat.h: No such file or directory
compilation terminated.
configure:9370: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.5.1"
| #define PACKAGE_STRING "PostgreSQL 9.5.1"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "9.5"
| #define PG_VERSION "9.5.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_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_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:9370: result: no
configure:9370: checking sys/pstat.h presence
configure:9370: gcc -E  -D_GNU_SOURCE  conftest.c
conftest.c:42:23: fatal error: sys/pstat.h: No such file or directory
compilation terminated.
configure:9370: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.5.1"
| #define PACKAGE_STRING "PostgreSQL 9.5.1"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "9.5"
| #define PG_VERSION "9.5.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_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| /* end confdefs.h.  */
| #include <sys/pstat.h>
configure:9370: result: no
configure:9370: checking for sys/pstat.h
configure:9370: result: no
configure:9370: checking sys/resource.h usability
configure:9370: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclara=
tion-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-sec=
urity -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard   -D_GNU_S=
OURCE  conftest.c >&5
configure:9370: $? =3D 0
configure:9370: result: yes
configure:9370: checking sys/resource.h presence
configure:9370: gcc -E  -D_GNU_SOURCE  conftest.c
configure:9370: $? =3D 0
configure:9370: result: yes
configure:9370: checking for sys/resource.h
configure:9370: result: yes
configure:9370: checking sys/select.h usability
configure:9370: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclara=
tion-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-sec=
urity -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard   -D_GNU_S=
OURCE  conftest.c >&5
configure:9370: $? =3D 0
configure:9370: result: yes
configure:9370: checking sys/select.h presence
configure:9370: gcc -E  -D_GNU_SOURCE  conftest.c
configure:9370: $? =3D 0
configure:9370: result: yes
configure:9370: checking for sys/select.h
configure:9370: result: yes
configure:9370: checking sys/sem.h usability
configure:9370: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclara=
tion-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-sec=
urity -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard   -D_GNU_S=
OURCE  conftest.c >&5
configure:9370: $? =3D 0
configure:9370: result: yes
configure:9370: checking sys/sem.h presence
configure:9370: gcc -E  -D_GNU_SOURCE  conftest.c
configure:9370: $? =3D 0
configure:9370: result: yes
configure:9370: checking for sys/sem.h
configure:9370: result: yes
configure:9370: checking sys/shm.h usability
configure:9370: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclara=
tion-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-sec=
urity -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard   -D_GNU_S=
OURCE  conftest.c >&5
configure:9370: $? =3D 0
configure:9370: result: yes
configure:9370: checking sys/shm.h presence
configure:9370: gcc -E  -D_GNU_SOURCE  conftest.c
configure:9370: $? =3D 0
configure:9370: result: yes
configure:9370: checking for sys/shm.h
configure:9370: result: yes
configure:9370: checking sys/socket.h usability
configure:9370: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclara=
tion-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-sec=
urity -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard   -D_GNU_S=
OURCE  conftest.c >&5
configure:9370: $? =3D 0
configure:9370: result: yes
configure:9370: checking sys/socket.h presence
configure:9370: gcc -E  -D_GNU_SOURCE  conftest.c
configure:9370: $? =3D 0
configure:9370: result: yes
configure:9370: checking for sys/socket.h
configure:9370: result: yes
configure:9370: checking sys/sockio.h usability
configure:9370: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclara=
tion-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-sec=
urity -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard   -D_GNU_S=
OURCE  conftest.c >&5
conftest.c:80:24: fatal error: sys/sockio.h: No such file or directory
compilation terminated.
configure:9370: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.5.1"
| #define PACKAGE_STRING "PostgreSQL 9.5.1"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "9.5"
| #define PG_VERSION "9.5.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_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_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:9370: result: no
configure:9370: checking sys/sockio.h presence
configure:9370: gcc -E  -D_GNU_SOURCE  conftest.c
conftest.c:47:24: fatal error: sys/sockio.h: No such file or directory
compilation terminated.
configure:9370: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.5.1"
| #define PACKAGE_STRING "PostgreSQL 9.5.1"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "9.5"
| #define PG_VERSION "9.5.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_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h.  */
| #include <sys/sockio.h>
configure:9370: result: no
configure:9370: checking for sys/sockio.h
configure:9370: result: no
configure:9370: checking sys/tas.h usability
configure:9370: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclara=
tion-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-sec=
urity -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard   -D_GNU_S=
OURCE  conftest.c >&5
conftest.c:80:21: fatal error: sys/tas.h: No such file or directory
compilation terminated.
configure:9370: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.5.1"
| #define PACKAGE_STRING "PostgreSQL 9.5.1"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "9.5"
| #define PG_VERSION "9.5.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_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_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:9370: result: no
configure:9370: checking sys/tas.h presence
configure:9370: gcc -E  -D_GNU_SOURCE  conftest.c
conftest.c:47:21: fatal error: sys/tas.h: No such file or directory
compilation terminated.
configure:9370: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.5.1"
| #define PACKAGE_STRING "PostgreSQL 9.5.1"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "9.5"
| #define PG_VERSION "9.5.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_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h.  */
| #include <sys/tas.h>
configure:9370: result: no
configure:9370: checking for sys/tas.h
configure:9370: result: no
configure:9370: checking sys/time.h usability
configure:9370: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclara=
tion-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-sec=
urity -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard   -D_GNU_S=
OURCE  conftest.c >&5
configure:9370: $? =3D 0
configure:9370: result: yes
configure:9370: checking sys/time.h presence
configure:9370: gcc -E  -D_GNU_SOURCE  conftest.c
configure:9370: $? =3D 0
configure:9370: result: yes
configure:9370: checking for sys/time.h
configure:9370: result: yes
configure:9370: checking sys/un.h usability
configure:9370: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclara=
tion-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-sec=
urity -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard   -D_GNU_S=
OURCE  conftest.c >&5
configure:9370: $? =3D 0
configure:9370: result: yes
configure:9370: checking sys/un.h presence
configure:9370: gcc -E  -D_GNU_SOURCE  conftest.c
configure:9370: $? =3D 0
configure:9370: result: yes
configure:9370: checking for sys/un.h
configure:9370: result: yes
configure:9370: checking termios.h usability
configure:9370: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclara=
tion-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-sec=
urity -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard   -D_GNU_S=
OURCE  conftest.c >&5
configure:9370: $? =3D 0
configure:9370: result: yes
configure:9370: checking termios.h presence
configure:9370: gcc -E  -D_GNU_SOURCE  conftest.c
configure:9370: $? =3D 0
configure:9370: result: yes
configure:9370: checking for termios.h
configure:9370: result: yes
configure:9370: checking ucred.h usability
configure:9370: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclara=
tion-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-sec=
urity -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard   -D_GNU_S=
OURCE  conftest.c >&5
conftest.c:83:19: fatal error: ucred.h: No such file or directory
compilation terminated.
configure:9370: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.5.1"
| #define PACKAGE_STRING "PostgreSQL 9.5.1"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "9.5"
| #define PG_VERSION "9.5.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_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TERMIOS_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:9370: result: no
configure:9370: checking ucred.h presence
configure:9370: gcc -E  -D_GNU_SOURCE  conftest.c
conftest.c:50:19: fatal error: ucred.h: No such file or directory
compilation terminated.
configure:9370: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.5.1"
| #define PACKAGE_STRING "PostgreSQL 9.5.1"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "9.5"
| #define PG_VERSION "9.5.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_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TERMIOS_H 1
| /* end confdefs.h.  */
| #include <ucred.h>
configure:9370: result: no
configure:9370: checking for ucred.h
configure:9370: result: no
configure:9370: checking utime.h usability
configure:9370: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclara=
tion-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-sec=
urity -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard   -D_GNU_S=
OURCE  conftest.c >&5
configure:9370: $? =3D 0
configure:9370: result: yes
configure:9370: checking utime.h presence
configure:9370: gcc -E  -D_GNU_SOURCE  conftest.c
configure:9370: $? =3D 0
configure:9370: result: yes
configure:9370: checking for utime.h
configure:9370: result: yes
configure:9370: checking wchar.h usability
configure:9370: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclara=
tion-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-sec=
urity -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard   -D_GNU_S=
OURCE  conftest.c >&5
configure:9370: $? =3D 0
configure:9370: result: yes
configure:9370: checking wchar.h presence
configure:9370: gcc -E  -D_GNU_SOURCE  conftest.c
configure:9370: $? =3D 0
configure:9370: result: yes
configure:9370: checking for wchar.h
configure:9370: result: yes
configure:9370: checking wctype.h usability
configure:9370: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclara=
tion-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-sec=
urity -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard   -D_GNU_S=
OURCE  conftest.c >&5
configure:9370: $? =3D 0
configure:9370: result: yes
configure:9370: checking wctype.h presence
configure:9370: gcc -E  -D_GNU_SOURCE  conftest.c
configure:9370: $? =3D 0
configure:9370: result: yes
configure:9370: checking for wctype.h
configure:9370: result: yes
configure:9385: checking for net/if.h
configure:9385: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclara=
tion-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-sec=
urity -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard   -D_GNU_S=
OURCE  conftest.c >&5
configure:9385: $? =3D 0
configure:9385: result: yes
configure:9405: checking for sys/ucred.h
configure:9405: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclara=
tion-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-sec=
urity -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard   -D_GNU_S=
OURCE  conftest.c >&5
conftest.c:90:23: fatal error: sys/ucred.h: No such file or directory
compilation terminated.
configure:9405: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.5.1"
| #define PACKAGE_STRING "PostgreSQL 9.5.1"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "9.5"
| #define PG_VERSION "9.5.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_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_NET_IF_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/param.h>
|=20
|=20
| #include <sys/ucred.h>
configure:9405: result: no
configure:9423: checking netinet/in.h usability
configure:9423: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclara=
tion-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-sec=
urity -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard   -D_GNU_S=
OURCE  conftest.c >&5
configure:9423: $? =3D 0
configure:9423: result: yes
configure:9423: checking netinet/in.h presence
configure:9423: gcc -E  -D_GNU_SOURCE  conftest.c
configure:9423: $? =3D 0
configure:9423: result: yes
configure:9423: checking for netinet/in.h
configure:9423: result: yes
configure:9435: checking for netinet/tcp.h
configure:9435: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclara=
tion-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-sec=
urity -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard   -D_GNU_S=
OURCE  conftest.c >&5
configure:9435: $? =3D 0
configure:9435: result: yes
configure:9606: checking zlib.h usability
configure:9606: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclara=
tion-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-sec=
urity -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard   -D_GNU_S=
OURCE  conftest.c >&5
configure:9606: $? =3D 0
configure:9606: result: yes
configure:9606: checking zlib.h presence
configure:9606: gcc -E  -D_GNU_SOURCE  conftest.c
configure:9606: $? =3D 0
configure:9606: result: yes
configure:9606: checking for zlib.h
configure:9606: result: yes
configure:9962: checking whether byte ordering is bigendian
configure:10168: result: no
configure:10186: checking for inline
configure:10202: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclar=
ation-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-se=
curity -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard   -D_GNU_=
SOURCE  conftest.c >&5
configure:10202: $? =3D 0
configure:10210: result: inline
configure:10228: checking for quiet inline (no complaint if unreferenced)
configure:10248: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith=
 -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -W=
format-security -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard =
  -D_GNU_SOURCE    conftest.c -lz -lrt -lcrypt -ldl -lm  >&5
configure:10248: $? =3D 0
configure:10256: result: yes
configure:10266: checking for printf format archetype
configure:10286: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclar=
ation-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-se=
curity -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard   -D_GNU_=
SOURCE  conftest.c >&5
configure:10286: $? =3D 0
configure:10294: result: gnu_printf
configure:10303: checking for flexible array members
configure:10326: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclar=
ation-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-se=
curity -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard   -D_GNU_=
SOURCE  conftest.c >&5
configure:10326: $? =3D 0
configure:10333: result: yes
configure:10344: checking for signed types
configure:10360: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclar=
ation-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-se=
curity -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard   -D_GNU_=
SOURCE  conftest.c >&5
conftest.c: In function 'main':
conftest.c:63:43: warning: unused variable 'i' [-Wunused-variable]
 signed char c; signed short s; signed int i;
                                           ^
conftest.c:63:29: warning: unused variable 's' [-Wunused-variable]
 signed char c; signed short s; signed int i;
                             ^
conftest.c:63:13: warning: unused variable 'c' [-Wunused-variable]
 signed char c; signed short s; signed int i;
             ^
configure:10360: $? =3D 0
configure:10367: result: yes
configure:10374: checking for __func__
configure:10390: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclar=
ation-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-se=
curity -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard   -D_GNU_=
SOURCE  conftest.c >&5
configure:10390: $? =3D 0
configure:10397: result: yes
configure:10435: checking for _Static_assert
configure:10451: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith=
 -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -W=
format-security -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard =
  -D_GNU_SOURCE    conftest.c -lz -lrt -lcrypt -ldl -lm  >&5
configure:10451: $? =3D 0
configure:10459: result: yes
configure:10466: checking for __builtin_types_compatible_p
configure:10482: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclar=
ation-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-se=
curity -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard   -D_GNU_=
SOURCE  conftest.c >&5
conftest.c: In function 'main':
conftest.c:65:20: warning: unused variable 'y' [-Wunused-variable]
  int x; static int y[__builtin_types_compatible_p(__typeof__(x), int)];
                    ^
configure:10482: $? =3D 0
configure:10489: result: yes
configure:10496: checking for __builtin_bswap32
configure:10512: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclar=
ation-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-se=
curity -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard   -D_GNU_=
SOURCE  conftest.c >&5
conftest.c:62:26: warning: 'x' defined but not used [-Wunused-variable]
 static unsigned long int x =3D __builtin_bswap32(0xaabbccdd);
                          ^
configure:10512: $? =3D 0
configure:10519: result: yes
configure:10526: checking for __builtin_constant_p
configure:10542: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclar=
ation-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-se=
curity -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard   -D_GNU_=
SOURCE  conftest.c >&5
conftest.c:63:26: warning: 'y' defined but not used [-Wunused-variable]
 static int x; static int y[__builtin_constant_p(x) ? x : 1];
                          ^
configure:10542: $? =3D 0
configure:10549: result: yes
configure:10556: checking for __builtin_unreachable
configure:10572: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith=
 -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -W=
format-security -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard =
  -D_GNU_SOURCE    conftest.c -lz -lrt -lcrypt -ldl -lm  >&5
configure:10572: $? =3D 0
configure:10580: result: yes
configure:10587: checking for __VA_ARGS__
configure:10605: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclar=
ation-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-se=
curity -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard   -D_GNU_=
SOURCE  conftest.c >&5
configure:10605: $? =3D 0
configure:10612: result: yes
configure:10619: checking whether struct tm is in sys/time.h or time.h
configure:10639: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclar=
ation-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-se=
curity -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard   -D_GNU_=
SOURCE  conftest.c >&5
configure:10639: $? =3D 0
configure:10646: result: time.h
configure:10654: checking for struct tm.tm_zone
configure:10654: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclar=
ation-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-se=
curity -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard   -D_GNU_=
SOURCE  conftest.c >&5
configure:10654: $? =3D 0
configure:10654: result: yes
configure:10672: checking for tzname
configure:10692: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith=
 -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -W=
format-security -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard =
  -D_GNU_SOURCE    conftest.c -lz -lrt -lcrypt -ldl -lm  >&5
conftest.c: In function 'main':
conftest.c:76:1: warning: implicit declaration of function 'atoi' [-Wimplic=
it-function-declaration]
 atoi(*tzname);
 ^
configure:10692: $? =3D 0
configure:10700: result: yes
configure:10708: checking for union semun
configure:10708: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclar=
ation-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-se=
curity -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard   -D_GNU_=
SOURCE  conftest.c >&5
conftest.c: In function 'main':
conftest.c:76:13: error: invalid application of 'sizeof' to incomplete type=
 'union semun'
 if (sizeof (union semun))
             ^
configure:10708: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.5.1"
| #define PACKAGE_STRING "PostgreSQL 9.5.1"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "9.5"
| #define PG_VERSION "9.5.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_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define PG_USE_INLINE 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
| #define HAVE__BUILTIN_BSWAP32 1
| #define HAVE__BUILTIN_CONSTANT_P 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE__VA_ARGS 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| /* end confdefs.h.  */
| #include <sys/types.h>
| #include <sys/ipc.h>
| #include <sys/sem.h>
|=20
| int
| main ()
| {
| if (sizeof (union semun))
|      return 0;
|   ;
|   return 0;
| }
configure:10708: result: no
configure:10721: checking for struct sockaddr_un
configure:10721: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclar=
ation-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-se=
curity -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard   -D_GNU_=
SOURCE  conftest.c >&5
configure:10721: $? =3D 0
configure:10721: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclar=
ation-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-se=
curity -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard   -D_GNU_=
SOURCE  conftest.c >&5
conftest.c: In function 'main':
conftest.c:78:33: error: expected expression before ')' token
 if (sizeof ((struct sockaddr_un)))
                                 ^
configure:10721: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.5.1"
| #define PACKAGE_STRING "PostgreSQL 9.5.1"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "9.5"
| #define PG_VERSION "9.5.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_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define PG_USE_INLINE 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
| #define HAVE__BUILTIN_BSWAP32 1
| #define HAVE__BUILTIN_CONSTANT_P 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE__VA_ARGS 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| /* end confdefs.h.  */
| #include <sys/types.h>
| #ifdef HAVE_SYS_UN_H
| #include <sys/un.h>
| #endif
|=20
|=20
| int
| main ()
| {
| if (sizeof ((struct sockaddr_un)))
|         return 0;
|   ;
|   return 0;
| }
configure:10721: result: yes
configure:10733: checking for struct sockaddr_storage
configure:10733: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclar=
ation-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-se=
curity -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard   -D_GNU_=
SOURCE  conftest.c >&5
configure:10733: $? =3D 0
configure:10733: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclar=
ation-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-se=
curity -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard   -D_GNU_=
SOURCE  conftest.c >&5
conftest.c: In function 'main':
conftest.c:79:38: error: expected expression before ')' token
 if (sizeof ((struct sockaddr_storage)))
                                      ^
configure:10733: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.5.1"
| #define PACKAGE_STRING "PostgreSQL 9.5.1"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "9.5"
| #define PG_VERSION "9.5.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_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define PG_USE_INLINE 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
| #define HAVE__BUILTIN_BSWAP32 1
| #define HAVE__BUILTIN_CONSTANT_P 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE__VA_ARGS 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_UNIX_SOCKETS 1
| /* end confdefs.h.  */
| #include <sys/types.h>
| #ifdef HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
|=20
|=20
| int
| main ()
| {
| if (sizeof ((struct sockaddr_storage)))
|         return 0;
|   ;
|   return 0;
| }
configure:10733: result: yes
configure:10748: checking for struct sockaddr_storage.ss_family
configure:10748: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclar=
ation-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-se=
curity -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard   -D_GNU_=
SOURCE  conftest.c >&5
configure:10748: $? =3D 0
configure:10748: result: yes
configure:10762: checking for struct sockaddr_storage.__ss_family
configure:10762: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclar=
ation-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-se=
curity -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard   -D_GNU_=
SOURCE  conftest.c >&5
conftest.c: In function 'main':
conftest.c:82:12: error: 'struct sockaddr_storage' has no member named '__s=
s_family'
 if (ac_aggr.__ss_family)
            ^
conftest.c:81:32: warning: variable 'ac_aggr' set but not used [-Wunused-bu=
t-set-variable]
 static struct sockaddr_storage ac_aggr;
                                ^
configure:10762: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.5.1"
| #define PACKAGE_STRING "PostgreSQL 9.5.1"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "9.5"
| #define PG_VERSION "9.5.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_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define PG_USE_INLINE 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
| #define HAVE__BUILTIN_BSWAP32 1
| #define HAVE__BUILTIN_CONSTANT_P 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE__VA_ARGS 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_UNIX_SOCKETS 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
|=20
|=20
| int
| main ()
| {
| static struct sockaddr_storage ac_aggr;
| if (ac_aggr.__ss_family)
| return 0;
|   ;
|   return 0;
| }
configure:10762: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclar=
ation-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-se=
curity -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard   -D_GNU_=
SOURCE  conftest.c >&5
conftest.c: In function 'main':
conftest.c:82:19: error: 'struct sockaddr_storage' has no member named '__s=
s_family'
 if (sizeof ac_aggr.__ss_family)
                   ^
conftest.c:81:32: warning: variable 'ac_aggr' set but not used [-Wunused-bu=
t-set-variable]
 static struct sockaddr_storage ac_aggr;
                                ^
configure:10762: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.5.1"
| #define PACKAGE_STRING "PostgreSQL 9.5.1"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "9.5"
| #define PG_VERSION "9.5.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_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define PG_USE_INLINE 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
| #define HAVE__BUILTIN_BSWAP32 1
| #define HAVE__BUILTIN_CONSTANT_P 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE__VA_ARGS 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_UNIX_SOCKETS 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
|=20
|=20
| int
| main ()
| {
| static struct sockaddr_storage ac_aggr;
| if (sizeof ac_aggr.__ss_family)
| return 0;
|   ;
|   return 0;
| }
configure:10762: result: no
configure:10776: checking for struct sockaddr_storage.ss_len
configure:10776: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclar=
ation-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-se=
curity -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard   -D_GNU_=
SOURCE  conftest.c >&5
conftest.c: In function 'main':
conftest.c:82:12: error: 'struct sockaddr_storage' has no member named 'ss_=
len'
 if (ac_aggr.ss_len)
            ^
conftest.c:81:32: warning: variable 'ac_aggr' set but not used [-Wunused-bu=
t-set-variable]
 static struct sockaddr_storage ac_aggr;
                                ^
configure:10776: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.5.1"
| #define PACKAGE_STRING "PostgreSQL 9.5.1"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "9.5"
| #define PG_VERSION "9.5.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_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define PG_USE_INLINE 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
| #define HAVE__BUILTIN_BSWAP32 1
| #define HAVE__BUILTIN_CONSTANT_P 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE__VA_ARGS 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_UNIX_SOCKETS 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
|=20
|=20
| int
| main ()
| {
| static struct sockaddr_storage ac_aggr;
| if (ac_aggr.ss_len)
| return 0;
|   ;
|   return 0;
| }
configure:10776: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclar=
ation-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-se=
curity -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard   -D_GNU_=
SOURCE  conftest.c >&5
conftest.c: In function 'main':
conftest.c:82:19: error: 'struct sockaddr_storage' has no member named 'ss_=
len'
 if (sizeof ac_aggr.ss_len)
                   ^
conftest.c:81:32: warning: variable 'ac_aggr' set but not used [-Wunused-bu=
t-set-variable]
 static struct sockaddr_storage ac_aggr;
                                ^
configure:10776: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.5.1"
| #define PACKAGE_STRING "PostgreSQL 9.5.1"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "9.5"
| #define PG_VERSION "9.5.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_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define PG_USE_INLINE 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
| #define HAVE__BUILTIN_BSWAP32 1
| #define HAVE__BUILTIN_CONSTANT_P 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE__VA_ARGS 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_UNIX_SOCKETS 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
|=20
|=20
| int
| main ()
| {
| static struct sockaddr_storage ac_aggr;
| if (sizeof ac_aggr.ss_len)
| return 0;
|   ;
|   return 0;
| }
configure:10776: result: no
configure:10790: checking for struct sockaddr_storage.__ss_len
configure:10790: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclar=
ation-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-se=
curity -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard   -D_GNU_=
SOURCE  conftest.c >&5
conftest.c: In function 'main':
conftest.c:82:12: error: 'struct sockaddr_storage' has no member named '__s=
s_len'
 if (ac_aggr.__ss_len)
            ^
conftest.c:81:32: warning: variable 'ac_aggr' set but not used [-Wunused-bu=
t-set-variable]
 static struct sockaddr_storage ac_aggr;
                                ^
configure:10790: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.5.1"
| #define PACKAGE_STRING "PostgreSQL 9.5.1"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "9.5"
| #define PG_VERSION "9.5.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_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define PG_USE_INLINE 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
| #define HAVE__BUILTIN_BSWAP32 1
| #define HAVE__BUILTIN_CONSTANT_P 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE__VA_ARGS 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_UNIX_SOCKETS 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
|=20
|=20
| int
| main ()
| {
| static struct sockaddr_storage ac_aggr;
| if (ac_aggr.__ss_len)
| return 0;
|   ;
|   return 0;
| }
configure:10790: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclar=
ation-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-se=
curity -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard   -D_GNU_=
SOURCE  conftest.c >&5
conftest.c: In function 'main':
conftest.c:82:19: error: 'struct sockaddr_storage' has no member named '__s=
s_len'
 if (sizeof ac_aggr.__ss_len)
                   ^
conftest.c:81:32: warning: variable 'ac_aggr' set but not used [-Wunused-bu=
t-set-variable]
 static struct sockaddr_storage ac_aggr;
                                ^
configure:10790: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.5.1"
| #define PACKAGE_STRING "PostgreSQL 9.5.1"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "9.5"
| #define PG_VERSION "9.5.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_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define PG_USE_INLINE 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
| #define HAVE__BUILTIN_BSWAP32 1
| #define HAVE__BUILTIN_CONSTANT_P 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE__VA_ARGS 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_UNIX_SOCKETS 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
|=20
|=20
| int
| main ()
| {
| static struct sockaddr_storage ac_aggr;
| if (sizeof ac_aggr.__ss_len)
| return 0;
|   ;
|   return 0;
| }
configure:10790: result: no
configure:10804: checking for struct sockaddr.sa_len
configure:10804: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclar=
ation-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-se=
curity -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard   -D_GNU_=
SOURCE  conftest.c >&5
conftest.c: In function 'main':
conftest.c:82:12: error: 'struct sockaddr' has no member named 'sa_len'
 if (ac_aggr.sa_len)
            ^
conftest.c:81:24: warning: variable 'ac_aggr' set but not used [-Wunused-bu=
t-set-variable]
 static struct sockaddr ac_aggr;
                        ^
configure:10804: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.5.1"
| #define PACKAGE_STRING "PostgreSQL 9.5.1"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "9.5"
| #define PG_VERSION "9.5.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_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define PG_USE_INLINE 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
| #define HAVE__BUILTIN_BSWAP32 1
| #define HAVE__BUILTIN_CONSTANT_P 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE__VA_ARGS 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_UNIX_SOCKETS 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
|=20
|=20
| int
| main ()
| {
| static struct sockaddr ac_aggr;
| if (ac_aggr.sa_len)
| return 0;
|   ;
|   return 0;
| }
configure:10804: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclar=
ation-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-se=
curity -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard   -D_GNU_=
SOURCE  conftest.c >&5
conftest.c: In function 'main':
conftest.c:82:19: error: 'struct sockaddr' has no member named 'sa_len'
 if (sizeof ac_aggr.sa_len)
                   ^
conftest.c:81:24: warning: variable 'ac_aggr' set but not used [-Wunused-bu=
t-set-variable]
 static struct sockaddr ac_aggr;
                        ^
configure:10804: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.5.1"
| #define PACKAGE_STRING "PostgreSQL 9.5.1"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "9.5"
| #define PG_VERSION "9.5.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_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define PG_USE_INLINE 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
| #define HAVE__BUILTIN_BSWAP32 1
| #define HAVE__BUILTIN_CONSTANT_P 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE__VA_ARGS 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_UNIX_SOCKETS 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
|=20
|=20
| int
| main ()
| {
| static struct sockaddr ac_aggr;
| if (sizeof ac_aggr.sa_len)
| return 0;
|   ;
|   return 0;
| }
configure:10804: result: no
configure:10819: checking for struct addrinfo
configure:10819: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclar=
ation-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-se=
curity -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard   -D_GNU_=
SOURCE  conftest.c >&5
configure:10819: $? =3D 0
configure:10819: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclar=
ation-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-se=
curity -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard   -D_GNU_=
SOURCE  conftest.c >&5
conftest.c: In function 'main':
conftest.c:80:30: error: expected expression before ')' token
 if (sizeof ((struct addrinfo)))
                              ^
configure:10819: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.5.1"
| #define PACKAGE_STRING "PostgreSQL 9.5.1"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "9.5"
| #define PG_VERSION "9.5.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_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define PG_USE_INLINE 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
| #define HAVE__BUILTIN_BSWAP32 1
| #define HAVE__BUILTIN_CONSTANT_P 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE__VA_ARGS 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_UNIX_SOCKETS 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>
|=20
|=20
| int
| main ()
| {
| if (sizeof ((struct addrinfo)))
|         return 0;
|   ;
|   return 0;
| }
configure:10819: result: yes
configure:10834: checking for intptr_t
configure:10834: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclar=
ation-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-se=
curity -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard   -D_GNU_=
SOURCE  conftest.c >&5
configure:10834: $? =3D 0
configure:10834: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclar=
ation-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-se=
curity -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard   -D_GNU_=
SOURCE  conftest.c >&5
conftest.c: In function 'main':
conftest.c:109:23: error: expected expression before ')' token
 if (sizeof ((intptr_t)))
                       ^
configure:10834: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.5.1"
| #define PACKAGE_STRING "PostgreSQL 9.5.1"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "9.5"
| #define PG_VERSION "9.5.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_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define PG_USE_INLINE 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
| #define HAVE__BUILTIN_BSWAP32 1
| #define HAVE__BUILTIN_CONSTANT_P 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE__VA_ARGS 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_ADDRINFO 1
| /* end confdefs.h.  */
| #include <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:10834: result: yes
configure:10870: checking for uintptr_t
configure:10870: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclar=
ation-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-se=
curity -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard   -D_GNU_=
SOURCE  conftest.c >&5
configure:10870: $? =3D 0
configure:10870: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclar=
ation-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-se=
curity -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard   -D_GNU_=
SOURCE  conftest.c >&5
conftest.c: In function 'main':
conftest.c:110:24: error: expected expression before ')' token
 if (sizeof ((uintptr_t)))
                        ^
configure:10870: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.5.1"
| #define PACKAGE_STRING "PostgreSQL 9.5.1"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "9.5"
| #define PG_VERSION "9.5.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_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define PG_USE_INLINE 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
| #define HAVE__BUILTIN_BSWAP32 1
| #define HAVE__BUILTIN_CONSTANT_P 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE__VA_ARGS 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_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:10870: result: yes
configure:10907: checking for unsigned long long int
configure:10946: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith=
 -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -W=
format-security -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard =
  -D_GNU_SOURCE    conftest.c -lz -lrt -lcrypt -ldl -lm  >&5
configure:10946: $? =3D 0
configure:10955: result: yes
configure:10965: checking for long long int
configure:11003: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith=
 -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -W=
format-security -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard =
  -D_GNU_SOURCE    conftest.c -lz -lrt -lcrypt -ldl -lm  >&5
configure:11003: $? =3D 0
configure:11003: ./conftest
configure:11003: $? =3D 0
configure:11015: result: yes
configure:11024: checking for locale_t
configure:11041: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclar=
ation-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-se=
curity -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard   -D_GNU_=
SOURCE  conftest.c >&5
configure:11041: $? =3D 0
configure:11065: result: yes
configure:11078: checking for struct cmsgcred
configure:11078: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclar=
ation-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-se=
curity -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard   -D_GNU_=
SOURCE  conftest.c >&5
conftest.c: In function 'main':
conftest.c:87:13: error: invalid application of 'sizeof' to incomplete type=
 'struct cmsgcred'
 if (sizeof (struct cmsgcred))
             ^
configure:11078: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.5.1"
| #define PACKAGE_STRING "PostgreSQL 9.5.1"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "9.5"
| #define PG_VERSION "9.5.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_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define PG_USE_INLINE 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
| #define HAVE__BUILTIN_BSWAP32 1
| #define HAVE__BUILTIN_CONSTANT_P 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE__VA_ARGS 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| /* end confdefs.h.  */
| #include <sys/socket.h>
| #include <sys/param.h>
| #ifdef HAVE_SYS_UCRED_H
| #include <sys/ucred.h>
| #endif
|=20
| int
| main ()
| {
| if (sizeof (struct cmsgcred))
|      return 0;
|   ;
|   return 0;
| }
configure:11078: result: no
configure:11094: checking for struct option
configure:11094: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclar=
ation-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-se=
curity -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard   -D_GNU_=
SOURCE  conftest.c >&5
configure:11094: $? =3D 0
configure:11094: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclar=
ation-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-se=
curity -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard   -D_GNU_=
SOURCE  conftest.c >&5
conftest.c: In function 'main':
conftest.c:85:28: error: expected expression before ')' token
 if (sizeof ((struct option)))
                            ^
configure:11094: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.5.1"
| #define PACKAGE_STRING "PostgreSQL 9.5.1"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "9.5"
| #define PG_VERSION "9.5.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_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define PG_USE_INLINE 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
| #define HAVE__BUILTIN_BSWAP32 1
| #define HAVE__BUILTIN_CONSTANT_P 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE__VA_ARGS 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| /* end confdefs.h.  */
| #ifdef HAVE_GETOPT_H
| #include <getopt.h>
| #endif
|=20
| int
| main ()
| {
| if (sizeof ((struct option)))
|         return 0;
|   ;
|   return 0;
| }
configure:11094: result: yes
configure:11112: checking for z_streamp
configure:11112: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclar=
ation-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-se=
curity -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard   -D_GNU_=
SOURCE  conftest.c >&5
configure:11112: $? =3D 0
configure:11112: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclar=
ation-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-se=
curity -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard   -D_GNU_=
SOURCE  conftest.c >&5
conftest.c: In function 'main':
conftest.c:84:24: error: expected expression before ')' token
 if (sizeof ((z_streamp)))
                        ^
configure:11112: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.5.1"
| #define PACKAGE_STRING "PostgreSQL 9.5.1"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "9.5"
| #define PG_VERSION "9.5.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_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define PG_USE_INLINE 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
| #define HAVE__BUILTIN_BSWAP32 1
| #define HAVE__BUILTIN_CONSTANT_P 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE__VA_ARGS 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define HAVE_STRUCT_OPTION 1
| /* end confdefs.h.  */
| #include <zlib.h>
|=20
| int
| main ()
| {
| if (sizeof ((z_streamp)))
|         return 0;
|   ;
|   return 0;
| }
configure:11112: result: yes
configure:11168: checking for special C compiler options needed for large f=
iles
configure:11213: result: no
configure:11219: checking for _FILE_OFFSET_BITS value needed for large files
configure:11244: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclar=
ation-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-se=
curity -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard   -D_GNU_=
SOURCE  conftest.c >&5
configure:11244: $? =3D 0
configure:11276: result: no
configure:11369: checking size of off_t
configure:11388: result: 8
configure:11409: checking for int timezone
configure:11430: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith=
 -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -W=
format-security -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard =
  -D_GNU_SOURCE    conftest.c -lz -lrt -lcrypt -ldl -lm  >&5
configure:11430: $? =3D 0
configure:11438: result: yes
configure:11445: checking types of arguments for accept()
configure:11480: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclar=
ation-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-se=
curity -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard   -D_GNU_=
SOURCE  conftest.c >&5
conftest.c:87:12: error: conflicting types for 'accept'
 extern int accept (int, struct sockaddr *, int *);
            ^
In file included from conftest.c:85:0:
/usr/include/sys/socket.h:243:12: note: previous declaration of 'accept' wa=
s here
 extern int accept (int __fd, __SOCKADDR_ARG __addr,
            ^
configure:11480: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.5.1"
| #define PACKAGE_STRING "PostgreSQL 9.5.1"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "9.5"
| #define PG_VERSION "9.5.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_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define PG_USE_INLINE 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
| #define HAVE__BUILTIN_BSWAP32 1
| #define HAVE__BUILTIN_CONSTANT_P 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE__VA_ARGS 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define HAVE_STRUCT_OPTION 1
| #define SIZEOF_OFF_T 8
| #define HAVE_INT_TIMEZONE 1
| /* 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 ()
| {
|=20
|   ;
|   return 0;
| }
configure:11480: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclar=
ation-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-se=
curity -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard   -D_GNU_=
SOURCE  conftest.c >&5
conftest.c:87:12: error: conflicting types for 'accept'
 extern int accept (int, struct sockaddr *, size_t *);
            ^
In file included from conftest.c:85:0:
/usr/include/sys/socket.h:243:12: note: previous declaration of 'accept' wa=
s here
 extern int accept (int __fd, __SOCKADDR_ARG __addr,
            ^
configure:11480: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.5.1"
| #define PACKAGE_STRING "PostgreSQL 9.5.1"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "9.5"
| #define PG_VERSION "9.5.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_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define PG_USE_INLINE 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
| #define HAVE__BUILTIN_BSWAP32 1
| #define HAVE__BUILTIN_CONSTANT_P 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE__VA_ARGS 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define HAVE_STRUCT_OPTION 1
| #define SIZEOF_OFF_T 8
| #define HAVE_INT_TIMEZONE 1
| /* 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 ()
| {
|=20
|   ;
|   return 0;
| }
configure:11480: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclar=
ation-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-se=
curity -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard   -D_GNU_=
SOURCE  conftest.c >&5
configure:11480: $? =3D 0
configure:11504: result: int, int, struct sockaddr *, socklen_t *
configure:11527: checking whether gettimeofday takes only one argument
configure:11545: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclar=
ation-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-se=
curity -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard   -D_GNU_=
SOURCE  conftest.c >&5
conftest.c: In function 'main':
conftest.c:91:1: warning: 'tp' is used uninitialized in this function [-Wun=
initialized]
 gettimeofday(tp,tzp);
 ^
conftest.c:91:1: warning: 'tzp' is used uninitialized in this function [-Wu=
ninitialized]
configure:11545: $? =3D 0
configure:11552: result: no
configure:11571: checking for cbrt
configure:11571: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith=
 -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -W=
format-security -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard =
  -D_GNU_SOURCE    conftest.c -lz -lrt -lcrypt -ldl -lm  >&5
conftest.c:108:6: warning: conflicting types for built-in function 'cbrt'
 char cbrt ();
      ^
configure:11571: $? =3D 0
configure:11571: result: yes
configure:11571: checking for dlopen
configure:11571: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith=
 -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -W=
format-security -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard =
  -D_GNU_SOURCE    conftest.c -lz -lrt -lcrypt -ldl -lm  >&5
configure:11571: $? =3D 0
configure:11571: result: yes
configure:11571: checking for fdatasync
configure:11571: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith=
 -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -W=
format-security -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard =
  -D_GNU_SOURCE    conftest.c -lz -lrt -lcrypt -ldl -lm  >&5
configure:11571: $? =3D 0
configure:11571: result: yes
configure:11571: checking for getifaddrs
configure:11571: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith=
 -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -W=
format-security -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard =
  -D_GNU_SOURCE    conftest.c -lz -lrt -lcrypt -ldl -lm  >&5
configure:11571: $? =3D 0
configure:11571: result: yes
configure:11571: checking for getpeerucred
configure:11571: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith=
 -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -W=
format-security -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard =
  -D_GNU_SOURCE    conftest.c -lz -lrt -lcrypt -ldl -lm  >&5
/tmp/cczkYLEr.o: In function `main':
conftest.c:(.text+0xa): undefined reference to `getpeerucred'
collect2: error: ld returned 1 exit status
configure:11571: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.5.1"
| #define PACKAGE_STRING "PostgreSQL 9.5.1"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "9.5"
| #define PG_VERSION "9.5.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_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define PG_USE_INLINE 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
| #define HAVE__BUILTIN_BSWAP32 1
| #define HAVE__BUILTIN_CONSTANT_P 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE__VA_ARGS 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define HAVE_STRUCT_OPTION 1
| #define SIZEOF_OFF_T 8
| #define HAVE_INT_TIMEZONE 1
| #define ACCEPT_TYPE_RETURN int
| #define ACCEPT_TYPE_ARG1 int
| #define ACCEPT_TYPE_ARG2 struct sockaddr *
| #define ACCEPT_TYPE_ARG3 socklen_t
| #define HAVE_CBRT 1
| #define HAVE_DLOPEN 1
| #define HAVE_FDATASYNC 1
| #define HAVE_GETIFADDRS 1
| /* end confdefs.h.  */
| /* Define getpeerucred to an innocuous variant, in case <limits.h> declar=
es getpeerucred.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define getpeerucred innocuous_getpeerucred
|=20
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char getpeerucred (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
|=20
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|=20
| #undef getpeerucred
|=20
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char getpeerucred ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_getpeerucred || defined __stub___getpeerucred
| choke me
| #endif
|=20
| int
| main ()
| {
| return getpeerucred ();
|   ;
|   return 0;
| }
configure:11571: result: no
configure:11571: checking for getrlimit
configure:11571: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith=
 -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -W=
format-security -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard =
  -D_GNU_SOURCE    conftest.c -lz -lrt -lcrypt -ldl -lm  >&5
configure:11571: $? =3D 0
configure:11571: result: yes
configure:11571: checking for mbstowcs_l
configure:11571: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith=
 -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -W=
format-security -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard =
  -D_GNU_SOURCE    conftest.c -lz -lrt -lcrypt -ldl -lm  >&5
/tmp/ccTrVnBB.o: In function `main':
conftest.c:(.text+0xa): undefined reference to `mbstowcs_l'
collect2: error: ld returned 1 exit status
configure:11571: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.5.1"
| #define PACKAGE_STRING "PostgreSQL 9.5.1"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "9.5"
| #define PG_VERSION "9.5.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_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define PG_USE_INLINE 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
| #define HAVE__BUILTIN_BSWAP32 1
| #define HAVE__BUILTIN_CONSTANT_P 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE__VA_ARGS 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define HAVE_STRUCT_OPTION 1
| #define SIZEOF_OFF_T 8
| #define HAVE_INT_TIMEZONE 1
| #define ACCEPT_TYPE_RETURN int
| #define ACCEPT_TYPE_ARG1 int
| #define ACCEPT_TYPE_ARG2 struct sockaddr *
| #define ACCEPT_TYPE_ARG3 socklen_t
| #define HAVE_CBRT 1
| #define HAVE_DLOPEN 1
| #define HAVE_FDATASYNC 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETRLIMIT 1
| /* end confdefs.h.  */
| /* Define mbstowcs_l to an innocuous variant, in case <limits.h> declares=
 mbstowcs_l.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define mbstowcs_l innocuous_mbstowcs_l
|=20
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char mbstowcs_l (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
|=20
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|=20
| #undef mbstowcs_l
|=20
| /* 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 mbstowcs_l ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_mbstowcs_l || defined __stub___mbstowcs_l
| choke me
| #endif
|=20
| int
| main ()
| {
| return mbstowcs_l ();
|   ;
|   return 0;
| }
configure:11571: result: no
configure:11571: checking for memmove
configure:11571: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith=
 -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -W=
format-security -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard =
  -D_GNU_SOURCE    conftest.c -lz -lrt -lcrypt -ldl -lm  >&5
conftest.c:113:6: warning: conflicting types for built-in function 'memmove'
 char memmove ();
      ^
configure:11571: $? =3D 0
configure:11571: result: yes
configure:11571: checking for poll
configure:11571: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith=
 -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -W=
format-security -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard =
  -D_GNU_SOURCE    conftest.c -lz -lrt -lcrypt -ldl -lm  >&5
configure:11571: $? =3D 0
configure:11571: result: yes
configure:11571: checking for pstat
configure:11571: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith=
 -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -W=
format-security -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard =
  -D_GNU_SOURCE    conftest.c -lz -lrt -lcrypt -ldl -lm  >&5
/tmp/cczKTm3P.o: In function `main':
conftest.c:(.text+0xa): undefined reference to `pstat'
collect2: error: ld returned 1 exit status
configure:11571: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.5.1"
| #define PACKAGE_STRING "PostgreSQL 9.5.1"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "9.5"
| #define PG_VERSION "9.5.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_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define PG_USE_INLINE 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
| #define HAVE__BUILTIN_BSWAP32 1
| #define HAVE__BUILTIN_CONSTANT_P 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE__VA_ARGS 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define HAVE_STRUCT_OPTION 1
| #define SIZEOF_OFF_T 8
| #define HAVE_INT_TIMEZONE 1
| #define ACCEPT_TYPE_RETURN int
| #define ACCEPT_TYPE_ARG1 int
| #define ACCEPT_TYPE_ARG2 struct sockaddr *
| #define ACCEPT_TYPE_ARG3 socklen_t
| #define HAVE_CBRT 1
| #define HAVE_DLOPEN 1
| #define HAVE_FDATASYNC 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_POLL 1
| /* end confdefs.h.  */
| /* Define pstat to an innocuous variant, in case <limits.h> declares psta=
t.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define pstat innocuous_pstat
|=20
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char pstat (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
|=20
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|=20
| #undef pstat
|=20
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char pstat ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_pstat || defined __stub___pstat
| choke me
| #endif
|=20
| int
| main ()
| {
| return pstat ();
|   ;
|   return 0;
| }
configure:11571: result: no
configure:11571: checking for pthread_is_threaded_np
configure:11571: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith=
 -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -W=
format-security -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard =
  -D_GNU_SOURCE    conftest.c -lz -lrt -lcrypt -ldl -lm  >&5
/tmp/ccb8eC3U.o: In function `main':
conftest.c:(.text+0xa): undefined reference to `pthread_is_threaded_np'
collect2: error: ld returned 1 exit status
configure:11571: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.5.1"
| #define PACKAGE_STRING "PostgreSQL 9.5.1"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "9.5"
| #define PG_VERSION "9.5.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_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define PG_USE_INLINE 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
| #define HAVE__BUILTIN_BSWAP32 1
| #define HAVE__BUILTIN_CONSTANT_P 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE__VA_ARGS 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define HAVE_STRUCT_OPTION 1
| #define SIZEOF_OFF_T 8
| #define HAVE_INT_TIMEZONE 1
| #define ACCEPT_TYPE_RETURN int
| #define ACCEPT_TYPE_ARG1 int
| #define ACCEPT_TYPE_ARG2 struct sockaddr *
| #define ACCEPT_TYPE_ARG3 socklen_t
| #define HAVE_CBRT 1
| #define HAVE_DLOPEN 1
| #define HAVE_FDATASYNC 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_POLL 1
| /* end confdefs.h.  */
| /* Define pthread_is_threaded_np to an innocuous variant, in case <limits=
=2Eh> declares pthread_is_threaded_np.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define pthread_is_threaded_np innocuous_pthread_is_threaded_np
|=20
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char pthread_is_threaded_np (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
|=20
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|=20
| #undef pthread_is_threaded_np
|=20
| /* 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 pthread_is_threaded_np ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_pthread_is_threaded_np || defined __stub___pthread_is_=
threaded_np
| choke me
| #endif
|=20
| int
| main ()
| {
| return pthread_is_threaded_np ();
|   ;
|   return 0;
| }
configure:11571: result: no
configure:11571: checking for readlink
configure:11571: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith=
 -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -W=
format-security -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard =
  -D_GNU_SOURCE    conftest.c -lz -lrt -lcrypt -ldl -lm  >&5
configure:11571: $? =3D 0
configure:11571: result: yes
configure:11571: checking for setproctitle
configure:11571: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith=
 -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -W=
format-security -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard =
  -D_GNU_SOURCE    conftest.c -lz -lrt -lcrypt -ldl -lm  >&5
/tmp/cc7SFbb5.o: In function `main':
conftest.c:(.text+0xa): undefined reference to `setproctitle'
collect2: error: ld returned 1 exit status
configure:11571: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.5.1"
| #define PACKAGE_STRING "PostgreSQL 9.5.1"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "9.5"
| #define PG_VERSION "9.5.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_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define PG_USE_INLINE 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
| #define HAVE__BUILTIN_BSWAP32 1
| #define HAVE__BUILTIN_CONSTANT_P 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE__VA_ARGS 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define HAVE_STRUCT_OPTION 1
| #define SIZEOF_OFF_T 8
| #define HAVE_INT_TIMEZONE 1
| #define ACCEPT_TYPE_RETURN int
| #define ACCEPT_TYPE_ARG1 int
| #define ACCEPT_TYPE_ARG2 struct sockaddr *
| #define ACCEPT_TYPE_ARG3 socklen_t
| #define HAVE_CBRT 1
| #define HAVE_DLOPEN 1
| #define HAVE_FDATASYNC 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| /* end confdefs.h.  */
| /* Define setproctitle to an innocuous variant, in case <limits.h> declar=
es setproctitle.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define setproctitle innocuous_setproctitle
|=20
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char setproctitle (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
|=20
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|=20
| #undef setproctitle
|=20
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char setproctitle ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_setproctitle || defined __stub___setproctitle
| choke me
| #endif
|=20
| int
| main ()
| {
| return setproctitle ();
|   ;
|   return 0;
| }
configure:11571: result: no
configure:11571: checking for setsid
configure:11571: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith=
 -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -W=
format-security -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard =
  -D_GNU_SOURCE    conftest.c -lz -lrt -lcrypt -ldl -lm  >&5
configure:11571: $? =3D 0
configure:11571: result: yes
configure:11571: checking for shm_open
configure:11571: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith=
 -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -W=
format-security -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard =
  -D_GNU_SOURCE    conftest.c -lz -lrt -lcrypt -ldl -lm  >&5
configure:11571: $? =3D 0
configure:11571: result: yes
configure:11571: checking for sigprocmask
configure:11571: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith=
 -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -W=
format-security -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard =
  -D_GNU_SOURCE    conftest.c -lz -lrt -lcrypt -ldl -lm  >&5
configure:11571: $? =3D 0
configure:11571: result: yes
configure:11571: checking for symlink
configure:11571: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith=
 -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -W=
format-security -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard =
  -D_GNU_SOURCE    conftest.c -lz -lrt -lcrypt -ldl -lm  >&5
configure:11571: $? =3D 0
configure:11571: result: yes
configure:11571: checking for sync_file_range
configure:11571: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith=
 -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -W=
format-security -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard =
  -D_GNU_SOURCE    conftest.c -lz -lrt -lcrypt -ldl -lm  >&5
configure:11571: $? =3D 0
configure:11571: result: yes
configure:11571: checking for towlower
configure:11571: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith=
 -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -W=
format-security -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard =
  -D_GNU_SOURCE    conftest.c -lz -lrt -lcrypt -ldl -lm  >&5
conftest.c:121:6: warning: conflicting types for built-in function 'towlowe=
r'
 char towlower ();
      ^
configure:11571: $? =3D 0
configure:11571: result: yes
configure:11571: checking for utime
configure:11571: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith=
 -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -W=
format-security -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard =
  -D_GNU_SOURCE    conftest.c -lz -lrt -lcrypt -ldl -lm  >&5
configure:11571: $? =3D 0
configure:11571: result: yes
configure:11571: checking for utimes
configure:11571: result: yes
configure:11571: checking for wcstombs
configure:11571: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith=
 -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -W=
format-security -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard =
  -D_GNU_SOURCE    conftest.c -lz -lrt -lcrypt -ldl -lm  >&5
configure:11571: $? =3D 0
configure:11571: result: yes
configure:11571: checking for wcstombs_l
configure:11571: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith=
 -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -W=
format-security -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard =
  -D_GNU_SOURCE    conftest.c -lz -lrt -lcrypt -ldl -lm  >&5
/tmp/cclP9jiJ.o: In function `main':
conftest.c:(.text+0xa): undefined reference to `wcstombs_l'
collect2: error: ld returned 1 exit status
configure:11571: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.5.1"
| #define PACKAGE_STRING "PostgreSQL 9.5.1"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "9.5"
| #define PG_VERSION "9.5.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_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define PG_USE_INLINE 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
| #define HAVE__BUILTIN_BSWAP32 1
| #define HAVE__BUILTIN_CONSTANT_P 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE__VA_ARGS 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define HAVE_STRUCT_OPTION 1
| #define SIZEOF_OFF_T 8
| #define HAVE_INT_TIMEZONE 1
| #define ACCEPT_TYPE_RETURN int
| #define ACCEPT_TYPE_ARG1 int
| #define ACCEPT_TYPE_ARG2 struct sockaddr *
| #define ACCEPT_TYPE_ARG3 socklen_t
| #define HAVE_CBRT 1
| #define HAVE_DLOPEN 1
| #define HAVE_FDATASYNC 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_SETSID 1
| #define HAVE_SHM_OPEN 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYNC_FILE_RANGE 1
| #define HAVE_TOWLOWER 1
| #define HAVE_UTIME 1
| #define HAVE_UTIMES 1
| #define HAVE_WCSTOMBS 1
| /* end confdefs.h.  */
| /* Define wcstombs_l to an innocuous variant, in case <limits.h> declares=
 wcstombs_l.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define wcstombs_l innocuous_wcstombs_l
|=20
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char wcstombs_l (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
|=20
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|=20
| #undef wcstombs_l
|=20
| /* 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 wcstombs_l ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_wcstombs_l || defined __stub___wcstombs_l
| choke me
| #endif
|=20
| int
| main ()
| {
| return wcstombs_l ();
|   ;
|   return 0;
| }
configure:11571: result: no
configure:11581: checking for fseeko
configure:11581: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith=
 -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -W=
format-security -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard =
  -D_GNU_SOURCE    conftest.c -lz -lrt -lcrypt -ldl -lm  >&5
configure:11581: $? =3D 0
configure:11581: result: yes
configure:11604: checking for _LARGEFILE_SOURCE value needed for large files
configure:11623: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith=
 -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -W=
format-security -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard =
  -D_GNU_SOURCE    conftest.c -lz -lrt -lcrypt -ldl -lm  >&5
configure:11623: $? =3D 0
configure:11651: result: no
configure:11680: checking for posix_fadvise
configure:11680: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith=
 -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -W=
format-security -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard =
  -D_GNU_SOURCE    conftest.c -lz -lrt -lcrypt -ldl -lm  >&5
configure:11680: $? =3D 0
configure:11680: result: yes
configure:11689: checking whether posix_fadvise is declared
configure:11689: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclar=
ation-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-se=
curity -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard   -D_GNU_=
SOURCE  conftest.c >&5
configure:11689: $? =3D 0
configure:11689: result: yes
configure:11703: checking whether fdatasync is declared
configure:11703: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclar=
ation-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-se=
curity -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard   -D_GNU_=
SOURCE  conftest.c >&5
configure:11703: $? =3D 0
configure:11703: result: yes
configure:11715: checking whether strlcat is declared
configure:11715: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclar=
ation-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-se=
curity -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard   -D_GNU_=
SOURCE  conftest.c >&5
conftest.c: In function 'main':
conftest.c:147:10: error: 'strlcat' undeclared (first use in this function)
   (void) strlcat;
          ^
conftest.c:147:10: note: each undeclared identifier is reported only once f=
or each function it appears in
configure:11715: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.5.1"
| #define PACKAGE_STRING "PostgreSQL 9.5.1"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "9.5"
| #define PG_VERSION "9.5.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_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define PG_USE_INLINE 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
| #define HAVE__BUILTIN_BSWAP32 1
| #define HAVE__BUILTIN_CONSTANT_P 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE__VA_ARGS 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define HAVE_STRUCT_OPTION 1
| #define SIZEOF_OFF_T 8
| #define HAVE_INT_TIMEZONE 1
| #define ACCEPT_TYPE_RETURN int
| #define ACCEPT_TYPE_ARG1 int
| #define ACCEPT_TYPE_ARG2 struct sockaddr *
| #define ACCEPT_TYPE_ARG3 socklen_t
| #define HAVE_CBRT 1
| #define HAVE_DLOPEN 1
| #define HAVE_FDATASYNC 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_SETSID 1
| #define HAVE_SHM_OPEN 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYNC_FILE_RANGE 1
| #define HAVE_TOWLOWER 1
| #define HAVE_UTIME 1
| #define HAVE_UTIMES 1
| #define HAVE_WCSTOMBS 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_DECL_POSIX_FADVISE 1
| #define HAVE_DECL_FDATASYNC 1
| /* end confdefs.h.  */
| #include <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 ()
| {
| #ifndef strlcat
| #ifdef __cplusplus
|   (void) strlcat;
| #else
|   (void) strlcat;
| #endif
| #endif
|=20
|   ;
|   return 0;
| }
configure:11715: result: no
configure:11725: checking whether strlcpy is declared
configure:11725: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclar=
ation-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-se=
curity -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard   -D_GNU_=
SOURCE  conftest.c >&5
conftest.c: In function 'main':
conftest.c:148:10: error: 'strlcpy' undeclared (first use in this function)
   (void) strlcpy;
          ^
conftest.c:148:10: note: each undeclared identifier is reported only once f=
or each function it appears in
configure:11725: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.5.1"
| #define PACKAGE_STRING "PostgreSQL 9.5.1"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "9.5"
| #define PG_VERSION "9.5.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_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define PG_USE_INLINE 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
| #define HAVE__BUILTIN_BSWAP32 1
| #define HAVE__BUILTIN_CONSTANT_P 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE__VA_ARGS 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define HAVE_STRUCT_OPTION 1
| #define SIZEOF_OFF_T 8
| #define HAVE_INT_TIMEZONE 1
| #define ACCEPT_TYPE_RETURN int
| #define ACCEPT_TYPE_ARG1 int
| #define ACCEPT_TYPE_ARG2 struct sockaddr *
| #define ACCEPT_TYPE_ARG3 socklen_t
| #define HAVE_CBRT 1
| #define HAVE_DLOPEN 1
| #define HAVE_FDATASYNC 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_SETSID 1
| #define HAVE_SHM_OPEN 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYNC_FILE_RANGE 1
| #define HAVE_TOWLOWER 1
| #define HAVE_UTIME 1
| #define HAVE_UTIMES 1
| #define HAVE_WCSTOMBS 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_DECL_POSIX_FADVISE 1
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_STRLCAT 0
| /* end confdefs.h.  */
| #include <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 ()
| {
| #ifndef strlcpy
| #ifdef __cplusplus
|   (void) strlcpy;
| #else
|   (void) strlcpy;
| #endif
| #endif
|=20
|   ;
|   return 0;
| }
configure:11725: result: no
configure:11737: checking whether F_FULLFSYNC is declared
configure:11737: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclar=
ation-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-se=
curity -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard   -D_GNU_=
SOURCE  conftest.c >&5
conftest.c: In function 'main':
conftest.c:118:10: error: 'F_FULLFSYNC' undeclared (first use in this funct=
ion)
   (void) F_FULLFSYNC;
          ^
conftest.c:118:10: note: each undeclared identifier is reported only once f=
or each function it appears in
configure:11737: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.5.1"
| #define PACKAGE_STRING "PostgreSQL 9.5.1"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "9.5"
| #define PG_VERSION "9.5.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_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define PG_USE_INLINE 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
| #define HAVE__BUILTIN_BSWAP32 1
| #define HAVE__BUILTIN_CONSTANT_P 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE__VA_ARGS 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define HAVE_STRUCT_OPTION 1
| #define SIZEOF_OFF_T 8
| #define HAVE_INT_TIMEZONE 1
| #define ACCEPT_TYPE_RETURN int
| #define ACCEPT_TYPE_ARG1 int
| #define ACCEPT_TYPE_ARG2 struct sockaddr *
| #define ACCEPT_TYPE_ARG3 socklen_t
| #define HAVE_CBRT 1
| #define HAVE_DLOPEN 1
| #define HAVE_FDATASYNC 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_SETSID 1
| #define HAVE_SHM_OPEN 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYNC_FILE_RANGE 1
| #define HAVE_TOWLOWER 1
| #define HAVE_UTIME 1
| #define HAVE_UTIMES 1
| #define HAVE_WCSTOMBS 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_DECL_POSIX_FADVISE 1
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_STRLCAT 0
| #define HAVE_DECL_STRLCPY 0
| /* end confdefs.h.  */
| #include <fcntl.h>
|=20
| int
| main ()
| {
| #ifndef F_FULLFSYNC
| #ifdef __cplusplus
|   (void) F_FULLFSYNC;
| #else
|   (void) F_FULLFSYNC;
| #endif
| #endif
|=20
|   ;
|   return 0;
| }
configure:11737: result: no
configure:11751: checking for struct sockaddr_in6
configure:11751: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclar=
ation-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-se=
curity -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard   -D_GNU_=
SOURCE  conftest.c >&5
configure:11751: $? =3D 0
configure:11751: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclar=
ation-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-se=
curity -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard   -D_GNU_=
SOURCE  conftest.c >&5
conftest.c: In function 'main':
conftest.c:148:34: error: expected expression before ')' token
 if (sizeof ((struct sockaddr_in6)))
                                  ^
configure:11751: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.5.1"
| #define PACKAGE_STRING "PostgreSQL 9.5.1"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "9.5"
| #define PG_VERSION "9.5.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_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define PG_USE_INLINE 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
| #define HAVE__BUILTIN_BSWAP32 1
| #define HAVE__BUILTIN_CONSTANT_P 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE__VA_ARGS 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define HAVE_STRUCT_OPTION 1
| #define SIZEOF_OFF_T 8
| #define HAVE_INT_TIMEZONE 1
| #define ACCEPT_TYPE_RETURN int
| #define ACCEPT_TYPE_ARG1 int
| #define ACCEPT_TYPE_ARG2 struct sockaddr *
| #define ACCEPT_TYPE_ARG3 socklen_t
| #define HAVE_CBRT 1
| #define HAVE_DLOPEN 1
| #define HAVE_FDATASYNC 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_SETSID 1
| #define HAVE_SHM_OPEN 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYNC_FILE_RANGE 1
| #define HAVE_TOWLOWER 1
| #define HAVE_UTIME 1
| #define HAVE_UTIMES 1
| #define HAVE_WCSTOMBS 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_DECL_POSIX_FADVISE 1
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_STRLCAT 0
| #define HAVE_DECL_STRLCPY 0
| #define HAVE_DECL_F_FULLFSYNC 0
| /* 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 <netinet/in.h>
|=20
| int
| main ()
| {
| if (sizeof ((struct sockaddr_in6)))
|         return 0;
|   ;
|   return 0;
| }
configure:11751: result: yes
configure:11763: checking for PS_STRINGS
configure:11782: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith=
 -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -W=
format-security -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard =
  -D_GNU_SOURCE    conftest.c -lz -lrt -lcrypt -ldl -lm  >&5
conftest.c:111:29: fatal error: machine/vmparam.h: No such file or directory
compilation terminated.
configure:11782: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.5.1"
| #define PACKAGE_STRING "PostgreSQL 9.5.1"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "9.5"
| #define PG_VERSION "9.5.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_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define PG_USE_INLINE 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
| #define HAVE__BUILTIN_BSWAP32 1
| #define HAVE__BUILTIN_CONSTANT_P 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE__VA_ARGS 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define HAVE_STRUCT_OPTION 1
| #define SIZEOF_OFF_T 8
| #define HAVE_INT_TIMEZONE 1
| #define ACCEPT_TYPE_RETURN int
| #define ACCEPT_TYPE_ARG1 int
| #define ACCEPT_TYPE_ARG2 struct sockaddr *
| #define ACCEPT_TYPE_ARG3 socklen_t
| #define HAVE_CBRT 1
| #define HAVE_DLOPEN 1
| #define HAVE_FDATASYNC 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_SETSID 1
| #define HAVE_SHM_OPEN 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYNC_FILE_RANGE 1
| #define HAVE_TOWLOWER 1
| #define HAVE_UTIME 1
| #define HAVE_UTIMES 1
| #define HAVE_WCSTOMBS 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_DECL_POSIX_FADVISE 1
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_STRLCAT 0
| #define HAVE_DECL_STRLCPY 0
| #define HAVE_DECL_F_FULLFSYNC 0
| #define HAVE_IPV6 1
| /* end confdefs.h.  */
| #include <machine/vmparam.h>
| #include <sys/exec.h>
|=20
| int
| main ()
| {
| PS_STRINGS->ps_nargvstr =3D 1;
| PS_STRINGS->ps_argvstr =3D "foo";
|   ;
|   return 0;
| }
configure:11790: result: no
configure:11835: checking for snprintf
configure:11835: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith=
 -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -W=
format-security -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard =
  -D_GNU_SOURCE    conftest.c -lz -lrt -lcrypt -ldl -lm  >&5
conftest.c:134:6: warning: conflicting types for built-in function 'snprint=
f'
 char snprintf ();
      ^
configure:11835: $? =3D 0
configure:11835: result: yes
configure:11848: checking for vsnprintf
configure:11848: result: yes
configure:11867: checking whether snprintf is declared
configure:11867: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclar=
ation-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-se=
curity -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard   -D_GNU_=
SOURCE  conftest.c >&5
configure:11867: $? =3D 0
configure:11867: result: yes
configure:11877: checking whether vsnprintf is declared
configure:11877: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclar=
ation-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-se=
curity -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard   -D_GNU_=
SOURCE  conftest.c >&5
configure:11877: $? =3D 0
configure:11877: result: yes
configure:11890: checking for isinf
configure:11909: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith=
 -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -W=
format-security -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard =
  -D_GNU_SOURCE    conftest.c -lz -lrt -lcrypt -ldl -lm  >&5
configure:11909: $? =3D 0
configure:11917: result: yes
configure:11946: checking for crypt
configure:11946: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith=
 -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -W=
format-security -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard =
  -D_GNU_SOURCE    conftest.c -lz -lrt -lcrypt -ldl -lm  >&5
configure:11946: $? =3D 0
configure:11946: result: yes
configure:11959: checking for fls
configure:11959: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith=
 -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -W=
format-security -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard =
  -D_GNU_SOURCE    conftest.c -lz -lrt -lcrypt -ldl -lm  >&5
/tmp/ccxE8h9D.o: In function `main':
conftest.c:(.text+0xa): undefined reference to `fls'
collect2: error: ld returned 1 exit status
configure:11959: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.5.1"
| #define PACKAGE_STRING "PostgreSQL 9.5.1"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "9.5"
| #define PG_VERSION "9.5.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_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define PG_USE_INLINE 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
| #define HAVE__BUILTIN_BSWAP32 1
| #define HAVE__BUILTIN_CONSTANT_P 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE__VA_ARGS 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define HAVE_STRUCT_OPTION 1
| #define SIZEOF_OFF_T 8
| #define HAVE_INT_TIMEZONE 1
| #define ACCEPT_TYPE_RETURN int
| #define ACCEPT_TYPE_ARG1 int
| #define ACCEPT_TYPE_ARG2 struct sockaddr *
| #define ACCEPT_TYPE_ARG3 socklen_t
| #define HAVE_CBRT 1
| #define HAVE_DLOPEN 1
| #define HAVE_FDATASYNC 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_SETSID 1
| #define HAVE_SHM_OPEN 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYNC_FILE_RANGE 1
| #define HAVE_TOWLOWER 1
| #define HAVE_UTIME 1
| #define HAVE_UTIMES 1
| #define HAVE_WCSTOMBS 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_DECL_POSIX_FADVISE 1
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_STRLCAT 0
| #define HAVE_DECL_STRLCPY 0
| #define HAVE_DECL_F_FULLFSYNC 0
| #define HAVE_IPV6 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_ISINF 1
| #define HAVE_CRYPT 1
| /* end confdefs.h.  */
| /* Define fls to an innocuous variant, in case <limits.h> declares fls.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define fls innocuous_fls
|=20
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char fls (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
|=20
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|=20
| #undef fls
|=20
| /* 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 fls ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_fls || defined __stub___fls
| choke me
| #endif
|=20
| int
| main ()
| {
| return fls ();
|   ;
|   return 0;
| }
configure:11959: result: no
configure:11972: checking for getopt
configure:11972: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith=
 -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -W=
format-security -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard =
  -D_GNU_SOURCE    conftest.c -lz -lrt -lcrypt -ldl -lm  >&5
configure:11972: $? =3D 0
configure:11972: result: yes
configure:11985: checking for getrusage
configure:11985: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith=
 -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -W=
format-security -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard =
  -D_GNU_SOURCE    conftest.c -lz -lrt -lcrypt -ldl -lm  >&5
configure:11985: $? =3D 0
configure:11985: result: yes
configure:11998: checking for inet_aton
configure:11998: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith=
 -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -W=
format-security -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard =
  -D_GNU_SOURCE    conftest.c -lz -lrt -lcrypt -ldl -lm  >&5
configure:11998: $? =3D 0
configure:11998: result: yes
configure:12011: checking for mkdtemp
configure:12011: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith=
 -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -W=
format-security -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard =
  -D_GNU_SOURCE    conftest.c -lz -lrt -lcrypt -ldl -lm  >&5
configure:12011: $? =3D 0
configure:12011: result: yes
configure:12024: checking for random
configure:12024: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith=
 -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -W=
format-security -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard =
  -D_GNU_SOURCE    conftest.c -lz -lrt -lcrypt -ldl -lm  >&5
configure:12024: $? =3D 0
configure:12024: result: yes
configure:12037: checking for rint
configure:12037: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith=
 -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -W=
format-security -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard =
  -D_GNU_SOURCE    conftest.c -lz -lrt -lcrypt -ldl -lm  >&5
conftest.c:145:6: warning: conflicting types for built-in function 'rint'
 char rint ();
      ^
configure:12037: $? =3D 0
configure:12037: result: yes
configure:12050: checking for srandom
configure:12050: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith=
 -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -W=
format-security -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard =
  -D_GNU_SOURCE    conftest.c -lz -lrt -lcrypt -ldl -lm  >&5
configure:12050: $? =3D 0
configure:12050: result: yes
configure:12063: checking for strerror
configure:12063: result: yes
configure:12076: checking for strlcat
configure:12076: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith=
 -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -W=
format-security -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard =
  -D_GNU_SOURCE    conftest.c -lz -lrt -lcrypt -ldl -lm  >&5
/tmp/ccbUmxAg.o: In function `main':
conftest.c:(.text+0xa): undefined reference to `strlcat'
collect2: error: ld returned 1 exit status
configure:12076: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.5.1"
| #define PACKAGE_STRING "PostgreSQL 9.5.1"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "9.5"
| #define PG_VERSION "9.5.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_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define PG_USE_INLINE 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
| #define HAVE__BUILTIN_BSWAP32 1
| #define HAVE__BUILTIN_CONSTANT_P 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE__VA_ARGS 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define HAVE_STRUCT_OPTION 1
| #define SIZEOF_OFF_T 8
| #define HAVE_INT_TIMEZONE 1
| #define ACCEPT_TYPE_RETURN int
| #define ACCEPT_TYPE_ARG1 int
| #define ACCEPT_TYPE_ARG2 struct sockaddr *
| #define ACCEPT_TYPE_ARG3 socklen_t
| #define HAVE_CBRT 1
| #define HAVE_DLOPEN 1
| #define HAVE_FDATASYNC 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_SETSID 1
| #define HAVE_SHM_OPEN 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYNC_FILE_RANGE 1
| #define HAVE_TOWLOWER 1
| #define HAVE_UTIME 1
| #define HAVE_UTIMES 1
| #define HAVE_WCSTOMBS 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_DECL_POSIX_FADVISE 1
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_STRLCAT 0
| #define HAVE_DECL_STRLCPY 0
| #define HAVE_DECL_F_FULLFSYNC 0
| #define HAVE_IPV6 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_ISINF 1
| #define HAVE_CRYPT 1
| #define HAVE_GETOPT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_INET_ATON 1
| #define HAVE_MKDTEMP 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE_SRANDOM 1
| #define HAVE_STRERROR 1
| /* end confdefs.h.  */
| /* Define strlcat to an innocuous variant, in case <limits.h> declares st=
rlcat.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define strlcat innocuous_strlcat
|=20
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char strlcat (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
|=20
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|=20
| #undef strlcat
|=20
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char strlcat ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_strlcat || defined __stub___strlcat
| choke me
| #endif
|=20
| int
| main ()
| {
| return strlcat ();
|   ;
|   return 0;
| }
configure:12076: result: no
configure:12089: checking for strlcpy
configure:12089: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith=
 -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -W=
format-security -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard =
  -D_GNU_SOURCE    conftest.c -lz -lrt -lcrypt -ldl -lm  >&5
/tmp/cchZkMyl.o: In function `main':
conftest.c:(.text+0xa): undefined reference to `strlcpy'
collect2: error: ld returned 1 exit status
configure:12089: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.5.1"
| #define PACKAGE_STRING "PostgreSQL 9.5.1"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "9.5"
| #define PG_VERSION "9.5.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_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define PG_USE_INLINE 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
| #define HAVE__BUILTIN_BSWAP32 1
| #define HAVE__BUILTIN_CONSTANT_P 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE__VA_ARGS 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define HAVE_STRUCT_OPTION 1
| #define SIZEOF_OFF_T 8
| #define HAVE_INT_TIMEZONE 1
| #define ACCEPT_TYPE_RETURN int
| #define ACCEPT_TYPE_ARG1 int
| #define ACCEPT_TYPE_ARG2 struct sockaddr *
| #define ACCEPT_TYPE_ARG3 socklen_t
| #define HAVE_CBRT 1
| #define HAVE_DLOPEN 1
| #define HAVE_FDATASYNC 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_SETSID 1
| #define HAVE_SHM_OPEN 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYNC_FILE_RANGE 1
| #define HAVE_TOWLOWER 1
| #define HAVE_UTIME 1
| #define HAVE_UTIMES 1
| #define HAVE_WCSTOMBS 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_DECL_POSIX_FADVISE 1
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_STRLCAT 0
| #define HAVE_DECL_STRLCPY 0
| #define HAVE_DECL_F_FULLFSYNC 0
| #define HAVE_IPV6 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_ISINF 1
| #define HAVE_CRYPT 1
| #define HAVE_GETOPT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_INET_ATON 1
| #define HAVE_MKDTEMP 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE_SRANDOM 1
| #define HAVE_STRERROR 1
| /* end confdefs.h.  */
| /* Define strlcpy to an innocuous variant, in case <limits.h> declares st=
rlcpy.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define strlcpy innocuous_strlcpy
|=20
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char strlcpy (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
|=20
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|=20
| #undef strlcpy
|=20
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char strlcpy ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_strlcpy || defined __stub___strlcpy
| choke me
| #endif
|=20
| int
| main ()
| {
| return strlcpy ();
|   ;
|   return 0;
| }
configure:12089: result: no
configure:12119: checking for unsetenv
configure:12119: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith=
 -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -W=
format-security -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard =
  -D_GNU_SOURCE    conftest.c -lz -lrt -lcrypt -ldl -lm  >&5
configure:12119: $? =3D 0
configure:12119: result: yes
configure:12132: checking for getpeereid
configure:12132: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith=
 -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -W=
format-security -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard =
  -D_GNU_SOURCE    conftest.c -lz -lrt -lcrypt -ldl -lm  >&5
/tmp/ccJeHVGv.o: In function `main':
conftest.c:(.text+0xa): undefined reference to `getpeereid'
collect2: error: ld returned 1 exit status
configure:12132: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.5.1"
| #define PACKAGE_STRING "PostgreSQL 9.5.1"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "9.5"
| #define PG_VERSION "9.5.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_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define PG_USE_INLINE 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
| #define HAVE__BUILTIN_BSWAP32 1
| #define HAVE__BUILTIN_CONSTANT_P 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE__VA_ARGS 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define HAVE_STRUCT_OPTION 1
| #define SIZEOF_OFF_T 8
| #define HAVE_INT_TIMEZONE 1
| #define ACCEPT_TYPE_RETURN int
| #define ACCEPT_TYPE_ARG1 int
| #define ACCEPT_TYPE_ARG2 struct sockaddr *
| #define ACCEPT_TYPE_ARG3 socklen_t
| #define HAVE_CBRT 1
| #define HAVE_DLOPEN 1
| #define HAVE_FDATASYNC 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_SETSID 1
| #define HAVE_SHM_OPEN 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYNC_FILE_RANGE 1
| #define HAVE_TOWLOWER 1
| #define HAVE_UTIME 1
| #define HAVE_UTIMES 1
| #define HAVE_WCSTOMBS 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_DECL_POSIX_FADVISE 1
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_STRLCAT 0
| #define HAVE_DECL_STRLCPY 0
| #define HAVE_DECL_F_FULLFSYNC 0
| #define HAVE_IPV6 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_ISINF 1
| #define HAVE_CRYPT 1
| #define HAVE_GETOPT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_INET_ATON 1
| #define HAVE_MKDTEMP 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE_SRANDOM 1
| #define HAVE_STRERROR 1
| #define HAVE_UNSETENV 1
| /* end confdefs.h.  */
| /* Define getpeereid to an innocuous variant, in case <limits.h> declares=
 getpeereid.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define getpeereid innocuous_getpeereid
|=20
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char getpeereid (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
|=20
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|=20
| #undef getpeereid
|=20
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char getpeereid ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_getpeereid || defined __stub___getpeereid
| choke me
| #endif
|=20
| int
| main ()
| {
| return getpeereid ();
|   ;
|   return 0;
| }
configure:12132: result: no
configure:12154: checking for getaddrinfo
configure:12154: result: yes
configure:12179: checking for getopt_long
configure:12179: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith=
 -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -W=
format-security -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard =
  -D_GNU_SOURCE    conftest.c -lz -lrt -lcrypt -ldl -lm  >&5
configure:12179: $? =3D 0
configure:12179: result: yes
configure:12327: checking for sigsetjmp
configure:12343: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith=
 -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -W=
format-security -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard =
  -D_GNU_SOURCE    conftest.c -lz -lrt -lcrypt -ldl -lm  >&5
configure:12343: $? =3D 0
configure:12351: result: yes
configure:12359: checking whether sys_siglist is declared
configure:12359: result: no
configure:12378: checking for syslog
configure:12378: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith=
 -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -W=
format-security -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard =
  -D_GNU_SOURCE    conftest.c -lz -lrt -lcrypt -ldl -lm  >&5
configure:12378: $? =3D 0
configure:12378: result: yes
configure:12380: checking syslog.h usability
configure:12380: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclar=
ation-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-se=
curity -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard   -D_GNU_=
SOURCE  conftest.c >&5
configure:12380: $? =3D 0
configure:12380: result: yes
configure:12380: checking syslog.h presence
configure:12380: gcc -E  -D_GNU_SOURCE  conftest.c
configure:12380: $? =3D 0
configure:12380: result: yes
configure:12380: checking for syslog.h
configure:12380: result: yes
configure:12391: checking for opterr
configure:12407: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith=
 -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -W=
format-security -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard =
  -D_GNU_SOURCE    conftest.c -lz -lrt -lcrypt -ldl -lm  >&5
configure:12407: $? =3D 0
configure:12415: result: yes
configure:12423: checking for optreset
configure:12439: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith=
 -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -W=
format-security -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard =
  -D_GNU_SOURCE    conftest.c -lz -lrt -lcrypt -ldl -lm  >&5
/tmp/cciOb25S.o: In function `main':
conftest.c:(.text+0x6): undefined reference to `optreset'
collect2: error: ld returned 1 exit status
configure:12439: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.5.1"
| #define PACKAGE_STRING "PostgreSQL 9.5.1"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "9.5"
| #define PG_VERSION "9.5.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_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define PG_USE_INLINE 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
| #define HAVE__BUILTIN_BSWAP32 1
| #define HAVE__BUILTIN_CONSTANT_P 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE__VA_ARGS 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define HAVE_STRUCT_OPTION 1
| #define SIZEOF_OFF_T 8
| #define HAVE_INT_TIMEZONE 1
| #define ACCEPT_TYPE_RETURN int
| #define ACCEPT_TYPE_ARG1 int
| #define ACCEPT_TYPE_ARG2 struct sockaddr *
| #define ACCEPT_TYPE_ARG3 socklen_t
| #define HAVE_CBRT 1
| #define HAVE_DLOPEN 1
| #define HAVE_FDATASYNC 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_SETSID 1
| #define HAVE_SHM_OPEN 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYNC_FILE_RANGE 1
| #define HAVE_TOWLOWER 1
| #define HAVE_UTIME 1
| #define HAVE_UTIMES 1
| #define HAVE_WCSTOMBS 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_DECL_POSIX_FADVISE 1
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_STRLCAT 0
| #define HAVE_DECL_STRLCPY 0
| #define HAVE_DECL_F_FULLFSYNC 0
| #define HAVE_IPV6 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_ISINF 1
| #define HAVE_CRYPT 1
| #define HAVE_GETOPT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_INET_ATON 1
| #define HAVE_MKDTEMP 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE_SRANDOM 1
| #define HAVE_STRERROR 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_SIGSETJMP 1
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_SYSLOG 1
| #define HAVE_INT_OPTERR 1
| /* end confdefs.h.  */
| #include <unistd.h>
| int
| main ()
| {
| extern int optreset; optreset =3D 1;
|   ;
|   return 0;
| }
configure:12447: result: no
configure:12458: checking for strtoll
configure:12458: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith=
 -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -W=
format-security -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard =
  -D_GNU_SOURCE    conftest.c -lz -lrt -lcrypt -ldl -lm  >&5
configure:12458: $? =3D 0
configure:12458: result: yes
configure:12470: checking for strtoull
configure:12470: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith=
 -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -W=
format-security -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard =
  -D_GNU_SOURCE    conftest.c -lz -lrt -lcrypt -ldl -lm  >&5
configure:12470: $? =3D 0
configure:12470: result: yes
configure:12724: checking for the pthreads library -lpthreads
configure:12757: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith=
 -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -W=
format-security -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard =
    -D_GNU_SOURCE    conftest.c -lpthreads  -lz -lrt -lcrypt -ldl -lm  >&5
conftest.c: In function 'main':
conftest.c:139:22: warning: null argument where non-null required (argument=
 1) [-Wnonnull]
                      pthread_attr_init(0); pthread_cleanup_push(0, 0);
                      ^
conftest.c:140:22: warning: null argument where non-null required (argument=
 1) [-Wnonnull]
                      pthread_create(0,0,0,0); pthread_cleanup_pop(0);
                      ^
conftest.c:140:22: warning: null argument where non-null required (argument=
 3) [-Wnonnull]
conftest.c:138:15: warning: 'th' is used uninitialized in this function [-W=
uninitialized]
 pthread_t th; pthread_join(th, 0);
               ^
/usr/bin/ld: cannot find -lpthreads
collect2: error: ld returned 1 exit status
configure:12757: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.5.1"
| #define PACKAGE_STRING "PostgreSQL 9.5.1"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "9.5"
| #define PG_VERSION "9.5.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_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define PG_USE_INLINE 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
| #define HAVE__BUILTIN_BSWAP32 1
| #define HAVE__BUILTIN_CONSTANT_P 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE__VA_ARGS 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define HAVE_STRUCT_OPTION 1
| #define SIZEOF_OFF_T 8
| #define HAVE_INT_TIMEZONE 1
| #define ACCEPT_TYPE_RETURN int
| #define ACCEPT_TYPE_ARG1 int
| #define ACCEPT_TYPE_ARG2 struct sockaddr *
| #define ACCEPT_TYPE_ARG3 socklen_t
| #define HAVE_CBRT 1
| #define HAVE_DLOPEN 1
| #define HAVE_FDATASYNC 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_SETSID 1
| #define HAVE_SHM_OPEN 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYNC_FILE_RANGE 1
| #define HAVE_TOWLOWER 1
| #define HAVE_UTIME 1
| #define HAVE_UTIMES 1
| #define HAVE_WCSTOMBS 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_DECL_POSIX_FADVISE 1
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_STRLCAT 0
| #define HAVE_DECL_STRLCPY 0
| #define HAVE_DECL_F_FULLFSYNC 0
| #define HAVE_IPV6 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_ISINF 1
| #define HAVE_CRYPT 1
| #define HAVE_GETOPT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_INET_ATON 1
| #define HAVE_MKDTEMP 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE_SRANDOM 1
| #define HAVE_STRERROR 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_SIGSETJMP 1
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_SYSLOG 1
| #define HAVE_INT_OPTERR 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOULL 1
| /* end confdefs.h.  */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
|                      pthread_attr_init(0); pthread_cleanup_push(0, 0);
|                      pthread_create(0,0,0,0); pthread_cleanup_pop(0);
|   ;
|   return 0;
| }
configure:12793: result: no
configure:12667: checking whether pthreads work without any flags
configure:12757: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith=
 -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -W=
format-security -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard =
    -D_GNU_SOURCE    conftest.c   -lz -lrt -lcrypt -ldl -lm  >&5
conftest.c: In function 'main':
conftest.c:139:22: warning: null argument where non-null required (argument=
 1) [-Wnonnull]
                      pthread_attr_init(0); pthread_cleanup_push(0, 0);
                      ^
conftest.c:140:22: warning: null argument where non-null required (argument=
 1) [-Wnonnull]
                      pthread_create(0,0,0,0); pthread_cleanup_pop(0);
                      ^
conftest.c:140:22: warning: null argument where non-null required (argument=
 3) [-Wnonnull]
conftest.c:138:15: warning: 'th' is used uninitialized in this function [-W=
uninitialized]
 pthread_t th; pthread_join(th, 0);
               ^
/usr/bin/ld: /tmp/cck9vuVc.o: undefined reference to symbol 'pthread_create=
@@GLIBC_2.2.5'
/usr/lib/libpthread.so.0: error adding symbols: DSO missing from command li=
ne
collect2: error: ld returned 1 exit status
configure:12757: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.5.1"
| #define PACKAGE_STRING "PostgreSQL 9.5.1"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "9.5"
| #define PG_VERSION "9.5.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_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define PG_USE_INLINE 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
| #define HAVE__BUILTIN_BSWAP32 1
| #define HAVE__BUILTIN_CONSTANT_P 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE__VA_ARGS 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define HAVE_STRUCT_OPTION 1
| #define SIZEOF_OFF_T 8
| #define HAVE_INT_TIMEZONE 1
| #define ACCEPT_TYPE_RETURN int
| #define ACCEPT_TYPE_ARG1 int
| #define ACCEPT_TYPE_ARG2 struct sockaddr *
| #define ACCEPT_TYPE_ARG3 socklen_t
| #define HAVE_CBRT 1
| #define HAVE_DLOPEN 1
| #define HAVE_FDATASYNC 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_SETSID 1
| #define HAVE_SHM_OPEN 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYNC_FILE_RANGE 1
| #define HAVE_TOWLOWER 1
| #define HAVE_UTIME 1
| #define HAVE_UTIMES 1
| #define HAVE_WCSTOMBS 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_DECL_POSIX_FADVISE 1
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_STRLCAT 0
| #define HAVE_DECL_STRLCPY 0
| #define HAVE_DECL_F_FULLFSYNC 0
| #define HAVE_IPV6 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_ISINF 1
| #define HAVE_CRYPT 1
| #define HAVE_GETOPT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_INET_ATON 1
| #define HAVE_MKDTEMP 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE_SRANDOM 1
| #define HAVE_STRERROR 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_SIGSETJMP 1
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_SYSLOG 1
| #define HAVE_INT_OPTERR 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOULL 1
| /* end confdefs.h.  */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
|                      pthread_attr_init(0); pthread_cleanup_push(0, 0);
|                      pthread_create(0,0,0,0); pthread_cleanup_pop(0);
|   ;
|   return 0;
| }
configure:12793: result: no
configure:12672: checking whether pthreads work with -Kthread
configure:12757: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith=
 -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -W=
format-security -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard =
  -Kthread  -D_GNU_SOURCE    conftest.c   -lz -lrt -lcrypt -ldl -lm  >&5
gcc: error: unrecognized command line option '-Kthread'
configure:12757: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.5.1"
| #define PACKAGE_STRING "PostgreSQL 9.5.1"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "9.5"
| #define PG_VERSION "9.5.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_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define PG_USE_INLINE 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
| #define HAVE__BUILTIN_BSWAP32 1
| #define HAVE__BUILTIN_CONSTANT_P 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE__VA_ARGS 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define HAVE_STRUCT_OPTION 1
| #define SIZEOF_OFF_T 8
| #define HAVE_INT_TIMEZONE 1
| #define ACCEPT_TYPE_RETURN int
| #define ACCEPT_TYPE_ARG1 int
| #define ACCEPT_TYPE_ARG2 struct sockaddr *
| #define ACCEPT_TYPE_ARG3 socklen_t
| #define HAVE_CBRT 1
| #define HAVE_DLOPEN 1
| #define HAVE_FDATASYNC 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_SETSID 1
| #define HAVE_SHM_OPEN 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYNC_FILE_RANGE 1
| #define HAVE_TOWLOWER 1
| #define HAVE_UTIME 1
| #define HAVE_UTIMES 1
| #define HAVE_WCSTOMBS 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_DECL_POSIX_FADVISE 1
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_STRLCAT 0
| #define HAVE_DECL_STRLCPY 0
| #define HAVE_DECL_F_FULLFSYNC 0
| #define HAVE_IPV6 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_ISINF 1
| #define HAVE_CRYPT 1
| #define HAVE_GETOPT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_INET_ATON 1
| #define HAVE_MKDTEMP 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE_SRANDOM 1
| #define HAVE_STRERROR 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_SIGSETJMP 1
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_SYSLOG 1
| #define HAVE_INT_OPTERR 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOULL 1
| /* end confdefs.h.  */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
|                      pthread_attr_init(0); pthread_cleanup_push(0, 0);
|                      pthread_create(0,0,0,0); pthread_cleanup_pop(0);
|   ;
|   return 0;
| }
configure:12793: result: no
configure:12672: checking whether pthreads work with -kthread
configure:12757: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith=
 -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -W=
format-security -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard =
  -kthread  -D_GNU_SOURCE    conftest.c   -lz -lrt -lcrypt -ldl -lm  >&5
gcc: error: unrecognized command line option '-kthread'
configure:12757: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.5.1"
| #define PACKAGE_STRING "PostgreSQL 9.5.1"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "9.5"
| #define PG_VERSION "9.5.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_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define PG_USE_INLINE 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
| #define HAVE__BUILTIN_BSWAP32 1
| #define HAVE__BUILTIN_CONSTANT_P 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE__VA_ARGS 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define HAVE_STRUCT_OPTION 1
| #define SIZEOF_OFF_T 8
| #define HAVE_INT_TIMEZONE 1
| #define ACCEPT_TYPE_RETURN int
| #define ACCEPT_TYPE_ARG1 int
| #define ACCEPT_TYPE_ARG2 struct sockaddr *
| #define ACCEPT_TYPE_ARG3 socklen_t
| #define HAVE_CBRT 1
| #define HAVE_DLOPEN 1
| #define HAVE_FDATASYNC 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_SETSID 1
| #define HAVE_SHM_OPEN 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYNC_FILE_RANGE 1
| #define HAVE_TOWLOWER 1
| #define HAVE_UTIME 1
| #define HAVE_UTIMES 1
| #define HAVE_WCSTOMBS 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_DECL_POSIX_FADVISE 1
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_STRLCAT 0
| #define HAVE_DECL_STRLCPY 0
| #define HAVE_DECL_F_FULLFSYNC 0
| #define HAVE_IPV6 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_ISINF 1
| #define HAVE_CRYPT 1
| #define HAVE_GETOPT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_INET_ATON 1
| #define HAVE_MKDTEMP 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE_SRANDOM 1
| #define HAVE_STRERROR 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_SIGSETJMP 1
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_SYSLOG 1
| #define HAVE_INT_OPTERR 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOULL 1
| /* end confdefs.h.  */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
|                      pthread_attr_init(0); pthread_cleanup_push(0, 0);
|                      pthread_create(0,0,0,0); pthread_cleanup_pop(0);
|   ;
|   return 0;
| }
configure:12793: result: no
configure:12724: checking for the pthreads library -llthread
configure:12757: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith=
 -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -W=
format-security -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard =
    -D_GNU_SOURCE    conftest.c -llthread  -lz -lrt -lcrypt -ldl -lm  >&5
conftest.c: In function 'main':
conftest.c:139:22: warning: null argument where non-null required (argument=
 1) [-Wnonnull]
                      pthread_attr_init(0); pthread_cleanup_push(0, 0);
                      ^
conftest.c:140:22: warning: null argument where non-null required (argument=
 1) [-Wnonnull]
                      pthread_create(0,0,0,0); pthread_cleanup_pop(0);
                      ^
conftest.c:140:22: warning: null argument where non-null required (argument=
 3) [-Wnonnull]
conftest.c:138:15: warning: 'th' is used uninitialized in this function [-W=
uninitialized]
 pthread_t th; pthread_join(th, 0);
               ^
/usr/bin/ld: cannot find -llthread
collect2: error: ld returned 1 exit status
configure:12757: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.5.1"
| #define PACKAGE_STRING "PostgreSQL 9.5.1"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "9.5"
| #define PG_VERSION "9.5.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_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define PG_USE_INLINE 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
| #define HAVE__BUILTIN_BSWAP32 1
| #define HAVE__BUILTIN_CONSTANT_P 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE__VA_ARGS 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define HAVE_STRUCT_OPTION 1
| #define SIZEOF_OFF_T 8
| #define HAVE_INT_TIMEZONE 1
| #define ACCEPT_TYPE_RETURN int
| #define ACCEPT_TYPE_ARG1 int
| #define ACCEPT_TYPE_ARG2 struct sockaddr *
| #define ACCEPT_TYPE_ARG3 socklen_t
| #define HAVE_CBRT 1
| #define HAVE_DLOPEN 1
| #define HAVE_FDATASYNC 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_SETSID 1
| #define HAVE_SHM_OPEN 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYNC_FILE_RANGE 1
| #define HAVE_TOWLOWER 1
| #define HAVE_UTIME 1
| #define HAVE_UTIMES 1
| #define HAVE_WCSTOMBS 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_DECL_POSIX_FADVISE 1
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_STRLCAT 0
| #define HAVE_DECL_STRLCPY 0
| #define HAVE_DECL_F_FULLFSYNC 0
| #define HAVE_IPV6 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_ISINF 1
| #define HAVE_CRYPT 1
| #define HAVE_GETOPT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_INET_ATON 1
| #define HAVE_MKDTEMP 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE_SRANDOM 1
| #define HAVE_STRERROR 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_SIGSETJMP 1
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_SYSLOG 1
| #define HAVE_INT_OPTERR 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOULL 1
| /* end confdefs.h.  */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
|                      pthread_attr_init(0); pthread_cleanup_push(0, 0);
|                      pthread_create(0,0,0,0); pthread_cleanup_pop(0);
|   ;
|   return 0;
| }
configure:12793: result: no
configure:12672: checking whether pthreads work with -pthread
configure:12757: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith=
 -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -W=
format-security -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard =
  -pthread  -D_GNU_SOURCE    conftest.c   -lz -lrt -lcrypt -ldl -lm  >&5
conftest.c: In function 'main':
conftest.c:139:22: warning: null argument where non-null required (argument=
 1) [-Wnonnull]
                      pthread_attr_init(0); pthread_cleanup_push(0, 0);
                      ^
conftest.c:140:22: warning: null argument where non-null required (argument=
 1) [-Wnonnull]
                      pthread_create(0,0,0,0); pthread_cleanup_pop(0);
                      ^
conftest.c:140:22: warning: null argument where non-null required (argument=
 3) [-Wnonnull]
conftest.c:138:15: warning: 'th' is used uninitialized in this function [-W=
uninitialized]
 pthread_t th; pthread_join(th, 0);
               ^
configure:12757: $? =3D 0
configure:12793: result: yes
configure:12672: checking whether pthreads work with -pthreads
configure:12757: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith=
 -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -W=
format-security -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard =
  -pthread -pthreads  -D_GNU_SOURCE    conftest.c     -lz -lrt -lcrypt -ldl=
 -lm  >&5
gcc: error: unrecognized command line option '-pthreads'
configure:12757: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.5.1"
| #define PACKAGE_STRING "PostgreSQL 9.5.1"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "9.5"
| #define PG_VERSION "9.5.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_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define PG_USE_INLINE 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
| #define HAVE__BUILTIN_BSWAP32 1
| #define HAVE__BUILTIN_CONSTANT_P 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE__VA_ARGS 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define HAVE_STRUCT_OPTION 1
| #define SIZEOF_OFF_T 8
| #define HAVE_INT_TIMEZONE 1
| #define ACCEPT_TYPE_RETURN int
| #define ACCEPT_TYPE_ARG1 int
| #define ACCEPT_TYPE_ARG2 struct sockaddr *
| #define ACCEPT_TYPE_ARG3 socklen_t
| #define HAVE_CBRT 1
| #define HAVE_DLOPEN 1
| #define HAVE_FDATASYNC 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_SETSID 1
| #define HAVE_SHM_OPEN 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYNC_FILE_RANGE 1
| #define HAVE_TOWLOWER 1
| #define HAVE_UTIME 1
| #define HAVE_UTIMES 1
| #define HAVE_WCSTOMBS 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_DECL_POSIX_FADVISE 1
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_STRLCAT 0
| #define HAVE_DECL_STRLCPY 0
| #define HAVE_DECL_F_FULLFSYNC 0
| #define HAVE_IPV6 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_ISINF 1
| #define HAVE_CRYPT 1
| #define HAVE_GETOPT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_INET_ATON 1
| #define HAVE_MKDTEMP 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE_SRANDOM 1
| #define HAVE_STRERROR 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_SIGSETJMP 1
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_SYSLOG 1
| #define HAVE_INT_OPTERR 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOULL 1
| /* end confdefs.h.  */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
|                      pthread_attr_init(0); pthread_cleanup_push(0, 0);
|                      pthread_create(0,0,0,0); pthread_cleanup_pop(0);
|   ;
|   return 0;
| }
configure:12793: result: no
configure:12672: checking whether pthreads work with -mthreads
configure:12757: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith=
 -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -W=
format-security -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard =
  -pthread -mthreads  -D_GNU_SOURCE    conftest.c     -lz -lrt -lcrypt -ldl=
 -lm  >&5
gcc: error: unrecognized command line option '-mthreads'
configure:12757: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.5.1"
| #define PACKAGE_STRING "PostgreSQL 9.5.1"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "9.5"
| #define PG_VERSION "9.5.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_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define PG_USE_INLINE 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
| #define HAVE__BUILTIN_BSWAP32 1
| #define HAVE__BUILTIN_CONSTANT_P 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE__VA_ARGS 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define HAVE_STRUCT_OPTION 1
| #define SIZEOF_OFF_T 8
| #define HAVE_INT_TIMEZONE 1
| #define ACCEPT_TYPE_RETURN int
| #define ACCEPT_TYPE_ARG1 int
| #define ACCEPT_TYPE_ARG2 struct sockaddr *
| #define ACCEPT_TYPE_ARG3 socklen_t
| #define HAVE_CBRT 1
| #define HAVE_DLOPEN 1
| #define HAVE_FDATASYNC 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_SETSID 1
| #define HAVE_SHM_OPEN 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYNC_FILE_RANGE 1
| #define HAVE_TOWLOWER 1
| #define HAVE_UTIME 1
| #define HAVE_UTIMES 1
| #define HAVE_WCSTOMBS 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_DECL_POSIX_FADVISE 1
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_STRLCAT 0
| #define HAVE_DECL_STRLCPY 0
| #define HAVE_DECL_F_FULLFSYNC 0
| #define HAVE_IPV6 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_ISINF 1
| #define HAVE_CRYPT 1
| #define HAVE_GETOPT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_INET_ATON 1
| #define HAVE_MKDTEMP 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE_SRANDOM 1
| #define HAVE_STRERROR 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_SIGSETJMP 1
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_SYSLOG 1
| #define HAVE_INT_OPTERR 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOULL 1
| /* end confdefs.h.  */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
|                      pthread_attr_init(0); pthread_cleanup_push(0, 0);
|                      pthread_create(0,0,0,0); pthread_cleanup_pop(0);
|   ;
|   return 0;
| }
configure:12793: result: no
configure:12724: checking for the pthreads library -lpthread
configure:12757: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith=
 -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -W=
format-security -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard =
  -pthread   -D_GNU_SOURCE    conftest.c -lpthread    -lz -lrt -lcrypt -ldl=
 -lm  >&5
conftest.c: In function 'main':
conftest.c:139:22: warning: null argument where non-null required (argument=
 1) [-Wnonnull]
                      pthread_attr_init(0); pthread_cleanup_push(0, 0);
                      ^
conftest.c:140:22: warning: null argument where non-null required (argument=
 1) [-Wnonnull]
                      pthread_create(0,0,0,0); pthread_cleanup_pop(0);
                      ^
conftest.c:140:22: warning: null argument where non-null required (argument=
 3) [-Wnonnull]
conftest.c:138:15: warning: 'th' is used uninitialized in this function [-W=
uninitialized]
 pthread_t th; pthread_join(th, 0);
               ^
configure:12757: $? =3D 0
configure:12793: result: yes
configure:12672: checking whether pthreads work with --thread-safe
configure:12757: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith=
 -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -W=
format-security -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard =
  -pthread  --thread-safe  -D_GNU_SOURCE    conftest.c   -lpthread    -lz -=
lrt -lcrypt -ldl -lm  >&5
gcc: error: unrecognized command line option '--thread-safe'
configure:12757: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.5.1"
| #define PACKAGE_STRING "PostgreSQL 9.5.1"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "9.5"
| #define PG_VERSION "9.5.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_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define PG_USE_INLINE 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
| #define HAVE__BUILTIN_BSWAP32 1
| #define HAVE__BUILTIN_CONSTANT_P 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE__VA_ARGS 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define HAVE_STRUCT_OPTION 1
| #define SIZEOF_OFF_T 8
| #define HAVE_INT_TIMEZONE 1
| #define ACCEPT_TYPE_RETURN int
| #define ACCEPT_TYPE_ARG1 int
| #define ACCEPT_TYPE_ARG2 struct sockaddr *
| #define ACCEPT_TYPE_ARG3 socklen_t
| #define HAVE_CBRT 1
| #define HAVE_DLOPEN 1
| #define HAVE_FDATASYNC 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_SETSID 1
| #define HAVE_SHM_OPEN 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYNC_FILE_RANGE 1
| #define HAVE_TOWLOWER 1
| #define HAVE_UTIME 1
| #define HAVE_UTIMES 1
| #define HAVE_WCSTOMBS 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_DECL_POSIX_FADVISE 1
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_STRLCAT 0
| #define HAVE_DECL_STRLCPY 0
| #define HAVE_DECL_F_FULLFSYNC 0
| #define HAVE_IPV6 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_ISINF 1
| #define HAVE_CRYPT 1
| #define HAVE_GETOPT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_INET_ATON 1
| #define HAVE_MKDTEMP 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE_SRANDOM 1
| #define HAVE_STRERROR 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_SIGSETJMP 1
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_SYSLOG 1
| #define HAVE_INT_OPTERR 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOULL 1
| /* end confdefs.h.  */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
|                      pthread_attr_init(0); pthread_cleanup_push(0, 0);
|                      pthread_create(0,0,0,0); pthread_cleanup_pop(0);
|   ;
|   return 0;
| }
configure:12793: result: no
configure:12672: checking whether pthreads work with -mt
configure:12757: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith=
 -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -W=
format-security -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard =
  -pthread  -mt  -D_GNU_SOURCE    conftest.c   -lpthread    -lz -lrt -lcryp=
t -ldl -lm  >&5
gcc: error: unrecognized command line option '-mt'
configure:12757: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.5.1"
| #define PACKAGE_STRING "PostgreSQL 9.5.1"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "9.5"
| #define PG_VERSION "9.5.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_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define PG_USE_INLINE 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
| #define HAVE__BUILTIN_BSWAP32 1
| #define HAVE__BUILTIN_CONSTANT_P 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE__VA_ARGS 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define HAVE_STRUCT_OPTION 1
| #define SIZEOF_OFF_T 8
| #define HAVE_INT_TIMEZONE 1
| #define ACCEPT_TYPE_RETURN int
| #define ACCEPT_TYPE_ARG1 int
| #define ACCEPT_TYPE_ARG2 struct sockaddr *
| #define ACCEPT_TYPE_ARG3 socklen_t
| #define HAVE_CBRT 1
| #define HAVE_DLOPEN 1
| #define HAVE_FDATASYNC 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_SETSID 1
| #define HAVE_SHM_OPEN 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYNC_FILE_RANGE 1
| #define HAVE_TOWLOWER 1
| #define HAVE_UTIME 1
| #define HAVE_UTIMES 1
| #define HAVE_WCSTOMBS 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_DECL_POSIX_FADVISE 1
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_STRLCAT 0
| #define HAVE_DECL_STRLCPY 0
| #define HAVE_DECL_F_FULLFSYNC 0
| #define HAVE_IPV6 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_ISINF 1
| #define HAVE_CRYPT 1
| #define HAVE_GETOPT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_INET_ATON 1
| #define HAVE_MKDTEMP 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE_SRANDOM 1
| #define HAVE_STRERROR 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_SIGSETJMP 1
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_SYSLOG 1
| #define HAVE_INT_OPTERR 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOULL 1
| /* end confdefs.h.  */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
|                      pthread_attr_init(0); pthread_cleanup_push(0, 0);
|                      pthread_create(0,0,0,0); pthread_cleanup_pop(0);
|   ;
|   return 0;
| }
configure:12793: result: no
configure:12724: checking for the pthreads library -lpthreadGC2
configure:12757: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith=
 -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -W=
format-security -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard =
  -pthread    -D_GNU_SOURCE    conftest.c -lpthreadGC2  -lpthread    -lz -l=
rt -lcrypt -ldl -lm  >&5
conftest.c: In function 'main':
conftest.c:139:22: warning: null argument where non-null required (argument=
 1) [-Wnonnull]
                      pthread_attr_init(0); pthread_cleanup_push(0, 0);
                      ^
conftest.c:140:22: warning: null argument where non-null required (argument=
 1) [-Wnonnull]
                      pthread_create(0,0,0,0); pthread_cleanup_pop(0);
                      ^
conftest.c:140:22: warning: null argument where non-null required (argument=
 3) [-Wnonnull]
conftest.c:138:15: warning: 'th' is used uninitialized in this function [-W=
uninitialized]
 pthread_t th; pthread_join(th, 0);
               ^
/usr/bin/ld: cannot find -lpthreadGC2
collect2: error: ld returned 1 exit status
configure:12757: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.5.1"
| #define PACKAGE_STRING "PostgreSQL 9.5.1"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "9.5"
| #define PG_VERSION "9.5.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_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define PG_USE_INLINE 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
| #define HAVE__BUILTIN_BSWAP32 1
| #define HAVE__BUILTIN_CONSTANT_P 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE__VA_ARGS 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define HAVE_STRUCT_OPTION 1
| #define SIZEOF_OFF_T 8
| #define HAVE_INT_TIMEZONE 1
| #define ACCEPT_TYPE_RETURN int
| #define ACCEPT_TYPE_ARG1 int
| #define ACCEPT_TYPE_ARG2 struct sockaddr *
| #define ACCEPT_TYPE_ARG3 socklen_t
| #define HAVE_CBRT 1
| #define HAVE_DLOPEN 1
| #define HAVE_FDATASYNC 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_SETSID 1
| #define HAVE_SHM_OPEN 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYNC_FILE_RANGE 1
| #define HAVE_TOWLOWER 1
| #define HAVE_UTIME 1
| #define HAVE_UTIMES 1
| #define HAVE_WCSTOMBS 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_DECL_POSIX_FADVISE 1
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_STRLCAT 0
| #define HAVE_DECL_STRLCPY 0
| #define HAVE_DECL_F_FULLFSYNC 0
| #define HAVE_IPV6 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_ISINF 1
| #define HAVE_CRYPT 1
| #define HAVE_GETOPT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_INET_ATON 1
| #define HAVE_MKDTEMP 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE_SRANDOM 1
| #define HAVE_STRERROR 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_SIGSETJMP 1
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_SYSLOG 1
| #define HAVE_INT_OPTERR 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOULL 1
| /* end confdefs.h.  */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
|                      pthread_attr_init(0); pthread_cleanup_push(0, 0);
|                      pthread_create(0,0,0,0); pthread_cleanup_pop(0);
|   ;
|   return 0;
| }
configure:12793: result: no
configure:12825: checking pthread.h usability
configure:12825: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclar=
ation-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-se=
curity -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard   -pthrea=
d  -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS  -D_GNU_SOURCE  c=
onftest.c >&5
configure:12825: $? =3D 0
configure:12825: result: yes
configure:12825: checking pthread.h presence
configure:12825: gcc -E  -D_GNU_SOURCE  conftest.c
configure:12825: $? =3D 0
configure:12825: result: yes
configure:12825: checking for pthread.h
configure:12825: result: yes
configure:12839: checking for strerror_r
configure:12839: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith=
 -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -W=
format-security -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard =
  -pthread  -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS  -D_GNU_=
SOURCE    conftest.c -lz -lrt -lcrypt -ldl -lm   -lpthread    >&5
configure:12839: $? =3D 0
configure:12839: result: yes
configure:12839: checking for getpwuid_r
configure:12839: result: yes
configure:12839: checking for gethostbyname_r
configure:12839: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith=
 -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -W=
format-security -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard =
  -pthread  -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS  -D_GNU_=
SOURCE    conftest.c -lz -lrt -lcrypt -ldl -lm   -lpthread    >&5
configure:12839: $? =3D 0
configure:12839: result: yes
configure:12850: checking whether strerror_r returns int
configure:12871: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclar=
ation-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-se=
curity -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard   -pthrea=
d  -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS  -D_GNU_SOURCE  c=
onftest.c >&5
conftest.c: In function 'main':
conftest.c:142:5: error: conflicting types for 'strerror_r'
 int strerror_r(int, char *, size_t);
     ^
In file included from conftest.c:137:0:
/usr/include/string.h:433:14: note: previous declaration of 'strerror_r' wa=
s here
 extern char *strerror_r (int __errnum, char *__buf, size_t __buflen)
              ^
configure:12871: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.5.1"
| #define PACKAGE_STRING "PostgreSQL 9.5.1"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "9.5"
| #define PG_VERSION "9.5.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_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define PG_USE_INLINE 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
| #define HAVE__BUILTIN_BSWAP32 1
| #define HAVE__BUILTIN_CONSTANT_P 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE__VA_ARGS 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define HAVE_STRUCT_OPTION 1
| #define SIZEOF_OFF_T 8
| #define HAVE_INT_TIMEZONE 1
| #define ACCEPT_TYPE_RETURN int
| #define ACCEPT_TYPE_ARG1 int
| #define ACCEPT_TYPE_ARG2 struct sockaddr *
| #define ACCEPT_TYPE_ARG3 socklen_t
| #define HAVE_CBRT 1
| #define HAVE_DLOPEN 1
| #define HAVE_FDATASYNC 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_SETSID 1
| #define HAVE_SHM_OPEN 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYNC_FILE_RANGE 1
| #define HAVE_TOWLOWER 1
| #define HAVE_UTIME 1
| #define HAVE_UTIMES 1
| #define HAVE_WCSTOMBS 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_DECL_POSIX_FADVISE 1
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_STRLCAT 0
| #define HAVE_DECL_STRLCPY 0
| #define HAVE_DECL_F_FULLFSYNC 0
| #define HAVE_IPV6 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_ISINF 1
| #define HAVE_CRYPT 1
| #define HAVE_GETOPT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_INET_ATON 1
| #define HAVE_MKDTEMP 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE_SRANDOM 1
| #define HAVE_STRERROR 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_SIGSETJMP 1
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_SYSLOG 1
| #define HAVE_INT_OPTERR 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOULL 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| /* end confdefs.h.  */
| #include <string.h>
| int
| main ()
| {
| #ifndef _AIX
| int strerror_r(int, char *, size_t);
| #else
| /* Older AIX has 'int' for the third argument so we don't test the args. =
*/
| int strerror_r();
| #endif
|   ;
|   return 0;
| }
configure:12878: result: no
configure:13066: checking test program
configure:13076: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith=
 -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -W=
format-security -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard =
  -D_GNU_SOURCE    conftest.c -lz -lrt -lcrypt -ldl -lm  >&5
configure:13076: $? =3D 0
configure:13076: ./conftest
configure:13076: $? =3D 0
configure:13077: result: ok
configure:13145: checking whether long int is 64 bits
configure:13203: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith=
 -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -W=
format-security -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard =
  -D_GNU_SOURCE    conftest.c -lz -lrt -lcrypt -ldl -lm  >&5
conftest.c:146:5: warning: no previous prototype for 'does_int64_work' [-Wm=
issing-prototypes]
 int does_int64_work()
     ^
conftest.c:160:1: warning: return type defaults to 'int' [-Wimplicit-int]
 main() {
 ^
conftest.c: In function 'main':
conftest.c:161:3: warning: implicit declaration of function 'exit' [-Wimpli=
cit-function-declaration]
   exit(! does_int64_work());
   ^
conftest.c:161:3: warning: incompatible implicit declaration of built-in fu=
nction 'exit'
conftest.c:161:3: note: include '<stdlib.h>' or provide a declaration of 'e=
xit'
configure:13203: $? =3D 0
configure:13203: ./conftest
configure:13203: $? =3D 0
configure:13213: result: yes
configure:13431: checking whether snprintf supports the %z modifier
configure:13474: result: yes
configure:13500: checking size of void *
configure:13519: result: 4
configure:13533: checking size of size_t
configure:13552: result: 4
configure:13566: checking size of long
configure:13585: result: 4
configure:13597: checking whether to build with float4 passed by value
configure:13628: result: yes
configure:13640: checking whether to build with float8 passed by value
configure:13702: result: no
configure:13714: checking alignment of short
configure:13719: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith=
 -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -W=
format-security -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard =
  -D_GNU_SOURCE    conftest.c -lz -lrt -lcrypt -ldl -lm  >&5
configure:13719: $? =3D 0
configure:13719: ./conftest
configure:13719: $? =3D 0
configure:13737: result: 2
configure:13749: checking alignment of int
configure:13754: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith=
 -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -W=
format-security -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard =
  -D_GNU_SOURCE    conftest.c -lz -lrt -lcrypt -ldl -lm  >&5
configure:13754: $? =3D 0
configure:13754: ./conftest
configure:13754: $? =3D 0
configure:13772: result: 4
configure:13784: checking alignment of long
configure:13789: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith=
 -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -W=
format-security -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard =
  -D_GNU_SOURCE    conftest.c -lz -lrt -lcrypt -ldl -lm  >&5
configure:13789: $? =3D 0
configure:13789: ./conftest
configure:13789: $? =3D 0
configure:13807: result: 8
configure:13856: checking alignment of double
configure:13861: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith=
 -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -W=
format-security -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard =
  -D_GNU_SOURCE    conftest.c -lz -lrt -lcrypt -ldl -lm  >&5
configure:13861: $? =3D 0
configure:13861: ./conftest
configure:13861: $? =3D 0
configure:13879: result: 8
configure:13910: checking for int8
configure:13910: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclar=
ation-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-se=
curity -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard   -D_GNU_=
SOURCE  conftest.c >&5
conftest.c: In function 'main':
conftest.c:156:13: error: 'int8' undeclared (first use in this function)
 if (sizeof (int8))
             ^
conftest.c:156:13: note: each undeclared identifier is reported only once f=
or each function it appears in
configure:13910: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.5.1"
| #define PACKAGE_STRING "PostgreSQL 9.5.1"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "9.5"
| #define PG_VERSION "9.5.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_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define PG_USE_INLINE 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
| #define HAVE__BUILTIN_BSWAP32 1
| #define HAVE__BUILTIN_CONSTANT_P 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE__VA_ARGS 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define HAVE_STRUCT_OPTION 1
| #define SIZEOF_OFF_T 8
| #define HAVE_INT_TIMEZONE 1
| #define ACCEPT_TYPE_RETURN int
| #define ACCEPT_TYPE_ARG1 int
| #define ACCEPT_TYPE_ARG2 struct sockaddr *
| #define ACCEPT_TYPE_ARG3 socklen_t
| #define HAVE_CBRT 1
| #define HAVE_DLOPEN 1
| #define HAVE_FDATASYNC 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_SETSID 1
| #define HAVE_SHM_OPEN 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYNC_FILE_RANGE 1
| #define HAVE_TOWLOWER 1
| #define HAVE_UTIME 1
| #define HAVE_UTIMES 1
| #define HAVE_WCSTOMBS 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_DECL_POSIX_FADVISE 1
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_STRLCAT 0
| #define HAVE_DECL_STRLCPY 0
| #define HAVE_DECL_F_FULLFSYNC 0
| #define HAVE_IPV6 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_ISINF 1
| #define HAVE_CRYPT 1
| #define HAVE_GETOPT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_INET_ATON 1
| #define HAVE_MKDTEMP 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE_SRANDOM 1
| #define HAVE_STRERROR 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_SIGSETJMP 1
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_SYSLOG 1
| #define HAVE_INT_OPTERR 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOULL 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_LONG_INT_64 1
| #define PG_INT64_TYPE long int
| #define INT64_MODIFIER "l"
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_LONG 4
| #define USE_FLOAT4_BYVAL 1
| #define FLOAT4PASSBYVAL true
| #define FLOAT8PASSBYVAL false
| #define ALIGNOF_SHORT 2
| #define ALIGNOF_INT 4
| #define ALIGNOF_LONG 8
| #define ALIGNOF_DOUBLE 8
| #define MAXIMUM_ALIGNOF 8
| /* end confdefs.h.  */
| #include <stdio.h>
|=20
| int
| main ()
| {
| if (sizeof (int8))
|      return 0;
|   ;
|   return 0;
| }
configure:13910: result: no
configure:13920: checking for uint8
configure:13920: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclar=
ation-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-se=
curity -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard   -D_GNU_=
SOURCE  conftest.c >&5
conftest.c: In function 'main':
conftest.c:156:13: error: 'uint8' undeclared (first use in this function)
 if (sizeof (uint8))
             ^
conftest.c:156:13: note: each undeclared identifier is reported only once f=
or each function it appears in
configure:13920: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.5.1"
| #define PACKAGE_STRING "PostgreSQL 9.5.1"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "9.5"
| #define PG_VERSION "9.5.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_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define PG_USE_INLINE 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
| #define HAVE__BUILTIN_BSWAP32 1
| #define HAVE__BUILTIN_CONSTANT_P 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE__VA_ARGS 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define HAVE_STRUCT_OPTION 1
| #define SIZEOF_OFF_T 8
| #define HAVE_INT_TIMEZONE 1
| #define ACCEPT_TYPE_RETURN int
| #define ACCEPT_TYPE_ARG1 int
| #define ACCEPT_TYPE_ARG2 struct sockaddr *
| #define ACCEPT_TYPE_ARG3 socklen_t
| #define HAVE_CBRT 1
| #define HAVE_DLOPEN 1
| #define HAVE_FDATASYNC 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_SETSID 1
| #define HAVE_SHM_OPEN 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYNC_FILE_RANGE 1
| #define HAVE_TOWLOWER 1
| #define HAVE_UTIME 1
| #define HAVE_UTIMES 1
| #define HAVE_WCSTOMBS 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_DECL_POSIX_FADVISE 1
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_STRLCAT 0
| #define HAVE_DECL_STRLCPY 0
| #define HAVE_DECL_F_FULLFSYNC 0
| #define HAVE_IPV6 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_ISINF 1
| #define HAVE_CRYPT 1
| #define HAVE_GETOPT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_INET_ATON 1
| #define HAVE_MKDTEMP 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE_SRANDOM 1
| #define HAVE_STRERROR 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_SIGSETJMP 1
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_SYSLOG 1
| #define HAVE_INT_OPTERR 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOULL 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_LONG_INT_64 1
| #define PG_INT64_TYPE long int
| #define INT64_MODIFIER "l"
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_LONG 4
| #define USE_FLOAT4_BYVAL 1
| #define FLOAT4PASSBYVAL true
| #define FLOAT8PASSBYVAL false
| #define ALIGNOF_SHORT 2
| #define ALIGNOF_INT 4
| #define ALIGNOF_LONG 8
| #define ALIGNOF_DOUBLE 8
| #define MAXIMUM_ALIGNOF 8
| /* end confdefs.h.  */
| #include <stdio.h>
|=20
| int
| main ()
| {
| if (sizeof (uint8))
|      return 0;
|   ;
|   return 0;
| }
configure:13920: result: no
configure:13930: checking for int64
configure:13930: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclar=
ation-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-se=
curity -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard   -D_GNU_=
SOURCE  conftest.c >&5
conftest.c: In function 'main':
conftest.c:156:13: error: 'int64' undeclared (first use in this function)
 if (sizeof (int64))
             ^
conftest.c:156:13: note: each undeclared identifier is reported only once f=
or each function it appears in
configure:13930: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.5.1"
| #define PACKAGE_STRING "PostgreSQL 9.5.1"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "9.5"
| #define PG_VERSION "9.5.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_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define PG_USE_INLINE 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
| #define HAVE__BUILTIN_BSWAP32 1
| #define HAVE__BUILTIN_CONSTANT_P 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE__VA_ARGS 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define HAVE_STRUCT_OPTION 1
| #define SIZEOF_OFF_T 8
| #define HAVE_INT_TIMEZONE 1
| #define ACCEPT_TYPE_RETURN int
| #define ACCEPT_TYPE_ARG1 int
| #define ACCEPT_TYPE_ARG2 struct sockaddr *
| #define ACCEPT_TYPE_ARG3 socklen_t
| #define HAVE_CBRT 1
| #define HAVE_DLOPEN 1
| #define HAVE_FDATASYNC 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_SETSID 1
| #define HAVE_SHM_OPEN 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYNC_FILE_RANGE 1
| #define HAVE_TOWLOWER 1
| #define HAVE_UTIME 1
| #define HAVE_UTIMES 1
| #define HAVE_WCSTOMBS 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_DECL_POSIX_FADVISE 1
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_STRLCAT 0
| #define HAVE_DECL_STRLCPY 0
| #define HAVE_DECL_F_FULLFSYNC 0
| #define HAVE_IPV6 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_ISINF 1
| #define HAVE_CRYPT 1
| #define HAVE_GETOPT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_INET_ATON 1
| #define HAVE_MKDTEMP 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE_SRANDOM 1
| #define HAVE_STRERROR 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_SIGSETJMP 1
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_SYSLOG 1
| #define HAVE_INT_OPTERR 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOULL 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_LONG_INT_64 1
| #define PG_INT64_TYPE long int
| #define INT64_MODIFIER "l"
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_LONG 4
| #define USE_FLOAT4_BYVAL 1
| #define FLOAT4PASSBYVAL true
| #define FLOAT8PASSBYVAL false
| #define ALIGNOF_SHORT 2
| #define ALIGNOF_INT 4
| #define ALIGNOF_LONG 8
| #define ALIGNOF_DOUBLE 8
| #define MAXIMUM_ALIGNOF 8
| /* end confdefs.h.  */
| #include <stdio.h>
|=20
| int
| main ()
| {
| if (sizeof (int64))
|      return 0;
|   ;
|   return 0;
| }
configure:13930: result: no
configure:13940: checking for uint64
configure:13940: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclar=
ation-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-se=
curity -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard   -D_GNU_=
SOURCE  conftest.c >&5
conftest.c: In function 'main':
conftest.c:156:13: error: 'uint64' undeclared (first use in this function)
 if (sizeof (uint64))
             ^
conftest.c:156:13: note: each undeclared identifier is reported only once f=
or each function it appears in
configure:13940: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.5.1"
| #define PACKAGE_STRING "PostgreSQL 9.5.1"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "9.5"
| #define PG_VERSION "9.5.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_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define PG_USE_INLINE 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
| #define HAVE__BUILTIN_BSWAP32 1
| #define HAVE__BUILTIN_CONSTANT_P 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE__VA_ARGS 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define HAVE_STRUCT_OPTION 1
| #define SIZEOF_OFF_T 8
| #define HAVE_INT_TIMEZONE 1
| #define ACCEPT_TYPE_RETURN int
| #define ACCEPT_TYPE_ARG1 int
| #define ACCEPT_TYPE_ARG2 struct sockaddr *
| #define ACCEPT_TYPE_ARG3 socklen_t
| #define HAVE_CBRT 1
| #define HAVE_DLOPEN 1
| #define HAVE_FDATASYNC 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_SETSID 1
| #define HAVE_SHM_OPEN 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYNC_FILE_RANGE 1
| #define HAVE_TOWLOWER 1
| #define HAVE_UTIME 1
| #define HAVE_UTIMES 1
| #define HAVE_WCSTOMBS 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_DECL_POSIX_FADVISE 1
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_STRLCAT 0
| #define HAVE_DECL_STRLCPY 0
| #define HAVE_DECL_F_FULLFSYNC 0
| #define HAVE_IPV6 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_ISINF 1
| #define HAVE_CRYPT 1
| #define HAVE_GETOPT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_INET_ATON 1
| #define HAVE_MKDTEMP 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE_SRANDOM 1
| #define HAVE_STRERROR 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_SIGSETJMP 1
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_SYSLOG 1
| #define HAVE_INT_OPTERR 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOULL 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_LONG_INT_64 1
| #define PG_INT64_TYPE long int
| #define INT64_MODIFIER "l"
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_LONG 4
| #define USE_FLOAT4_BYVAL 1
| #define FLOAT4PASSBYVAL true
| #define FLOAT8PASSBYVAL false
| #define ALIGNOF_SHORT 2
| #define ALIGNOF_INT 4
| #define ALIGNOF_LONG 8
| #define ALIGNOF_DOUBLE 8
| #define MAXIMUM_ALIGNOF 8
| /* end confdefs.h.  */
| #include <stdio.h>
|=20
| int
| main ()
| {
| if (sizeof (uint64))
|      return 0;
|   ;
|   return 0;
| }
configure:13940: result: no
configure:13954: checking for sig_atomic_t
configure:13954: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclar=
ation-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-se=
curity -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard   -D_GNU_=
SOURCE  conftest.c >&5
configure:13954: $? =3D 0
configure:13954: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclar=
ation-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-se=
curity -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard   -D_GNU_=
SOURCE  conftest.c >&5
conftest.c: In function 'main':
conftest.c:156:27: error: expected expression before ')' token
 if (sizeof ((sig_atomic_t)))
                           ^
configure:13954: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.5.1"
| #define PACKAGE_STRING "PostgreSQL 9.5.1"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "9.5"
| #define PG_VERSION "9.5.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_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define PG_USE_INLINE 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
| #define HAVE__BUILTIN_BSWAP32 1
| #define HAVE__BUILTIN_CONSTANT_P 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE__VA_ARGS 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define HAVE_STRUCT_OPTION 1
| #define SIZEOF_OFF_T 8
| #define HAVE_INT_TIMEZONE 1
| #define ACCEPT_TYPE_RETURN int
| #define ACCEPT_TYPE_ARG1 int
| #define ACCEPT_TYPE_ARG2 struct sockaddr *
| #define ACCEPT_TYPE_ARG3 socklen_t
| #define HAVE_CBRT 1
| #define HAVE_DLOPEN 1
| #define HAVE_FDATASYNC 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_SETSID 1
| #define HAVE_SHM_OPEN 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYNC_FILE_RANGE 1
| #define HAVE_TOWLOWER 1
| #define HAVE_UTIME 1
| #define HAVE_UTIMES 1
| #define HAVE_WCSTOMBS 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_DECL_POSIX_FADVISE 1
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_STRLCAT 0
| #define HAVE_DECL_STRLCPY 0
| #define HAVE_DECL_F_FULLFSYNC 0
| #define HAVE_IPV6 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_ISINF 1
| #define HAVE_CRYPT 1
| #define HAVE_GETOPT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_INET_ATON 1
| #define HAVE_MKDTEMP 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE_SRANDOM 1
| #define HAVE_STRERROR 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_SIGSETJMP 1
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_SYSLOG 1
| #define HAVE_INT_OPTERR 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOULL 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_LONG_INT_64 1
| #define PG_INT64_TYPE long int
| #define INT64_MODIFIER "l"
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_LONG 4
| #define USE_FLOAT4_BYVAL 1
| #define FLOAT4PASSBYVAL true
| #define FLOAT8PASSBYVAL false
| #define ALIGNOF_SHORT 2
| #define ALIGNOF_INT 4
| #define ALIGNOF_LONG 8
| #define ALIGNOF_DOUBLE 8
| #define MAXIMUM_ALIGNOF 8
| /* end confdefs.h.  */
| #include <signal.h>
|=20
| int
| main ()
| {
| if (sizeof ((sig_atomic_t)))
|         return 0;
|   ;
|   return 0;
| }
configure:13954: result: yes
configure:13967: checking for __int128
configure:14002: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith=
 -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -W=
format-security -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard =
  -D_GNU_SOURCE    conftest.c -lz -lrt -lcrypt -ldl -lm  >&5
configure:14002: $? =3D 0
configure:14010: result: yes
configure:14020: checking for builtin __sync char locking functions
configure:14038: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith=
 -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -W=
format-security -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard =
  -D_GNU_SOURCE    conftest.c -lz -lrt -lcrypt -ldl -lm  >&5
configure:14038: $? =3D 0
configure:14046: result: yes
configure:14053: checking for builtin __sync int32 locking functions
configure:14071: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith=
 -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -W=
format-security -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard =
  -D_GNU_SOURCE    conftest.c -lz -lrt -lcrypt -ldl -lm  >&5
configure:14071: $? =3D 0
configure:14079: result: yes
configure:14086: checking for builtin __sync int32 atomic operations
configure:14103: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith=
 -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -W=
format-security -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard =
  -D_GNU_SOURCE    conftest.c -lz -lrt -lcrypt -ldl -lm  >&5
configure:14103: $? =3D 0
configure:14111: result: yes
configure:14118: checking for builtin __sync int64 atomic operations
configure:14135: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith=
 -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -W=
format-security -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard =
  -D_GNU_SOURCE    conftest.c -lz -lrt -lcrypt -ldl -lm  >&5
configure:14135: $? =3D 0
configure:14143: result: yes
configure:14150: checking for builtin __atomic int32 atomic operations
configure:14168: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith=
 -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -W=
format-security -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard =
  -D_GNU_SOURCE    conftest.c -lz -lrt -lcrypt -ldl -lm  >&5
configure:14168: $? =3D 0
configure:14176: result: yes
configure:14183: checking for builtin __atomic int64 atomic operations
configure:14201: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith=
 -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -W=
format-security -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard =
  -D_GNU_SOURCE    conftest.c -lz -lrt -lcrypt -ldl -lm  >&5
configure:14201: $? =3D 0
configure:14209: result: yes
configure:14219: checking for __get_cpuid
configure:14237: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith=
 -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -W=
format-security -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard =
  -D_GNU_SOURCE    conftest.c -lz -lrt -lcrypt -ldl -lm  >&5
configure:14237: $? =3D 0
configure:14245: result: yes
configure:14253: checking for __cpuid
configure:14271: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith=
 -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -W=
format-security -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard =
  -D_GNU_SOURCE    conftest.c -lz -lrt -lcrypt -ldl -lm  >&5
conftest.c:160:20: fatal error: intrin.h: No such file or directory
compilation terminated.
configure:14271: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.5.1"
| #define PACKAGE_STRING "PostgreSQL 9.5.1"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "9.5"
| #define PG_VERSION "9.5.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_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define PG_USE_INLINE 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
| #define HAVE__BUILTIN_BSWAP32 1
| #define HAVE__BUILTIN_CONSTANT_P 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE__VA_ARGS 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define HAVE_STRUCT_OPTION 1
| #define SIZEOF_OFF_T 8
| #define HAVE_INT_TIMEZONE 1
| #define ACCEPT_TYPE_RETURN int
| #define ACCEPT_TYPE_ARG1 int
| #define ACCEPT_TYPE_ARG2 struct sockaddr *
| #define ACCEPT_TYPE_ARG3 socklen_t
| #define HAVE_CBRT 1
| #define HAVE_DLOPEN 1
| #define HAVE_FDATASYNC 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_SETSID 1
| #define HAVE_SHM_OPEN 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYNC_FILE_RANGE 1
| #define HAVE_TOWLOWER 1
| #define HAVE_UTIME 1
| #define HAVE_UTIMES 1
| #define HAVE_WCSTOMBS 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_DECL_POSIX_FADVISE 1
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_STRLCAT 0
| #define HAVE_DECL_STRLCPY 0
| #define HAVE_DECL_F_FULLFSYNC 0
| #define HAVE_IPV6 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_ISINF 1
| #define HAVE_CRYPT 1
| #define HAVE_GETOPT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_INET_ATON 1
| #define HAVE_MKDTEMP 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE_SRANDOM 1
| #define HAVE_STRERROR 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_SIGSETJMP 1
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_SYSLOG 1
| #define HAVE_INT_OPTERR 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOULL 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_LONG_INT_64 1
| #define PG_INT64_TYPE long int
| #define INT64_MODIFIER "l"
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_LONG 4
| #define USE_FLOAT4_BYVAL 1
| #define FLOAT4PASSBYVAL true
| #define FLOAT8PASSBYVAL false
| #define ALIGNOF_SHORT 2
| #define ALIGNOF_INT 4
| #define ALIGNOF_LONG 8
| #define ALIGNOF_DOUBLE 8
| #define MAXIMUM_ALIGNOF 8
| #define HAVE_SIG_ATOMIC_T 1
| #define PG_INT128_TYPE __int128
| #define HAVE_GCC__SYNC_CHAR_TAS 1
| #define HAVE_GCC__SYNC_INT32_TAS 1
| #define HAVE_GCC__SYNC_INT32_CAS 1
| #define HAVE_GCC__SYNC_INT64_CAS 1
| #define HAVE_GCC__ATOMIC_INT32_CAS 1
| #define HAVE_GCC__ATOMIC_INT64_CAS 1
| #define HAVE__GET_CPUID 1
| /* end confdefs.h.  */
| #include <intrin.h>
| int
| main ()
| {
| unsigned int exx[4] =3D {0, 0, 0, 0};
|   __get_cpuid(exx[0], 1);
|=20
|   ;
|   return 0;
| }
configure:14279: result: no
configure:14292: checking for _mm_crc32_u8 and _mm_crc32_u32 with CFLAGS=3D
configure:14314: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith=
 -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -W=
format-security -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard =
   -D_GNU_SOURCE    conftest.c -lz -lrt -lcrypt -ldl -lm  >&5
In file included from /usr/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/include/n=
mmintrin.h:31:0,
                 from conftest.c:160:
conftest.c: In function 'main':
/usr/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/include/smmintrin.h:839:1: erro=
r: inlining failed in call to always_inline '_mm_crc32_u32': target specifi=
c option mismatch
 _mm_crc32_u32 (unsigned int __C, unsigned int __V)
 ^
conftest.c:166:8: error: called from here
    crc =3D _mm_crc32_u32(crc, 0);
        ^
In file included from /usr/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/include/n=
mmintrin.h:31:0,
                 from conftest.c:160:
/usr/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/include/smmintrin.h:827:1: erro=
r: inlining failed in call to always_inline '_mm_crc32_u8': target specific=
 option mismatch
 _mm_crc32_u8 (unsigned int __C, unsigned char __V)
 ^
conftest.c:165:8: error: called from here
    crc =3D _mm_crc32_u8(crc, 0);
        ^
configure:14314: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.5.1"
| #define PACKAGE_STRING "PostgreSQL 9.5.1"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "9.5"
| #define PG_VERSION "9.5.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_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define PG_USE_INLINE 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
| #define HAVE__BUILTIN_BSWAP32 1
| #define HAVE__BUILTIN_CONSTANT_P 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE__VA_ARGS 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define HAVE_STRUCT_OPTION 1
| #define SIZEOF_OFF_T 8
| #define HAVE_INT_TIMEZONE 1
| #define ACCEPT_TYPE_RETURN int
| #define ACCEPT_TYPE_ARG1 int
| #define ACCEPT_TYPE_ARG2 struct sockaddr *
| #define ACCEPT_TYPE_ARG3 socklen_t
| #define HAVE_CBRT 1
| #define HAVE_DLOPEN 1
| #define HAVE_FDATASYNC 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_SETSID 1
| #define HAVE_SHM_OPEN 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYNC_FILE_RANGE 1
| #define HAVE_TOWLOWER 1
| #define HAVE_UTIME 1
| #define HAVE_UTIMES 1
| #define HAVE_WCSTOMBS 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_DECL_POSIX_FADVISE 1
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_STRLCAT 0
| #define HAVE_DECL_STRLCPY 0
| #define HAVE_DECL_F_FULLFSYNC 0
| #define HAVE_IPV6 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_ISINF 1
| #define HAVE_CRYPT 1
| #define HAVE_GETOPT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_INET_ATON 1
| #define HAVE_MKDTEMP 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE_SRANDOM 1
| #define HAVE_STRERROR 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_SIGSETJMP 1
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_SYSLOG 1
| #define HAVE_INT_OPTERR 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOULL 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_LONG_INT_64 1
| #define PG_INT64_TYPE long int
| #define INT64_MODIFIER "l"
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_LONG 4
| #define USE_FLOAT4_BYVAL 1
| #define FLOAT4PASSBYVAL true
| #define FLOAT8PASSBYVAL false
| #define ALIGNOF_SHORT 2
| #define ALIGNOF_INT 4
| #define ALIGNOF_LONG 8
| #define ALIGNOF_DOUBLE 8
| #define MAXIMUM_ALIGNOF 8
| #define HAVE_SIG_ATOMIC_T 1
| #define PG_INT128_TYPE __int128
| #define HAVE_GCC__SYNC_CHAR_TAS 1
| #define HAVE_GCC__SYNC_INT32_TAS 1
| #define HAVE_GCC__SYNC_INT32_CAS 1
| #define HAVE_GCC__SYNC_INT64_CAS 1
| #define HAVE_GCC__ATOMIC_INT32_CAS 1
| #define HAVE_GCC__ATOMIC_INT64_CAS 1
| #define HAVE__GET_CPUID 1
| /* end confdefs.h.  */
| #include <nmmintrin.h>
| int
| main ()
| {
| unsigned int crc =3D 0;
|    crc =3D _mm_crc32_u8(crc, 0);
|    crc =3D _mm_crc32_u32(crc, 0);
|    /* return computed value, to prevent the above being optimized away */
|    return crc =3D=3D 0;
|   ;
|   return 0;
| }
configure:14323: result: no
configure:14331: checking for _mm_crc32_u8 and _mm_crc32_u32 with CFLAGS=3D=
-msse4.2
configure:14353: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith=
 -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -W=
format-security -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard =
 -msse4.2  -D_GNU_SOURCE    conftest.c -lz -lrt -lcrypt -ldl -lm  >&5
configure:14353: $? =3D 0
configure:14362: result: yes
configure:14389: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclar=
ation-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-se=
curity -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard   -D_GNU_=
SOURCE  conftest.c >&5
conftest.c: In function 'main':
conftest.c:166:2: error: #error __SSE4_2__ not defined
 #error __SSE4_2__ not defined
  ^
configure:14389: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.5.1"
| #define PACKAGE_STRING "PostgreSQL 9.5.1"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PACKAGE_URL ""
| #define PG_MAJORVERSION "9.5"
| #define PG_VERSION "9.5.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_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_ATOMICS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define PG_USE_INLINE 1
| #define PG_PRINTF_ATTRIBUTE gnu_printf
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE__STATIC_ASSERT 1
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
| #define HAVE__BUILTIN_BSWAP32 1
| #define HAVE__BUILTIN_CONSTANT_P 1
| #define HAVE__BUILTIN_UNREACHABLE 1
| #define HAVE__VA_ARGS 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define HAVE_STRUCT_OPTION 1
| #define SIZEOF_OFF_T 8
| #define HAVE_INT_TIMEZONE 1
| #define ACCEPT_TYPE_RETURN int
| #define ACCEPT_TYPE_ARG1 int
| #define ACCEPT_TYPE_ARG2 struct sockaddr *
| #define ACCEPT_TYPE_ARG3 socklen_t
| #define HAVE_CBRT 1
| #define HAVE_DLOPEN 1
| #define HAVE_FDATASYNC 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_SETSID 1
| #define HAVE_SHM_OPEN 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYNC_FILE_RANGE 1
| #define HAVE_TOWLOWER 1
| #define HAVE_UTIME 1
| #define HAVE_UTIMES 1
| #define HAVE_WCSTOMBS 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_DECL_POSIX_FADVISE 1
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_STRLCAT 0
| #define HAVE_DECL_STRLCPY 0
| #define HAVE_DECL_F_FULLFSYNC 0
| #define HAVE_IPV6 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_ISINF 1
| #define HAVE_CRYPT 1
| #define HAVE_GETOPT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_INET_ATON 1
| #define HAVE_MKDTEMP 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE_SRANDOM 1
| #define HAVE_STRERROR 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_SIGSETJMP 1
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_SYSLOG 1
| #define HAVE_INT_OPTERR 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOULL 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_LONG_INT_64 1
| #define PG_INT64_TYPE long int
| #define INT64_MODIFIER "l"
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_LONG 4
| #define USE_FLOAT4_BYVAL 1
| #define FLOAT4PASSBYVAL true
| #define FLOAT8PASSBYVAL false
| #define ALIGNOF_SHORT 2
| #define ALIGNOF_INT 4
| #define ALIGNOF_LONG 8
| #define ALIGNOF_DOUBLE 8
| #define MAXIMUM_ALIGNOF 8
| #define HAVE_SIG_ATOMIC_T 1
| #define PG_INT128_TYPE __int128
| #define HAVE_GCC__SYNC_CHAR_TAS 1
| #define HAVE_GCC__SYNC_INT32_TAS 1
| #define HAVE_GCC__SYNC_INT32_CAS 1
| #define HAVE_GCC__SYNC_INT64_CAS 1
| #define HAVE_GCC__ATOMIC_INT32_CAS 1
| #define HAVE_GCC__ATOMIC_INT64_CAS 1
| #define HAVE__GET_CPUID 1
| /* end confdefs.h.  */
|=20
| int
| main ()
| {
|=20
| #ifndef __SSE4_2__
| #error __SSE4_2__ not defined
| #endif
|=20
|   ;
|   return 0;
| }
configure:14421: checking which CRC-32C implementation to use
configure:14436: result: SSE 4.2 with runtime check
configure:14453: checking for POSIX signal interface
configure:14473: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith=
 -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -W=
format-security -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard =
  -D_GNU_SOURCE    conftest.c -lz -lrt -lcrypt -ldl -lm  >&5
configure:14473: $? =3D 0
configure:14481: result: yes
configure:14947: checking for onsgmls
configure:14963: found /usr/bin/onsgmls
configure:14974: result: onsgmls
configure:14989: checking for openjade
configure:15019: result: no
configure:14989: checking for jade
configure:15005: found /usr/bin/jade
configure:15016: result: jade
configure:15028: checking for DocBook V4.2
onsgmls:/etc/sgml/xml-docbook-4.4.cat:2:8:E: cannot open "/usr/share/sgml/d=
ocbook/xml-dtd-4.4/docbook.cat" (No such file or directory)
onsgmls:/etc/sgml/xml-docbook-4.4.cat:3:8:E: cannot open "/usr/share/sgml/d=
ocbook/xml-dtd-4.4/catalog" (No such file or directory)
onsgmls:/etc/xml/catalog:2:78:E: name expected
onsgmls:/etc/xml/catalog:2:18:E: cannot find "PUBLIC"; tried "/etc/xml/PUBL=
IC", "/usr/share/sgml/PUBLIC", "/usr/share/xml/PUBLIC"
configure:15057: result: no
configure:15063: checking for DocBook stylesheets
configure:15099: result: /usr/share/sgml/stylesheets/dsssl/docbook
configure:15111: checking for collateindex.pl
configure:15129: found /usr/bin/collateindex.pl
configure:15141: result: /usr/bin/collateindex.pl
configure:15154: checking for dbtoepub
configure:15184: result: no
configure:15196: checking for xmllint
configure:15212: found /usr/src/openwrt/staging_dir/host/bin/xmllint
configure:15223: result: xmllint
configure:15238: checking for xsltproc
configure:15254: found /usr/bin/xsltproc
configure:15265: result: xsltproc
configure:15280: checking for osx
configure:15296: found /usr/bin/osx
configure:15307: result: osx
configure:15381: checking thread safety of required library functions
configure:15404: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith=
 -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -W=
format-security -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard =
  -pthread  -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -DIN_CON=
FIGURE  -D_GNU_SOURCE    conftest.c -lz -lrt -lcrypt -ldl -lm   -lpthread  =
  >&5
configure:15404: $? =3D 0
configure:15404: ./conftest
Your errno is thread-safe.
Your system has sterror_r();  it does not need strerror().
Your system has getpwuid_r();  it does not need getpwuid().
Your system has getaddrinfo();  it does not need gethostbyname()
  or gethostbyname_r().

Your platform is thread-safe.
configure:15404: $? =3D 0
configure:15405: result: yes
configure:15518: checking whether gcc supports -Wl,--as-needed
configure:15539: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith=
 -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -W=
format-security -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard =
  -D_GNU_SOURCE    -Wl,--as-needed conftest.c -lz -lrt -lcrypt -ldl -lm  >&5
configure:15539: $? =3D 0
configure:15539: ./conftest
configure:15539: $? =3D 0
configure:15550: result: yes
configure:15589: using compiler=3Dgcc (GCC) 5.3.0
configure:15591: using CFLAGS=3D-Wall -Wmissing-prototypes -Wpointer-arith =
-Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wf=
ormat-security -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard=
=20
configure:15593: using CPPFLAGS=3D -D_GNU_SOURCE=20
configure:15595: using LDFLAGS=3D  -Wl,--as-needed
configure:15753: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by PostgreSQL config.status 9.5.1, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  CONFIG_FILES    =3D=20
  CONFIG_HEADERS  =3D=20
  CONFIG_LINKS    =3D=20
  CONFIG_COMMANDS =3D=20
  $ ./config.status=20

on box

config.status:1092: creating GNUmakefile
config.status:1092: creating src/Makefile.global
config.status:1092: creating src/include/pg_config.h
config.status:1092: creating src/include/pg_config_ext.h
config.status:1092: creating src/interfaces/ecpg/include/ecpg_config.h
config.status:1299: linking src/backend/port/tas/dummy.s to src/backend/por=
t/tas.s
config.status:1299: linking src/backend/port/dynloader/linux.c to src/backe=
nd/port/dynloader.c
config.status:1299: linking src/backend/port/sysv_sema.c to src/backend/por=
t/pg_sema.c
config.status:1299: linking src/backend/port/sysv_shmem.c to src/backend/po=
rt/pg_shmem.c
config.status:1299: linking src/backend/port/unix_latch.c to src/backend/po=
rt/pg_latch.c
config.status:1299: linking src/backend/port/dynloader/linux.h to src/inclu=
de/dynloader.h
config.status:1299: linking src/include/port/linux.h to src/include/pg_conf=
ig_os.h
config.status:1299: linking src/makefiles/Makefile.linux to src/Makefile.po=
rt
configure:16999: WARNING: unrecognized options: --enable-shared, --enable-s=
tatic, --with-system-timezone

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_alignof_double=3D8
ac_cv_alignof_int=3D4
ac_cv_alignof_long=3D8
ac_cv_alignof_short=3D2
ac_cv_build=3Dx86_64-pc-linux-gnu
ac_cv_c_bigendian=3Dno
ac_cv_c_compiler_gnu=3Dyes
ac_cv_c_flexmember=3Dyes
ac_cv_c_gettext_without_libintl=3Dyes
ac_cv_c_inline=3Dinline
ac_cv_c_littleendian=3Dyes
ac_cv_c_long_double=3Dno
ac_cv_conv_longlong_to_float=3Dyes
ac_cv_env_CC_set=3D
ac_cv_env_CC_value=3D
ac_cv_env_CFLAGS_set=3Dset
ac_cv_env_CFLAGS_value=3D
ac_cv_env_CPPFLAGS_set=3D
ac_cv_env_CPPFLAGS_value=3D
ac_cv_env_CPP_set=3D
ac_cv_env_CPP_value=3D
ac_cv_env_DOCBOOKSTYLE_set=3D
ac_cv_env_DOCBOOKSTYLE_value=3D
ac_cv_env_LDFLAGS_EX_set=3D
ac_cv_env_LDFLAGS_EX_value=3D
ac_cv_env_LDFLAGS_SL_set=3D
ac_cv_env_LDFLAGS_SL_value=3D
ac_cv_env_LDFLAGS_set=3Dset
ac_cv_env_LDFLAGS_value=3D
ac_cv_env_LIBS_set=3D
ac_cv_env_LIBS_value=3D
ac_cv_env_build_alias_set=3D
ac_cv_env_build_alias_value=3D
ac_cv_env_host_alias_set=3D
ac_cv_env_host_alias_value=3D
ac_cv_env_target_alias_set=3D
ac_cv_env_target_alias_value=3D
ac_cv_file__dev_zero=3Dyes
ac_cv_func___adjtimex=3Dyes
ac_cv_func___va_copy=3Dno
ac_cv_func__exit=3Dyes
ac_cv_func_accept_arg1=3Dint
ac_cv_func_accept_arg2=3D'struct sockaddr *'
ac_cv_func_accept_arg3=3Dsocklen_t
ac_cv_func_accept_return=3Dint
ac_cv_func_bcmp=3Dyes
ac_cv_func_bcopy=3Dyes
ac_cv_func_bzero=3Dyes
ac_cv_func_cbrt=3Dyes
ac_cv_func_cimag=3Dyes
ac_cv_func_creal=3Dyes
ac_cv_func_crypt=3Dyes
ac_cv_func_dlopen=3Dyes
ac_cv_func_fchmod=3Dyes
ac_cv_func_fdatasync=3Dyes
ac_cv_func_fls=3Dno
ac_cv_func_fseeko=3Dyes
ac_cv_func_getaddrinfo=3Dyes
ac_cv_func_getcwd=3Dyes
ac_cv_func_getdomainname=3Dyes
ac_cv_func_gethostbyname_r=3Dyes
ac_cv_func_getifaddrs=3Dyes
ac_cv_func_getopt=3Dyes
ac_cv_func_getopt_long=3Dyes
ac_cv_func_getpeereid=3Dno
ac_cv_func_getpeerucred=3Dno
ac_cv_func_getpgrp_void=3Dyes
ac_cv_func_getpwuid_r=3Dyes
ac_cv_func_getrlimit=3Dyes
ac_cv_func_getrusage=3Dyes
ac_cv_func_gettimeofday=3Dyes
ac_cv_func_index=3Dyes
ac_cv_func_inet_aton=3Dyes
ac_cv_func_isinf=3Dyes
ac_cv_func_lstat=3Dyes
ac_cv_func_lstat_dereferences_slashed_symlink=3Dyes
ac_cv_func_lstat_empty_string_bug=3Dno
ac_cv_func_malloc_0_nonnull=3Dyes
ac_cv_func_malloc_works=3Dyes
ac_cv_func_mbstowcs_l=3Dno
ac_cv_func_memcmp_clean=3Dyes
ac_cv_func_memcmp_working=3Dyes
ac_cv_func_memmove=3Dyes
ac_cv_func_mkdtemp=3Dyes
ac_cv_func_poll=3Dyes
ac_cv_func_posix_fadvise=3Dyes
ac_cv_func_posix_getgrgid_r=3Dyes
ac_cv_func_posix_getpwuid_r=3Dyes
ac_cv_func_psignal=3Dyes
ac_cv_func_pstat=3Dno
ac_cv_func_pthread_is_threaded_np=3Dno
ac_cv_func_pthread_key_delete=3Dyes
ac_cv_func_random=3Dyes
ac_cv_func_readlink=3Dyes
ac_cv_func_realloc_0_nonnull=3Dyes
ac_cv_func_realloc_works=3Dyes
ac_cv_func_rename=3Dyes
ac_cv_func_rindex=3Dyes
ac_cv_func_rint=3Dyes
ac_cv_func_setgrent_void=3Dyes
ac_cv_func_setlocale=3Dyes
ac_cv_func_setpgrp_void=3Dyes
ac_cv_func_setproctitle=3Dno
ac_cv_func_setresuid=3Dno
ac_cv_func_setsid=3Dyes
ac_cv_func_setvbuf_reversed=3Dno
ac_cv_func_shm_open=3Dyes
ac_cv_func_sigprocmask=3Dyes
ac_cv_func_snprintf=3Dyes
ac_cv_func_srandom=3Dyes
ac_cv_func_stat_empty_string_bug=3Dno
ac_cv_func_stat_ignores_trailing_slash=3Dno
ac_cv_func_strerror=3Dyes
ac_cv_func_strerror_r=3Dyes
ac_cv_func_strftime=3Dyes
ac_cv_func_strlcat=3Dno
ac_cv_func_strlcpy=3Dno
ac_cv_func_strtoll=3Dyes
ac_cv_func_strtoull=3Dyes
ac_cv_func_symlink=3Dyes
ac_cv_func_sync_file_range=3Dyes
ac_cv_func_syslog=3Dyes
ac_cv_func_towlower=3Dyes
ac_cv_func_unsetenv=3Dyes
ac_cv_func_utime=3Dyes
ac_cv_func_utimes=3Dyes
ac_cv_func_va_copy=3Dno
ac_cv_func_vsnprintf=3Dyes
ac_cv_func_wcstombs=3Dyes
ac_cv_func_wcstombs_l=3Dno
ac_cv_have_accrights_in_msghdr=3Dno
ac_cv_have_broken_snprintf=3Dno
ac_cv_have_control_in_msghdr=3Dyes
ac_cv_have_decl_F_FULLFSYNC=3Dno
ac_cv_have_decl_fdatasync=3Dyes
ac_cv_have_decl_posix_fadvise=3Dyes
ac_cv_have_decl_snprintf=3Dyes
ac_cv_have_decl_strlcat=3Dno
ac_cv_have_decl_strlcpy=3Dno
ac_cv_have_decl_sys_siglist=3Dno
ac_cv_have_decl_vsnprintf=3Dyes
ac_cv_have_openpty_ctty_bug=3Dyes
ac_cv_have_space_d_name_in_struct_dirent=3Dyes
ac_cv_header_atomic_h=3Dno
ac_cv_header_crypt_h=3Dyes
ac_cv_header_dld_h=3Dno
ac_cv_header_fp_class_h=3Dno
ac_cv_header_getopt_h=3Dyes
ac_cv_header_ieeefp_h=3Dno
ac_cv_header_ifaddrs_h=3Dyes
ac_cv_header_inttypes_h=3Dyes
ac_cv_header_langinfo_h=3Dyes
ac_cv_header_mbarrier_h=3Dno
ac_cv_header_memory_h=3Dyes
ac_cv_header_net_if_h=3Dyes
ac_cv_header_netinet_in_h=3Dyes
ac_cv_header_netinet_sctp_h=3Dno
ac_cv_header_netinet_sctp_uio_h=3Dno
ac_cv_header_netinet_tcp_h=3Dyes
ac_cv_header_poll_h=3Dyes
ac_cv_header_pthread_h=3Dyes
ac_cv_header_pwd_h=3Dyes
ac_cv_header_stdc=3Dyes
ac_cv_header_stdint_h=3Dyes
ac_cv_header_stdlib_h=3Dyes
ac_cv_header_string_h=3Dyes
ac_cv_header_strings_h=3Dyes
ac_cv_header_sys_ioctl_h=3Dyes
ac_cv_header_sys_ipc_h=3Dyes
ac_cv_header_sys_poll_h=3Dyes
ac_cv_header_sys_pstat_h=3Dno
ac_cv_header_sys_resource_h=3Dyes
ac_cv_header_sys_select_h=3Dyes
ac_cv_header_sys_sem_h=3Dyes
ac_cv_header_sys_shm_h=3Dyes
ac_cv_header_sys_socket_h=3Dyes
ac_cv_header_sys_sockio_h=3Dno
ac_cv_header_sys_stat_h=3Dyes
ac_cv_header_sys_tas_h=3Dno
ac_cv_header_sys_time_h=3Dyes
ac_cv_header_sys_types_h=3Dyes
ac_cv_header_sys_ucred_h=3Dno
ac_cv_header_sys_un_h=3Dyes
ac_cv_header_syslog_h=3Dyes
ac_cv_header_termios_h=3Dyes
ac_cv_header_ucred_h=3Dno
ac_cv_header_unistd_h=3Dyes
ac_cv_header_utime_h=3Dyes
ac_cv_header_wchar_h=3Dyes
ac_cv_header_wctype_h=3Dyes
ac_cv_header_zlib_h=3Dyes
ac_cv_host=3Dx86_64-pc-linux-gnu
ac_cv_int64_t=3Dyes
ac_cv_lbl_unaligned_fail=3Dno
ac_cv_lib_m_main=3Dyes
ac_cv_lib_z_inflate=3Dyes
ac_cv_linux_kernel_pppoe=3Dyes
ac_cv_linux_vers=3D2
ac_cv_member_struct_sockaddr_sa_len=3Dno
ac_cv_member_struct_sockaddr_storage___ss_family=3Dno
ac_cv_member_struct_sockaddr_storage___ss_len=3Dno
ac_cv_member_struct_sockaddr_storage_ss_family=3Dyes
ac_cv_member_struct_sockaddr_storage_ss_len=3Dno
ac_cv_member_struct_tm_tm_zone=3Dyes
ac_cv_objext=3Do
ac_cv_pack_bitfields_reversed=3Dyes
ac_cv_path_BISON=3D/usr/src/openwrt/staging_dir/host/bin/bison
ac_cv_path_COLLATEINDEX=3D/usr/bin/collateindex.pl
ac_cv_path_EGREP=3D'/usr/src/openwrt/staging_dir/host/bin/grep -E'
ac_cv_path_GREP=3D/usr/src/openwrt/staging_dir/host/bin/grep
ac_cv_path_LD=3D/usr/bin/ld
ac_cv_path_LDCONFIG=3D
ac_cv_path_PERL=3D/usr/src/openwrt/staging_dir/host/bin/perl
ac_cv_path_TAR=3D/usr/src/openwrt/staging_dir/host/bin/tar
ac_cv_path_install=3D'/usr/bin/install -c'
ac_cv_path_mkdir=3D/usr/bin/mkdir
ac_cv_prog_AWK=3Dgawk
ac_cv_prog_CPP=3D'gcc -E'
ac_cv_prog_JADE=3Djade
ac_cv_prog_NSGMLS=3Donsgmls
ac_cv_prog_OSX=3Dosx
ac_cv_prog_XMLLINT=3Dxmllint
ac_cv_prog_XSLTPROC=3Dxsltproc
ac_cv_prog_ac_ct_AR=3Dar
ac_cv_prog_ac_ct_CC=3Dgcc
ac_cv_prog_ac_ct_RANLIB=3Dranlib
ac_cv_prog_ac_ct_STRIP=3Dstrip
ac_cv_prog_cc_c89=3D
ac_cv_prog_cc_g=3Dyes
ac_cv_prog_gnu_ld=3Dyes
ac_cv_regexec_segfault_emptystr=3Dno
ac_cv_sctp=3Dno
ac_cv_search_crypt=3D-lcrypt
ac_cv_search_dlopen=3D-ldl
ac_cv_search_fdatasync=3D'none required'
ac_cv_search_gethostbyname_r=3D'none required'
ac_cv_search_getopt_long=3D'none required'
ac_cv_search_sched_yield=3D'none required'
ac_cv_search_setproctitle=3Dno
ac_cv_search_shl_load=3Dno
ac_cv_search_shm_open=3D-lrt
ac_cv_search_shm_unlink=3D'none required'
ac_cv_search_shmget=3D'none required'
ac_cv_search_socket=3D'none required'
ac_cv_sizeof___int64=3D0
ac_cv_sizeof_char=3D1
ac_cv_sizeof_int16_t=3D2
ac_cv_sizeof_int32_t=3D4
ac_cv_sizeof_int64_t=3D8
ac_cv_sizeof_int=3D4
ac_cv_sizeof_long=3D4
ac_cv_sizeof_long_int=3D4
ac_cv_sizeof_long_long=3D8
ac_cv_sizeof_off_t=3D8
ac_cv_sizeof_short=3D2
ac_cv_sizeof_short_int=3D2
ac_cv_sizeof_size_t=3D4
ac_cv_sizeof_ssize_t=3D4
ac_cv_sizeof_u_int16_t=3D2
ac_cv_sizeof_u_int32_t=3D4
ac_cv_sizeof_u_int64_t=3D8
ac_cv_sizeof_uint16_t=3D2
ac_cv_sizeof_uint32_t=3D4
ac_cv_sizeof_uint64_t=3D8
ac_cv_sizeof_unsigned_int=3D4
ac_cv_sizeof_unsigned_long=3D4
ac_cv_sizeof_unsigned_long_long=3D8
ac_cv_sizeof_unsigned_short=3D2
ac_cv_sizeof_void_p=3D4
ac_cv_struct_tm=3Dtime.h
ac_cv_sys_file_offset_bits=3Dno
ac_cv_sys_largefile_CC=3Dno
ac_cv_sys_largefile_source=3Dno
ac_cv_sys_restartable_syscalls=3Dyes
ac_cv_time_r_type=3DPOSIX
ac_cv_type_int64=3Dno
ac_cv_type_int8=3Dno
ac_cv_type_intptr_t=3Dyes
ac_cv_type_long_long_int=3Dyes
ac_cv_type_sig_atomic_t=3Dyes
ac_cv_type_struct_addrinfo=3Dyes
ac_cv_type_struct_cmsgcred=3Dno
ac_cv_type_struct_option=3Dyes
ac_cv_type_struct_sockaddr_in6=3Dyes
ac_cv_type_struct_sockaddr_storage=3Dyes
ac_cv_type_struct_sockaddr_un=3Dyes
ac_cv_type_suseconds_t=3Dyes
ac_cv_type_uint64=3Dno
ac_cv_type_uint8=3Dno
ac_cv_type_uintptr_t=3Dyes
ac_cv_type_union_semun=3Dno
ac_cv_type_unsigned_long_long_int=3Dyes
ac_cv_type_z_streamp=3Dyes
ac_cv_uchar=3Dno
ac_cv_uint64_t=3Dyes
ac_cv_uint=3Dyes
ac_cv_ulong=3Dyes
ac_cv_ushort=3Dyes
ac_cv_va_copy=3DC99
ac_cv_va_val_copy=3Dyes
ac_cv_var_tzname=3Dyes
as_cv_unaligned_access=3Dyes
pgac_cv__128bit_int=3Dyes
pgac_cv__builtin_bswap32=3Dyes
pgac_cv__builtin_constant_p=3Dyes
pgac_cv__builtin_unreachable=3Dyes
pgac_cv__cpuid=3Dno
pgac_cv__get_cpuid=3Dyes
pgac_cv__static_assert=3Dyes
pgac_cv__types_compatible=3Dyes
pgac_cv__va_args=3Dyes
pgac_cv_c_inline_quietly=3Dyes
pgac_cv_c_signed=3Dyes
pgac_cv_check_docbook=3Dno
pgac_cv_func_gettimeofday_1arg=3Dno
pgac_cv_func_posix_signals=3Dyes
pgac_cv_func_sigsetjmp=3Dyes
pgac_cv_func_strerror_r_int=3Dno
pgac_cv_funcname_func_support=3Dyes
pgac_cv_gcc_atomic_int32_cas=3Dyes
pgac_cv_gcc_atomic_int64_cas=3Dyes
pgac_cv_gcc_sync_char_tas=3Dyes
pgac_cv_gcc_sync_int32_cas=3Dyes
pgac_cv_gcc_sync_int32_tas=3Dyes
pgac_cv_gcc_sync_int64_cas=3Dyes
pgac_cv_path_flex=3D/usr/src/openwrt/staging_dir/host/bin/flex
pgac_cv_path_stylesheets=3D/usr/share/sgml/stylesheets/dsssl/docbook
pgac_cv_printf_archetype=3Dgnu_printf
pgac_cv_prog_cc_cflags__Wdeclaration_after_statement=3Dyes
pgac_cv_prog_cc_cflags__Wendif_labels=3Dyes
pgac_cv_prog_cc_cflags__Wformat_security=3Dyes
pgac_cv_prog_cc_cflags__Wmissing_format_attribute=3Dyes
pgac_cv_prog_cc_cflags__Wunused_command_line_argument=3Dno
pgac_cv_prog_cc_cflags__fexcess_precision_standard=3Dyes
pgac_cv_prog_cc_cflags__fno_strict_aliasing=3Dyes
pgac_cv_prog_cc_cflags__ftree_vectorize=3Dyes
pgac_cv_prog_cc_cflags__funroll_loops=3Dyes
pgac_cv_prog_cc_cflags__fwrapv=3Dyes
pgac_cv_prog_cc_ldflags__Wl___as_needed=3Dyes
pgac_cv_snprintf_long_long_int_format=3D%lld
pgac_cv_snprintf_size_t_support=3Dyes
pgac_cv_sse42_crc32_intrinsics_=3Dno
pgac_cv_sse42_crc32_intrinsics__msse4_2=3Dyes
pgac_cv_type_locale_t=3Dyes
pgac_cv_type_long_int_64=3Dyes
pgac_cv_var_PS_STRINGS=3Dno
pgac_cv_var_int_opterr=3Dyes
pgac_cv_var_int_optreset=3Dno
pgac_cv_var_int_timezone=3Dyes

## ----------------- ##
## Output variables. ##
## ----------------- ##

AR=3D'ar'
AWK=3D'gawk'
BISON=3D'/usr/src/openwrt/staging_dir/host/bin/bison'
BISONFLAGS=3D' -Wno-deprecated'
CC=3D'gcc'
CFLAGS=3D'-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-st=
atement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-st=
rict-aliasing -fwrapv -fexcess-precision=3Dstandard '
CFLAGS_SSE42=3D'-msse4.2'
CFLAGS_VECTOR=3D' -funroll-loops -ftree-vectorize'
COLLATEINDEX=3D'/usr/bin/collateindex.pl'
CPP=3D'gcc -E'
CPPFLAGS=3D' -D_GNU_SOURCE '
DBTOEPUB=3D''
DEFS=3D'-DHAVE_CONFIG_H'
DLLTOOL=3D''
DLLWRAP=3D''
DOCBOOKSTYLE=3D'/usr/share/sgml/stylesheets/dsssl/docbook'
DTRACE=3D''
DTRACEFLAGS=3D''
ECHO_C=3D''
ECHO_N=3D'-n'
ECHO_T=3D''
EGREP=3D'/usr/src/openwrt/staging_dir/host/bin/grep -E'
ELF_SYS=3D'true'
EXEEXT=3D''
FLEX=3D'/usr/src/openwrt/staging_dir/host/bin/flex'
FLEXFLAGS=3D''
GCC=3D'yes'
GCOV=3D''
GENHTML=3D''
GREP=3D'/usr/src/openwrt/staging_dir/host/bin/grep'
HAVE_IPV6=3D'yes'
HAVE_POSIX_SIGNALS=3D'yes'
INCLUDES=3D''
INSTALL_DATA=3D'${INSTALL} -m 644'
INSTALL_PROGRAM=3D'${INSTALL}'
INSTALL_SCRIPT=3D'${INSTALL}'
JADE=3D'jade'
LCOV=3D''
LD=3D'/usr/bin/ld'
LDAP_LIBS_BE=3D''
LDAP_LIBS_FE=3D''
LDFLAGS=3D'  -Wl,--as-needed'
LDFLAGS_EX=3D''
LDFLAGS_SL=3D''
LIBOBJS=3D' ${LIBOBJDIR}fls$U.o ${LIBOBJDIR}strlcat$U.o ${LIBOBJDIR}strlcpy=
$U.o ${LIBOBJDIR}getpeereid$U.o'
LIBS=3D'-lz -lrt -lcrypt -ldl -lm '
LN_S=3D'ln -s'
LTLIBOBJS=3D' ${LIBOBJDIR}fls$U.lo ${LIBOBJDIR}strlcat$U.lo ${LIBOBJDIR}str=
lcpy$U.lo ${LIBOBJDIR}getpeereid$U.lo'
MKDIR_P=3D'/usr/bin/mkdir -p'
MSGFMT=3D''
MSGFMT_FLAGS=3D''
MSGMERGE=3D''
NSGMLS=3D'onsgmls'
OBJEXT=3D'o'
OSX=3D'osx'
PACKAGE_BUGREPORT=3D'pgsql-bugs@postgresql.org'
PACKAGE_NAME=3D'PostgreSQL'
PACKAGE_STRING=3D'PostgreSQL 9.5.1'
PACKAGE_TARNAME=3D'postgresql'
PACKAGE_URL=3D''
PACKAGE_VERSION=3D'9.5.1'
PATH_SEPARATOR=3D':'
PERL=3D'/usr/src/openwrt/staging_dir/host/bin/perl'
PG_CRC32C_OBJS=3D'pg_crc32c_sse42.o pg_crc32c_sb8.o pg_crc32c_choose.o'
PG_MAJORVERSION=3D'9.5'
PG_VERSION_NUM=3D'90501'
PORTNAME=3D'linux'
PROVE=3D''
PTHREAD_CFLAGS=3D' -pthread  -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_S=
EMANTICS'
PTHREAD_LIBS=3D' -lpthread   '
PYTHON=3D''
RANLIB=3D'ranlib'
SHELL=3D'/bin/sh'
STRIP=3D'strip'
STRIP_SHARED_LIB=3D'strip --strip-unneeded'
STRIP_STATIC_LIB=3D'strip -x'
SUN_STUDIO_CC=3D'no'
TAR=3D'/usr/src/openwrt/staging_dir/host/bin/tar'
TAS=3D''
TCLSH=3D''
TCL_CONFIG_SH=3D''
TCL_INCLUDE_SPEC=3D''
TCL_LIBS=3D''
TCL_LIB_SPEC=3D''
TCL_SHARED_BUILD=3D''
TCL_SHLIB_LD_LIBS=3D''
UUID_EXTRA_OBJS=3D''
UUID_LIBS=3D''
WANTED_LANGUAGES=3D''
WINDRES=3D''
XGETTEXT=3D''
XML2_CONFIG=3D''
XMLLINT=3D'xmllint'
XSLTPROC=3D'xsltproc'
ZIC=3D''
ac_ct_CC=3D'gcc'
acx_pthread_config=3D''
autodepend=3D'yes'
bindir=3D'/usr/bin'
build=3D'x86_64-pc-linux-gnu'
build_alias=3D''
build_cpu=3D'x86_64'
build_os=3D'linux-gnu'
build_vendor=3D'pc'
configure_args=3D' '\''--prefix=3D/usr'\'' '\''--exec-prefix=3D/usr'\'' '\'=
'--bindir=3D/usr/bin'\'' '\''--datadir=3D/usr/share'\'' '\''--includedir=3D=
/usr/include'\'' '\''--infodir=3D/usr/share/info'\'' '\''--libdir=3D/usr/li=
b'\'' '\''--libexecdir=3D/usr/lib'\'' '\''--localstatedir=3D/var'\'' '\''--=
mandir=3D/usr/share/man'\'' '\''--sbindir=3D/usr/sbin'\'' '\''--sysconfdir=
=3D/etc'\'' '\''--disable-nls'\'' '\''--enable-shared'\'' '\''--enable-stat=
ic'\'' '\''--disable-integer-datetimes'\'' '\''--disable-rpath'\'' '\''--wi=
thout-bonjour'\'' '\''--without-gssapi'\'' '\''--without-ldap'\'' '\''--wit=
hout-openssl'\'' '\''--without-pam'\'' '\''--without-perl'\'' '\''--without=
-python'\'' '\''--without-readline'\'' '\''--without-tcl'\'' '\''--with-zli=
b=3Dyes'\'' '\''--enable-depend'\'' '\''--with-system-timezone=3D/tmp'\'' '=
\''CFLAGS=3D'\'' '\''LDFLAGS=3D'\'''
datadir=3D'/usr/share'
datarootdir=3D'${prefix}/share'
default_port=3D'5432'
docdir=3D'${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir=3D'${docdir}'
enable_coverage=3D'no'
enable_debug=3D'no'
enable_dtrace=3D'no'
enable_nls=3D'no'
enable_rpath=3D'no'
enable_tap_tests=3D'no'
enable_thread_safety=3D'yes'
exec_prefix=3D'/usr'
have_docbook=3D'no'
have_win32_dbghelp=3D'no'
host=3D'x86_64-pc-linux-gnu'
host_alias=3D''
host_cpu=3D'x86_64'
host_os=3D'linux-gnu'
host_vendor=3D'pc'
htmldir=3D'${docdir}'
includedir=3D'/usr/include'
infodir=3D'/usr/share/info'
install_bin=3D'/usr/bin/install -c'
krb_srvtab=3D''
ld_R_works=3D''
libdir=3D'/usr/lib'
libexecdir=3D'/usr/lib'
localedir=3D'${datarootdir}/locale'
localstatedir=3D'/var'
mandir=3D'/usr/share/man'
oldincludedir=3D'/usr/include'
pdfdir=3D'${docdir}'
perl_archlibexp=3D''
perl_embed_ldflags=3D''
perl_privlibexp=3D''
perl_useshrplib=3D''
prefix=3D'/usr'
program_transform_name=3D's,x,x,'
psdir=3D'${docdir}'
python_additional_libs=3D''
python_includespec=3D''
python_libdir=3D''
python_libspec=3D''
python_majorversion=3D''
python_version=3D''
sbindir=3D'/usr/sbin'
sharedstatedir=3D'${prefix}/com'
sysconfdir=3D'/etc'
target_alias=3D''
vpath_build=3D'no'
with_gnu_ld=3D'yes'
with_libxml=3D'no'
with_libxslt=3D'no'
with_openssl=3D'no'
with_perl=3D'no'
with_python=3D'no'
with_selinux=3D'no'
with_system_tzdata=3D''
with_tcl=3D'no'
with_uuid=3D'no'
with_zlib=3D'yes'

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME "PostgreSQL"
#define PACKAGE_TARNAME "postgresql"
#define PACKAGE_VERSION "9.5.1"
#define PACKAGE_STRING "PostgreSQL 9.5.1"
#define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
#define PACKAGE_URL ""
#define PG_MAJORVERSION "9.5"
#define PG_VERSION "9.5.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_LIBZ 1
#define HAVE_SPINLOCKS 1
#define HAVE_ATOMICS 1
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_CRYPT_H 1
#define HAVE_GETOPT_H 1
#define HAVE_IFADDRS_H 1
#define HAVE_LANGINFO_H 1
#define HAVE_POLL_H 1
#define HAVE_PWD_H 1
#define HAVE_SYS_IOCTL_H 1
#define HAVE_SYS_IPC_H 1
#define HAVE_SYS_POLL_H 1
#define HAVE_SYS_RESOURCE_H 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_SYS_SEM_H 1
#define HAVE_SYS_SHM_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_UN_H 1
#define HAVE_TERMIOS_H 1
#define HAVE_UTIME_H 1
#define HAVE_WCHAR_H 1
#define HAVE_WCTYPE_H 1
#define HAVE_NET_IF_H 1
#define HAVE_NETINET_IN_H 1
#define HAVE_NETINET_TCP_H 1
#define PG_USE_INLINE 1
#define PG_PRINTF_ATTRIBUTE gnu_printf
#define FLEXIBLE_ARRAY_MEMBER /**/
#define HAVE_FUNCNAME__FUNC 1
#define HAVE__STATIC_ASSERT 1
#define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
#define HAVE__BUILTIN_BSWAP32 1
#define HAVE__BUILTIN_CONSTANT_P 1
#define HAVE__BUILTIN_UNREACHABLE 1
#define HAVE__VA_ARGS 1
#define HAVE_STRUCT_TM_TM_ZONE 1
#define HAVE_TM_ZONE 1
#define HAVE_TZNAME 1
#define HAVE_UNIX_SOCKETS 1
#define HAVE_STRUCT_SOCKADDR_STORAGE 1
#define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
#define HAVE_STRUCT_ADDRINFO 1
#define HAVE_INTPTR_T 1
#define HAVE_UINTPTR_T 1
#define HAVE_UNSIGNED_LONG_LONG_INT 1
#define HAVE_LONG_LONG_INT 1
#define HAVE_LOCALE_T 1
#define HAVE_STRUCT_OPTION 1
#define SIZEOF_OFF_T 8
#define HAVE_INT_TIMEZONE 1
#define ACCEPT_TYPE_RETURN int
#define ACCEPT_TYPE_ARG1 int
#define ACCEPT_TYPE_ARG2 struct sockaddr *
#define ACCEPT_TYPE_ARG3 socklen_t
#define HAVE_CBRT 1
#define HAVE_DLOPEN 1
#define HAVE_FDATASYNC 1
#define HAVE_GETIFADDRS 1
#define HAVE_GETRLIMIT 1
#define HAVE_MEMMOVE 1
#define HAVE_POLL 1
#define HAVE_READLINK 1
#define HAVE_SETSID 1
#define HAVE_SHM_OPEN 1
#define HAVE_SIGPROCMASK 1
#define HAVE_SYMLINK 1
#define HAVE_SYNC_FILE_RANGE 1
#define HAVE_TOWLOWER 1
#define HAVE_UTIME 1
#define HAVE_UTIMES 1
#define HAVE_WCSTOMBS 1
#define HAVE_FSEEKO 1
#define HAVE_FSEEKO 1
#define HAVE_POSIX_FADVISE 1
#define HAVE_DECL_POSIX_FADVISE 1
#define HAVE_DECL_FDATASYNC 1
#define HAVE_DECL_STRLCAT 0
#define HAVE_DECL_STRLCPY 0
#define HAVE_DECL_F_FULLFSYNC 0
#define HAVE_IPV6 1
#define HAVE_SNPRINTF 1
#define HAVE_VSNPRINTF 1
#define HAVE_DECL_SNPRINTF 1
#define HAVE_DECL_VSNPRINTF 1
#define HAVE_ISINF 1
#define HAVE_CRYPT 1
#define HAVE_GETOPT 1
#define HAVE_GETRUSAGE 1
#define HAVE_INET_ATON 1
#define HAVE_MKDTEMP 1
#define HAVE_RANDOM 1
#define HAVE_RINT 1
#define HAVE_SRANDOM 1
#define HAVE_STRERROR 1
#define HAVE_UNSETENV 1
#define HAVE_GETADDRINFO 1
#define HAVE_GETOPT_LONG 1
#define HAVE_SIGSETJMP 1
#define HAVE_DECL_SYS_SIGLIST 0
#define HAVE_SYSLOG 1
#define HAVE_INT_OPTERR 1
#define HAVE_STRTOLL 1
#define HAVE_STRTOULL 1
#define HAVE_STRERROR_R 1
#define HAVE_GETPWUID_R 1
#define HAVE_GETHOSTBYNAME_R 1
#define HAVE_LONG_INT_64 1
#define PG_INT64_TYPE long int
#define INT64_MODIFIER "l"
#define SIZEOF_VOID_P 4
#define SIZEOF_SIZE_T 4
#define SIZEOF_LONG 4
#define USE_FLOAT4_BYVAL 1
#define FLOAT4PASSBYVAL true
#define FLOAT8PASSBYVAL false
#define ALIGNOF_SHORT 2
#define ALIGNOF_INT 4
#define ALIGNOF_LONG 8
#define ALIGNOF_DOUBLE 8
#define MAXIMUM_ALIGNOF 8
#define HAVE_SIG_ATOMIC_T 1
#define PG_INT128_TYPE __int128
#define HAVE_GCC__SYNC_CHAR_TAS 1
#define HAVE_GCC__SYNC_INT32_TAS 1
#define HAVE_GCC__SYNC_INT32_CAS 1
#define HAVE_GCC__SYNC_INT64_CAS 1
#define HAVE_GCC__ATOMIC_INT32_CAS 1
#define HAVE_GCC__ATOMIC_INT64_CAS 1
#define HAVE__GET_CPUID 1
#define USE_SSE42_CRC32C_WITH_RUNTIME_CHECK 1
#define HAVE_POSIX_SIGNALS 1
#define USE_SYSV_SEMAPHORES 1
#define USE_SYSV_SHARED_MEMORY 1
#define MEMSET_LOOP_LIMIT 1024
#define PG_VERSION_STR "PostgreSQL 9.5.1 on x86_64-pc-linux-gnu, compiled b=
y gcc (GCC) 5.3.0, 32-bit"
#define PG_VERSION_NUM 90501

configure: exit 0

В списке pgsql-bugs по дате отправления:

Предыдущее
От: "David G. Johnston"
Дата:
Сообщение: Re: BUG #14037: Move history file
Следующее
От: sfrazer@lakeshoreint.com
Дата:
Сообщение: BUG #14039: Possible documentation bug regarding streaming replication slots