[Date Prev][Date Next] [Chronological] [Thread] [Top]

Undefined reference to `ldap_int_tls_impl'



Sorry, if this is a duplicate e-mail but it looks like my original one didn't make it through.

Hi All,

I am trying to build OpenLDAP with the MySQL Cluster but make is exiting with the following error:
./.libs/libldap.a(tls2.o):(.data+0x0): undefined reference to `ldap_int_tls_impl'
collect2: ld returned 1 exit status

the configure command I use is:
./configure --enable-ndb=yes --enable-bdb=no --enable-hdb=no --with-tls=moznss

Omitting --with-tls option didn't help.

additional flags are
export CPPFLAGS="-I/usr/include -I/usr/include/nss -I/usr/include/nspr"
export LDFLAGS="-L/usr/lib/nss -L/usr/local/lib -L/usr/local/libexec -L/usr/lib64"

OpenLDAP version is 2.4.26
OS is ubuntu 2.6.32-30-server x86_64
Compiler is gcc 4.4.3

The config file is attached.

I found an email thread with the exact same problem
http://www.openldap.org/lists/openldap-technical/201102/msg00273.html

but no solution was mentioned there.

Thank you in advance,
Mike Alexeev

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by configure, which was
generated by GNU Autoconf 2.65.  Invocation command line was

  $ ./configure --enable-ndb=yes --enable-bdb=no --enable-hdb=no --with-tls=moznss

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

hostname = ubuntu
uname -m = x86_64
uname -r = 2.6.32-30-server
uname -s = Linux
uname -v = #59-Ubuntu SMP Tue Mar 1 22:46:09 UTC 2011

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

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

PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games
PATH: /usr/local/bin
PATH: /usr/local/libexec


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

configure:2888: checking build system type
configure:2902: result: x86_64-unknown-linux-gnu
configure:2922: checking host system type
configure:2935: result: x86_64-unknown-linux-gnu
configure:2955: checking target system type
configure:2968: result: x86_64-unknown-linux-gnu
configure:3010: checking for a BSD-compatible install
configure:3078: result: /usr/bin/install -c
configure:3089: checking whether build environment is sane
configure:3126: result: yes
configure:3188: checking for gawk
configure:3204: found /usr/bin/gawk
configure:3215: result: gawk
configure:3226: checking whether make sets $(MAKE)
configure:3248: result: yes
configure:3465: checking configure arguments
configure:5035: result: done
configure:5207: checking for cc
configure:5223: found /usr/bin/cc
configure:5234: result: cc
configure:5257: checking for ar
configure:5273: found /usr/bin/ar
configure:5284: result: ar
configure:5342: checking for style of include used by make
configure:5370: result: GNU
configure:5699: checking for C compiler version
configure:5708: cc --version >&5
cc (Ubuntu 4.4.3-4ubuntu5) 4.4.3
Copyright (C) 2009 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:5719: $? = 0
configure:5708: cc -v >&5
Using built-in specs.
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.4.3-4ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --program-suffix=-4.4 --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-plugin --enable-objc-gc --disable-werror --with-arch-32=i486 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5) 
configure:5719: $? = 0
configure:5708: cc -V >&5
cc: '-V' option must have argument
configure:5719: $? = 1
configure:5708: cc -qversion >&5
cc: unrecognized option '-qversion'
cc: no input files
configure:5719: $? = 1
configure:5739: checking whether the C compiler works
configure:5761: cc -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c  >&5
configure:5765: $? = 0
configure:5814: result: yes
configure:5817: checking for C compiler default output file name
configure:5819: result: a.out
configure:5825: checking for suffix of executables
configure:5832: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c  >&5
configure:5836: $? = 0
configure:5858: result: 
configure:5880: checking whether we are cross compiling
configure:5888: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c  >&5
configure:5892: $? = 0
configure:5899: ./conftest
configure:5903: $? = 0
configure:5918: result: no
configure:5923: checking for suffix of object files
configure:5945: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
configure:5949: $? = 0
configure:5970: result: o
configure:5974: checking whether we are using the GNU C compiler
configure:5993: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
configure:5993: $? = 0
configure:6002: result: yes
configure:6011: checking whether cc accepts -g
configure:6031: cc -c -g -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
configure:6031: $? = 0
configure:6072: result: yes
configure:6089: checking for cc option to accept ISO C89
configure:6153: cc  -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
configure:6153: $? = 0
configure:6166: result: none needed
configure:6188: checking dependency style of cc
configure:6278: result: none
configure:6295: checking for a sed that does not truncate output
configure:6349: result: /bin/sed
configure:6352: checking for grep that handles long lines and -e
configure:6410: result: /bin/grep
configure:6415: checking for egrep
configure:6477: result: /bin/grep -E
configure:6493: checking for ld used by cc
configure:6560: result: /usr/bin/ld
configure:6567: checking if the linker (/usr/bin/ld) is GNU ld
configure:6582: result: yes
configure:6587: checking for /usr/bin/ld option to reload object files
configure:6594: result: -r
configure:6612: checking for BSD-compatible nm
configure:6654: result: /usr/bin/nm -B
configure:6658: checking whether ln -s works
configure:6662: result: yes
configure:6669: checking how to recognise dependent libraries
configure:6841: result: pass_all
configure:6926: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
configure:6929: $? = 0
configure:7305: checking how to run the C preprocessor
configure:7336: cc -E -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c
configure:7336: $? = 0
configure:7350: cc -E -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c
conftest.c:16:28: error: ac_nonexistent.h: No such file or directory
configure:7350: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define OPENLDAP_PACKAGE "OpenLDAP"
| #define OPENLDAP_VERSION "2.4.26"
| #define LDAP_VENDOR_VERSION 20426
| #define LDAP_VENDOR_VERSION_MAJOR 2
| #define LDAP_VENDOR_VERSION_MINOR 4
| #define LDAP_VENDOR_VERSION_PATCH 26
| #define HAVE_MKVERSION 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:7375: result: cc -E
configure:7395: cc -E -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c
configure:7395: $? = 0
configure:7409: cc -E -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c
conftest.c:16:28: error: ac_nonexistent.h: No such file or directory
configure:7409: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define OPENLDAP_PACKAGE "OpenLDAP"
| #define OPENLDAP_VERSION "2.4.26"
| #define LDAP_VENDOR_VERSION 20426
| #define LDAP_VENDOR_VERSION_MAJOR 2
| #define LDAP_VENDOR_VERSION_MINOR 4
| #define LDAP_VENDOR_VERSION_PATCH 26
| #define HAVE_MKVERSION 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:7438: checking for ANSI C header files
configure:7458: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
configure:7458: $? = 0
configure:7531: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c  >&5
configure:7531: $? = 0
configure:7531: ./conftest
configure:7531: $? = 0
configure:7542: result: yes
configure:7555: checking for sys/types.h
configure:7555: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
configure:7555: $? = 0
configure:7555: result: yes
configure:7555: checking for sys/stat.h
configure:7555: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
configure:7555: $? = 0
configure:7555: result: yes
configure:7555: checking for stdlib.h
configure:7555: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
configure:7555: $? = 0
configure:7555: result: yes
configure:7555: checking for string.h
configure:7555: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
configure:7555: $? = 0
configure:7555: result: yes
configure:7555: checking for memory.h
configure:7555: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
configure:7555: $? = 0
configure:7555: result: yes
configure:7555: checking for strings.h
configure:7555: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
configure:7555: $? = 0
configure:7555: result: yes
configure:7555: checking for inttypes.h
configure:7555: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
configure:7555: $? = 0
configure:7555: result: yes
configure:7555: checking for stdint.h
configure:7555: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
configure:7555: $? = 0
configure:7555: result: yes
configure:7555: checking for unistd.h
configure:7555: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
configure:7555: $? = 0
configure:7555: result: yes
configure:7570: checking dlfcn.h usability
configure:7570: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
configure:7570: $? = 0
configure:7570: result: yes
configure:7570: checking dlfcn.h presence
configure:7570: cc -E -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c
configure:7570: $? = 0
configure:7570: result: yes
configure:7570: checking for dlfcn.h
configure:7570: result: yes
configure:7584: checking the maximum length of command line arguments
configure:7676: result: 32768
configure:7687: checking command to parse /usr/bin/nm -B output from cc object
configure:7783: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
configure:7786: $? = 0
configure:7790: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ 	]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ 	][ 	]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
configure:7793: $? = 0
configure:7845: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c conftstm.o >&5
configure:7848: $? = 0
configure:7886: result: ok
configure:7890: checking for objdir
configure:7905: result: .libs
configure:8089: checking for ranlib
configure:8105: found /usr/bin/ranlib
configure:8116: result: ranlib
configure:8181: checking for strip
configure:8197: found /usr/bin/strip
configure:8208: result: strip
configure:8505: checking if cc static flag  works
configure:8533: result: yes
configure:8551: checking if cc supports -fno-rtti -fno-exceptions
configure:8569: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
configure:8573: $? = 0
configure:8586: result: no
configure:8601: checking for cc option to produce PIC
configure:8805: result: -fPIC
configure:8813: checking if cc PIC flag -fPIC works
configure:8831: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr -fPIC -DPIC conftest.c >&5
configure:8835: $? = 0
configure:8848: result: yes
configure:8872: checking if cc supports -c -o file.o
configure:8893: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr -o out/conftest2.o conftest.c >&5
configure:8897: $? = 0
configure:8919: result: yes
configure:8945: checking whether the cc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:9783: result: yes
configure:9809: checking whether -lc should be explicitly linked in
configure:9814: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
configure:9817: $? = 0
configure:9831: cc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep  -lc  \>/dev/null 2\>\&1
configure:9834: $? = 0
configure:9846: result: no
configure:9854: checking dynamic linker characteristics
configure:10408: result: GNU/Linux ld.so
configure:10412: checking how to hardcode library paths into programs
configure:10437: result: immediate
configure:10451: checking whether stripping libraries is possible
configure:10456: result: yes
configure:10554: checking for shl_load
configure:10554: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c  >&5
/tmp/ccHUK77K.o: In function `main':
conftest.c:(.text+0xa): undefined reference to `shl_load'
collect2: ld returned 1 exit status
configure:10554: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define OPENLDAP_PACKAGE "OpenLDAP"
| #define OPENLDAP_VERSION "2.4.26"
| #define LDAP_VENDOR_VERSION 20426
| #define LDAP_VENDOR_VERSION_MAJOR 2
| #define LDAP_VENDOR_VERSION_MINOR 4
| #define LDAP_VENDOR_VERSION_PATCH 26
| #define HAVE_MKVERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define 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_DLFCN_H 1
| /* end confdefs.h.  */
| /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define shl_load innocuous_shl_load
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char shl_load (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef shl_load
| 
| /* 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 ();
| /* 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_shl_load || defined __stub___shl_load
| choke me
| #endif
| 
| int
| main ()
| {
| return shl_load ();
|   ;
|   return 0;
| }
configure:10554: result: no
configure:10558: checking for shl_load in -ldld
configure:10583: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c -ldld   >&5
/usr/bin/ld: cannot find -ldld
collect2: ld returned 1 exit status
configure:10583: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define OPENLDAP_PACKAGE "OpenLDAP"
| #define OPENLDAP_VERSION "2.4.26"
| #define LDAP_VENDOR_VERSION 20426
| #define LDAP_VENDOR_VERSION_MAJOR 2
| #define LDAP_VENDOR_VERSION_MINOR 4
| #define LDAP_VENDOR_VERSION_PATCH 26
| #define HAVE_MKVERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define 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_DLFCN_H 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char shl_load ();
| int
| main ()
| {
| return shl_load ();
|   ;
|   return 0;
| }
configure:10592: result: no
configure:10597: checking for dlopen
configure:10597: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c  >&5
/tmp/ccj1BtAT.o: In function `main':
conftest.c:(.text+0xa): undefined reference to `dlopen'
collect2: ld returned 1 exit status
configure:10597: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define OPENLDAP_PACKAGE "OpenLDAP"
| #define OPENLDAP_VERSION "2.4.26"
| #define LDAP_VENDOR_VERSION 20426
| #define LDAP_VENDOR_VERSION_MAJOR 2
| #define LDAP_VENDOR_VERSION_MINOR 4
| #define LDAP_VENDOR_VERSION_PATCH 26
| #define HAVE_MKVERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define 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_DLFCN_H 1
| /* end confdefs.h.  */
| /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define dlopen innocuous_dlopen
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char dlopen (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef dlopen
| 
| /* 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 ();
| /* 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_dlopen || defined __stub___dlopen
| choke me
| #endif
| 
| int
| main ()
| {
| return dlopen ();
|   ;
|   return 0;
| }
configure:10597: result: no
configure:10601: checking for dlopen in -ldl
configure:10626: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c -ldl   >&5
configure:10626: $? = 0
configure:10635: result: yes
configure:10754: checking whether a program can dlopen itself
configure:10826: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr -DHAVE_DLFCN_H  -Wl,--export-dynamic conftest.c -ldl  >&5
configure: In function 'main':
configure:10822: warning: incompatible implicit declaration of built-in function 'exit'
configure:10829: $? = 0
configure:10847: result: yes
configure:10852: checking whether a statically linked program can dlopen itself
configure:10924: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr -DHAVE_DLFCN_H  -Wl,--export-dynamic  conftest.c -ldl  >&5
configure: In function 'main':
configure:10920: warning: incompatible implicit declaration of built-in function 'exit'
configure:10927: $? = 0
configure:10945: result: yes
configure:10968: checking if libtool supports shared libraries
configure:10970: result: yes
configure:10973: checking whether to build shared libraries
configure:10994: result: yes
configure:10997: checking whether to build static libraries
configure:11001: result: yes
configure:11093: creating libtool
configure:12144: checking how to run the C preprocessor
configure:12214: result: cc -E
configure:12234: cc -E -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c
configure:12234: $? = 0
configure:12248: cc -E -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c
conftest.c:27:28: error: ac_nonexistent.h: No such file or directory
configure:12248: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define OPENLDAP_PACKAGE "OpenLDAP"
| #define OPENLDAP_VERSION "2.4.26"
| #define LDAP_VENDOR_VERSION 20426
| #define LDAP_VENDOR_VERSION_MAJOR 2
| #define LDAP_VENDOR_VERSION_MINOR 4
| #define LDAP_VENDOR_VERSION_PATCH 26
| #define HAVE_MKVERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define 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_DLFCN_H 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:12276: checking whether we are using MS Visual C++
configure:12289: cc -E -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c
conftest.c:29:36: error: __FOO__/generate_error.h: No such file or directory
configure:12289: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define OPENLDAP_PACKAGE "OpenLDAP"
| #define OPENLDAP_VERSION "2.4.26"
| #define LDAP_VENDOR_VERSION 20426
| #define LDAP_VENDOR_VERSION_MAJOR 2
| #define LDAP_VENDOR_VERSION_MINOR 4
| #define LDAP_VENDOR_VERSION_PATCH 26
| #define HAVE_MKVERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define 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_DLFCN_H 1
| /* end confdefs.h.  */
| 
| #ifndef _MSC_VER
| #include <__FOO__/generate_error.h>
| #endif
| 
configure:12296: result: no
configure:12313: checking for be_app in -lbe
configure:12338: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c -lbe -lroot -lnet  >&5
/usr/bin/ld: cannot find -lbe
collect2: ld returned 1 exit status
configure:12338: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define OPENLDAP_PACKAGE "OpenLDAP"
| #define OPENLDAP_VERSION "2.4.26"
| #define LDAP_VENDOR_VERSION 20426
| #define LDAP_VENDOR_VERSION_MAJOR 2
| #define LDAP_VENDOR_VERSION_MINOR 4
| #define LDAP_VENDOR_VERSION_PATCH 26
| #define HAVE_MKVERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define 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_DLFCN_H 1
| #define EXEEXT ""
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char be_app ();
| int
| main ()
| {
| return be_app ();
|   ;
|   return 0;
| }
configure:12347: result: no
configure:12660: checking for C compiler version
configure:12669: cc --version >&5
cc (Ubuntu 4.4.3-4ubuntu5) 4.4.3
Copyright (C) 2009 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:12680: $? = 0
configure:12669: cc -v >&5
Using built-in specs.
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.4.3-4ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --program-suffix=-4.4 --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-plugin --enable-objc-gc --disable-werror --with-arch-32=i486 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5) 
configure:12680: $? = 0
configure:12669: cc -V >&5
cc: '-V' option must have argument
configure:12680: $? = 1
configure:12669: cc -qversion >&5
cc: unrecognized option '-qversion'
cc: no input files
configure:12680: $? = 1
configure:12684: checking whether we are using the GNU C compiler
configure:12712: result: yes
configure:12721: checking whether cc accepts -g
configure:12782: result: yes
configure:12799: checking for cc option to accept ISO C89
configure:12876: result: none needed
configure:12898: checking dependency style of cc
configure:12988: result: none
configure:13015: checking for cc depend flag
configure:13027: cc -M conftest.c
configure:13030: $? = 0
configure:13044: result: -M
configure:13065: checking for afopen in -ls
configure:13090: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c -ls   >&5
/usr/bin/ld: cannot find -ls
collect2: ld returned 1 exit status
configure:13090: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define OPENLDAP_PACKAGE "OpenLDAP"
| #define OPENLDAP_VERSION "2.4.26"
| #define LDAP_VENDOR_VERSION 20426
| #define LDAP_VENDOR_VERSION_MAJOR 2
| #define LDAP_VENDOR_VERSION_MINOR 4
| #define LDAP_VENDOR_VERSION_PATCH 26
| #define HAVE_MKVERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define 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_DLFCN_H 1
| #define EXEEXT ""
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char afopen ();
| int
| main ()
| {
| return afopen ();
|   ;
|   return 0;
| }
configure:13099: result: no
configure:13212: checking for EBCDIC
configure:13226: cc -E -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c
conftest.c:30:38: error: __ASCII__/generate_error.h: No such file or directory
configure:13226: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define OPENLDAP_PACKAGE "OpenLDAP"
| #define OPENLDAP_VERSION "2.4.26"
| #define LDAP_VENDOR_VERSION 20426
| #define LDAP_VENDOR_VERSION_MAJOR 2
| #define LDAP_VENDOR_VERSION_MINOR 4
| #define LDAP_VENDOR_VERSION_PATCH 26
| #define HAVE_MKVERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define 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_DLFCN_H 1
| #define EXEEXT ""
| /* end confdefs.h.  */
| 
| #if !('M' == 0xd4)
| #include <__ASCII__/generate_error.h>
| #endif
| 
configure:13233: result: no
configure:13241: checking for ANSI C header files
configure:13253: cc -E -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c
configure:13253: $? = 0
configure:13317: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c  >&5
conftest.c: In function 'main':
conftest.c:38: warning: incompatible implicit declaration of built-in function 'exit'
configure:13317: $? = 0
configure:13317: ./conftest
configure:13317: $? = 0
configure:13328: result: yes
configure:13345: checking for dirent.h that defines DIR
configure:13364: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
configure:13364: $? = 0
configure:13372: result: yes
configure:13386: checking for library containing opendir
configure:13417: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c  >&5
configure:13417: $? = 0
configure:13434: result: none required
configure:13501: checking for sys/wait.h that is POSIX.1 compatible
configure:13527: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
configure:13527: $? = 0
configure:13534: result: yes
configure:13542: checking whether termios.h defines TIOCGWINSZ
configure:13565: result: no
configure:13569: checking whether sys/ioctl.h defines TIOCGWINSZ
configure:13592: result: yes
configure:13654: checking arpa/inet.h usability
configure:13654: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
configure:13654: $? = 0
configure:13654: result: yes
configure:13654: checking arpa/inet.h presence
configure:13654: cc -E -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c
configure:13654: $? = 0
configure:13654: result: yes
configure:13654: checking for arpa/inet.h
configure:13654: result: yes
configure:13654: checking arpa/nameser.h usability
configure:13654: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
configure:13654: $? = 0
configure:13654: result: yes
configure:13654: checking arpa/nameser.h presence
configure:13654: cc -E -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c
configure:13654: $? = 0
configure:13654: result: yes
configure:13654: checking for arpa/nameser.h
configure:13654: result: yes
configure:13654: checking assert.h usability
configure:13654: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
configure:13654: $? = 0
configure:13654: result: yes
configure:13654: checking assert.h presence
configure:13654: cc -E -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c
configure:13654: $? = 0
configure:13654: result: yes
configure:13654: checking for assert.h
configure:13654: result: yes
configure:13654: checking bits/types.h usability
configure:13654: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
configure:13654: $? = 0
configure:13654: result: yes
configure:13654: checking bits/types.h presence
configure:13654: cc -E -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c
configure:13654: $? = 0
configure:13654: result: yes
configure:13654: checking for bits/types.h
configure:13654: result: yes
configure:13654: checking conio.h usability
configure:13654: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
conftest.c:69:19: error: conio.h: No such file or directory
configure:13654: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define OPENLDAP_PACKAGE "OpenLDAP"
| #define OPENLDAP_VERSION "2.4.26"
| #define LDAP_VENDOR_VERSION 20426
| #define LDAP_VENDOR_VERSION_MAJOR 2
| #define LDAP_VENDOR_VERSION_MINOR 4
| #define LDAP_VENDOR_VERSION_PATCH 26
| #define HAVE_MKVERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define 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_DLFCN_H 1
| #define EXEEXT ""
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_BITS_TYPES_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 <conio.h>
configure:13654: result: no
configure:13654: checking conio.h presence
configure:13654: cc -E -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c
conftest.c:36:19: error: conio.h: No such file or directory
configure:13654: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define OPENLDAP_PACKAGE "OpenLDAP"
| #define OPENLDAP_VERSION "2.4.26"
| #define LDAP_VENDOR_VERSION 20426
| #define LDAP_VENDOR_VERSION_MAJOR 2
| #define LDAP_VENDOR_VERSION_MINOR 4
| #define LDAP_VENDOR_VERSION_PATCH 26
| #define HAVE_MKVERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define 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_DLFCN_H 1
| #define EXEEXT ""
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_BITS_TYPES_H 1
| /* end confdefs.h.  */
| #include <conio.h>
configure:13654: result: no
configure:13654: checking for conio.h
configure:13654: result: no
configure:13654: checking crypt.h usability
configure:13654: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
configure:13654: $? = 0
configure:13654: result: yes
configure:13654: checking crypt.h presence
configure:13654: cc -E -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c
configure:13654: $? = 0
configure:13654: result: yes
configure:13654: checking for crypt.h
configure:13654: result: yes
configure:13654: checking direct.h usability
configure:13654: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
conftest.c:70:20: error: direct.h: No such file or directory
configure:13654: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define OPENLDAP_PACKAGE "OpenLDAP"
| #define OPENLDAP_VERSION "2.4.26"
| #define LDAP_VENDOR_VERSION 20426
| #define LDAP_VENDOR_VERSION_MAJOR 2
| #define LDAP_VENDOR_VERSION_MINOR 4
| #define LDAP_VENDOR_VERSION_PATCH 26
| #define HAVE_MKVERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define 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_DLFCN_H 1
| #define EXEEXT ""
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_BITS_TYPES_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 <direct.h>
configure:13654: result: no
configure:13654: checking direct.h presence
configure:13654: cc -E -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c
conftest.c:37:20: error: direct.h: No such file or directory
configure:13654: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define OPENLDAP_PACKAGE "OpenLDAP"
| #define OPENLDAP_VERSION "2.4.26"
| #define LDAP_VENDOR_VERSION 20426
| #define LDAP_VENDOR_VERSION_MAJOR 2
| #define LDAP_VENDOR_VERSION_MINOR 4
| #define LDAP_VENDOR_VERSION_PATCH 26
| #define HAVE_MKVERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define 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_DLFCN_H 1
| #define EXEEXT ""
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_BITS_TYPES_H 1
| #define HAVE_CRYPT_H 1
| /* end confdefs.h.  */
| #include <direct.h>
configure:13654: result: no
configure:13654: checking for direct.h
configure:13654: result: no
configure:13654: checking errno.h usability
configure:13654: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
configure:13654: $? = 0
configure:13654: result: yes
configure:13654: checking errno.h presence
configure:13654: cc -E -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c
configure:13654: $? = 0
configure:13654: result: yes
configure:13654: checking for errno.h
configure:13654: result: yes
configure:13654: checking fcntl.h usability
configure:13654: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
configure:13654: $? = 0
configure:13654: result: yes
configure:13654: checking fcntl.h presence
configure:13654: cc -E -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c
configure:13654: $? = 0
configure:13654: result: yes
configure:13654: checking for fcntl.h
configure:13654: result: yes
configure:13654: checking filio.h usability
configure:13654: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
conftest.c:72:19: error: filio.h: No such file or directory
configure:13654: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define OPENLDAP_PACKAGE "OpenLDAP"
| #define OPENLDAP_VERSION "2.4.26"
| #define LDAP_VENDOR_VERSION 20426
| #define LDAP_VENDOR_VERSION_MAJOR 2
| #define LDAP_VENDOR_VERSION_MINOR 4
| #define LDAP_VENDOR_VERSION_PATCH 26
| #define HAVE_MKVERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define 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_DLFCN_H 1
| #define EXEEXT ""
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_BITS_TYPES_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_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 <filio.h>
configure:13654: result: no
configure:13654: checking filio.h presence
configure:13654: cc -E -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c
conftest.c:39:19: error: filio.h: No such file or directory
configure:13654: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define OPENLDAP_PACKAGE "OpenLDAP"
| #define OPENLDAP_VERSION "2.4.26"
| #define LDAP_VENDOR_VERSION 20426
| #define LDAP_VENDOR_VERSION_MAJOR 2
| #define LDAP_VENDOR_VERSION_MINOR 4
| #define LDAP_VENDOR_VERSION_PATCH 26
| #define HAVE_MKVERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define 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_DLFCN_H 1
| #define EXEEXT ""
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_BITS_TYPES_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| /* end confdefs.h.  */
| #include <filio.h>
configure:13654: result: no
configure:13654: checking for filio.h
configure:13654: result: no
configure:13654: checking getopt.h usability
configure:13654: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
configure:13654: $? = 0
configure:13654: result: yes
configure:13654: checking getopt.h presence
configure:13654: cc -E -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c
configure:13654: $? = 0
configure:13654: result: yes
configure:13654: checking for getopt.h
configure:13654: result: yes
configure:13654: checking grp.h usability
configure:13654: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
configure:13654: $? = 0
configure:13654: result: yes
configure:13654: checking grp.h presence
configure:13654: cc -E -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c
configure:13654: $? = 0
configure:13654: result: yes
configure:13654: checking for grp.h
configure:13654: result: yes
configure:13654: checking io.h usability
configure:13654: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
conftest.c:74:16: error: io.h: No such file or directory
configure:13654: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define OPENLDAP_PACKAGE "OpenLDAP"
| #define OPENLDAP_VERSION "2.4.26"
| #define LDAP_VENDOR_VERSION 20426
| #define LDAP_VENDOR_VERSION_MAJOR 2
| #define LDAP_VENDOR_VERSION_MINOR 4
| #define LDAP_VENDOR_VERSION_PATCH 26
| #define HAVE_MKVERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define 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_DLFCN_H 1
| #define EXEEXT ""
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_BITS_TYPES_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GRP_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 <io.h>
configure:13654: result: no
configure:13654: checking io.h presence
configure:13654: cc -E -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c
conftest.c:41:16: error: io.h: No such file or directory
configure:13654: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define OPENLDAP_PACKAGE "OpenLDAP"
| #define OPENLDAP_VERSION "2.4.26"
| #define LDAP_VENDOR_VERSION 20426
| #define LDAP_VENDOR_VERSION_MAJOR 2
| #define LDAP_VENDOR_VERSION_MINOR 4
| #define LDAP_VENDOR_VERSION_PATCH 26
| #define HAVE_MKVERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define 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_DLFCN_H 1
| #define EXEEXT ""
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_BITS_TYPES_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GRP_H 1
| /* end confdefs.h.  */
| #include <io.h>
configure:13654: result: no
configure:13654: checking for io.h
configure:13654: result: no
configure:13654: checking libutil.h usability
configure:13654: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
conftest.c:74:21: error: libutil.h: No such file or directory
configure:13654: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define OPENLDAP_PACKAGE "OpenLDAP"
| #define OPENLDAP_VERSION "2.4.26"
| #define LDAP_VENDOR_VERSION 20426
| #define LDAP_VENDOR_VERSION_MAJOR 2
| #define LDAP_VENDOR_VERSION_MINOR 4
| #define LDAP_VENDOR_VERSION_PATCH 26
| #define HAVE_MKVERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define 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_DLFCN_H 1
| #define EXEEXT ""
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_BITS_TYPES_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GRP_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 <libutil.h>
configure:13654: result: no
configure:13654: checking libutil.h presence
configure:13654: cc -E -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c
conftest.c:41:21: error: libutil.h: No such file or directory
configure:13654: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define OPENLDAP_PACKAGE "OpenLDAP"
| #define OPENLDAP_VERSION "2.4.26"
| #define LDAP_VENDOR_VERSION 20426
| #define LDAP_VENDOR_VERSION_MAJOR 2
| #define LDAP_VENDOR_VERSION_MINOR 4
| #define LDAP_VENDOR_VERSION_PATCH 26
| #define HAVE_MKVERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define 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_DLFCN_H 1
| #define EXEEXT ""
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_BITS_TYPES_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GRP_H 1
| /* end confdefs.h.  */
| #include <libutil.h>
configure:13654: result: no
configure:13654: checking for libutil.h
configure:13654: result: no
configure:13654: checking limits.h usability
configure:13654: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
configure:13654: $? = 0
configure:13654: result: yes
configure:13654: checking limits.h presence
configure:13654: cc -E -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c
configure:13654: $? = 0
configure:13654: result: yes
configure:13654: checking for limits.h
configure:13654: result: yes
configure:13654: checking locale.h usability
configure:13654: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
configure:13654: $? = 0
configure:13654: result: yes
configure:13654: checking locale.h presence
configure:13654: cc -E -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c
configure:13654: $? = 0
configure:13654: result: yes
configure:13654: checking for locale.h
configure:13654: result: yes
configure:13654: checking malloc.h usability
configure:13654: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
configure:13654: $? = 0
configure:13654: result: yes
configure:13654: checking malloc.h presence
configure:13654: cc -E -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c
configure:13654: $? = 0
configure:13654: result: yes
configure:13654: checking for malloc.h
configure:13654: result: yes
configure:13654: checking for memory.h
configure:13654: result: yes
configure:13654: checking psap.h usability
configure:13654: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
conftest.c:78:18: error: psap.h: No such file or directory
configure:13654: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define OPENLDAP_PACKAGE "OpenLDAP"
| #define OPENLDAP_VERSION "2.4.26"
| #define LDAP_VENDOR_VERSION 20426
| #define LDAP_VENDOR_VERSION_MAJOR 2
| #define LDAP_VENDOR_VERSION_MINOR 4
| #define LDAP_VENDOR_VERSION_PATCH 26
| #define HAVE_MKVERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define 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_DLFCN_H 1
| #define EXEEXT ""
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_BITS_TYPES_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_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 <psap.h>
configure:13654: result: no
configure:13654: checking psap.h presence
configure:13654: cc -E -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c
conftest.c:45:18: error: psap.h: No such file or directory
configure:13654: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define OPENLDAP_PACKAGE "OpenLDAP"
| #define OPENLDAP_VERSION "2.4.26"
| #define LDAP_VENDOR_VERSION 20426
| #define LDAP_VENDOR_VERSION_MAJOR 2
| #define LDAP_VENDOR_VERSION_MINOR 4
| #define LDAP_VENDOR_VERSION_PATCH 26
| #define HAVE_MKVERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define 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_DLFCN_H 1
| #define EXEEXT ""
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_BITS_TYPES_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| /* end confdefs.h.  */
| #include <psap.h>
configure:13654: result: no
configure:13654: checking for psap.h
configure:13654: result: no
configure:13654: checking pwd.h usability
configure:13654: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
configure:13654: $? = 0
configure:13654: result: yes
configure:13654: checking pwd.h presence
configure:13654: cc -E -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c
configure:13654: $? = 0
configure:13654: result: yes
configure:13654: checking for pwd.h
configure:13654: result: yes
configure:13654: checking process.h usability
configure:13654: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
conftest.c:79:21: error: process.h: No such file or directory
configure:13654: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define OPENLDAP_PACKAGE "OpenLDAP"
| #define OPENLDAP_VERSION "2.4.26"
| #define LDAP_VENDOR_VERSION 20426
| #define LDAP_VENDOR_VERSION_MAJOR 2
| #define LDAP_VENDOR_VERSION_MINOR 4
| #define LDAP_VENDOR_VERSION_PATCH 26
| #define HAVE_MKVERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define 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_DLFCN_H 1
| #define EXEEXT ""
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_BITS_TYPES_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <process.h>
configure:13654: result: no
configure:13654: checking process.h presence
configure:13654: cc -E -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c
conftest.c:46:21: error: process.h: No such file or directory
configure:13654: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define OPENLDAP_PACKAGE "OpenLDAP"
| #define OPENLDAP_VERSION "2.4.26"
| #define LDAP_VENDOR_VERSION 20426
| #define LDAP_VENDOR_VERSION_MAJOR 2
| #define LDAP_VENDOR_VERSION_MINOR 4
| #define LDAP_VENDOR_VERSION_PATCH 26
| #define HAVE_MKVERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define 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_DLFCN_H 1
| #define EXEEXT ""
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_BITS_TYPES_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| /* end confdefs.h.  */
| #include <process.h>
configure:13654: result: no
configure:13654: checking for process.h
configure:13654: result: no
configure:13654: checking sgtty.h usability
configure:13654: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
configure:13654: $? = 0
configure:13654: result: yes
configure:13654: checking sgtty.h presence
configure:13654: cc -E -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c
configure:13654: $? = 0
configure:13654: result: yes
configure:13654: checking for sgtty.h
configure:13654: result: yes
configure:13654: checking shadow.h usability
configure:13654: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
configure:13654: $? = 0
configure:13654: result: yes
configure:13654: checking shadow.h presence
configure:13654: cc -E -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c
configure:13654: $? = 0
configure:13654: result: yes
configure:13654: checking for shadow.h
configure:13654: result: yes
configure:13654: checking stddef.h usability
configure:13654: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
configure:13654: $? = 0
configure:13654: result: yes
configure:13654: checking stddef.h presence
configure:13654: cc -E -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c
configure:13654: $? = 0
configure:13654: result: yes
configure:13654: checking for stddef.h
configure:13654: result: yes
configure:13654: checking for string.h
configure:13654: result: yes
configure:13654: checking for strings.h
configure:13654: result: yes
configure:13654: checking sysexits.h usability
configure:13654: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
configure:13654: $? = 0
configure:13654: result: yes
configure:13654: checking sysexits.h presence
configure:13654: cc -E -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c
configure:13654: $? = 0
configure:13654: result: yes
configure:13654: checking for sysexits.h
configure:13654: result: yes
configure:13654: checking sys/file.h usability
configure:13654: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
configure:13654: $? = 0
configure:13654: result: yes
configure:13654: checking sys/file.h presence
configure:13654: cc -E -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c
configure:13654: $? = 0
configure:13654: result: yes
configure:13654: checking for sys/file.h
configure:13654: result: yes
configure:13654: checking sys/filio.h usability
configure:13654: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
conftest.c:86:23: error: sys/filio.h: No such file or directory
configure:13654: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define OPENLDAP_PACKAGE "OpenLDAP"
| #define OPENLDAP_VERSION "2.4.26"
| #define LDAP_VENDOR_VERSION 20426
| #define LDAP_VENDOR_VERSION_MAJOR 2
| #define LDAP_VENDOR_VERSION_MINOR 4
| #define LDAP_VENDOR_VERSION_PATCH 26
| #define HAVE_MKVERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define 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_DLFCN_H 1
| #define EXEEXT ""
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_BITS_TYPES_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYS_FILE_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/filio.h>
configure:13654: result: no
configure:13654: checking sys/filio.h presence
configure:13654: cc -E -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c
conftest.c:53:23: error: sys/filio.h: No such file or directory
configure:13654: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define OPENLDAP_PACKAGE "OpenLDAP"
| #define OPENLDAP_VERSION "2.4.26"
| #define LDAP_VENDOR_VERSION 20426
| #define LDAP_VENDOR_VERSION_MAJOR 2
| #define LDAP_VENDOR_VERSION_MINOR 4
| #define LDAP_VENDOR_VERSION_PATCH 26
| #define HAVE_MKVERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define 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_DLFCN_H 1
| #define EXEEXT ""
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_BITS_TYPES_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYS_FILE_H 1
| /* end confdefs.h.  */
| #include <sys/filio.h>
configure:13654: result: no
configure:13654: checking for sys/filio.h
configure:13654: result: no
configure:13654: checking sys/fstyp.h usability
configure:13654: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
conftest.c:86:23: error: sys/fstyp.h: No such file or directory
configure:13654: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define OPENLDAP_PACKAGE "OpenLDAP"
| #define OPENLDAP_VERSION "2.4.26"
| #define LDAP_VENDOR_VERSION 20426
| #define LDAP_VENDOR_VERSION_MAJOR 2
| #define LDAP_VENDOR_VERSION_MINOR 4
| #define LDAP_VENDOR_VERSION_PATCH 26
| #define HAVE_MKVERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define 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_DLFCN_H 1
| #define EXEEXT ""
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_BITS_TYPES_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYS_FILE_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/fstyp.h>
configure:13654: result: no
configure:13654: checking sys/fstyp.h presence
configure:13654: cc -E -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c
conftest.c:53:23: error: sys/fstyp.h: No such file or directory
configure:13654: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define OPENLDAP_PACKAGE "OpenLDAP"
| #define OPENLDAP_VERSION "2.4.26"
| #define LDAP_VENDOR_VERSION 20426
| #define LDAP_VENDOR_VERSION_MAJOR 2
| #define LDAP_VENDOR_VERSION_MINOR 4
| #define LDAP_VENDOR_VERSION_PATCH 26
| #define HAVE_MKVERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define 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_DLFCN_H 1
| #define EXEEXT ""
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_BITS_TYPES_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYS_FILE_H 1
| /* end confdefs.h.  */
| #include <sys/fstyp.h>
configure:13654: result: no
configure:13654: checking for sys/fstyp.h
configure:13654: result: no
configure:13654: checking sys/errno.h usability
configure:13654: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
configure:13654: $? = 0
configure:13654: result: yes
configure:13654: checking sys/errno.h presence
configure:13654: cc -E -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c
configure:13654: $? = 0
configure:13654: result: yes
configure:13654: checking for sys/errno.h
configure:13654: result: yes
configure:13654: checking sys/ioctl.h usability
configure:13654: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
configure:13654: $? = 0
configure:13654: result: yes
configure:13654: checking sys/ioctl.h presence
configure:13654: cc -E -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c
configure:13654: $? = 0
configure:13654: result: yes
configure:13654: checking for sys/ioctl.h
configure:13654: result: yes
configure:13654: checking sys/param.h usability
configure:13654: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
configure:13654: $? = 0
configure:13654: result: yes
configure:13654: checking sys/param.h presence
configure:13654: cc -E -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c
configure:13654: $? = 0
configure:13654: result: yes
configure:13654: checking for sys/param.h
configure:13654: result: yes
configure:13654: checking sys/privgrp.h usability
configure:13654: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
conftest.c:89:25: error: sys/privgrp.h: No such file or directory
configure:13654: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define OPENLDAP_PACKAGE "OpenLDAP"
| #define OPENLDAP_VERSION "2.4.26"
| #define LDAP_VENDOR_VERSION 20426
| #define LDAP_VENDOR_VERSION_MAJOR 2
| #define LDAP_VENDOR_VERSION_MINOR 4
| #define LDAP_VENDOR_VERSION_PATCH 26
| #define HAVE_MKVERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define 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_DLFCN_H 1
| #define EXEEXT ""
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_BITS_TYPES_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_ERRNO_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_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/privgrp.h>
configure:13654: result: no
configure:13654: checking sys/privgrp.h presence
configure:13654: cc -E -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c
conftest.c:56:25: error: sys/privgrp.h: No such file or directory
configure:13654: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define OPENLDAP_PACKAGE "OpenLDAP"
| #define OPENLDAP_VERSION "2.4.26"
| #define LDAP_VENDOR_VERSION 20426
| #define LDAP_VENDOR_VERSION_MAJOR 2
| #define LDAP_VENDOR_VERSION_MINOR 4
| #define LDAP_VENDOR_VERSION_PATCH 26
| #define HAVE_MKVERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define 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_DLFCN_H 1
| #define EXEEXT ""
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_BITS_TYPES_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_ERRNO_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| /* end confdefs.h.  */
| #include <sys/privgrp.h>
configure:13654: result: no
configure:13654: checking for sys/privgrp.h
configure:13654: result: no
configure:13654: checking sys/resource.h usability
configure:13654: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
configure:13654: $? = 0
configure:13654: result: yes
configure:13654: checking sys/resource.h presence
configure:13654: cc -E -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c
configure:13654: $? = 0
configure:13654: result: yes
configure:13654: checking for sys/resource.h
configure:13654: result: yes
configure:13654: checking sys/select.h usability
configure:13654: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
configure:13654: $? = 0
configure:13654: result: yes
configure:13654: checking sys/select.h presence
configure:13654: cc -E -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c
configure:13654: $? = 0
configure:13654: result: yes
configure:13654: checking for sys/select.h
configure:13654: result: yes
configure:13654: checking sys/socket.h usability
configure:13654: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
configure:13654: $? = 0
configure:13654: result: yes
configure:13654: checking sys/socket.h presence
configure:13654: cc -E -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c
configure:13654: $? = 0
configure:13654: result: yes
configure:13654: checking for sys/socket.h
configure:13654: result: yes
configure:13654: checking for sys/stat.h
configure:13654: result: yes
configure:13654: checking sys/syslog.h usability
configure:13654: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
configure:13654: $? = 0
configure:13654: result: yes
configure:13654: checking sys/syslog.h presence
configure:13654: cc -E -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c
configure:13654: $? = 0
configure:13654: result: yes
configure:13654: checking for sys/syslog.h
configure:13654: result: yes
configure:13654: checking sys/time.h usability
configure:13654: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
configure:13654: $? = 0
configure:13654: result: yes
configure:13654: checking sys/time.h presence
configure:13654: cc -E -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c
configure:13654: $? = 0
configure:13654: result: yes
configure:13654: checking for sys/time.h
configure:13654: result: yes
configure:13654: checking for sys/types.h
configure:13654: result: yes
configure:13654: checking sys/uio.h usability
configure:13654: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
configure:13654: $? = 0
configure:13654: result: yes
configure:13654: checking sys/uio.h presence
configure:13654: cc -E -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c
configure:13654: $? = 0
configure:13654: result: yes
configure:13654: checking for sys/uio.h
configure:13654: result: yes
configure:13654: checking sys/vmount.h usability
configure:13654: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
conftest.c:97:24: error: sys/vmount.h: No such file or directory
configure:13654: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define OPENLDAP_PACKAGE "OpenLDAP"
| #define OPENLDAP_VERSION "2.4.26"
| #define LDAP_VENDOR_VERSION 20426
| #define LDAP_VENDOR_VERSION_MAJOR 2
| #define LDAP_VENDOR_VERSION_MINOR 4
| #define LDAP_VENDOR_VERSION_PATCH 26
| #define HAVE_MKVERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define 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_DLFCN_H 1
| #define EXEEXT ""
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_BITS_TYPES_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_ERRNO_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSLOG_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_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/vmount.h>
configure:13654: result: no
configure:13654: checking sys/vmount.h presence
configure:13654: cc -E -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c
conftest.c:64:24: error: sys/vmount.h: No such file or directory
configure:13654: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define OPENLDAP_PACKAGE "OpenLDAP"
| #define OPENLDAP_VERSION "2.4.26"
| #define LDAP_VENDOR_VERSION 20426
| #define LDAP_VENDOR_VERSION_MAJOR 2
| #define LDAP_VENDOR_VERSION_MINOR 4
| #define LDAP_VENDOR_VERSION_PATCH 26
| #define HAVE_MKVERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define 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_DLFCN_H 1
| #define EXEEXT ""
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_BITS_TYPES_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_ERRNO_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSLOG_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| /* end confdefs.h.  */
| #include <sys/vmount.h>
configure:13654: result: no
configure:13654: checking for sys/vmount.h
configure:13654: result: no
configure:13654: checking syslog.h usability
configure:13654: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
configure:13654: $? = 0
configure:13654: result: yes
configure:13654: checking syslog.h presence
configure:13654: cc -E -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c
configure:13654: $? = 0
configure:13654: result: yes
configure:13654: checking for syslog.h
configure:13654: result: yes
configure:13654: checking termios.h usability
configure:13654: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
configure:13654: $? = 0
configure:13654: result: yes
configure:13654: checking termios.h presence
configure:13654: cc -E -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c
configure:13654: $? = 0
configure:13654: result: yes
configure:13654: checking for termios.h
configure:13654: result: yes
configure:13654: checking for unistd.h
configure:13654: result: yes
configure:13654: checking utime.h usability
configure:13654: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
configure:13654: $? = 0
configure:13654: result: yes
configure:13654: checking utime.h presence
configure:13654: cc -E -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c
configure:13654: $? = 0
configure:13654: result: yes
configure:13654: checking for utime.h
configure:13654: result: yes
configure:13688: checking for resolv.h
configure:13688: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
configure:13688: $? = 0
configure:13688: result: yes
configure:13704: checking for netinet/tcp.h
configure:13704: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
configure:13704: $? = 0
configure:13704: result: yes
configure:13720: checking for sys/ucred.h
configure:13720: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
conftest.c:108:23: error: sys/ucred.h: No such file or directory
configure:13720: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define OPENLDAP_PACKAGE "OpenLDAP"
| #define OPENLDAP_VERSION "2.4.26"
| #define LDAP_VENDOR_VERSION 20426
| #define LDAP_VENDOR_VERSION_MAJOR 2
| #define LDAP_VENDOR_VERSION_MINOR 4
| #define LDAP_VENDOR_VERSION_PATCH 26
| #define HAVE_MKVERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define 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_DLFCN_H 1
| #define EXEEXT ""
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_BITS_TYPES_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_ERRNO_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSLOG_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_NETINET_TCP_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #ifdef HAVE_SYS_PARAM_H
| #include <sys/param.h>
| #endif
| 
| 
| #include <sys/ucred.h>
configure:13720: result: no
configure:13740: checking for sigaction
configure:13740: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c  >&5
configure:13740: $? = 0
configure:13740: result: yes
configure:13740: checking for sigset
configure:13740: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c  >&5
configure:13740: $? = 0
configure:13740: result: yes
configure:13870: checking for socket
configure:13870: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c  >&5
configure:13870: $? = 0
configure:13870: result: yes
configure:14119: checking for select
configure:14119: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c  >&5
configure:14119: $? = 0
configure:14119: result: yes
configure:14131: checking for sys/select.h
configure:14131: result: yes
configure:14131: checking for sys/socket.h
configure:14131: result: yes
configure:14142: checking types of arguments for select
configure:14170: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
configure:14170: $? = 0
configure:14181: result: int,fd_set *,struct timeval *
configure:14210: checking for poll
configure:14210: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c  >&5
configure:14210: $? = 0
configure:14210: result: yes
configure:14224: checking poll.h usability
configure:14224: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
configure:14224: $? = 0
configure:14224: result: yes
configure:14224: checking poll.h presence
configure:14224: cc -E -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c
configure:14224: $? = 0
configure:14224: result: yes
configure:14224: checking for poll.h
configure:14224: result: yes
configure:14224: checking sys/poll.h usability
configure:14224: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
configure:14224: $? = 0
configure:14224: result: yes
configure:14224: checking sys/poll.h presence
configure:14224: cc -E -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c
configure:14224: $? = 0
configure:14224: result: yes
configure:14224: checking for sys/poll.h
configure:14224: result: yes
configure:14240: checking sys/epoll.h usability
configure:14240: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
configure:14240: $? = 0
configure:14240: result: yes
configure:14240: checking sys/epoll.h presence
configure:14240: cc -E -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c
configure:14240: $? = 0
configure:14240: result: yes
configure:14240: checking for sys/epoll.h
configure:14240: result: yes
configure:14252: checking for epoll system call
configure:14266: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c  >&5
conftest.c: In function 'main':
conftest.c:84: warning: incompatible implicit declaration of built-in function 'exit'
configure:14266: $? = 0
configure:14266: ./conftest
configure:14266: $? = 0
configure:14267: result: yes
configure:14285: checking sys/devpoll.h usability
configure:14285: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
conftest.c:115:25: error: sys/devpoll.h: No such file or directory
configure:14285: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define OPENLDAP_PACKAGE "OpenLDAP"
| #define OPENLDAP_VERSION "2.4.26"
| #define LDAP_VENDOR_VERSION 20426
| #define LDAP_VENDOR_VERSION_MAJOR 2
| #define LDAP_VENDOR_VERSION_MINOR 4
| #define LDAP_VENDOR_VERSION_PATCH 26
| #define HAVE_MKVERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define 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_DLFCN_H 1
| #define EXEEXT ""
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_BITS_TYPES_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_ERRNO_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSLOG_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGSET 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_POLL 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_EPOLL 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/devpoll.h>
configure:14285: result: no
configure:14285: checking sys/devpoll.h presence
configure:14285: cc -E -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c
conftest.c:82:25: error: sys/devpoll.h: No such file or directory
configure:14285: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define OPENLDAP_PACKAGE "OpenLDAP"
| #define OPENLDAP_VERSION "2.4.26"
| #define LDAP_VENDOR_VERSION 20426
| #define LDAP_VENDOR_VERSION_MAJOR 2
| #define LDAP_VENDOR_VERSION_MINOR 4
| #define LDAP_VENDOR_VERSION_PATCH 26
| #define HAVE_MKVERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define 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_DLFCN_H 1
| #define EXEEXT ""
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_BITS_TYPES_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_ERRNO_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSLOG_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGSET 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_POLL 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_EPOLL 1
| /* end confdefs.h.  */
| #include <sys/devpoll.h>
configure:14285: result: no
configure:14285: checking for sys/devpoll.h
configure:14285: result: no
configure:14329: checking declaration of sys_errlist
configure:14352: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
configure:14352: $? = 0
configure:14360: result: yes
configure:14405: checking for strerror
configure:14405: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c  >&5
configure:14405: $? = 0
configure:14405: result: yes
configure:14405: checking for strerror_r
configure:14405: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c  >&5
configure:14405: $? = 0
configure:14405: result: yes
configure:14417: checking non-posix strerror_r
configure:14451: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
conftest.c: In function 'main':
conftest.c:91: error: invalid type argument of 'unary *' (have 'int')
conftest.c:92: warning: initialization makes pointer from integer without a cast
configure:14451: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define OPENLDAP_PACKAGE "OpenLDAP"
| #define OPENLDAP_VERSION "2.4.26"
| #define LDAP_VENDOR_VERSION 20426
| #define LDAP_VENDOR_VERSION_MAJOR 2
| #define LDAP_VENDOR_VERSION_MINOR 4
| #define LDAP_VENDOR_VERSION_PATCH 26
| #define HAVE_MKVERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define 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_DLFCN_H 1
| #define EXEEXT ""
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_BITS_TYPES_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_ERRNO_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSLOG_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGSET 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_POLL 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_EPOLL 1
| #define HAVE_SYS_ERRLIST 1
| #define HAVE_STRERROR 1
| #define HAVE_STRERROR_R 1
| /* end confdefs.h.  */
| #include <string.h>
| int
| main ()
| {
|    /* from autoconf 2.59 */
| 				char buf[100];
| 				char x = *strerror_r (0, buf, sizeof buf);
| 				char *p = strerror_r (0, buf, sizeof buf);
| 
|   ;
|   return 0;
| }
configure:14484: result: no
configure:14572: checking for regex.h
configure:14572: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
configure:14572: $? = 0
configure:14572: result: yes
configure:14591: checking for library containing regfree
configure:14622: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c  >&5
configure:14622: $? = 0
configure:14639: result: none required
configure:14651: checking for compatible POSIX regex
configure:14686: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c  >&5
configure:14686: $? = 0
configure:14686: ./conftest
configure:14686: $? = 0
configure:14696: result: yes
configure:14707: checking sys/uuid.h usability
configure:14707: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
conftest.c:119:22: error: sys/uuid.h: No such file or directory
configure:14707: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define OPENLDAP_PACKAGE "OpenLDAP"
| #define OPENLDAP_VERSION "2.4.26"
| #define LDAP_VENDOR_VERSION 20426
| #define LDAP_VENDOR_VERSION_MAJOR 2
| #define LDAP_VENDOR_VERSION_MINOR 4
| #define LDAP_VENDOR_VERSION_PATCH 26
| #define HAVE_MKVERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define 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_DLFCN_H 1
| #define EXEEXT ""
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_BITS_TYPES_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_ERRNO_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSLOG_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGSET 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_POLL 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_EPOLL 1
| #define HAVE_SYS_ERRLIST 1
| #define HAVE_STRERROR 1
| #define HAVE_STRERROR_R 1
| #define HAVE_REGEX_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/uuid.h>
configure:14707: result: no
configure:14707: checking sys/uuid.h presence
configure:14707: cc -E -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c
conftest.c:86:22: error: sys/uuid.h: No such file or directory
configure:14707: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define OPENLDAP_PACKAGE "OpenLDAP"
| #define OPENLDAP_VERSION "2.4.26"
| #define LDAP_VENDOR_VERSION 20426
| #define LDAP_VENDOR_VERSION_MAJOR 2
| #define LDAP_VENDOR_VERSION_MINOR 4
| #define LDAP_VENDOR_VERSION_PATCH 26
| #define HAVE_MKVERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define 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_DLFCN_H 1
| #define EXEEXT ""
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_BITS_TYPES_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_ERRNO_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSLOG_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGSET 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_POLL 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_EPOLL 1
| #define HAVE_SYS_ERRLIST 1
| #define HAVE_STRERROR 1
| #define HAVE_STRERROR_R 1
| #define HAVE_REGEX_H 1
| /* end confdefs.h.  */
| #include <sys/uuid.h>
configure:14707: result: no
configure:14707: checking for sys/uuid.h
configure:14707: result: no
configure:14850: checking uuid/uuid.h usability
configure:14850: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
conftest.c:119:23: error: uuid/uuid.h: No such file or directory
configure:14850: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define OPENLDAP_PACKAGE "OpenLDAP"
| #define OPENLDAP_VERSION "2.4.26"
| #define LDAP_VENDOR_VERSION 20426
| #define LDAP_VENDOR_VERSION_MAJOR 2
| #define LDAP_VENDOR_VERSION_MINOR 4
| #define LDAP_VENDOR_VERSION_PATCH 26
| #define HAVE_MKVERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define 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_DLFCN_H 1
| #define EXEEXT ""
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_BITS_TYPES_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_ERRNO_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSLOG_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGSET 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_POLL 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_EPOLL 1
| #define HAVE_SYS_ERRLIST 1
| #define HAVE_STRERROR 1
| #define HAVE_STRERROR_R 1
| #define HAVE_REGEX_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 <uuid/uuid.h>
configure:14850: result: no
configure:14850: checking uuid/uuid.h presence
configure:14850: cc -E -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c
conftest.c:86:23: error: uuid/uuid.h: No such file or directory
configure:14850: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define OPENLDAP_PACKAGE "OpenLDAP"
| #define OPENLDAP_VERSION "2.4.26"
| #define LDAP_VENDOR_VERSION 20426
| #define LDAP_VENDOR_VERSION_MAJOR 2
| #define LDAP_VENDOR_VERSION_MINOR 4
| #define LDAP_VENDOR_VERSION_PATCH 26
| #define HAVE_MKVERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define 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_DLFCN_H 1
| #define EXEEXT ""
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_BITS_TYPES_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_ERRNO_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSLOG_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGSET 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_POLL 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_EPOLL 1
| #define HAVE_SYS_ERRLIST 1
| #define HAVE_STRERROR 1
| #define HAVE_STRERROR_R 1
| #define HAVE_REGEX_H 1
| /* end confdefs.h.  */
| #include <uuid/uuid.h>
configure:14850: result: no
configure:14850: checking for uuid/uuid.h
configure:14850: result: no
configure:14992: checking to see if -lrpcrt4 is needed for win32 UUID support
configure:15013: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c  -lrpcrt4 >&5
conftest.c:87: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'UuidCreate'
conftest.c:88: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'UuidToStringA'
configure:15013: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define OPENLDAP_PACKAGE "OpenLDAP"
| #define OPENLDAP_VERSION "2.4.26"
| #define LDAP_VENDOR_VERSION 20426
| #define LDAP_VENDOR_VERSION_MAJOR 2
| #define LDAP_VENDOR_VERSION_MINOR 4
| #define LDAP_VENDOR_VERSION_PATCH 26
| #define HAVE_MKVERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define 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_DLFCN_H 1
| #define EXEEXT ""
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_BITS_TYPES_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_ERRNO_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSLOG_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGSET 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_POLL 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_EPOLL 1
| #define HAVE_SYS_ERRLIST 1
| #define HAVE_STRERROR 1
| #define HAVE_STRERROR_R 1
| #define HAVE_REGEX_H 1
| /* end confdefs.h.  */
| 
| 		int __stdcall UuidCreate(void *);
| 		int __stdcall UuidToStringA(void *,void **);
| 
| int
| main ()
| {
| 
| 		UuidCreate(0);
| 		UuidToStringA(0,0);
| 
|   ;
|   return 0;
| }
configure:15024: result: no
configure:15030: checking for resolver link (default)
configure:15091: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c   >&5
/tmp/ccHXS3l4.o: In function `main':
conftest.c:(.text+0x4b): undefined reference to `__res_query'
conftest.c:(.text+0xa0): undefined reference to `__dn_expand'
collect2: ld returned 1 exit status
configure:15091: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define OPENLDAP_PACKAGE "OpenLDAP"
| #define OPENLDAP_VERSION "2.4.26"
| #define LDAP_VENDOR_VERSION 20426
| #define LDAP_VENDOR_VERSION_MAJOR 2
| #define LDAP_VENDOR_VERSION_MINOR 4
| #define LDAP_VENDOR_VERSION_PATCH 26
| #define HAVE_MKVERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define 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_DLFCN_H 1
| #define EXEEXT ""
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_BITS_TYPES_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_ERRNO_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSLOG_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGSET 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_POLL 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_EPOLL 1
| #define HAVE_SYS_ERRLIST 1
| #define HAVE_STRERROR 1
| #define HAVE_STRERROR_R 1
| #define HAVE_REGEX_H 1
| /* end confdefs.h.  */
| 
| #ifdef HAVE_SYS_TYPES_H
| #	include <sys/types.h>
| #endif
| #include <netinet/in.h>
| #ifdef HAVE_ARPA_NAMESER_H
| #	include <arpa/nameser.h>
| #endif
| #ifdef HAVE_RESOLV_H
| #	include <resolv.h>
| #endif
| 
| int
| main ()
| {
| {
| 	int len, status;
| 	char *request = NULL;
| 	unsigned char reply[64*1024];
| 	unsigned char host[64*1024];
| 	unsigned char *p;
| 
| #ifdef NS_HFIXEDSZ
| 	/* Bind 8/9 interface */
| 	len = res_query(request, ns_c_in, ns_t_srv, reply, sizeof(reply));
| #else
| 	/* Bind 4 interface */
| # ifndef T_SRV
| #  define T_SRV 33
| # endif
| 	len = res_query(request, C_IN, T_SRV, reply, sizeof(reply));
| #endif
| 	p = reply;
| #ifdef NS_HFIXEDSZ
| 	/* Bind 8/9 interface */
| 	p += NS_HFIXEDSZ;
| #elif defined(HFIXEDSZ)
| 	/* Bind 4 interface w/ HFIXEDSZ */
| 	p += HFIXEDSZ;
| #else
| 	/* Bind 4 interface w/o HFIXEDSZ */
| 	p += sizeof(HEADER);
| #endif
| 	status = dn_expand( reply, reply+len, p, host, sizeof(host));
| }
|   ;
|   return 0;
| }
configure:15102: result: no
configure:15111: checking for resolver link (-lresolv)
configure:15172: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c -lresolv  >&5
configure:15172: $? = 0
configure:15183: result: yes
configure:15300: checking for hstrerror
configure:15300: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c -lresolv  >&5
configure:15300: $? = 0
configure:15300: result: yes
configure:15314: checking for getaddrinfo
configure:15314: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c -lresolv  >&5
configure:15314: $? = 0
configure:15314: result: yes
configure:15314: checking for getnameinfo
configure:15314: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c -lresolv  >&5
configure:15314: $? = 0
configure:15314: result: yes
configure:15314: checking for gai_strerror
configure:15314: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c -lresolv  >&5
configure:15314: $? = 0
configure:15314: result: yes
configure:15314: checking for inet_ntop
configure:15314: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c -lresolv  >&5
configure:15314: $? = 0
configure:15314: result: yes
configure:15331: checking INET6_ADDRSTRLEN
configure:15355: result: yes
configure:15359: checking struct sockaddr_storage
configure:15381: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
configure:15381: $? = 0
configure:15388: result: yes
configure:15407: checking sys/un.h usability
configure:15407: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
configure:15407: $? = 0
configure:15407: result: yes
configure:15407: checking sys/un.h presence
configure:15407: cc -E -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c
configure:15407: $? = 0
configure:15407: result: yes
configure:15407: checking for sys/un.h
configure:15407: result: yes
configure:15673: checking nssutil.h usability
configure:15673: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
configure:15673: $? = 0
configure:15673: result: yes
configure:15673: checking nssutil.h presence
configure:15673: cc -E -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c
configure:15673: $? = 0
configure:15673: result: yes
configure:15673: checking for nssutil.h
configure:15673: result: yes
configure:15684: checking for NSS_Initialize in -lnss3
configure:15709: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c -lnss3  -lresolv  >&5
configure:15709: $? = 0
configure:15718: result: yes
configure:15774: checking for _beginthread
configure:15774: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c -lresolv  >&5
/tmp/ccUZq7vz.o: In function `main':
conftest.c:(.text+0xa): undefined reference to `_beginthread'
collect2: ld returned 1 exit status
configure:15774: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define OPENLDAP_PACKAGE "OpenLDAP"
| #define OPENLDAP_VERSION "2.4.26"
| #define LDAP_VENDOR_VERSION 20426
| #define LDAP_VENDOR_VERSION_MAJOR 2
| #define LDAP_VENDOR_VERSION_MINOR 4
| #define LDAP_VENDOR_VERSION_PATCH 26
| #define HAVE_MKVERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define 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_DLFCN_H 1
| #define EXEEXT ""
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_BITS_TYPES_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_ERRNO_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSLOG_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGSET 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_POLL 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_EPOLL 1
| #define HAVE_SYS_ERRLIST 1
| #define HAVE_STRERROR 1
| #define HAVE_STRERROR_R 1
| #define HAVE_REGEX_H 1
| #define HAVE_RES_QUERY 1
| #define HAVE_HSTRERROR 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_INET_NTOP 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_NSSUTIL_H 1
| #define HAVE_MOZNSS 1
| #define HAVE_TLS 1
| /* end confdefs.h.  */
| /* Define _beginthread to an innocuous variant, in case <limits.h> declares _beginthread.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define _beginthread innocuous__beginthread
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char _beginthread (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef _beginthread
| 
| /* 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 _beginthread ();
| /* 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__beginthread || defined __stub____beginthread
| choke me
| #endif
| 
| int
| main ()
| {
| return _beginthread ();
|   ;
|   return 0;
| }
configure:15774: result: no
configure:15811: checking pthread.h usability
configure:15811: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
configure:15811: $? = 0
configure:15811: result: yes
configure:15811: checking pthread.h presence
configure:15811: cc -E -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c
configure:15811: $? = 0
configure:15811: result: yes
configure:15811: checking for pthread.h
configure:15811: result: yes
configure:15823: checking POSIX thread version
configure:15844: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
configure:15844: $? = 0
configure:15912: result: 10
configure:15930: checking for LinuxThreads pthread.h
configure:15949: result: no
configure:15958: checking for GNU Pth pthread.h
configure:15981: result: no
configure:15988: checking sched.h usability
configure:15988: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
configure:15988: $? = 0
configure:15988: result: yes
configure:15988: checking sched.h presence
configure:15988: cc -E -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c
configure:15988: $? = 0
configure:15988: result: yes
configure:15988: checking for sched.h
configure:15988: result: yes
configure:16001: checking for pthread_create in default libraries
configure:16161: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c -lresolv  >&5
conftest.c: In function 'task':
conftest.c:112: warning: cast to pointer from integer of different size
/tmp/ccoO38bS.o: In function `main':
conftest.c:(.text+0x95): undefined reference to `pthread_create'
collect2: ld returned 1 exit status
configure:16161: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define OPENLDAP_PACKAGE "OpenLDAP"
| #define OPENLDAP_VERSION "2.4.26"
| #define LDAP_VENDOR_VERSION 20426
| #define LDAP_VENDOR_VERSION_MAJOR 2
| #define LDAP_VENDOR_VERSION_MINOR 4
| #define LDAP_VENDOR_VERSION_PATCH 26
| #define HAVE_MKVERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define 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_DLFCN_H 1
| #define EXEEXT ""
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_BITS_TYPES_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_ERRNO_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSLOG_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGSET 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_POLL 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_EPOLL 1
| #define HAVE_SYS_ERRLIST 1
| #define HAVE_STRERROR 1
| #define HAVE_STRERROR_R 1
| #define HAVE_REGEX_H 1
| #define HAVE_RES_QUERY 1
| #define HAVE_HSTRERROR 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_INET_NTOP 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_NSSUTIL_H 1
| #define HAVE_MOZNSS 1
| #define HAVE_TLS 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREADS 10
| #define HAVE_SCHED_H 1
| /* end confdefs.h.  */
| 
| /* pthread test headers */
| #include <pthread.h>
| #if HAVE_PTHREADS < 7
| #include <errno.h>
| #endif
| #ifndef NULL
| #define NULL (void*)0
| #endif
| 
| static void *task(p)
| 	void *p;
| {
| 	return (void *) (p == NULL);
| }
| 
| 
| int main(argc, argv)
| 	int argc;
| 	char **argv;
| {
| 
| 	/* pthread test function */
| #ifndef PTHREAD_CREATE_DETACHED
| #define	PTHREAD_CREATE_DETACHED	1
| #endif
| 	pthread_t t;
| 	int status;
| 	int detach = PTHREAD_CREATE_DETACHED;
| 
| #if HAVE_PTHREADS > 4
| 	/* Final pthreads */
| 	pthread_attr_t attr;
| 
| 	status = pthread_attr_init(&attr);
| 	if( status ) return status;
| 
| #if HAVE_PTHREADS < 7
| 	status = pthread_attr_setdetachstate(&attr, &detach);
| 	if( status < 0 ) status = errno;
| #else
| 	status = pthread_attr_setdetachstate(&attr, detach);
| #endif
| 	if( status ) return status;
| 	status = pthread_create( &t, &attr, task, NULL );
| #if HAVE_PTHREADS < 7
| 	if( status < 0 ) status = errno;
| #endif
| 	if( status ) return status;
| #else
| 	/* Draft 4 pthreads */
| 	status = pthread_create( &t, pthread_attr_default, task, NULL );
| 	if( status ) return errno;
| 
| 	/* give thread a chance to complete */
| 	/* it should remain joinable and hence detachable */
| 	sleep( 1 );
| 
| 	status = pthread_detach( &t );
| 	if( status ) return errno;
| #endif
| 
| #ifdef HAVE_LINUX_THREADS
| 	pthread_kill_other_threads_np();
| #endif
| 
| 	return 0;
| 
| }
| 
configure:16171: result: no
configure:16182: checking for pthread link with -kthread
configure:16346: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c -kthread -lresolv  >&5
cc: unrecognized option '-kthread'
conftest.c: In function 'task':
conftest.c:112: warning: cast to pointer from integer of different size
/tmp/ccWX0wvV.o: In function `main':
conftest.c:(.text+0x95): undefined reference to `pthread_create'
collect2: ld returned 1 exit status
configure:16346: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define OPENLDAP_PACKAGE "OpenLDAP"
| #define OPENLDAP_VERSION "2.4.26"
| #define LDAP_VENDOR_VERSION 20426
| #define LDAP_VENDOR_VERSION_MAJOR 2
| #define LDAP_VENDOR_VERSION_MINOR 4
| #define LDAP_VENDOR_VERSION_PATCH 26
| #define HAVE_MKVERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define 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_DLFCN_H 1
| #define EXEEXT ""
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_BITS_TYPES_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_ERRNO_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSLOG_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGSET 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_POLL 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_EPOLL 1
| #define HAVE_SYS_ERRLIST 1
| #define HAVE_STRERROR 1
| #define HAVE_STRERROR_R 1
| #define HAVE_REGEX_H 1
| #define HAVE_RES_QUERY 1
| #define HAVE_HSTRERROR 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_INET_NTOP 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_NSSUTIL_H 1
| #define HAVE_MOZNSS 1
| #define HAVE_TLS 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREADS 10
| #define HAVE_SCHED_H 1
| /* end confdefs.h.  */
| 
| /* pthread test headers */
| #include <pthread.h>
| #if HAVE_PTHREADS < 7
| #include <errno.h>
| #endif
| #ifndef NULL
| #define NULL (void*)0
| #endif
| 
| static void *task(p)
| 	void *p;
| {
| 	return (void *) (p == NULL);
| }
| 
| 
| int main(argc, argv)
| 	int argc;
| 	char **argv;
| {
| 
| 	/* pthread test function */
| #ifndef PTHREAD_CREATE_DETACHED
| #define	PTHREAD_CREATE_DETACHED	1
| #endif
| 	pthread_t t;
| 	int status;
| 	int detach = PTHREAD_CREATE_DETACHED;
| 
| #if HAVE_PTHREADS > 4
| 	/* Final pthreads */
| 	pthread_attr_t attr;
| 
| 	status = pthread_attr_init(&attr);
| 	if( status ) return status;
| 
| #if HAVE_PTHREADS < 7
| 	status = pthread_attr_setdetachstate(&attr, &detach);
| 	if( status < 0 ) status = errno;
| #else
| 	status = pthread_attr_setdetachstate(&attr, detach);
| #endif
| 	if( status ) return status;
| 	status = pthread_create( &t, &attr, task, NULL );
| #if HAVE_PTHREADS < 7
| 	if( status < 0 ) status = errno;
| #endif
| 	if( status ) return status;
| #else
| 	/* Draft 4 pthreads */
| 	status = pthread_create( &t, pthread_attr_default, task, NULL );
| 	if( status ) return errno;
| 
| 	/* give thread a chance to complete */
| 	/* it should remain joinable and hence detachable */
| 	sleep( 1 );
| 
| 	status = pthread_detach( &t );
| 	if( status ) return errno;
| #endif
| 
| #ifdef HAVE_LINUX_THREADS
| 	pthread_kill_other_threads_np();
| #endif
| 
| 	return 0;
| 
| }
| 
configure:16360: result: no
configure:16372: checking for pthread link with -pthread
configure:16536: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c -pthread -lresolv  >&5
conftest.c: In function 'task':
conftest.c:112: warning: cast to pointer from integer of different size
configure:16536: $? = 0
configure:16536: ./conftest
configure:16536: $? = 0
configure:16550: result: yes
configure:19046: checking for sched_yield
configure:19046: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c  -pthread -lresolv  >&5
configure:19046: $? = 0
configure:19046: result: yes
configure:19046: checking for pthread_yield
configure:19046: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c  -pthread -lresolv  >&5
configure:19046: $? = 0
configure:19046: result: yes
configure:19046: checking for thr_yield
configure:19046: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c  -pthread -lresolv  >&5
/tmp/cc0SHU28.o: In function `main':
conftest.c:(.text+0xa): undefined reference to `thr_yield'
collect2: ld returned 1 exit status
configure:19046: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define OPENLDAP_PACKAGE "OpenLDAP"
| #define OPENLDAP_VERSION "2.4.26"
| #define LDAP_VENDOR_VERSION 20426
| #define LDAP_VENDOR_VERSION_MAJOR 2
| #define LDAP_VENDOR_VERSION_MINOR 4
| #define LDAP_VENDOR_VERSION_PATCH 26
| #define HAVE_MKVERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define 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_DLFCN_H 1
| #define EXEEXT ""
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_BITS_TYPES_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_ERRNO_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSLOG_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGSET 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_POLL 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_EPOLL 1
| #define HAVE_SYS_ERRLIST 1
| #define HAVE_STRERROR 1
| #define HAVE_STRERROR_R 1
| #define HAVE_REGEX_H 1
| #define HAVE_RES_QUERY 1
| #define HAVE_HSTRERROR 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_INET_NTOP 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_NSSUTIL_H 1
| #define HAVE_MOZNSS 1
| #define HAVE_TLS 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREADS 10
| #define HAVE_SCHED_H 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_PTHREAD_YIELD 1
| /* end confdefs.h.  */
| /* Define thr_yield to an innocuous variant, in case <limits.h> declares thr_yield.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define thr_yield innocuous_thr_yield
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char thr_yield (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef thr_yield
| 
| /* 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 thr_yield ();
| /* 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_thr_yield || defined __stub___thr_yield
| choke me
| #endif
| 
| int
| main ()
| {
| return thr_yield ();
|   ;
|   return 0;
| }
configure:19046: result: no
configure:19116: checking for pthread_kill
configure:19116: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c  -pthread -lresolv  >&5
configure:19116: $? = 0
configure:19116: result: yes
configure:19126: checking for pthread_rwlock_destroy with <pthread.h>
configure:19146: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c  -pthread -lresolv  >&5
configure:19146: $? = 0
configure:19155: result: yes
configure:19163: checking for pthread_detach with <pthread.h>
configure:19185: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c  -pthread -lresolv  >&5
conftest.c: In function 'main':
conftest.c:112: warning: passing argument 1 of 'pthread_detach' makes integer from pointer without a cast
/usr/include/pthread.h:265: note: expected 'pthread_t' but argument is of type 'void *'
configure:19185: $? = 0
configure:19194: result: yes
configure:19213: checking for pthread_setconcurrency
configure:19213: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c  -pthread -lresolv  >&5
configure:19213: $? = 0
configure:19213: result: yes
configure:19213: checking for pthread_getconcurrency
configure:19213: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c  -pthread -lresolv  >&5
configure:19213: $? = 0
configure:19213: result: yes
configure:19213: checking for thr_setconcurrency
configure:19213: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c  -pthread -lresolv  >&5
/tmp/ccgNJTfw.o: In function `main':
conftest.c:(.text+0xa): undefined reference to `thr_setconcurrency'
collect2: ld returned 1 exit status
configure:19213: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define OPENLDAP_PACKAGE "OpenLDAP"
| #define OPENLDAP_VERSION "2.4.26"
| #define LDAP_VENDOR_VERSION 20426
| #define LDAP_VENDOR_VERSION_MAJOR 2
| #define LDAP_VENDOR_VERSION_MINOR 4
| #define LDAP_VENDOR_VERSION_PATCH 26
| #define HAVE_MKVERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define 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_DLFCN_H 1
| #define EXEEXT ""
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_BITS_TYPES_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_ERRNO_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSLOG_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGSET 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_POLL 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_EPOLL 1
| #define HAVE_SYS_ERRLIST 1
| #define HAVE_STRERROR 1
| #define HAVE_STRERROR_R 1
| #define HAVE_REGEX_H 1
| #define HAVE_RES_QUERY 1
| #define HAVE_HSTRERROR 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_INET_NTOP 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_NSSUTIL_H 1
| #define HAVE_MOZNSS 1
| #define HAVE_TLS 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREADS 10
| #define HAVE_SCHED_H 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_PTHREAD_YIELD 1
| #define HAVE_PTHREAD_KILL 1
| #define HAVE_PTHREAD_RWLOCK_DESTROY 1
| #define HAVE_PTHREAD_DETACH 1
| #define HAVE_PTHREAD_SETCONCURRENCY 1
| #define HAVE_PTHREAD_GETCONCURRENCY 1
| /* end confdefs.h.  */
| /* Define thr_setconcurrency to an innocuous variant, in case <limits.h> declares thr_setconcurrency.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define thr_setconcurrency innocuous_thr_setconcurrency
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char thr_setconcurrency (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef thr_setconcurrency
| 
| /* 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 thr_setconcurrency ();
| /* 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_thr_setconcurrency || defined __stub___thr_setconcurrency
| choke me
| #endif
| 
| int
| main ()
| {
| return thr_setconcurrency ();
|   ;
|   return 0;
| }
configure:19213: result: no
configure:19213: checking for thr_getconcurrency
configure:19213: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c  -pthread -lresolv  >&5
/tmp/ccMvjxiC.o: In function `main':
conftest.c:(.text+0xa): undefined reference to `thr_getconcurrency'
collect2: ld returned 1 exit status
configure:19213: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define OPENLDAP_PACKAGE "OpenLDAP"
| #define OPENLDAP_VERSION "2.4.26"
| #define LDAP_VENDOR_VERSION 20426
| #define LDAP_VENDOR_VERSION_MAJOR 2
| #define LDAP_VENDOR_VERSION_MINOR 4
| #define LDAP_VENDOR_VERSION_PATCH 26
| #define HAVE_MKVERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define 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_DLFCN_H 1
| #define EXEEXT ""
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_BITS_TYPES_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_ERRNO_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSLOG_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGSET 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_POLL 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_EPOLL 1
| #define HAVE_SYS_ERRLIST 1
| #define HAVE_STRERROR 1
| #define HAVE_STRERROR_R 1
| #define HAVE_REGEX_H 1
| #define HAVE_RES_QUERY 1
| #define HAVE_HSTRERROR 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_INET_NTOP 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_NSSUTIL_H 1
| #define HAVE_MOZNSS 1
| #define HAVE_TLS 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREADS 10
| #define HAVE_SCHED_H 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_PTHREAD_YIELD 1
| #define HAVE_PTHREAD_KILL 1
| #define HAVE_PTHREAD_RWLOCK_DESTROY 1
| #define HAVE_PTHREAD_DETACH 1
| #define HAVE_PTHREAD_SETCONCURRENCY 1
| #define HAVE_PTHREAD_GETCONCURRENCY 1
| /* end confdefs.h.  */
| /* Define thr_getconcurrency to an innocuous variant, in case <limits.h> declares thr_getconcurrency.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define thr_getconcurrency innocuous_thr_getconcurrency
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char thr_getconcurrency (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef thr_getconcurrency
| 
| /* 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 thr_getconcurrency ();
| /* 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_thr_getconcurrency || defined __stub___thr_getconcurrency
| choke me
| #endif
| 
| int
| main ()
| {
| return thr_getconcurrency ();
|   ;
|   return 0;
| }
configure:19213: result: no
configure:19227: checking for pthread_kill_other_threads_np
configure:19227: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c  -pthread -lresolv  >&5
/tmp/ccElpRID.o: In function `main':
conftest.c:(.text+0xa): undefined reference to `pthread_kill_other_threads_np'
collect2: ld returned 1 exit status
configure:19227: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define OPENLDAP_PACKAGE "OpenLDAP"
| #define OPENLDAP_VERSION "2.4.26"
| #define LDAP_VENDOR_VERSION 20426
| #define LDAP_VENDOR_VERSION_MAJOR 2
| #define LDAP_VENDOR_VERSION_MINOR 4
| #define LDAP_VENDOR_VERSION_PATCH 26
| #define HAVE_MKVERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define 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_DLFCN_H 1
| #define EXEEXT ""
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_BITS_TYPES_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_ERRNO_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSLOG_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGSET 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_POLL 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_EPOLL 1
| #define HAVE_SYS_ERRLIST 1
| #define HAVE_STRERROR 1
| #define HAVE_STRERROR_R 1
| #define HAVE_REGEX_H 1
| #define HAVE_RES_QUERY 1
| #define HAVE_HSTRERROR 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_INET_NTOP 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_NSSUTIL_H 1
| #define HAVE_MOZNSS 1
| #define HAVE_TLS 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREADS 10
| #define HAVE_SCHED_H 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_PTHREAD_YIELD 1
| #define HAVE_PTHREAD_KILL 1
| #define HAVE_PTHREAD_RWLOCK_DESTROY 1
| #define HAVE_PTHREAD_DETACH 1
| #define HAVE_PTHREAD_SETCONCURRENCY 1
| #define HAVE_PTHREAD_GETCONCURRENCY 1
| /* end confdefs.h.  */
| /* Define pthread_kill_other_threads_np to an innocuous variant, in case <limits.h> declares pthread_kill_other_threads_np.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define pthread_kill_other_threads_np innocuous_pthread_kill_other_threads_np
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char pthread_kill_other_threads_np (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef pthread_kill_other_threads_np
| 
| /* 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_kill_other_threads_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_kill_other_threads_np || defined __stub___pthread_kill_other_threads_np
| choke me
| #endif
| 
| int
| main ()
| {
| return pthread_kill_other_threads_np ();
|   ;
|   return 0;
| }
configure:19227: result: no
configure:19236: checking for LinuxThreads implementation
configure:19243: result: no
configure:19249: checking for LinuxThreads consistency
configure:19266: result: no
configure:19274: checking if pthread_create() works
configure:19356: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c  -pthread -lresolv  >&5
conftest.c: In function 'task':
conftest.c:119: warning: cast to pointer from integer of different size
configure:19356: $? = 0
configure:19356: ./conftest
configure:19356: $? = 0
configure:19366: result: yes
configure:19382: checking if select yields when using pthreads
configure:19468: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c  -pthread -lresolv  >&5
conftest.c: In function 'task':
conftest.c:136: warning: incompatible implicit declaration of built-in function 'exit'
conftest.c:139: warning: incompatible implicit declaration of built-in function 'exit'
conftest.c: In function 'main':
conftest.c:151: warning: incompatible implicit declaration of built-in function 'exit'
conftest.c:178: warning: incompatible implicit declaration of built-in function 'exit'
configure:19468: $? = 0
configure:19468: ./conftest
configure:19468: $? = 2
configure: program exited with status 2
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define OPENLDAP_PACKAGE "OpenLDAP"
| #define OPENLDAP_VERSION "2.4.26"
| #define LDAP_VENDOR_VERSION 20426
| #define LDAP_VENDOR_VERSION_MAJOR 2
| #define LDAP_VENDOR_VERSION_MINOR 4
| #define LDAP_VENDOR_VERSION_PATCH 26
| #define HAVE_MKVERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define 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_DLFCN_H 1
| #define EXEEXT ""
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_BITS_TYPES_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_ERRNO_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSLOG_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGSET 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_POLL 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_EPOLL 1
| #define HAVE_SYS_ERRLIST 1
| #define HAVE_STRERROR 1
| #define HAVE_STRERROR_R 1
| #define HAVE_REGEX_H 1
| #define HAVE_RES_QUERY 1
| #define HAVE_HSTRERROR 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_INET_NTOP 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_NSSUTIL_H 1
| #define HAVE_MOZNSS 1
| #define HAVE_TLS 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREADS 10
| #define HAVE_SCHED_H 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_PTHREAD_YIELD 1
| #define HAVE_PTHREAD_KILL 1
| #define HAVE_PTHREAD_RWLOCK_DESTROY 1
| #define HAVE_PTHREAD_DETACH 1
| #define HAVE_PTHREAD_SETCONCURRENCY 1
| #define HAVE_PTHREAD_GETCONCURRENCY 1
| /* end confdefs.h.  */
| 
| #include <sys/types.h>
| #include <sys/time.h>
| #include <unistd.h>
| #include <pthread.h>
| #ifndef NULL
| #define NULL (void*) 0
| #endif
| 
| static int fildes[2];
| 
| static void *task(p)
| 	void *p;
| {
| 	int i;
| 	struct timeval tv;
| 
| 	fd_set rfds;
| 
| 	tv.tv_sec=10;
| 	tv.tv_usec=0;
| 
| 	FD_ZERO(&rfds);
| 	FD_SET(fildes[0], &rfds);
| 
| 	/* we're not interested in any fds */
| 	i = select(FD_SETSIZE, &rfds, NULL, NULL, &tv);
| 
| 	if(i < 0) {
| 		perror("select");
| 		exit(10);
| 	}
| 
| 	exit(0); /* if we exit here, the select blocked the whole process */
| }
| 
| int main(argc, argv)
| 	int argc;
| 	char **argv;
| {
| 	pthread_t t;
| 
| 	/* create a pipe to select */
| 	if(pipe(&fildes[0])) {
| 		perror("select");
| 		exit(1);
| 	}
| 
| #ifdef HAVE_PTHREAD_SETCONCURRENCY
| 	(void) pthread_setconcurrency(2);
| #else
| #ifdef HAVE_THR_SETCONCURRENCY
| 	/* Set Solaris LWP concurrency to 2 */
| 	thr_setconcurrency(2);
| #endif
| #endif
| 
| #if HAVE_PTHREADS < 6
| 	pthread_create(&t, pthread_attr_default, task, NULL);
| #else
| 	pthread_create(&t, NULL, task, NULL);
| #endif
| 
| 	/* make sure task runs first */
| #ifdef HAVE_THR_YIELD
| 	thr_yield();
| #elif defined( HAVE_SCHED_YIELD )
| 	sched_yield();
| #elif defined( HAVE_PTHREAD_YIELD )
| 	pthread_yield();
| #endif
| 
| 	exit(2);
| }
configure:19478: result: yes
configure:19885: checking for thread specific errno
configure:19902: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c -lresolv  >&5
configure:19902: $? = 0
configure:19911: result: yes
configure:19914: checking for thread specific h_errno
configure:19931: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c -lresolv  >&5
configure:19931: $? = 0
configure:19940: result: yes
configure:19984: checking for ctime_r
configure:19984: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c -lresolv  >&5
configure:19984: $? = 0
configure:19984: result: yes
configure:19984: checking for gmtime_r
configure:19984: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c -lresolv  >&5
configure:19984: $? = 0
configure:19984: result: yes
configure:19984: checking for localtime_r
configure:19984: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c -lresolv  >&5
configure:19984: $? = 0
configure:19984: result: yes
configure:19984: checking for gethostbyname_r
configure:19984: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c -lresolv  >&5
configure:19984: $? = 0
configure:19984: result: yes
configure:19984: checking for gethostbyaddr_r
configure:19984: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c -lresolv  >&5
configure:19984: $? = 0
configure:19984: result: yes
configure:19998: checking number of arguments of ctime_r
configure:20014: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
conftest.c: In function 'main':
conftest.c:124: error: too many arguments to function 'ctime_r'
configure:20014: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define OPENLDAP_PACKAGE "OpenLDAP"
| #define OPENLDAP_VERSION "2.4.26"
| #define LDAP_VENDOR_VERSION 20426
| #define LDAP_VENDOR_VERSION_MAJOR 2
| #define LDAP_VENDOR_VERSION_MINOR 4
| #define LDAP_VENDOR_VERSION_PATCH 26
| #define HAVE_MKVERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define 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_DLFCN_H 1
| #define EXEEXT ""
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_BITS_TYPES_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_ERRNO_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSLOG_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGSET 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_POLL 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_EPOLL 1
| #define HAVE_SYS_ERRLIST 1
| #define HAVE_STRERROR 1
| #define HAVE_STRERROR_R 1
| #define HAVE_REGEX_H 1
| #define HAVE_RES_QUERY 1
| #define HAVE_HSTRERROR 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_INET_NTOP 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_NSSUTIL_H 1
| #define HAVE_MOZNSS 1
| #define HAVE_TLS 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREADS 10
| #define HAVE_SCHED_H 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_PTHREAD_YIELD 1
| #define HAVE_PTHREAD_KILL 1
| #define HAVE_PTHREAD_RWLOCK_DESTROY 1
| #define HAVE_PTHREAD_DETACH 1
| #define HAVE_PTHREAD_SETCONCURRENCY 1
| #define HAVE_PTHREAD_GETCONCURRENCY 1
| #define HAVE_YIELDING_SELECT 1
| #define REENTRANT 1
| #define _REENTRANT 1
| #define THREAD_SAFE 1
| #define _THREAD_SAFE 1
| #define THREADSAFE 1
| #define _THREADSAFE 1
| #define _SGI_MP_SOURCE 1
| #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
| #define HAVE_CTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_GETHOSTBYADDR_R 1
| /* end confdefs.h.  */
| #include <time.h>
| int
| main ()
| {
| time_t ti; char *buffer; ctime_r(&ti,buffer,32);
|   ;
|   return 0;
| }
configure:20032: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
configure:20032: $? = 0
configure:20054: result: 2
configure:20068: checking number of arguments of gethostbyname_r
configure:20091: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
conftest.c: In function 'main':
conftest.c:132: warning: passing argument 5 of 'gethostbyname_r' from incompatible pointer type
/usr/include/netdb.h:178: note: expected 'struct hostent ** __restrict__' but argument is of type 'int *'
conftest.c:132: error: too few arguments to function 'gethostbyname_r'
configure:20091: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define OPENLDAP_PACKAGE "OpenLDAP"
| #define OPENLDAP_VERSION "2.4.26"
| #define LDAP_VENDOR_VERSION 20426
| #define LDAP_VENDOR_VERSION_MAJOR 2
| #define LDAP_VENDOR_VERSION_MINOR 4
| #define LDAP_VENDOR_VERSION_PATCH 26
| #define HAVE_MKVERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define 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_DLFCN_H 1
| #define EXEEXT ""
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_BITS_TYPES_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_ERRNO_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSLOG_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGSET 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_POLL 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_EPOLL 1
| #define HAVE_SYS_ERRLIST 1
| #define HAVE_STRERROR 1
| #define HAVE_STRERROR_R 1
| #define HAVE_REGEX_H 1
| #define HAVE_RES_QUERY 1
| #define HAVE_HSTRERROR 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_INET_NTOP 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_NSSUTIL_H 1
| #define HAVE_MOZNSS 1
| #define HAVE_TLS 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREADS 10
| #define HAVE_SCHED_H 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_PTHREAD_YIELD 1
| #define HAVE_PTHREAD_KILL 1
| #define HAVE_PTHREAD_RWLOCK_DESTROY 1
| #define HAVE_PTHREAD_DETACH 1
| #define HAVE_PTHREAD_SETCONCURRENCY 1
| #define HAVE_PTHREAD_GETCONCURRENCY 1
| #define HAVE_YIELDING_SELECT 1
| #define REENTRANT 1
| #define _REENTRANT 1
| #define THREAD_SAFE 1
| #define _THREAD_SAFE 1
| #define THREADSAFE 1
| #define _THREADSAFE 1
| #define _SGI_MP_SOURCE 1
| #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
| #define HAVE_CTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_GETHOSTBYADDR_R 1
| #define CTIME_R_NARGS 2
| /* end confdefs.h.  */
| #include <sys/types.h>
| #include <sys/socket.h>
| #include <netinet/in.h>
| #include <netdb.h>
| #define BUFSIZE (sizeof(struct hostent)+10)
| int
| main ()
| {
| struct hostent hent; char buffer[BUFSIZE];
| 		int bufsize=BUFSIZE;int h_errno;
| 		(void)gethostbyname_r("segovia.cs.purdue.edu", &hent,
| 			buffer, bufsize, &h_errno);
|   ;
|   return 0;
| }
configure:20117: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
configure:20117: $? = 0
configure:20139: result: 6
configure:20154: checking number of arguments of gethostbyaddr_r
configure:20179: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
conftest.c: In function 'main':
conftest.c:135: warning: passing argument 7 of 'gethostbyaddr_r' from incompatible pointer type
/usr/include/netdb.h:171: note: expected 'struct hostent ** __restrict__' but argument is of type 'int *'
conftest.c:135: error: too few arguments to function 'gethostbyaddr_r'
configure:20179: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define OPENLDAP_PACKAGE "OpenLDAP"
| #define OPENLDAP_VERSION "2.4.26"
| #define LDAP_VENDOR_VERSION 20426
| #define LDAP_VENDOR_VERSION_MAJOR 2
| #define LDAP_VENDOR_VERSION_MINOR 4
| #define LDAP_VENDOR_VERSION_PATCH 26
| #define HAVE_MKVERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define 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_DLFCN_H 1
| #define EXEEXT ""
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_BITS_TYPES_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_ERRNO_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSLOG_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGSET 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_POLL 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_EPOLL 1
| #define HAVE_SYS_ERRLIST 1
| #define HAVE_STRERROR 1
| #define HAVE_STRERROR_R 1
| #define HAVE_REGEX_H 1
| #define HAVE_RES_QUERY 1
| #define HAVE_HSTRERROR 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_INET_NTOP 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_NSSUTIL_H 1
| #define HAVE_MOZNSS 1
| #define HAVE_TLS 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREADS 10
| #define HAVE_SCHED_H 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_PTHREAD_YIELD 1
| #define HAVE_PTHREAD_KILL 1
| #define HAVE_PTHREAD_RWLOCK_DESTROY 1
| #define HAVE_PTHREAD_DETACH 1
| #define HAVE_PTHREAD_SETCONCURRENCY 1
| #define HAVE_PTHREAD_GETCONCURRENCY 1
| #define HAVE_YIELDING_SELECT 1
| #define REENTRANT 1
| #define _REENTRANT 1
| #define THREAD_SAFE 1
| #define _THREAD_SAFE 1
| #define THREADSAFE 1
| #define _THREADSAFE 1
| #define _SGI_MP_SOURCE 1
| #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
| #define HAVE_CTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_GETHOSTBYADDR_R 1
| #define CTIME_R_NARGS 2
| #define GETHOSTBYNAME_R_NARGS 6
| /* end confdefs.h.  */
| #include <sys/types.h>
| #include <sys/socket.h>
| #include <netinet/in.h>
| #include <netdb.h>
| #define BUFSIZE (sizeof(struct hostent)+10)
| int
| main ()
| {
| struct hostent hent; char buffer[BUFSIZE];
| 	    struct in_addr add;
| 	    size_t alen=sizeof(struct in_addr);
| 	    int bufsize=BUFSIZE;int h_errno;
| 		(void)gethostbyaddr_r( (void *)&(add.s_addr),
| 			alen, AF_INET, &hent, buffer, bufsize, &h_errno);
|   ;
|   return 0;
| }
configure:20208: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
configure:20208: $? = 0
configure:20230: result: 8
configure:21553: checking for openlog
configure:21553: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c -lresolv  >&5
configure:21553: $? = 0
configure:21553: result: yes
configure:21794: checking for mysql_config
configure:21810: found /usr/local/bin/mysql_config
configure:21821: result: yes
configure:21838: checking for NdbApi.hpp
configure:21844: cc -E -I/usr/local/include/mysql -I/usr/local/include/mysql/storage/ndb -I/usr/local/include/mysql/storage/ndb/ndbapi conftest.c
configure:21844: $? = 0
configure:21845: result: yes
configure:21860: checking for ndb_init in -lndbclient
configure:21885: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr -rdynamic -L/usr/local/lib/mysql -lmysqlclient_r -lz -lrt -lpthread -lcrypt -lnsl -lm -lpthread conftest.c -lndbclient -lstdc++ -lresolv  >&5
configure:21885: $? = 0
configure:21894: result: yes
configure:21916: checking unicode/utypes.h usability
configure:21916: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
conftest.c:156:28: error: unicode/utypes.h: No such file or directory
configure:21916: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define OPENLDAP_PACKAGE "OpenLDAP"
| #define OPENLDAP_VERSION "2.4.26"
| #define LDAP_VENDOR_VERSION 20426
| #define LDAP_VENDOR_VERSION_MAJOR 2
| #define LDAP_VENDOR_VERSION_MINOR 4
| #define LDAP_VENDOR_VERSION_PATCH 26
| #define HAVE_MKVERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define 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_DLFCN_H 1
| #define EXEEXT ""
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_BITS_TYPES_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_ERRNO_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSLOG_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGSET 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_POLL 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_EPOLL 1
| #define HAVE_SYS_ERRLIST 1
| #define HAVE_STRERROR 1
| #define HAVE_STRERROR_R 1
| #define HAVE_REGEX_H 1
| #define HAVE_RES_QUERY 1
| #define HAVE_HSTRERROR 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_INET_NTOP 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_NSSUTIL_H 1
| #define HAVE_MOZNSS 1
| #define HAVE_TLS 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREADS 10
| #define HAVE_SCHED_H 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_PTHREAD_YIELD 1
| #define HAVE_PTHREAD_KILL 1
| #define HAVE_PTHREAD_RWLOCK_DESTROY 1
| #define HAVE_PTHREAD_DETACH 1
| #define HAVE_PTHREAD_SETCONCURRENCY 1
| #define HAVE_PTHREAD_GETCONCURRENCY 1
| #define HAVE_YIELDING_SELECT 1
| #define REENTRANT 1
| #define _REENTRANT 1
| #define THREAD_SAFE 1
| #define _THREAD_SAFE 1
| #define THREADSAFE 1
| #define _THREADSAFE 1
| #define _SGI_MP_SOURCE 1
| #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
| #define HAVE_CTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_GETHOSTBYADDR_R 1
| #define CTIME_R_NARGS 2
| #define GETHOSTBYNAME_R_NARGS 6
| #define GETHOSTBYADDR_R_NARGS 8
| /* 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 <unicode/utypes.h>
configure:21916: result: no
configure:21916: checking unicode/utypes.h presence
configure:21916: cc -E -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c
conftest.c:123:28: error: unicode/utypes.h: No such file or directory
configure:21916: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define OPENLDAP_PACKAGE "OpenLDAP"
| #define OPENLDAP_VERSION "2.4.26"
| #define LDAP_VENDOR_VERSION 20426
| #define LDAP_VENDOR_VERSION_MAJOR 2
| #define LDAP_VENDOR_VERSION_MINOR 4
| #define LDAP_VENDOR_VERSION_PATCH 26
| #define HAVE_MKVERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define 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_DLFCN_H 1
| #define EXEEXT ""
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_BITS_TYPES_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_ERRNO_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSLOG_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGSET 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_POLL 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_EPOLL 1
| #define HAVE_SYS_ERRLIST 1
| #define HAVE_STRERROR 1
| #define HAVE_STRERROR_R 1
| #define HAVE_REGEX_H 1
| #define HAVE_RES_QUERY 1
| #define HAVE_HSTRERROR 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_INET_NTOP 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_NSSUTIL_H 1
| #define HAVE_MOZNSS 1
| #define HAVE_TLS 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREADS 10
| #define HAVE_SCHED_H 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_PTHREAD_YIELD 1
| #define HAVE_PTHREAD_KILL 1
| #define HAVE_PTHREAD_RWLOCK_DESTROY 1
| #define HAVE_PTHREAD_DETACH 1
| #define HAVE_PTHREAD_SETCONCURRENCY 1
| #define HAVE_PTHREAD_GETCONCURRENCY 1
| #define HAVE_YIELDING_SELECT 1
| #define REENTRANT 1
| #define _REENTRANT 1
| #define THREAD_SAFE 1
| #define _THREAD_SAFE 1
| #define THREADSAFE 1
| #define _THREADSAFE 1
| #define _SGI_MP_SOURCE 1
| #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
| #define HAVE_CTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_GETHOSTBYADDR_R 1
| #define CTIME_R_NARGS 2
| #define GETHOSTBYNAME_R_NARGS 6
| #define GETHOSTBYADDR_R_NARGS 8
| /* end confdefs.h.  */
| #include <unicode/utypes.h>
configure:21916: result: no
configure:21916: checking for unicode/utypes.h
configure:21916: result: no
configure:21975: WARNING: ICU not available
configure:21987: checking sasl/sasl.h usability
configure:21987: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
conftest.c:156:23: error: sasl/sasl.h: No such file or directory
configure:21987: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define OPENLDAP_PACKAGE "OpenLDAP"
| #define OPENLDAP_VERSION "2.4.26"
| #define LDAP_VENDOR_VERSION 20426
| #define LDAP_VENDOR_VERSION_MAJOR 2
| #define LDAP_VENDOR_VERSION_MINOR 4
| #define LDAP_VENDOR_VERSION_PATCH 26
| #define HAVE_MKVERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define 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_DLFCN_H 1
| #define EXEEXT ""
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_BITS_TYPES_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_ERRNO_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSLOG_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGSET 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_POLL 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_EPOLL 1
| #define HAVE_SYS_ERRLIST 1
| #define HAVE_STRERROR 1
| #define HAVE_STRERROR_R 1
| #define HAVE_REGEX_H 1
| #define HAVE_RES_QUERY 1
| #define HAVE_HSTRERROR 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_INET_NTOP 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_NSSUTIL_H 1
| #define HAVE_MOZNSS 1
| #define HAVE_TLS 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREADS 10
| #define HAVE_SCHED_H 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_PTHREAD_YIELD 1
| #define HAVE_PTHREAD_KILL 1
| #define HAVE_PTHREAD_RWLOCK_DESTROY 1
| #define HAVE_PTHREAD_DETACH 1
| #define HAVE_PTHREAD_SETCONCURRENCY 1
| #define HAVE_PTHREAD_GETCONCURRENCY 1
| #define HAVE_YIELDING_SELECT 1
| #define REENTRANT 1
| #define _REENTRANT 1
| #define THREAD_SAFE 1
| #define _THREAD_SAFE 1
| #define THREADSAFE 1
| #define _THREADSAFE 1
| #define _SGI_MP_SOURCE 1
| #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
| #define HAVE_CTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_GETHOSTBYADDR_R 1
| #define CTIME_R_NARGS 2
| #define GETHOSTBYNAME_R_NARGS 6
| #define GETHOSTBYADDR_R_NARGS 8
| /* 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 <sasl/sasl.h>
configure:21987: result: no
configure:21987: checking sasl/sasl.h presence
configure:21987: cc -E -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c
conftest.c:123:23: error: sasl/sasl.h: No such file or directory
configure:21987: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define OPENLDAP_PACKAGE "OpenLDAP"
| #define OPENLDAP_VERSION "2.4.26"
| #define LDAP_VENDOR_VERSION 20426
| #define LDAP_VENDOR_VERSION_MAJOR 2
| #define LDAP_VENDOR_VERSION_MINOR 4
| #define LDAP_VENDOR_VERSION_PATCH 26
| #define HAVE_MKVERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define 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_DLFCN_H 1
| #define EXEEXT ""
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_BITS_TYPES_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_ERRNO_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSLOG_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGSET 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_POLL 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_EPOLL 1
| #define HAVE_SYS_ERRLIST 1
| #define HAVE_STRERROR 1
| #define HAVE_STRERROR_R 1
| #define HAVE_REGEX_H 1
| #define HAVE_RES_QUERY 1
| #define HAVE_HSTRERROR 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_INET_NTOP 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_NSSUTIL_H 1
| #define HAVE_MOZNSS 1
| #define HAVE_TLS 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREADS 10
| #define HAVE_SCHED_H 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_PTHREAD_YIELD 1
| #define HAVE_PTHREAD_KILL 1
| #define HAVE_PTHREAD_RWLOCK_DESTROY 1
| #define HAVE_PTHREAD_DETACH 1
| #define HAVE_PTHREAD_SETCONCURRENCY 1
| #define HAVE_PTHREAD_GETCONCURRENCY 1
| #define HAVE_YIELDING_SELECT 1
| #define REENTRANT 1
| #define _REENTRANT 1
| #define THREAD_SAFE 1
| #define _THREAD_SAFE 1
| #define THREADSAFE 1
| #define _THREADSAFE 1
| #define _SGI_MP_SOURCE 1
| #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
| #define HAVE_CTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_GETHOSTBYADDR_R 1
| #define CTIME_R_NARGS 2
| #define GETHOSTBYNAME_R_NARGS 6
| #define GETHOSTBYADDR_R_NARGS 8
| /* end confdefs.h.  */
| #include <sasl/sasl.h>
configure:21987: result: no
configure:21987: checking for sasl/sasl.h
configure:21987: result: no
configure:21987: checking sasl.h usability
configure:21987: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
conftest.c:156:18: error: sasl.h: No such file or directory
configure:21987: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define OPENLDAP_PACKAGE "OpenLDAP"
| #define OPENLDAP_VERSION "2.4.26"
| #define LDAP_VENDOR_VERSION 20426
| #define LDAP_VENDOR_VERSION_MAJOR 2
| #define LDAP_VENDOR_VERSION_MINOR 4
| #define LDAP_VENDOR_VERSION_PATCH 26
| #define HAVE_MKVERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define 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_DLFCN_H 1
| #define EXEEXT ""
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_BITS_TYPES_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_ERRNO_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSLOG_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGSET 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_POLL 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_EPOLL 1
| #define HAVE_SYS_ERRLIST 1
| #define HAVE_STRERROR 1
| #define HAVE_STRERROR_R 1
| #define HAVE_REGEX_H 1
| #define HAVE_RES_QUERY 1
| #define HAVE_HSTRERROR 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_INET_NTOP 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_NSSUTIL_H 1
| #define HAVE_MOZNSS 1
| #define HAVE_TLS 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREADS 10
| #define HAVE_SCHED_H 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_PTHREAD_YIELD 1
| #define HAVE_PTHREAD_KILL 1
| #define HAVE_PTHREAD_RWLOCK_DESTROY 1
| #define HAVE_PTHREAD_DETACH 1
| #define HAVE_PTHREAD_SETCONCURRENCY 1
| #define HAVE_PTHREAD_GETCONCURRENCY 1
| #define HAVE_YIELDING_SELECT 1
| #define REENTRANT 1
| #define _REENTRANT 1
| #define THREAD_SAFE 1
| #define _THREAD_SAFE 1
| #define THREADSAFE 1
| #define _THREADSAFE 1
| #define _SGI_MP_SOURCE 1
| #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
| #define HAVE_CTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_GETHOSTBYADDR_R 1
| #define CTIME_R_NARGS 2
| #define GETHOSTBYNAME_R_NARGS 6
| #define GETHOSTBYADDR_R_NARGS 8
| /* 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 <sasl.h>
configure:21987: result: no
configure:21987: checking sasl.h presence
configure:21987: cc -E -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c
conftest.c:123:18: error: sasl.h: No such file or directory
configure:21987: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define OPENLDAP_PACKAGE "OpenLDAP"
| #define OPENLDAP_VERSION "2.4.26"
| #define LDAP_VENDOR_VERSION 20426
| #define LDAP_VENDOR_VERSION_MAJOR 2
| #define LDAP_VENDOR_VERSION_MINOR 4
| #define LDAP_VENDOR_VERSION_PATCH 26
| #define HAVE_MKVERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define 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_DLFCN_H 1
| #define EXEEXT ""
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_BITS_TYPES_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_ERRNO_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSLOG_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGSET 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_POLL 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_EPOLL 1
| #define HAVE_SYS_ERRLIST 1
| #define HAVE_STRERROR 1
| #define HAVE_STRERROR_R 1
| #define HAVE_REGEX_H 1
| #define HAVE_RES_QUERY 1
| #define HAVE_HSTRERROR 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_INET_NTOP 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_NSSUTIL_H 1
| #define HAVE_MOZNSS 1
| #define HAVE_TLS 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREADS 10
| #define HAVE_SCHED_H 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_PTHREAD_YIELD 1
| #define HAVE_PTHREAD_KILL 1
| #define HAVE_PTHREAD_RWLOCK_DESTROY 1
| #define HAVE_PTHREAD_DETACH 1
| #define HAVE_PTHREAD_SETCONCURRENCY 1
| #define HAVE_PTHREAD_GETCONCURRENCY 1
| #define HAVE_YIELDING_SELECT 1
| #define REENTRANT 1
| #define _REENTRANT 1
| #define THREAD_SAFE 1
| #define _THREAD_SAFE 1
| #define THREADSAFE 1
| #define _THREADSAFE 1
| #define _SGI_MP_SOURCE 1
| #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
| #define HAVE_CTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_GETHOSTBYADDR_R 1
| #define CTIME_R_NARGS 2
| #define GETHOSTBYNAME_R_NARGS 6
| #define GETHOSTBYADDR_R_NARGS 8
| /* end confdefs.h.  */
| #include <sasl.h>
configure:21987: result: no
configure:21987: checking for sasl.h
configure:21987: result: no
configure:22088: WARNING: Could not locate Cyrus SASL
configure:22090: WARNING: SASL authentication not supported!
configure:22197: checking fetch(3) library
configure:22219: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c -lfetch -lcom_err -lresolv  >&5
conftest.c:129:19: error: fetch.h: No such file or directory
conftest.c: In function 'main':
conftest.c:133: warning: initialization makes pointer from integer without a cast
configure:22219: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define OPENLDAP_PACKAGE "OpenLDAP"
| #define OPENLDAP_VERSION "2.4.26"
| #define LDAP_VENDOR_VERSION 20426
| #define LDAP_VENDOR_VERSION_MAJOR 2
| #define LDAP_VENDOR_VERSION_MINOR 4
| #define LDAP_VENDOR_VERSION_PATCH 26
| #define HAVE_MKVERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define 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_DLFCN_H 1
| #define EXEEXT ""
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_BITS_TYPES_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_ERRNO_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSLOG_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGSET 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_POLL 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_EPOLL 1
| #define HAVE_SYS_ERRLIST 1
| #define HAVE_STRERROR 1
| #define HAVE_STRERROR_R 1
| #define HAVE_REGEX_H 1
| #define HAVE_RES_QUERY 1
| #define HAVE_HSTRERROR 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_INET_NTOP 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_NSSUTIL_H 1
| #define HAVE_MOZNSS 1
| #define HAVE_TLS 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREADS 10
| #define HAVE_SCHED_H 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_PTHREAD_YIELD 1
| #define HAVE_PTHREAD_KILL 1
| #define HAVE_PTHREAD_RWLOCK_DESTROY 1
| #define HAVE_PTHREAD_DETACH 1
| #define HAVE_PTHREAD_SETCONCURRENCY 1
| #define HAVE_PTHREAD_GETCONCURRENCY 1
| #define HAVE_YIELDING_SELECT 1
| #define REENTRANT 1
| #define _REENTRANT 1
| #define THREAD_SAFE 1
| #define _THREAD_SAFE 1
| #define THREADSAFE 1
| #define _THREADSAFE 1
| #define _SGI_MP_SOURCE 1
| #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
| #define HAVE_CTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_GETHOSTBYADDR_R 1
| #define CTIME_R_NARGS 2
| #define GETHOSTBYNAME_R_NARGS 6
| #define GETHOSTBYADDR_R_NARGS 8
| #define URANDOM_DEVICE "/dev/urandom"
| /* end confdefs.h.  */
| 
| #ifdef HAVE_SYS_PARAM_H
| #include <sys/param.h>
| #endif
| #include <stdio.h>
| #include <fetch.h>
| int
| main ()
| {
| struct url *u = fetchParseURL("file:///");
|   ;
|   return 0;
| }
configure:22227: result: no
configure:22323: checking for setproctitle
configure:22323: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c -lresolv  >&5
/tmp/ccOztf8P.o: In function `main':
conftest.c:(.text+0xa): undefined reference to `setproctitle'
collect2: ld returned 1 exit status
configure:22323: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define OPENLDAP_PACKAGE "OpenLDAP"
| #define OPENLDAP_VERSION "2.4.26"
| #define LDAP_VENDOR_VERSION 20426
| #define LDAP_VENDOR_VERSION_MAJOR 2
| #define LDAP_VENDOR_VERSION_MINOR 4
| #define LDAP_VENDOR_VERSION_PATCH 26
| #define HAVE_MKVERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define 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_DLFCN_H 1
| #define EXEEXT ""
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_BITS_TYPES_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_ERRNO_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSLOG_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGSET 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_POLL 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_EPOLL 1
| #define HAVE_SYS_ERRLIST 1
| #define HAVE_STRERROR 1
| #define HAVE_STRERROR_R 1
| #define HAVE_REGEX_H 1
| #define HAVE_RES_QUERY 1
| #define HAVE_HSTRERROR 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_INET_NTOP 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_NSSUTIL_H 1
| #define HAVE_MOZNSS 1
| #define HAVE_TLS 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREADS 10
| #define HAVE_SCHED_H 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_PTHREAD_YIELD 1
| #define HAVE_PTHREAD_KILL 1
| #define HAVE_PTHREAD_RWLOCK_DESTROY 1
| #define HAVE_PTHREAD_DETACH 1
| #define HAVE_PTHREAD_SETCONCURRENCY 1
| #define HAVE_PTHREAD_GETCONCURRENCY 1
| #define HAVE_YIELDING_SELECT 1
| #define REENTRANT 1
| #define _REENTRANT 1
| #define THREAD_SAFE 1
| #define _THREAD_SAFE 1
| #define THREADSAFE 1
| #define _THREADSAFE 1
| #define _SGI_MP_SOURCE 1
| #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
| #define HAVE_CTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_GETHOSTBYADDR_R 1
| #define CTIME_R_NARGS 2
| #define GETHOSTBYNAME_R_NARGS 6
| #define GETHOSTBYADDR_R_NARGS 8
| #define URANDOM_DEVICE "/dev/urandom"
| /* end confdefs.h.  */
| /* Define setproctitle to an innocuous variant, in case <limits.h> declares setproctitle.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define setproctitle innocuous_setproctitle
| 
| /* 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.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef setproctitle
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char setproctitle ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_setproctitle || defined __stub___setproctitle
| choke me
| #endif
| 
| int
| main ()
| {
| return setproctitle ();
|   ;
|   return 0;
| }
configure:22323: result: no
configure:22328: checking for setproctitle in -lutil
configure:22353: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c -lutil  -lresolv  >&5
/tmp/ccYMKKpW.o: In function `main':
conftest.c:(.text+0xa): undefined reference to `setproctitle'
collect2: ld returned 1 exit status
configure:22353: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define OPENLDAP_PACKAGE "OpenLDAP"
| #define OPENLDAP_VERSION "2.4.26"
| #define LDAP_VENDOR_VERSION 20426
| #define LDAP_VENDOR_VERSION_MAJOR 2
| #define LDAP_VENDOR_VERSION_MINOR 4
| #define LDAP_VENDOR_VERSION_PATCH 26
| #define HAVE_MKVERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define 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_DLFCN_H 1
| #define EXEEXT ""
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_BITS_TYPES_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_ERRNO_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSLOG_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGSET 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_POLL 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_EPOLL 1
| #define HAVE_SYS_ERRLIST 1
| #define HAVE_STRERROR 1
| #define HAVE_STRERROR_R 1
| #define HAVE_REGEX_H 1
| #define HAVE_RES_QUERY 1
| #define HAVE_HSTRERROR 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_INET_NTOP 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_NSSUTIL_H 1
| #define HAVE_MOZNSS 1
| #define HAVE_TLS 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREADS 10
| #define HAVE_SCHED_H 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_PTHREAD_YIELD 1
| #define HAVE_PTHREAD_KILL 1
| #define HAVE_PTHREAD_RWLOCK_DESTROY 1
| #define HAVE_PTHREAD_DETACH 1
| #define HAVE_PTHREAD_SETCONCURRENCY 1
| #define HAVE_PTHREAD_GETCONCURRENCY 1
| #define HAVE_YIELDING_SELECT 1
| #define REENTRANT 1
| #define _REENTRANT 1
| #define THREAD_SAFE 1
| #define _THREAD_SAFE 1
| #define THREADSAFE 1
| #define _THREADSAFE 1
| #define _SGI_MP_SOURCE 1
| #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
| #define HAVE_CTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_GETHOSTBYADDR_R 1
| #define CTIME_R_NARGS 2
| #define GETHOSTBYNAME_R_NARGS 6
| #define GETHOSTBYADDR_R_NARGS 8
| #define URANDOM_DEVICE "/dev/urandom"
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char setproctitle ();
| int
| main ()
| {
| return setproctitle ();
|   ;
|   return 0;
| }
configure:22362: result: no
configure:22460: checking for mode_t
configure:22460: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
configure:22460: $? = 0
configure:22460: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
conftest.c: In function 'main':
conftest.c:160: error: expected expression before ')' token
configure:22460: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define OPENLDAP_PACKAGE "OpenLDAP"
| #define OPENLDAP_VERSION "2.4.26"
| #define LDAP_VENDOR_VERSION 20426
| #define LDAP_VENDOR_VERSION_MAJOR 2
| #define LDAP_VENDOR_VERSION_MINOR 4
| #define LDAP_VENDOR_VERSION_PATCH 26
| #define HAVE_MKVERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define 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_DLFCN_H 1
| #define EXEEXT ""
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_BITS_TYPES_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_ERRNO_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSLOG_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGSET 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_POLL 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_EPOLL 1
| #define HAVE_SYS_ERRLIST 1
| #define HAVE_STRERROR 1
| #define HAVE_STRERROR_R 1
| #define HAVE_REGEX_H 1
| #define HAVE_RES_QUERY 1
| #define HAVE_HSTRERROR 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_INET_NTOP 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_NSSUTIL_H 1
| #define HAVE_MOZNSS 1
| #define HAVE_TLS 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREADS 10
| #define HAVE_SCHED_H 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_PTHREAD_YIELD 1
| #define HAVE_PTHREAD_KILL 1
| #define HAVE_PTHREAD_RWLOCK_DESTROY 1
| #define HAVE_PTHREAD_DETACH 1
| #define HAVE_PTHREAD_SETCONCURRENCY 1
| #define HAVE_PTHREAD_GETCONCURRENCY 1
| #define HAVE_YIELDING_SELECT 1
| #define REENTRANT 1
| #define _REENTRANT 1
| #define THREAD_SAFE 1
| #define _THREAD_SAFE 1
| #define THREADSAFE 1
| #define _THREADSAFE 1
| #define _SGI_MP_SOURCE 1
| #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
| #define HAVE_CTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_GETHOSTBYADDR_R 1
| #define CTIME_R_NARGS 2
| #define GETHOSTBYNAME_R_NARGS 6
| #define GETHOSTBYADDR_R_NARGS 8
| #define URANDOM_DEVICE "/dev/urandom"
| /* 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 ((mode_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:22460: result: yes
configure:22471: checking for off_t
configure:22471: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
configure:22471: $? = 0
configure:22471: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
conftest.c: In function 'main':
conftest.c:160: error: expected expression before ')' token
configure:22471: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define OPENLDAP_PACKAGE "OpenLDAP"
| #define OPENLDAP_VERSION "2.4.26"
| #define LDAP_VENDOR_VERSION 20426
| #define LDAP_VENDOR_VERSION_MAJOR 2
| #define LDAP_VENDOR_VERSION_MINOR 4
| #define LDAP_VENDOR_VERSION_PATCH 26
| #define HAVE_MKVERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define 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_DLFCN_H 1
| #define EXEEXT ""
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_BITS_TYPES_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_ERRNO_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSLOG_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGSET 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_POLL 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_EPOLL 1
| #define HAVE_SYS_ERRLIST 1
| #define HAVE_STRERROR 1
| #define HAVE_STRERROR_R 1
| #define HAVE_REGEX_H 1
| #define HAVE_RES_QUERY 1
| #define HAVE_HSTRERROR 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_INET_NTOP 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_NSSUTIL_H 1
| #define HAVE_MOZNSS 1
| #define HAVE_TLS 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREADS 10
| #define HAVE_SCHED_H 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_PTHREAD_YIELD 1
| #define HAVE_PTHREAD_KILL 1
| #define HAVE_PTHREAD_RWLOCK_DESTROY 1
| #define HAVE_PTHREAD_DETACH 1
| #define HAVE_PTHREAD_SETCONCURRENCY 1
| #define HAVE_PTHREAD_GETCONCURRENCY 1
| #define HAVE_YIELDING_SELECT 1
| #define REENTRANT 1
| #define _REENTRANT 1
| #define THREAD_SAFE 1
| #define _THREAD_SAFE 1
| #define THREADSAFE 1
| #define _THREADSAFE 1
| #define _SGI_MP_SOURCE 1
| #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
| #define HAVE_CTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_GETHOSTBYADDR_R 1
| #define CTIME_R_NARGS 2
| #define GETHOSTBYNAME_R_NARGS 6
| #define GETHOSTBYADDR_R_NARGS 8
| #define URANDOM_DEVICE "/dev/urandom"
| /* 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 ((off_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:22471: result: yes
configure:22482: checking for pid_t
configure:22482: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
configure:22482: $? = 0
configure:22482: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
conftest.c: In function 'main':
conftest.c:160: error: expected expression before ')' token
configure:22482: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define OPENLDAP_PACKAGE "OpenLDAP"
| #define OPENLDAP_VERSION "2.4.26"
| #define LDAP_VENDOR_VERSION 20426
| #define LDAP_VENDOR_VERSION_MAJOR 2
| #define LDAP_VENDOR_VERSION_MINOR 4
| #define LDAP_VENDOR_VERSION_PATCH 26
| #define HAVE_MKVERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define 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_DLFCN_H 1
| #define EXEEXT ""
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_BITS_TYPES_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_ERRNO_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSLOG_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGSET 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_POLL 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_EPOLL 1
| #define HAVE_SYS_ERRLIST 1
| #define HAVE_STRERROR 1
| #define HAVE_STRERROR_R 1
| #define HAVE_REGEX_H 1
| #define HAVE_RES_QUERY 1
| #define HAVE_HSTRERROR 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_INET_NTOP 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_NSSUTIL_H 1
| #define HAVE_MOZNSS 1
| #define HAVE_TLS 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREADS 10
| #define HAVE_SCHED_H 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_PTHREAD_YIELD 1
| #define HAVE_PTHREAD_KILL 1
| #define HAVE_PTHREAD_RWLOCK_DESTROY 1
| #define HAVE_PTHREAD_DETACH 1
| #define HAVE_PTHREAD_SETCONCURRENCY 1
| #define HAVE_PTHREAD_GETCONCURRENCY 1
| #define HAVE_YIELDING_SELECT 1
| #define REENTRANT 1
| #define _REENTRANT 1
| #define THREAD_SAFE 1
| #define _THREAD_SAFE 1
| #define THREADSAFE 1
| #define _THREADSAFE 1
| #define _SGI_MP_SOURCE 1
| #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
| #define HAVE_CTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_GETHOSTBYADDR_R 1
| #define CTIME_R_NARGS 2
| #define GETHOSTBYNAME_R_NARGS 6
| #define GETHOSTBYADDR_R_NARGS 8
| #define URANDOM_DEVICE "/dev/urandom"
| /* 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 ((pid_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:22482: result: yes
configure:22493: checking for ssize_t
configure:22493: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
configure:22493: $? = 0
configure:22493: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
conftest.c: In function 'main':
conftest.c:160: error: expected expression before ')' token
configure:22493: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define OPENLDAP_PACKAGE "OpenLDAP"
| #define OPENLDAP_VERSION "2.4.26"
| #define LDAP_VENDOR_VERSION 20426
| #define LDAP_VENDOR_VERSION_MAJOR 2
| #define LDAP_VENDOR_VERSION_MINOR 4
| #define LDAP_VENDOR_VERSION_PATCH 26
| #define HAVE_MKVERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define 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_DLFCN_H 1
| #define EXEEXT ""
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_BITS_TYPES_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_ERRNO_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSLOG_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGSET 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_POLL 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_EPOLL 1
| #define HAVE_SYS_ERRLIST 1
| #define HAVE_STRERROR 1
| #define HAVE_STRERROR_R 1
| #define HAVE_REGEX_H 1
| #define HAVE_RES_QUERY 1
| #define HAVE_HSTRERROR 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_INET_NTOP 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_NSSUTIL_H 1
| #define HAVE_MOZNSS 1
| #define HAVE_TLS 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREADS 10
| #define HAVE_SCHED_H 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_PTHREAD_YIELD 1
| #define HAVE_PTHREAD_KILL 1
| #define HAVE_PTHREAD_RWLOCK_DESTROY 1
| #define HAVE_PTHREAD_DETACH 1
| #define HAVE_PTHREAD_SETCONCURRENCY 1
| #define HAVE_PTHREAD_GETCONCURRENCY 1
| #define HAVE_YIELDING_SELECT 1
| #define REENTRANT 1
| #define _REENTRANT 1
| #define THREAD_SAFE 1
| #define _THREAD_SAFE 1
| #define THREADSAFE 1
| #define _THREADSAFE 1
| #define _SGI_MP_SOURCE 1
| #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
| #define HAVE_CTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_GETHOSTBYADDR_R 1
| #define CTIME_R_NARGS 2
| #define GETHOSTBYNAME_R_NARGS 6
| #define GETHOSTBYADDR_R_NARGS 8
| #define URANDOM_DEVICE "/dev/urandom"
| /* 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 ((ssize_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:22493: result: yes
configure:22504: checking for caddr_t
configure:22504: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
configure:22504: $? = 0
configure:22504: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
conftest.c: In function 'main':
conftest.c:160: error: expected expression before ')' token
configure:22504: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define OPENLDAP_PACKAGE "OpenLDAP"
| #define OPENLDAP_VERSION "2.4.26"
| #define LDAP_VENDOR_VERSION 20426
| #define LDAP_VENDOR_VERSION_MAJOR 2
| #define LDAP_VENDOR_VERSION_MINOR 4
| #define LDAP_VENDOR_VERSION_PATCH 26
| #define HAVE_MKVERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define 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_DLFCN_H 1
| #define EXEEXT ""
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_BITS_TYPES_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_ERRNO_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSLOG_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGSET 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_POLL 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_EPOLL 1
| #define HAVE_SYS_ERRLIST 1
| #define HAVE_STRERROR 1
| #define HAVE_STRERROR_R 1
| #define HAVE_REGEX_H 1
| #define HAVE_RES_QUERY 1
| #define HAVE_HSTRERROR 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_INET_NTOP 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_NSSUTIL_H 1
| #define HAVE_MOZNSS 1
| #define HAVE_TLS 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREADS 10
| #define HAVE_SCHED_H 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_PTHREAD_YIELD 1
| #define HAVE_PTHREAD_KILL 1
| #define HAVE_PTHREAD_RWLOCK_DESTROY 1
| #define HAVE_PTHREAD_DETACH 1
| #define HAVE_PTHREAD_SETCONCURRENCY 1
| #define HAVE_PTHREAD_GETCONCURRENCY 1
| #define HAVE_YIELDING_SELECT 1
| #define REENTRANT 1
| #define _REENTRANT 1
| #define THREAD_SAFE 1
| #define _THREAD_SAFE 1
| #define THREADSAFE 1
| #define _THREADSAFE 1
| #define _SGI_MP_SOURCE 1
| #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
| #define HAVE_CTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_GETHOSTBYADDR_R 1
| #define CTIME_R_NARGS 2
| #define GETHOSTBYNAME_R_NARGS 6
| #define GETHOSTBYADDR_R_NARGS 8
| #define URANDOM_DEVICE "/dev/urandom"
| /* 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 ((caddr_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:22504: result: yes
configure:22515: checking for size_t
configure:22515: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
configure:22515: $? = 0
configure:22515: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
conftest.c: In function 'main':
conftest.c:160: error: expected expression before ')' token
configure:22515: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define OPENLDAP_PACKAGE "OpenLDAP"
| #define OPENLDAP_VERSION "2.4.26"
| #define LDAP_VENDOR_VERSION 20426
| #define LDAP_VENDOR_VERSION_MAJOR 2
| #define LDAP_VENDOR_VERSION_MINOR 4
| #define LDAP_VENDOR_VERSION_PATCH 26
| #define HAVE_MKVERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define 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_DLFCN_H 1
| #define EXEEXT ""
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_BITS_TYPES_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_ERRNO_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSLOG_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGSET 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_POLL 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_EPOLL 1
| #define HAVE_SYS_ERRLIST 1
| #define HAVE_STRERROR 1
| #define HAVE_STRERROR_R 1
| #define HAVE_REGEX_H 1
| #define HAVE_RES_QUERY 1
| #define HAVE_HSTRERROR 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_INET_NTOP 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_NSSUTIL_H 1
| #define HAVE_MOZNSS 1
| #define HAVE_TLS 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREADS 10
| #define HAVE_SCHED_H 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_PTHREAD_YIELD 1
| #define HAVE_PTHREAD_KILL 1
| #define HAVE_PTHREAD_RWLOCK_DESTROY 1
| #define HAVE_PTHREAD_DETACH 1
| #define HAVE_PTHREAD_SETCONCURRENCY 1
| #define HAVE_PTHREAD_GETCONCURRENCY 1
| #define HAVE_YIELDING_SELECT 1
| #define REENTRANT 1
| #define _REENTRANT 1
| #define THREAD_SAFE 1
| #define _THREAD_SAFE 1
| #define THREADSAFE 1
| #define _THREADSAFE 1
| #define _SGI_MP_SOURCE 1
| #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
| #define HAVE_CTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_GETHOSTBYADDR_R 1
| #define CTIME_R_NARGS 2
| #define GETHOSTBYNAME_R_NARGS 6
| #define GETHOSTBYADDR_R_NARGS 8
| #define URANDOM_DEVICE "/dev/urandom"
| /* 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 ((size_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:22515: result: yes
configure:22527: checking for long long
configure:22527: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
configure:22527: $? = 0
configure:22527: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
conftest.c: In function 'main':
conftest.c:160: error: expected expression before ')' token
configure:22527: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define OPENLDAP_PACKAGE "OpenLDAP"
| #define OPENLDAP_VERSION "2.4.26"
| #define LDAP_VENDOR_VERSION 20426
| #define LDAP_VENDOR_VERSION_MAJOR 2
| #define LDAP_VENDOR_VERSION_MINOR 4
| #define LDAP_VENDOR_VERSION_PATCH 26
| #define HAVE_MKVERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define 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_DLFCN_H 1
| #define EXEEXT ""
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_BITS_TYPES_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_ERRNO_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSLOG_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGSET 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_POLL 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_EPOLL 1
| #define HAVE_SYS_ERRLIST 1
| #define HAVE_STRERROR 1
| #define HAVE_STRERROR_R 1
| #define HAVE_REGEX_H 1
| #define HAVE_RES_QUERY 1
| #define HAVE_HSTRERROR 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_INET_NTOP 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_NSSUTIL_H 1
| #define HAVE_MOZNSS 1
| #define HAVE_TLS 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREADS 10
| #define HAVE_SCHED_H 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_PTHREAD_YIELD 1
| #define HAVE_PTHREAD_KILL 1
| #define HAVE_PTHREAD_RWLOCK_DESTROY 1
| #define HAVE_PTHREAD_DETACH 1
| #define HAVE_PTHREAD_SETCONCURRENCY 1
| #define HAVE_PTHREAD_GETCONCURRENCY 1
| #define HAVE_YIELDING_SELECT 1
| #define REENTRANT 1
| #define _REENTRANT 1
| #define THREAD_SAFE 1
| #define _THREAD_SAFE 1
| #define THREADSAFE 1
| #define _THREADSAFE 1
| #define _SGI_MP_SOURCE 1
| #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
| #define HAVE_CTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_GETHOSTBYADDR_R 1
| #define CTIME_R_NARGS 2
| #define GETHOSTBYNAME_R_NARGS 6
| #define GETHOSTBYADDR_R_NARGS 8
| #define URANDOM_DEVICE "/dev/urandom"
| /* 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 ((long long)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:22527: result: yes
configure:22537: checking for ptrdiff_t
configure:22537: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
configure:22537: $? = 0
configure:22537: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
conftest.c: In function 'main':
conftest.c:161: error: expected expression before ')' token
configure:22537: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define OPENLDAP_PACKAGE "OpenLDAP"
| #define OPENLDAP_VERSION "2.4.26"
| #define LDAP_VENDOR_VERSION 20426
| #define LDAP_VENDOR_VERSION_MAJOR 2
| #define LDAP_VENDOR_VERSION_MINOR 4
| #define LDAP_VENDOR_VERSION_PATCH 26
| #define HAVE_MKVERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define 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_DLFCN_H 1
| #define EXEEXT ""
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_BITS_TYPES_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_ERRNO_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSLOG_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGSET 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_POLL 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_EPOLL 1
| #define HAVE_SYS_ERRLIST 1
| #define HAVE_STRERROR 1
| #define HAVE_STRERROR_R 1
| #define HAVE_REGEX_H 1
| #define HAVE_RES_QUERY 1
| #define HAVE_HSTRERROR 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_INET_NTOP 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_NSSUTIL_H 1
| #define HAVE_MOZNSS 1
| #define HAVE_TLS 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREADS 10
| #define HAVE_SCHED_H 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_PTHREAD_YIELD 1
| #define HAVE_PTHREAD_KILL 1
| #define HAVE_PTHREAD_RWLOCK_DESTROY 1
| #define HAVE_PTHREAD_DETACH 1
| #define HAVE_PTHREAD_SETCONCURRENCY 1
| #define HAVE_PTHREAD_GETCONCURRENCY 1
| #define HAVE_YIELDING_SELECT 1
| #define REENTRANT 1
| #define _REENTRANT 1
| #define THREAD_SAFE 1
| #define _THREAD_SAFE 1
| #define THREADSAFE 1
| #define _THREADSAFE 1
| #define _SGI_MP_SOURCE 1
| #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
| #define HAVE_CTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_GETHOSTBYADDR_R 1
| #define CTIME_R_NARGS 2
| #define GETHOSTBYNAME_R_NARGS 6
| #define GETHOSTBYADDR_R_NARGS 8
| #define URANDOM_DEVICE "/dev/urandom"
| #define HAVE_LONG_LONG 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 ((ptrdiff_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:22537: result: yes
configure:22549: checking for socklen_t
configure:22549: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
configure:22549: $? = 0
configure:22549: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
conftest.c: In function 'main':
conftest.c:166: error: expected expression before ')' token
configure:22549: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define OPENLDAP_PACKAGE "OpenLDAP"
| #define OPENLDAP_VERSION "2.4.26"
| #define LDAP_VENDOR_VERSION 20426
| #define LDAP_VENDOR_VERSION_MAJOR 2
| #define LDAP_VENDOR_VERSION_MINOR 4
| #define LDAP_VENDOR_VERSION_PATCH 26
| #define HAVE_MKVERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define 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_DLFCN_H 1
| #define EXEEXT ""
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_BITS_TYPES_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_ERRNO_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSLOG_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGSET 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_POLL 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_EPOLL 1
| #define HAVE_SYS_ERRLIST 1
| #define HAVE_STRERROR 1
| #define HAVE_STRERROR_R 1
| #define HAVE_REGEX_H 1
| #define HAVE_RES_QUERY 1
| #define HAVE_HSTRERROR 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_INET_NTOP 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_NSSUTIL_H 1
| #define HAVE_MOZNSS 1
| #define HAVE_TLS 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREADS 10
| #define HAVE_SCHED_H 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_PTHREAD_YIELD 1
| #define HAVE_PTHREAD_KILL 1
| #define HAVE_PTHREAD_RWLOCK_DESTROY 1
| #define HAVE_PTHREAD_DETACH 1
| #define HAVE_PTHREAD_SETCONCURRENCY 1
| #define HAVE_PTHREAD_GETCONCURRENCY 1
| #define HAVE_YIELDING_SELECT 1
| #define REENTRANT 1
| #define _REENTRANT 1
| #define THREAD_SAFE 1
| #define _THREAD_SAFE 1
| #define THREADSAFE 1
| #define _THREADSAFE 1
| #define _SGI_MP_SOURCE 1
| #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
| #define HAVE_CTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_GETHOSTBYADDR_R 1
| #define CTIME_R_NARGS 2
| #define GETHOSTBYNAME_R_NARGS 6
| #define GETHOSTBYADDR_R_NARGS 8
| #define URANDOM_DEVICE "/dev/urandom"
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_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
| #ifdef HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| 
| int
| main ()
| {
| if (sizeof ((socklen_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:22549: result: yes
configure:22559: checking the type of arg 3 to accept()
configure:22587: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
configure:22587: $? = 0
configure:22594: result: socklen_t *
configure:22611: checking return type of signal handlers
configure:22629: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
conftest.c: In function 'main':
conftest.c:133: error: void value not ignored as it ought to be
configure:22629: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define OPENLDAP_PACKAGE "OpenLDAP"
| #define OPENLDAP_VERSION "2.4.26"
| #define LDAP_VENDOR_VERSION 20426
| #define LDAP_VENDOR_VERSION_MAJOR 2
| #define LDAP_VENDOR_VERSION_MINOR 4
| #define LDAP_VENDOR_VERSION_PATCH 26
| #define HAVE_MKVERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define 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_DLFCN_H 1
| #define EXEEXT ""
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_BITS_TYPES_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_ERRNO_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSLOG_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGSET 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_POLL 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_EPOLL 1
| #define HAVE_SYS_ERRLIST 1
| #define HAVE_STRERROR 1
| #define HAVE_STRERROR_R 1
| #define HAVE_REGEX_H 1
| #define HAVE_RES_QUERY 1
| #define HAVE_HSTRERROR 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_INET_NTOP 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_NSSUTIL_H 1
| #define HAVE_MOZNSS 1
| #define HAVE_TLS 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREADS 10
| #define HAVE_SCHED_H 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_PTHREAD_YIELD 1
| #define HAVE_PTHREAD_KILL 1
| #define HAVE_PTHREAD_RWLOCK_DESTROY 1
| #define HAVE_PTHREAD_DETACH 1
| #define HAVE_PTHREAD_SETCONCURRENCY 1
| #define HAVE_PTHREAD_GETCONCURRENCY 1
| #define HAVE_YIELDING_SELECT 1
| #define REENTRANT 1
| #define _REENTRANT 1
| #define THREAD_SAFE 1
| #define _THREAD_SAFE 1
| #define THREADSAFE 1
| #define _THREADSAFE 1
| #define _SGI_MP_SOURCE 1
| #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
| #define HAVE_CTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_GETHOSTBYADDR_R 1
| #define CTIME_R_NARGS 2
| #define GETHOSTBYNAME_R_NARGS 6
| #define GETHOSTBYADDR_R_NARGS 8
| #define URANDOM_DEVICE "/dev/urandom"
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_T 1
| #define ber_socklen_t socklen_t
| /* end confdefs.h.  */
| #include <sys/types.h>
| #include <signal.h>
| 
| int
| main ()
| {
| return *(signal (0, 0)) (0) == 1;
|   ;
|   return 0;
| }
configure:22636: result: void
configure:22645: checking for sig_atomic_t
configure:22645: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
configure:22645: $? = 0
configure:22645: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
conftest.c: In function 'main':
conftest.c:167: error: expected expression before ')' token
configure:22645: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define OPENLDAP_PACKAGE "OpenLDAP"
| #define OPENLDAP_VERSION "2.4.26"
| #define LDAP_VENDOR_VERSION 20426
| #define LDAP_VENDOR_VERSION_MAJOR 2
| #define LDAP_VENDOR_VERSION_MINOR 4
| #define LDAP_VENDOR_VERSION_PATCH 26
| #define HAVE_MKVERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define 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_DLFCN_H 1
| #define EXEEXT ""
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_BITS_TYPES_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_ERRNO_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSLOG_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGSET 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_POLL 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_EPOLL 1
| #define HAVE_SYS_ERRLIST 1
| #define HAVE_STRERROR 1
| #define HAVE_STRERROR_R 1
| #define HAVE_REGEX_H 1
| #define HAVE_RES_QUERY 1
| #define HAVE_HSTRERROR 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_INET_NTOP 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_NSSUTIL_H 1
| #define HAVE_MOZNSS 1
| #define HAVE_TLS 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREADS 10
| #define HAVE_SCHED_H 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_PTHREAD_YIELD 1
| #define HAVE_PTHREAD_KILL 1
| #define HAVE_PTHREAD_RWLOCK_DESTROY 1
| #define HAVE_PTHREAD_DETACH 1
| #define HAVE_PTHREAD_SETCONCURRENCY 1
| #define HAVE_PTHREAD_GETCONCURRENCY 1
| #define HAVE_YIELDING_SELECT 1
| #define REENTRANT 1
| #define _REENTRANT 1
| #define THREAD_SAFE 1
| #define _THREAD_SAFE 1
| #define THREADSAFE 1
| #define _THREADSAFE 1
| #define _SGI_MP_SOURCE 1
| #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
| #define HAVE_CTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_GETHOSTBYADDR_R 1
| #define CTIME_R_NARGS 2
| #define GETHOSTBYNAME_R_NARGS 6
| #define GETHOSTBYADDR_R_NARGS 8
| #define URANDOM_DEVICE "/dev/urandom"
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_T 1
| #define ber_socklen_t socklen_t
| #define RETSIGTYPE void
| /* 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 <signal.h>
| 
| 
| int
| main ()
| {
| if (sizeof ((sig_atomic_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:22645: result: yes
configure:22660: checking for uid_t in sys/types.h
configure:22679: result: yes
configure:22691: checking whether time.h and sys/time.h may both be included
configure:22711: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
configure:22711: $? = 0
configure:22718: result: yes
configure:22726: checking whether struct tm is in sys/time.h or time.h
configure:22746: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
configure:22746: $? = 0
configure:22753: result: time.h
configure:22761: checking for struct stat.st_blksize
configure:22761: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
configure:22761: $? = 0
configure:22761: result: yes
configure:22771: checking for struct passwd.pw_gecos
configure:22771: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
configure:22771: $? = 0
configure:22771: result: yes
configure:22783: checking for struct passwd.pw_passwd
configure:22783: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
configure:22783: $? = 0
configure:22783: result: yes
configure:22796: checking if toupper() requires islower()
configure:22817: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c -lresolv  >&5
conftest.c: In function 'main':
conftest.c:137: warning: incompatible implicit declaration of built-in function 'exit'
configure:22817: $? = 0
configure:22817: ./conftest
configure:22817: $? = 0
configure:22827: result: no
configure:22835: checking for an ANSI C-conforming const
configure:22900: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
configure:22900: $? = 0
configure:22907: result: yes
configure:22915: checking if compiler understands volatile
configure:22933: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
configure:22933: $? = 0
configure:22940: result: yes
configure:22958: checking whether byte ordering is bigendian
configure:22973: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
conftest.c:133: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'a'
configure:22973: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define OPENLDAP_PACKAGE "OpenLDAP"
| #define OPENLDAP_VERSION "2.4.26"
| #define LDAP_VENDOR_VERSION 20426
| #define LDAP_VENDOR_VERSION_MAJOR 2
| #define LDAP_VENDOR_VERSION_MINOR 4
| #define LDAP_VENDOR_VERSION_PATCH 26
| #define HAVE_MKVERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define 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_DLFCN_H 1
| #define EXEEXT ""
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_BITS_TYPES_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_ERRNO_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSLOG_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGSET 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_POLL 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_EPOLL 1
| #define HAVE_SYS_ERRLIST 1
| #define HAVE_STRERROR 1
| #define HAVE_STRERROR_R 1
| #define HAVE_REGEX_H 1
| #define HAVE_RES_QUERY 1
| #define HAVE_HSTRERROR 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_INET_NTOP 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_NSSUTIL_H 1
| #define HAVE_MOZNSS 1
| #define HAVE_TLS 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREADS 10
| #define HAVE_SCHED_H 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_PTHREAD_YIELD 1
| #define HAVE_PTHREAD_KILL 1
| #define HAVE_PTHREAD_RWLOCK_DESTROY 1
| #define HAVE_PTHREAD_DETACH 1
| #define HAVE_PTHREAD_SETCONCURRENCY 1
| #define HAVE_PTHREAD_GETCONCURRENCY 1
| #define HAVE_YIELDING_SELECT 1
| #define REENTRANT 1
| #define _REENTRANT 1
| #define THREAD_SAFE 1
| #define _THREAD_SAFE 1
| #define THREADSAFE 1
| #define _THREADSAFE 1
| #define _SGI_MP_SOURCE 1
| #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
| #define HAVE_CTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_GETHOSTBYADDR_R 1
| #define CTIME_R_NARGS 2
| #define GETHOSTBYNAME_R_NARGS 6
| #define GETHOSTBYADDR_R_NARGS 8
| #define URANDOM_DEVICE "/dev/urandom"
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_T 1
| #define ber_socklen_t socklen_t
| #define RETSIGTYPE void
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_PASSWD_PW_GECOS 1
| #define HAVE_STRUCT_PASSWD_PW_PASSWD 1
| /* end confdefs.h.  */
| #ifndef __APPLE_CC__
| 	       not a universal capable compiler
| 	     #endif
| 	     typedef int dummy;
| 
configure:23018: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
configure:23018: $? = 0
configure:23036: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
conftest.c: In function 'main':
conftest.c:139: error: 'not' undeclared (first use in this function)
conftest.c:139: error: (Each undeclared identifier is reported only once
conftest.c:139: error: for each function it appears in.)
conftest.c:139: error: expected ';' before 'big'
configure:23036: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define OPENLDAP_PACKAGE "OpenLDAP"
| #define OPENLDAP_VERSION "2.4.26"
| #define LDAP_VENDOR_VERSION 20426
| #define LDAP_VENDOR_VERSION_MAJOR 2
| #define LDAP_VENDOR_VERSION_MINOR 4
| #define LDAP_VENDOR_VERSION_PATCH 26
| #define HAVE_MKVERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define 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_DLFCN_H 1
| #define EXEEXT ""
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_BITS_TYPES_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_ERRNO_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSLOG_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGSET 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_POLL 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_EPOLL 1
| #define HAVE_SYS_ERRLIST 1
| #define HAVE_STRERROR 1
| #define HAVE_STRERROR_R 1
| #define HAVE_REGEX_H 1
| #define HAVE_RES_QUERY 1
| #define HAVE_HSTRERROR 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_INET_NTOP 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_NSSUTIL_H 1
| #define HAVE_MOZNSS 1
| #define HAVE_TLS 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREADS 10
| #define HAVE_SCHED_H 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_PTHREAD_YIELD 1
| #define HAVE_PTHREAD_KILL 1
| #define HAVE_PTHREAD_RWLOCK_DESTROY 1
| #define HAVE_PTHREAD_DETACH 1
| #define HAVE_PTHREAD_SETCONCURRENCY 1
| #define HAVE_PTHREAD_GETCONCURRENCY 1
| #define HAVE_YIELDING_SELECT 1
| #define REENTRANT 1
| #define _REENTRANT 1
| #define THREAD_SAFE 1
| #define _THREAD_SAFE 1
| #define THREADSAFE 1
| #define _THREADSAFE 1
| #define _SGI_MP_SOURCE 1
| #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
| #define HAVE_CTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_GETHOSTBYADDR_R 1
| #define CTIME_R_NARGS 2
| #define GETHOSTBYNAME_R_NARGS 6
| #define GETHOSTBYADDR_R_NARGS 8
| #define URANDOM_DEVICE "/dev/urandom"
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_T 1
| #define ber_socklen_t socklen_t
| #define RETSIGTYPE void
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_PASSWD_PW_GECOS 1
| #define HAVE_STRUCT_PASSWD_PW_PASSWD 1
| /* end confdefs.h.  */
| #include <sys/types.h>
| 		#include <sys/param.h>
| 
| int
| main ()
| {
| #if BYTE_ORDER != BIG_ENDIAN
| 		 not big endian
| 		#endif
| 
|   ;
|   return 0;
| }
configure:23164: result: no
configure:23188: checking size of short
configure:23193: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c -lresolv  >&5
configure:23193: $? = 0
configure:23193: ./conftest
configure:23193: $? = 0
configure:23208: result: 2
configure:23222: checking size of int
configure:23227: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c -lresolv  >&5
configure:23227: $? = 0
configure:23227: ./conftest
configure:23227: $? = 0
configure:23242: result: 4
configure:23256: checking size of long
configure:23261: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c -lresolv  >&5
configure:23261: $? = 0
configure:23261: ./conftest
configure:23261: $? = 0
configure:23276: result: 8
configure:23290: checking size of long long
configure:23295: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c -lresolv  >&5
configure:23295: $? = 0
configure:23295: ./conftest
configure:23295: $? = 0
configure:23310: result: 8
configure:23324: checking size of wchar_t
configure:23329: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c -lresolv  >&5
configure:23329: $? = 0
configure:23329: ./conftest
configure:23329: $? = 0
configure:23344: result: 4
configure:23505: checking for working memcmp
configure:23548: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c -lresolv  >&5
configure:23548: $? = 0
configure:23548: ./conftest
configure:23548: $? = 0
configure:23558: result: yes
configure:23576: checking for strftime
configure:23576: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c -lresolv  >&5
conftest.c:165: warning: conflicting types for built-in function 'strftime'
configure:23576: $? = 0
configure:23576: result: yes
configure:23630: checking for inet_aton()
configure:23661: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c -lresolv  >&5
configure:23661: $? = 0
configure:23669: result: yes
configure:23678: checking for _spawnlp
configure:23678: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c -lresolv  >&5
/tmp/ccNKmZVJ.o: In function `main':
conftest.c:(.text+0xa): undefined reference to `_spawnlp'
collect2: ld returned 1 exit status
configure:23678: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define OPENLDAP_PACKAGE "OpenLDAP"
| #define OPENLDAP_VERSION "2.4.26"
| #define LDAP_VENDOR_VERSION 20426
| #define LDAP_VENDOR_VERSION_MAJOR 2
| #define LDAP_VENDOR_VERSION_MINOR 4
| #define LDAP_VENDOR_VERSION_PATCH 26
| #define HAVE_MKVERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define 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_DLFCN_H 1
| #define EXEEXT ""
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_BITS_TYPES_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_ERRNO_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSLOG_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGSET 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_POLL 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_EPOLL 1
| #define HAVE_SYS_ERRLIST 1
| #define HAVE_STRERROR 1
| #define HAVE_STRERROR_R 1
| #define HAVE_REGEX_H 1
| #define HAVE_RES_QUERY 1
| #define HAVE_HSTRERROR 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_INET_NTOP 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_NSSUTIL_H 1
| #define HAVE_MOZNSS 1
| #define HAVE_TLS 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREADS 10
| #define HAVE_SCHED_H 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_PTHREAD_YIELD 1
| #define HAVE_PTHREAD_KILL 1
| #define HAVE_PTHREAD_RWLOCK_DESTROY 1
| #define HAVE_PTHREAD_DETACH 1
| #define HAVE_PTHREAD_SETCONCURRENCY 1
| #define HAVE_PTHREAD_GETCONCURRENCY 1
| #define HAVE_YIELDING_SELECT 1
| #define REENTRANT 1
| #define _REENTRANT 1
| #define THREAD_SAFE 1
| #define _THREAD_SAFE 1
| #define THREADSAFE 1
| #define _THREADSAFE 1
| #define _SGI_MP_SOURCE 1
| #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
| #define HAVE_CTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_GETHOSTBYADDR_R 1
| #define CTIME_R_NARGS 2
| #define GETHOSTBYNAME_R_NARGS 6
| #define GETHOSTBYADDR_R_NARGS 8
| #define URANDOM_DEVICE "/dev/urandom"
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_T 1
| #define ber_socklen_t socklen_t
| #define RETSIGTYPE void
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_PASSWD_PW_GECOS 1
| #define HAVE_STRUCT_PASSWD_PW_PASSWD 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_WCHAR_T 4
| #define LBER_INT_T int
| #define LBER_LEN_T long
| #define LBER_SOCKET_T int
| #define LBER_TAG_T long
| #define USE_MP_LONG_LONG 1
| #define HAVE_STRFTIME 1
| #define HAVE_INET_ATON 1
| /* end confdefs.h.  */
| /* Define _spawnlp to an innocuous variant, in case <limits.h> declares _spawnlp.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define _spawnlp innocuous__spawnlp
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char _spawnlp (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef _spawnlp
| 
| /* 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 _spawnlp ();
| /* 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__spawnlp || defined __stub____spawnlp
| choke me
| #endif
| 
| int
| main ()
| {
| return _spawnlp ();
|   ;
|   return 0;
| }
configure:23678: result: no
configure:23686: checking for _snprintf
configure:23686: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c -lresolv  >&5
/tmp/ccbHJzuL.o: In function `main':
conftest.c:(.text+0xa): undefined reference to `_snprintf'
collect2: ld returned 1 exit status
configure:23686: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define OPENLDAP_PACKAGE "OpenLDAP"
| #define OPENLDAP_VERSION "2.4.26"
| #define LDAP_VENDOR_VERSION 20426
| #define LDAP_VENDOR_VERSION_MAJOR 2
| #define LDAP_VENDOR_VERSION_MINOR 4
| #define LDAP_VENDOR_VERSION_PATCH 26
| #define HAVE_MKVERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define 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_DLFCN_H 1
| #define EXEEXT ""
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_BITS_TYPES_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_ERRNO_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSLOG_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGSET 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_POLL 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_EPOLL 1
| #define HAVE_SYS_ERRLIST 1
| #define HAVE_STRERROR 1
| #define HAVE_STRERROR_R 1
| #define HAVE_REGEX_H 1
| #define HAVE_RES_QUERY 1
| #define HAVE_HSTRERROR 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_INET_NTOP 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_NSSUTIL_H 1
| #define HAVE_MOZNSS 1
| #define HAVE_TLS 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREADS 10
| #define HAVE_SCHED_H 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_PTHREAD_YIELD 1
| #define HAVE_PTHREAD_KILL 1
| #define HAVE_PTHREAD_RWLOCK_DESTROY 1
| #define HAVE_PTHREAD_DETACH 1
| #define HAVE_PTHREAD_SETCONCURRENCY 1
| #define HAVE_PTHREAD_GETCONCURRENCY 1
| #define HAVE_YIELDING_SELECT 1
| #define REENTRANT 1
| #define _REENTRANT 1
| #define THREAD_SAFE 1
| #define _THREAD_SAFE 1
| #define THREADSAFE 1
| #define _THREADSAFE 1
| #define _SGI_MP_SOURCE 1
| #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
| #define HAVE_CTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_GETHOSTBYADDR_R 1
| #define CTIME_R_NARGS 2
| #define GETHOSTBYNAME_R_NARGS 6
| #define GETHOSTBYADDR_R_NARGS 8
| #define URANDOM_DEVICE "/dev/urandom"
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_T 1
| #define ber_socklen_t socklen_t
| #define RETSIGTYPE void
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_PASSWD_PW_GECOS 1
| #define HAVE_STRUCT_PASSWD_PW_PASSWD 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_WCHAR_T 4
| #define LBER_INT_T int
| #define LBER_LEN_T long
| #define LBER_SOCKET_T int
| #define LBER_TAG_T long
| #define USE_MP_LONG_LONG 1
| #define HAVE_STRFTIME 1
| #define HAVE_INET_ATON 1
| /* end confdefs.h.  */
| /* Define _snprintf to an innocuous variant, in case <limits.h> declares _snprintf.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define _snprintf innocuous__snprintf
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char _snprintf (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef _snprintf
| 
| /* 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 _snprintf ();
| /* 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__snprintf || defined __stub____snprintf
| choke me
| #endif
| 
| int
| main ()
| {
| return _snprintf ();
|   ;
|   return 0;
| }
configure:23686: result: no
configure:23699: checking for vsnprintf
configure:23699: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c -lresolv  >&5
conftest.c:167: warning: conflicting types for built-in function 'vsnprintf'
configure:23699: $? = 0
configure:23699: result: yes
configure:23699: checking for _vsnprintf
configure:23699: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c -lresolv  >&5
/tmp/ccj9JryV.o: In function `main':
conftest.c:(.text+0xa): undefined reference to `_vsnprintf'
collect2: ld returned 1 exit status
configure:23699: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define OPENLDAP_PACKAGE "OpenLDAP"
| #define OPENLDAP_VERSION "2.4.26"
| #define LDAP_VENDOR_VERSION 20426
| #define LDAP_VENDOR_VERSION_MAJOR 2
| #define LDAP_VENDOR_VERSION_MINOR 4
| #define LDAP_VENDOR_VERSION_PATCH 26
| #define HAVE_MKVERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define 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_DLFCN_H 1
| #define EXEEXT ""
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_BITS_TYPES_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_ERRNO_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSLOG_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGSET 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_POLL 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_EPOLL 1
| #define HAVE_SYS_ERRLIST 1
| #define HAVE_STRERROR 1
| #define HAVE_STRERROR_R 1
| #define HAVE_REGEX_H 1
| #define HAVE_RES_QUERY 1
| #define HAVE_HSTRERROR 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_INET_NTOP 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_NSSUTIL_H 1
| #define HAVE_MOZNSS 1
| #define HAVE_TLS 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREADS 10
| #define HAVE_SCHED_H 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_PTHREAD_YIELD 1
| #define HAVE_PTHREAD_KILL 1
| #define HAVE_PTHREAD_RWLOCK_DESTROY 1
| #define HAVE_PTHREAD_DETACH 1
| #define HAVE_PTHREAD_SETCONCURRENCY 1
| #define HAVE_PTHREAD_GETCONCURRENCY 1
| #define HAVE_YIELDING_SELECT 1
| #define REENTRANT 1
| #define _REENTRANT 1
| #define THREAD_SAFE 1
| #define _THREAD_SAFE 1
| #define THREADSAFE 1
| #define _THREADSAFE 1
| #define _SGI_MP_SOURCE 1
| #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
| #define HAVE_CTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_GETHOSTBYADDR_R 1
| #define CTIME_R_NARGS 2
| #define GETHOSTBYNAME_R_NARGS 6
| #define GETHOSTBYADDR_R_NARGS 8
| #define URANDOM_DEVICE "/dev/urandom"
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_T 1
| #define ber_socklen_t socklen_t
| #define RETSIGTYPE void
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_PASSWD_PW_GECOS 1
| #define HAVE_STRUCT_PASSWD_PW_PASSWD 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_WCHAR_T 4
| #define LBER_INT_T int
| #define LBER_LEN_T long
| #define LBER_SOCKET_T int
| #define LBER_TAG_T long
| #define USE_MP_LONG_LONG 1
| #define HAVE_STRFTIME 1
| #define HAVE_INET_ATON 1
| #define HAVE_VSNPRINTF 1
| /* end confdefs.h.  */
| /* Define _vsnprintf to an innocuous variant, in case <limits.h> declares _vsnprintf.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define _vsnprintf innocuous__vsnprintf
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char _vsnprintf (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef _vsnprintf
| 
| /* 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 _vsnprintf ();
| /* 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__vsnprintf || defined __stub____vsnprintf
| choke me
| #endif
| 
| int
| main ()
| {
| return _vsnprintf ();
|   ;
|   return 0;
| }
configure:23699: result: no
configure:23719: checking for vprintf
configure:23719: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c -lresolv  >&5
conftest.c:168: warning: conflicting types for built-in function 'vprintf'
configure:23719: $? = 0
configure:23719: result: yes
configure:23725: checking for _doprnt
configure:23725: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c -lresolv  >&5
/tmp/cc746al3.o: In function `main':
conftest.c:(.text+0xa): undefined reference to `_doprnt'
collect2: ld returned 1 exit status
configure:23725: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define OPENLDAP_PACKAGE "OpenLDAP"
| #define OPENLDAP_VERSION "2.4.26"
| #define LDAP_VENDOR_VERSION 20426
| #define LDAP_VENDOR_VERSION_MAJOR 2
| #define LDAP_VENDOR_VERSION_MINOR 4
| #define LDAP_VENDOR_VERSION_PATCH 26
| #define HAVE_MKVERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define 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_DLFCN_H 1
| #define EXEEXT ""
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_BITS_TYPES_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_ERRNO_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSLOG_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGSET 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_POLL 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_EPOLL 1
| #define HAVE_SYS_ERRLIST 1
| #define HAVE_STRERROR 1
| #define HAVE_STRERROR_R 1
| #define HAVE_REGEX_H 1
| #define HAVE_RES_QUERY 1
| #define HAVE_HSTRERROR 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_INET_NTOP 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_NSSUTIL_H 1
| #define HAVE_MOZNSS 1
| #define HAVE_TLS 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREADS 10
| #define HAVE_SCHED_H 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_PTHREAD_YIELD 1
| #define HAVE_PTHREAD_KILL 1
| #define HAVE_PTHREAD_RWLOCK_DESTROY 1
| #define HAVE_PTHREAD_DETACH 1
| #define HAVE_PTHREAD_SETCONCURRENCY 1
| #define HAVE_PTHREAD_GETCONCURRENCY 1
| #define HAVE_YIELDING_SELECT 1
| #define REENTRANT 1
| #define _REENTRANT 1
| #define THREAD_SAFE 1
| #define _THREAD_SAFE 1
| #define THREADSAFE 1
| #define _THREADSAFE 1
| #define _SGI_MP_SOURCE 1
| #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
| #define HAVE_CTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_GETHOSTBYADDR_R 1
| #define CTIME_R_NARGS 2
| #define GETHOSTBYNAME_R_NARGS 6
| #define GETHOSTBYADDR_R_NARGS 8
| #define URANDOM_DEVICE "/dev/urandom"
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_T 1
| #define ber_socklen_t socklen_t
| #define RETSIGTYPE void
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_PASSWD_PW_GECOS 1
| #define HAVE_STRUCT_PASSWD_PW_PASSWD 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_WCHAR_T 4
| #define LBER_INT_T int
| #define LBER_LEN_T long
| #define LBER_SOCKET_T int
| #define LBER_TAG_T long
| #define USE_MP_LONG_LONG 1
| #define HAVE_STRFTIME 1
| #define HAVE_INET_ATON 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VPRINTF 1
| /* end confdefs.h.  */
| /* Define _doprnt to an innocuous variant, in case <limits.h> declares _doprnt.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define _doprnt innocuous__doprnt
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char _doprnt (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef _doprnt
| 
| /* 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 _doprnt ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub__doprnt || defined __stub____doprnt
| choke me
| #endif
| 
| int
| main ()
| {
| return _doprnt ();
|   ;
|   return 0;
| }
configure:23725: result: no
configure:23741: checking for snprintf
configure:23741: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c -lresolv  >&5
conftest.c:169: warning: conflicting types for built-in function 'snprintf'
configure:23741: $? = 0
configure:23741: result: yes
configure:23741: checking for vsnprintf
configure:23741: result: yes
configure:23813: checking for bcopy
configure:23813: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c -lresolv  >&5
conftest.c:171: warning: conflicting types for built-in function 'bcopy'
configure:23813: $? = 0
configure:23813: result: yes
configure:23813: checking for closesocket
configure:23813: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c -lresolv  >&5
/tmp/ccKZbG73.o: In function `main':
conftest.c:(.text+0xa): undefined reference to `closesocket'
collect2: ld returned 1 exit status
configure:23813: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define OPENLDAP_PACKAGE "OpenLDAP"
| #define OPENLDAP_VERSION "2.4.26"
| #define LDAP_VENDOR_VERSION 20426
| #define LDAP_VENDOR_VERSION_MAJOR 2
| #define LDAP_VENDOR_VERSION_MINOR 4
| #define LDAP_VENDOR_VERSION_PATCH 26
| #define HAVE_MKVERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define 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_DLFCN_H 1
| #define EXEEXT ""
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_BITS_TYPES_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_ERRNO_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSLOG_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGSET 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_POLL 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_EPOLL 1
| #define HAVE_SYS_ERRLIST 1
| #define HAVE_STRERROR 1
| #define HAVE_STRERROR_R 1
| #define HAVE_REGEX_H 1
| #define HAVE_RES_QUERY 1
| #define HAVE_HSTRERROR 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_INET_NTOP 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_NSSUTIL_H 1
| #define HAVE_MOZNSS 1
| #define HAVE_TLS 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREADS 10
| #define HAVE_SCHED_H 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_PTHREAD_YIELD 1
| #define HAVE_PTHREAD_KILL 1
| #define HAVE_PTHREAD_RWLOCK_DESTROY 1
| #define HAVE_PTHREAD_DETACH 1
| #define HAVE_PTHREAD_SETCONCURRENCY 1
| #define HAVE_PTHREAD_GETCONCURRENCY 1
| #define HAVE_YIELDING_SELECT 1
| #define REENTRANT 1
| #define _REENTRANT 1
| #define THREAD_SAFE 1
| #define _THREAD_SAFE 1
| #define THREADSAFE 1
| #define _THREADSAFE 1
| #define _SGI_MP_SOURCE 1
| #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
| #define HAVE_CTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_GETHOSTBYADDR_R 1
| #define CTIME_R_NARGS 2
| #define GETHOSTBYNAME_R_NARGS 6
| #define GETHOSTBYADDR_R_NARGS 8
| #define URANDOM_DEVICE "/dev/urandom"
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_T 1
| #define ber_socklen_t socklen_t
| #define RETSIGTYPE void
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_PASSWD_PW_GECOS 1
| #define HAVE_STRUCT_PASSWD_PW_PASSWD 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_WCHAR_T 4
| #define LBER_INT_T int
| #define LBER_LEN_T long
| #define LBER_SOCKET_T int
| #define LBER_TAG_T long
| #define USE_MP_LONG_LONG 1
| #define HAVE_STRFTIME 1
| #define HAVE_INET_ATON 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_BCOPY 1
| /* end confdefs.h.  */
| /* Define closesocket to an innocuous variant, in case <limits.h> declares closesocket.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define closesocket innocuous_closesocket
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char closesocket (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef closesocket
| 
| /* 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 closesocket ();
| /* 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_closesocket || defined __stub___closesocket
| choke me
| #endif
| 
| int
| main ()
| {
| return closesocket ();
|   ;
|   return 0;
| }
configure:23813: result: no
configure:23813: checking for chroot
configure:23813: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c -lresolv  >&5
configure:23813: $? = 0
configure:23813: result: yes
configure:23813: checking for endgrent
configure:23813: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c -lresolv  >&5
configure:23813: $? = 0
configure:23813: result: yes
configure:23813: checking for endpwent
configure:23813: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c -lresolv  >&5
configure:23813: $? = 0
configure:23813: result: yes
configure:23813: checking for fcntl
configure:23813: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c -lresolv  >&5
configure:23813: $? = 0
configure:23813: result: yes
configure:23813: checking for flock
configure:23813: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c -lresolv  >&5
configure:23813: $? = 0
configure:23813: result: yes
configure:23813: checking for fstat
configure:23813: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c -lresolv  >&5
configure:23813: $? = 0
configure:23813: result: yes
configure:23813: checking for getdtablesize
configure:23813: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c -lresolv  >&5
configure:23813: $? = 0
configure:23813: result: yes
configure:23813: checking for geteuid
configure:23813: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c -lresolv  >&5
configure:23813: $? = 0
configure:23813: result: yes
configure:23813: checking for getgrgid
configure:23813: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c -lresolv  >&5
configure:23813: $? = 0
configure:23813: result: yes
configure:23813: checking for gethostname
configure:23813: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c -lresolv  >&5
configure:23813: $? = 0
configure:23813: result: yes
configure:23813: checking for getpassphrase
configure:23813: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c -lresolv  >&5
/tmp/cccwFeaN.o: In function `main':
conftest.c:(.text+0xa): undefined reference to `getpassphrase'
collect2: ld returned 1 exit status
configure:23813: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define OPENLDAP_PACKAGE "OpenLDAP"
| #define OPENLDAP_VERSION "2.4.26"
| #define LDAP_VENDOR_VERSION 20426
| #define LDAP_VENDOR_VERSION_MAJOR 2
| #define LDAP_VENDOR_VERSION_MINOR 4
| #define LDAP_VENDOR_VERSION_PATCH 26
| #define HAVE_MKVERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define 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_DLFCN_H 1
| #define EXEEXT ""
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_BITS_TYPES_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_ERRNO_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSLOG_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGSET 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_POLL 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_EPOLL 1
| #define HAVE_SYS_ERRLIST 1
| #define HAVE_STRERROR 1
| #define HAVE_STRERROR_R 1
| #define HAVE_REGEX_H 1
| #define HAVE_RES_QUERY 1
| #define HAVE_HSTRERROR 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_INET_NTOP 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_NSSUTIL_H 1
| #define HAVE_MOZNSS 1
| #define HAVE_TLS 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREADS 10
| #define HAVE_SCHED_H 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_PTHREAD_YIELD 1
| #define HAVE_PTHREAD_KILL 1
| #define HAVE_PTHREAD_RWLOCK_DESTROY 1
| #define HAVE_PTHREAD_DETACH 1
| #define HAVE_PTHREAD_SETCONCURRENCY 1
| #define HAVE_PTHREAD_GETCONCURRENCY 1
| #define HAVE_YIELDING_SELECT 1
| #define REENTRANT 1
| #define _REENTRANT 1
| #define THREAD_SAFE 1
| #define _THREAD_SAFE 1
| #define THREADSAFE 1
| #define _THREADSAFE 1
| #define _SGI_MP_SOURCE 1
| #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
| #define HAVE_CTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_GETHOSTBYADDR_R 1
| #define CTIME_R_NARGS 2
| #define GETHOSTBYNAME_R_NARGS 6
| #define GETHOSTBYADDR_R_NARGS 8
| #define URANDOM_DEVICE "/dev/urandom"
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_T 1
| #define ber_socklen_t socklen_t
| #define RETSIGTYPE void
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_PASSWD_PW_GECOS 1
| #define HAVE_STRUCT_PASSWD_PW_PASSWD 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_WCHAR_T 4
| #define LBER_INT_T int
| #define LBER_LEN_T long
| #define LBER_SOCKET_T int
| #define LBER_TAG_T long
| #define USE_MP_LONG_LONG 1
| #define HAVE_STRFTIME 1
| #define HAVE_INET_ATON 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_BCOPY 1
| #define HAVE_CHROOT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_FCNTL 1
| #define HAVE_FLOCK 1
| #define HAVE_FSTAT 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETHOSTNAME 1
| /* end confdefs.h.  */
| /* Define getpassphrase to an innocuous variant, in case <limits.h> declares getpassphrase.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define getpassphrase innocuous_getpassphrase
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char getpassphrase (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef getpassphrase
| 
| /* 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 getpassphrase ();
| /* 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_getpassphrase || defined __stub___getpassphrase
| choke me
| #endif
| 
| int
| main ()
| {
| return getpassphrase ();
|   ;
|   return 0;
| }
configure:23813: result: no
configure:23813: checking for getpwuid
configure:23813: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c -lresolv  >&5
configure:23813: $? = 0
configure:23813: result: yes
configure:23813: checking for getpwnam
configure:23813: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c -lresolv  >&5
configure:23813: $? = 0
configure:23813: result: yes
configure:23813: checking for getspnam
configure:23813: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c -lresolv  >&5
configure:23813: $? = 0
configure:23813: result: yes
configure:23813: checking for gettimeofday
configure:23813: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c -lresolv  >&5
configure:23813: $? = 0
configure:23813: result: yes
configure:23813: checking for initgroups
configure:23813: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c -lresolv  >&5
configure:23813: $? = 0
configure:23813: result: yes
configure:23813: checking for inet_ntoa_b
configure:23813: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c -lresolv  >&5
/tmp/cc7Trqg1.o: In function `main':
conftest.c:(.text+0xa): undefined reference to `inet_ntoa_b'
collect2: ld returned 1 exit status
configure:23813: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define OPENLDAP_PACKAGE "OpenLDAP"
| #define OPENLDAP_VERSION "2.4.26"
| #define LDAP_VENDOR_VERSION 20426
| #define LDAP_VENDOR_VERSION_MAJOR 2
| #define LDAP_VENDOR_VERSION_MINOR 4
| #define LDAP_VENDOR_VERSION_PATCH 26
| #define HAVE_MKVERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define 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_DLFCN_H 1
| #define EXEEXT ""
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_BITS_TYPES_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_ERRNO_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSLOG_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGSET 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_POLL 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_EPOLL 1
| #define HAVE_SYS_ERRLIST 1
| #define HAVE_STRERROR 1
| #define HAVE_STRERROR_R 1
| #define HAVE_REGEX_H 1
| #define HAVE_RES_QUERY 1
| #define HAVE_HSTRERROR 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_INET_NTOP 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_NSSUTIL_H 1
| #define HAVE_MOZNSS 1
| #define HAVE_TLS 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREADS 10
| #define HAVE_SCHED_H 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_PTHREAD_YIELD 1
| #define HAVE_PTHREAD_KILL 1
| #define HAVE_PTHREAD_RWLOCK_DESTROY 1
| #define HAVE_PTHREAD_DETACH 1
| #define HAVE_PTHREAD_SETCONCURRENCY 1
| #define HAVE_PTHREAD_GETCONCURRENCY 1
| #define HAVE_YIELDING_SELECT 1
| #define REENTRANT 1
| #define _REENTRANT 1
| #define THREAD_SAFE 1
| #define _THREAD_SAFE 1
| #define THREADSAFE 1
| #define _THREADSAFE 1
| #define _SGI_MP_SOURCE 1
| #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
| #define HAVE_CTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_GETHOSTBYADDR_R 1
| #define CTIME_R_NARGS 2
| #define GETHOSTBYNAME_R_NARGS 6
| #define GETHOSTBYADDR_R_NARGS 8
| #define URANDOM_DEVICE "/dev/urandom"
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_T 1
| #define ber_socklen_t socklen_t
| #define RETSIGTYPE void
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_PASSWD_PW_GECOS 1
| #define HAVE_STRUCT_PASSWD_PW_PASSWD 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_WCHAR_T 4
| #define LBER_INT_T int
| #define LBER_LEN_T long
| #define LBER_SOCKET_T int
| #define LBER_TAG_T long
| #define USE_MP_LONG_LONG 1
| #define HAVE_STRFTIME 1
| #define HAVE_INET_ATON 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_BCOPY 1
| #define HAVE_CHROOT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_FCNTL 1
| #define HAVE_FLOCK 1
| #define HAVE_FSTAT 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETSPNAM 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_INITGROUPS 1
| /* end confdefs.h.  */
| /* Define inet_ntoa_b to an innocuous variant, in case <limits.h> declares inet_ntoa_b.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define inet_ntoa_b innocuous_inet_ntoa_b
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char inet_ntoa_b (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef inet_ntoa_b
| 
| /* 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 inet_ntoa_b ();
| /* 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_inet_ntoa_b || defined __stub___inet_ntoa_b
| choke me
| #endif
| 
| int
| main ()
| {
| return inet_ntoa_b ();
|   ;
|   return 0;
| }
configure:23813: result: no
configure:23813: checking for ioctl
configure:23813: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c -lresolv  >&5
configure:23813: $? = 0
configure:23813: result: yes
configure:23813: checking for lockf
configure:23813: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c -lresolv  >&5
configure:23813: $? = 0
configure:23813: result: yes
configure:23813: checking for memcpy
configure:23813: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c -lresolv  >&5
conftest.c:189: warning: conflicting types for built-in function 'memcpy'
configure:23813: $? = 0
configure:23813: result: yes
configure:23813: checking for memmove
configure:23813: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c -lresolv  >&5
conftest.c:190: warning: conflicting types for built-in function 'memmove'
configure:23813: $? = 0
configure:23813: result: yes
configure:23813: checking for memrchr
configure:23813: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c -lresolv  >&5
configure:23813: $? = 0
configure:23813: result: yes
configure:23813: checking for mkstemp
configure:23813: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c -lresolv  >&5
configure:23813: $? = 0
configure:23813: result: yes
configure:23813: checking for mktemp
configure:23813: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c -lresolv  >&5
/tmp/ccNnNDFs.o: In function `main':
conftest.c:(.text+0xa): warning: the use of `mktemp' is dangerous, better use `mkstemp' or `mkdtemp'
configure:23813: $? = 0
configure:23813: result: yes
configure:23813: checking for pipe
configure:23813: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c -lresolv  >&5
configure:23813: $? = 0
configure:23813: result: yes
configure:23813: checking for read
configure:23813: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c -lresolv  >&5
configure:23813: $? = 0
configure:23813: result: yes
configure:23813: checking for recv
configure:23813: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c -lresolv  >&5
configure:23813: $? = 0
configure:23813: result: yes
configure:23813: checking for recvfrom
configure:23813: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c -lresolv  >&5
configure:23813: $? = 0
configure:23813: result: yes
configure:23813: checking for setpwfile
configure:23813: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c -lresolv  >&5
/tmp/ccf4ugpK.o: In function `main':
conftest.c:(.text+0xa): undefined reference to `setpwfile'
collect2: ld returned 1 exit status
configure:23813: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define OPENLDAP_PACKAGE "OpenLDAP"
| #define OPENLDAP_VERSION "2.4.26"
| #define LDAP_VENDOR_VERSION 20426
| #define LDAP_VENDOR_VERSION_MAJOR 2
| #define LDAP_VENDOR_VERSION_MINOR 4
| #define LDAP_VENDOR_VERSION_PATCH 26
| #define HAVE_MKVERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define 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_DLFCN_H 1
| #define EXEEXT ""
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_BITS_TYPES_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_ERRNO_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSLOG_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGSET 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_POLL 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_EPOLL 1
| #define HAVE_SYS_ERRLIST 1
| #define HAVE_STRERROR 1
| #define HAVE_STRERROR_R 1
| #define HAVE_REGEX_H 1
| #define HAVE_RES_QUERY 1
| #define HAVE_HSTRERROR 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_INET_NTOP 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_NSSUTIL_H 1
| #define HAVE_MOZNSS 1
| #define HAVE_TLS 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREADS 10
| #define HAVE_SCHED_H 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_PTHREAD_YIELD 1
| #define HAVE_PTHREAD_KILL 1
| #define HAVE_PTHREAD_RWLOCK_DESTROY 1
| #define HAVE_PTHREAD_DETACH 1
| #define HAVE_PTHREAD_SETCONCURRENCY 1
| #define HAVE_PTHREAD_GETCONCURRENCY 1
| #define HAVE_YIELDING_SELECT 1
| #define REENTRANT 1
| #define _REENTRANT 1
| #define THREAD_SAFE 1
| #define _THREAD_SAFE 1
| #define THREADSAFE 1
| #define _THREADSAFE 1
| #define _SGI_MP_SOURCE 1
| #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
| #define HAVE_CTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_GETHOSTBYADDR_R 1
| #define CTIME_R_NARGS 2
| #define GETHOSTBYNAME_R_NARGS 6
| #define GETHOSTBYADDR_R_NARGS 8
| #define URANDOM_DEVICE "/dev/urandom"
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_T 1
| #define ber_socklen_t socklen_t
| #define RETSIGTYPE void
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_PASSWD_PW_GECOS 1
| #define HAVE_STRUCT_PASSWD_PW_PASSWD 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_WCHAR_T 4
| #define LBER_INT_T int
| #define LBER_LEN_T long
| #define LBER_SOCKET_T int
| #define LBER_TAG_T long
| #define USE_MP_LONG_LONG 1
| #define HAVE_STRFTIME 1
| #define HAVE_INET_ATON 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_BCOPY 1
| #define HAVE_CHROOT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_FCNTL 1
| #define HAVE_FLOCK 1
| #define HAVE_FSTAT 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETSPNAM 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_INITGROUPS 1
| #define HAVE_IOCTL 1
| #define HAVE_LOCKF 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMRCHR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MKTEMP 1
| #define HAVE_PIPE 1
| #define HAVE_READ 1
| #define HAVE_RECV 1
| #define HAVE_RECVFROM 1
| /* end confdefs.h.  */
| /* Define setpwfile to an innocuous variant, in case <limits.h> declares setpwfile.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define setpwfile innocuous_setpwfile
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char setpwfile (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef setpwfile
| 
| /* 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 setpwfile ();
| /* 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_setpwfile || defined __stub___setpwfile
| choke me
| #endif
| 
| int
| main ()
| {
| return setpwfile ();
|   ;
|   return 0;
| }
configure:23813: result: no
configure:23813: checking for setgid
configure:23813: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c -lresolv  >&5
configure:23813: $? = 0
configure:23813: result: yes
configure:23813: checking for setegid
configure:23813: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c -lresolv  >&5
configure:23813: $? = 0
configure:23813: result: yes
configure:23813: checking for setsid
configure:23813: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c -lresolv  >&5
configure:23813: $? = 0
configure:23813: result: yes
configure:23813: checking for setuid
configure:23813: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c -lresolv  >&5
configure:23813: $? = 0
configure:23813: result: yes
configure:23813: checking for seteuid
configure:23813: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c -lresolv  >&5
configure:23813: $? = 0
configure:23813: result: yes
configure:23813: checking for signal
configure:23813: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c -lresolv  >&5
configure:23813: $? = 0
configure:23813: result: yes
configure:23813: checking for strdup
configure:23813: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c -lresolv  >&5
conftest.c:204: warning: conflicting types for built-in function 'strdup'
configure:23813: $? = 0
configure:23813: result: yes
configure:23813: checking for strpbrk
configure:23813: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c -lresolv  >&5
conftest.c:205: warning: conflicting types for built-in function 'strpbrk'
configure:23813: $? = 0
configure:23813: result: yes
configure:23813: checking for strrchr
configure:23813: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c -lresolv  >&5
conftest.c:206: warning: conflicting types for built-in function 'strrchr'
configure:23813: $? = 0
configure:23813: result: yes
configure:23813: checking for strsep
configure:23813: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c -lresolv  >&5
configure:23813: $? = 0
configure:23813: result: yes
configure:23813: checking for strstr
configure:23813: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c -lresolv  >&5
conftest.c:208: warning: conflicting types for built-in function 'strstr'
configure:23813: $? = 0
configure:23813: result: yes
configure:23813: checking for strtol
configure:23813: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c -lresolv  >&5
configure:23813: $? = 0
configure:23813: result: yes
configure:23813: checking for strtoul
configure:23813: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c -lresolv  >&5
configure:23813: $? = 0
configure:23813: result: yes
configure:23813: checking for strtoq
configure:23813: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c -lresolv  >&5
configure:23813: $? = 0
configure:23813: result: yes
configure:23813: checking for strtouq
configure:23813: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c -lresolv  >&5
configure:23813: $? = 0
configure:23813: result: yes
configure:23813: checking for strtoll
configure:23813: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c -lresolv  >&5
configure:23813: $? = 0
configure:23813: result: yes
configure:23813: checking for strtoull
configure:23813: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c -lresolv  >&5
configure:23813: $? = 0
configure:23813: result: yes
configure:23813: checking for strspn
configure:23813: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c -lresolv  >&5
conftest.c:215: warning: conflicting types for built-in function 'strspn'
configure:23813: $? = 0
configure:23813: result: yes
configure:23813: checking for sysconf
configure:23813: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c -lresolv  >&5
configure:23813: $? = 0
configure:23813: result: yes
configure:23813: checking for waitpid
configure:23813: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c -lresolv  >&5
configure:23813: $? = 0
configure:23813: result: yes
configure:23813: checking for wait4
configure:23813: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c -lresolv  >&5
configure:23813: $? = 0
configure:23813: result: yes
configure:23813: checking for write
configure:23813: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c -lresolv  >&5
configure:23813: $? = 0
configure:23813: result: yes
configure:23813: checking for send
configure:23813: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c -lresolv  >&5
configure:23813: $? = 0
configure:23813: result: yes
configure:23813: checking for sendmsg
configure:23813: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c -lresolv  >&5
configure:23813: $? = 0
configure:23813: result: yes
configure:23813: checking for sendto
configure:23813: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c -lresolv  >&5
configure:23813: $? = 0
configure:23813: result: yes
configure:23827: checking for getopt
configure:23827: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c -lresolv  >&5
configure:23827: $? = 0
configure:23827: result: yes
configure:23827: checking for getpeereid
configure:23827: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c -lresolv  >&5
/tmp/ccytsCUk.o: In function `main':
conftest.c:(.text+0xa): undefined reference to `getpeereid'
collect2: ld returned 1 exit status
configure:23827: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define OPENLDAP_PACKAGE "OpenLDAP"
| #define OPENLDAP_VERSION "2.4.26"
| #define LDAP_VENDOR_VERSION 20426
| #define LDAP_VENDOR_VERSION_MAJOR 2
| #define LDAP_VENDOR_VERSION_MINOR 4
| #define LDAP_VENDOR_VERSION_PATCH 26
| #define HAVE_MKVERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define 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_DLFCN_H 1
| #define EXEEXT ""
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_BITS_TYPES_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_ERRNO_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSLOG_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGSET 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_POLL 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_EPOLL 1
| #define HAVE_SYS_ERRLIST 1
| #define HAVE_STRERROR 1
| #define HAVE_STRERROR_R 1
| #define HAVE_REGEX_H 1
| #define HAVE_RES_QUERY 1
| #define HAVE_HSTRERROR 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_INET_NTOP 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_NSSUTIL_H 1
| #define HAVE_MOZNSS 1
| #define HAVE_TLS 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREADS 10
| #define HAVE_SCHED_H 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_PTHREAD_YIELD 1
| #define HAVE_PTHREAD_KILL 1
| #define HAVE_PTHREAD_RWLOCK_DESTROY 1
| #define HAVE_PTHREAD_DETACH 1
| #define HAVE_PTHREAD_SETCONCURRENCY 1
| #define HAVE_PTHREAD_GETCONCURRENCY 1
| #define HAVE_YIELDING_SELECT 1
| #define REENTRANT 1
| #define _REENTRANT 1
| #define THREAD_SAFE 1
| #define _THREAD_SAFE 1
| #define THREADSAFE 1
| #define _THREADSAFE 1
| #define _SGI_MP_SOURCE 1
| #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
| #define HAVE_CTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_GETHOSTBYADDR_R 1
| #define CTIME_R_NARGS 2
| #define GETHOSTBYNAME_R_NARGS 6
| #define GETHOSTBYADDR_R_NARGS 8
| #define URANDOM_DEVICE "/dev/urandom"
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_T 1
| #define ber_socklen_t socklen_t
| #define RETSIGTYPE void
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_PASSWD_PW_GECOS 1
| #define HAVE_STRUCT_PASSWD_PW_PASSWD 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_WCHAR_T 4
| #define LBER_INT_T int
| #define LBER_LEN_T long
| #define LBER_SOCKET_T int
| #define LBER_TAG_T long
| #define USE_MP_LONG_LONG 1
| #define HAVE_STRFTIME 1
| #define HAVE_INET_ATON 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_BCOPY 1
| #define HAVE_CHROOT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_FCNTL 1
| #define HAVE_FLOCK 1
| #define HAVE_FSTAT 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETSPNAM 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_INITGROUPS 1
| #define HAVE_IOCTL 1
| #define HAVE_LOCKF 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMRCHR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MKTEMP 1
| #define HAVE_PIPE 1
| #define HAVE_READ 1
| #define HAVE_RECV 1
| #define HAVE_RECVFROM 1
| #define HAVE_SETGID 1
| #define HAVE_SETEGID 1
| #define HAVE_SETSID 1
| #define HAVE_SETUID 1
| #define HAVE_SETEUID 1
| #define HAVE_SIGNAL 1
| #define HAVE_STRDUP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRSEP 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_STRTOQ 1
| #define HAVE_STRTOUQ 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOULL 1
| #define HAVE_STRSPN 1
| #define HAVE_SYSCONF 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT4 1
| #define HAVE_WRITE 1
| #define HAVE_SEND 1
| #define HAVE_SENDMSG 1
| #define HAVE_SENDTO 1
| #define HAVE_GETOPT 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
| 
| /* 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.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef getpeereid
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char getpeereid ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_getpeereid || defined __stub___getpeereid
| choke me
| #endif
| 
| int
| main ()
| {
| return getpeereid ();
|   ;
|   return 0;
| }
configure:23827: result: no
configure:23854: checking for getpeerucred
configure:23854: cc -o conftest -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr  conftest.c -lresolv  >&5
/tmp/ccVANSGf.o: In function `main':
conftest.c:(.text+0xa): undefined reference to `getpeerucred'
collect2: ld returned 1 exit status
configure:23854: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define OPENLDAP_PACKAGE "OpenLDAP"
| #define OPENLDAP_VERSION "2.4.26"
| #define LDAP_VENDOR_VERSION 20426
| #define LDAP_VENDOR_VERSION_MAJOR 2
| #define LDAP_VENDOR_VERSION_MINOR 4
| #define LDAP_VENDOR_VERSION_PATCH 26
| #define HAVE_MKVERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define 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_DLFCN_H 1
| #define EXEEXT ""
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_BITS_TYPES_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_ERRNO_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSLOG_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGSET 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_POLL 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_EPOLL 1
| #define HAVE_SYS_ERRLIST 1
| #define HAVE_STRERROR 1
| #define HAVE_STRERROR_R 1
| #define HAVE_REGEX_H 1
| #define HAVE_RES_QUERY 1
| #define HAVE_HSTRERROR 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_INET_NTOP 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_NSSUTIL_H 1
| #define HAVE_MOZNSS 1
| #define HAVE_TLS 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREADS 10
| #define HAVE_SCHED_H 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_PTHREAD_YIELD 1
| #define HAVE_PTHREAD_KILL 1
| #define HAVE_PTHREAD_RWLOCK_DESTROY 1
| #define HAVE_PTHREAD_DETACH 1
| #define HAVE_PTHREAD_SETCONCURRENCY 1
| #define HAVE_PTHREAD_GETCONCURRENCY 1
| #define HAVE_YIELDING_SELECT 1
| #define REENTRANT 1
| #define _REENTRANT 1
| #define THREAD_SAFE 1
| #define _THREAD_SAFE 1
| #define THREADSAFE 1
| #define _THREADSAFE 1
| #define _SGI_MP_SOURCE 1
| #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
| #define HAVE_CTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_GETHOSTBYADDR_R 1
| #define CTIME_R_NARGS 2
| #define GETHOSTBYNAME_R_NARGS 6
| #define GETHOSTBYADDR_R_NARGS 8
| #define URANDOM_DEVICE "/dev/urandom"
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_T 1
| #define ber_socklen_t socklen_t
| #define RETSIGTYPE void
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_PASSWD_PW_GECOS 1
| #define HAVE_STRUCT_PASSWD_PW_PASSWD 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_WCHAR_T 4
| #define LBER_INT_T int
| #define LBER_LEN_T long
| #define LBER_SOCKET_T int
| #define LBER_TAG_T long
| #define USE_MP_LONG_LONG 1
| #define HAVE_STRFTIME 1
| #define HAVE_INET_ATON 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_BCOPY 1
| #define HAVE_CHROOT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_FCNTL 1
| #define HAVE_FLOCK 1
| #define HAVE_FSTAT 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETSPNAM 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_INITGROUPS 1
| #define HAVE_IOCTL 1
| #define HAVE_LOCKF 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMRCHR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MKTEMP 1
| #define HAVE_PIPE 1
| #define HAVE_READ 1
| #define HAVE_RECV 1
| #define HAVE_RECVFROM 1
| #define HAVE_SETGID 1
| #define HAVE_SETEGID 1
| #define HAVE_SETSID 1
| #define HAVE_SETUID 1
| #define HAVE_SETEUID 1
| #define HAVE_SIGNAL 1
| #define HAVE_STRDUP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRSEP 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_STRTOQ 1
| #define HAVE_STRTOUQ 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOULL 1
| #define HAVE_STRSPN 1
| #define HAVE_SYSCONF 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT4 1
| #define HAVE_WRITE 1
| #define HAVE_SEND 1
| #define HAVE_SENDMSG 1
| #define HAVE_SENDTO 1
| #define HAVE_GETOPT 1
| /* end confdefs.h.  */
| /* Define getpeerucred to an innocuous variant, in case <limits.h> declares getpeerucred.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define getpeerucred innocuous_getpeerucred
| 
| /* 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.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef getpeerucred
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char getpeerucred ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_getpeerucred || defined __stub___getpeerucred
| choke me
| #endif
| 
| int
| main ()
| {
| return getpeerucred ();
|   ;
|   return 0;
| }
configure:23854: result: no
configure:23865: checking for struct msghdr.msg_accrightslen
configure:23865: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
conftest.c: In function 'main':
conftest.c:242: error: 'struct msghdr' has no member named 'msg_accrightslen'
configure:23865: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define OPENLDAP_PACKAGE "OpenLDAP"
| #define OPENLDAP_VERSION "2.4.26"
| #define LDAP_VENDOR_VERSION 20426
| #define LDAP_VENDOR_VERSION_MAJOR 2
| #define LDAP_VENDOR_VERSION_MINOR 4
| #define LDAP_VENDOR_VERSION_PATCH 26
| #define HAVE_MKVERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define 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_DLFCN_H 1
| #define EXEEXT ""
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_BITS_TYPES_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_ERRNO_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSLOG_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGSET 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_POLL 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_EPOLL 1
| #define HAVE_SYS_ERRLIST 1
| #define HAVE_STRERROR 1
| #define HAVE_STRERROR_R 1
| #define HAVE_REGEX_H 1
| #define HAVE_RES_QUERY 1
| #define HAVE_HSTRERROR 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_INET_NTOP 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_NSSUTIL_H 1
| #define HAVE_MOZNSS 1
| #define HAVE_TLS 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREADS 10
| #define HAVE_SCHED_H 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_PTHREAD_YIELD 1
| #define HAVE_PTHREAD_KILL 1
| #define HAVE_PTHREAD_RWLOCK_DESTROY 1
| #define HAVE_PTHREAD_DETACH 1
| #define HAVE_PTHREAD_SETCONCURRENCY 1
| #define HAVE_PTHREAD_GETCONCURRENCY 1
| #define HAVE_YIELDING_SELECT 1
| #define REENTRANT 1
| #define _REENTRANT 1
| #define THREAD_SAFE 1
| #define _THREAD_SAFE 1
| #define THREADSAFE 1
| #define _THREADSAFE 1
| #define _SGI_MP_SOURCE 1
| #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
| #define HAVE_CTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_GETHOSTBYADDR_R 1
| #define CTIME_R_NARGS 2
| #define GETHOSTBYNAME_R_NARGS 6
| #define GETHOSTBYADDR_R_NARGS 8
| #define URANDOM_DEVICE "/dev/urandom"
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_T 1
| #define ber_socklen_t socklen_t
| #define RETSIGTYPE void
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_PASSWD_PW_GECOS 1
| #define HAVE_STRUCT_PASSWD_PW_PASSWD 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_WCHAR_T 4
| #define LBER_INT_T int
| #define LBER_LEN_T long
| #define LBER_SOCKET_T int
| #define LBER_TAG_T long
| #define USE_MP_LONG_LONG 1
| #define HAVE_STRFTIME 1
| #define HAVE_INET_ATON 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_BCOPY 1
| #define HAVE_CHROOT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_FCNTL 1
| #define HAVE_FLOCK 1
| #define HAVE_FSTAT 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETSPNAM 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_INITGROUPS 1
| #define HAVE_IOCTL 1
| #define HAVE_LOCKF 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMRCHR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MKTEMP 1
| #define HAVE_PIPE 1
| #define HAVE_READ 1
| #define HAVE_RECV 1
| #define HAVE_RECVFROM 1
| #define HAVE_SETGID 1
| #define HAVE_SETEGID 1
| #define HAVE_SETSID 1
| #define HAVE_SETUID 1
| #define HAVE_SETEUID 1
| #define HAVE_SIGNAL 1
| #define HAVE_STRDUP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRSEP 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_STRTOQ 1
| #define HAVE_STRTOUQ 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOULL 1
| #define HAVE_STRSPN 1
| #define HAVE_SYSCONF 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT4 1
| #define HAVE_WRITE 1
| #define HAVE_SEND 1
| #define HAVE_SENDMSG 1
| #define HAVE_SENDTO 1
| #define HAVE_GETOPT 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| 
| int
| main ()
| {
| static struct msghdr ac_aggr;
| if (ac_aggr.msg_accrightslen)
| return 0;
|   ;
|   return 0;
| }
configure:23865: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
conftest.c: In function 'main':
conftest.c:242: error: 'struct msghdr' has no member named 'msg_accrightslen'
configure:23865: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define OPENLDAP_PACKAGE "OpenLDAP"
| #define OPENLDAP_VERSION "2.4.26"
| #define LDAP_VENDOR_VERSION 20426
| #define LDAP_VENDOR_VERSION_MAJOR 2
| #define LDAP_VENDOR_VERSION_MINOR 4
| #define LDAP_VENDOR_VERSION_PATCH 26
| #define HAVE_MKVERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define 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_DLFCN_H 1
| #define EXEEXT ""
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_BITS_TYPES_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_ERRNO_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSLOG_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGSET 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_POLL 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_EPOLL 1
| #define HAVE_SYS_ERRLIST 1
| #define HAVE_STRERROR 1
| #define HAVE_STRERROR_R 1
| #define HAVE_REGEX_H 1
| #define HAVE_RES_QUERY 1
| #define HAVE_HSTRERROR 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_INET_NTOP 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_NSSUTIL_H 1
| #define HAVE_MOZNSS 1
| #define HAVE_TLS 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREADS 10
| #define HAVE_SCHED_H 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_PTHREAD_YIELD 1
| #define HAVE_PTHREAD_KILL 1
| #define HAVE_PTHREAD_RWLOCK_DESTROY 1
| #define HAVE_PTHREAD_DETACH 1
| #define HAVE_PTHREAD_SETCONCURRENCY 1
| #define HAVE_PTHREAD_GETCONCURRENCY 1
| #define HAVE_YIELDING_SELECT 1
| #define REENTRANT 1
| #define _REENTRANT 1
| #define THREAD_SAFE 1
| #define _THREAD_SAFE 1
| #define THREADSAFE 1
| #define _THREADSAFE 1
| #define _SGI_MP_SOURCE 1
| #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
| #define HAVE_CTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_GETHOSTBYADDR_R 1
| #define CTIME_R_NARGS 2
| #define GETHOSTBYNAME_R_NARGS 6
| #define GETHOSTBYADDR_R_NARGS 8
| #define URANDOM_DEVICE "/dev/urandom"
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_T 1
| #define ber_socklen_t socklen_t
| #define RETSIGTYPE void
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_PASSWD_PW_GECOS 1
| #define HAVE_STRUCT_PASSWD_PW_PASSWD 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_WCHAR_T 4
| #define LBER_INT_T int
| #define LBER_LEN_T long
| #define LBER_SOCKET_T int
| #define LBER_TAG_T long
| #define USE_MP_LONG_LONG 1
| #define HAVE_STRFTIME 1
| #define HAVE_INET_ATON 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_BCOPY 1
| #define HAVE_CHROOT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_FCNTL 1
| #define HAVE_FLOCK 1
| #define HAVE_FSTAT 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETSPNAM 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_INITGROUPS 1
| #define HAVE_IOCTL 1
| #define HAVE_LOCKF 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMRCHR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MKTEMP 1
| #define HAVE_PIPE 1
| #define HAVE_READ 1
| #define HAVE_RECV 1
| #define HAVE_RECVFROM 1
| #define HAVE_SETGID 1
| #define HAVE_SETEGID 1
| #define HAVE_SETSID 1
| #define HAVE_SETUID 1
| #define HAVE_SETEUID 1
| #define HAVE_SIGNAL 1
| #define HAVE_STRDUP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRSEP 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_STRTOQ 1
| #define HAVE_STRTOUQ 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOULL 1
| #define HAVE_STRSPN 1
| #define HAVE_SYSCONF 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT4 1
| #define HAVE_WRITE 1
| #define HAVE_SEND 1
| #define HAVE_SENDMSG 1
| #define HAVE_SENDTO 1
| #define HAVE_GETOPT 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| 
| int
| main ()
| {
| static struct msghdr ac_aggr;
| if (sizeof ac_aggr.msg_accrightslen)
| return 0;
|   ;
|   return 0;
| }
configure:23865: result: no
configure:23880: checking for struct msghdr.msg_control
configure:23880: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
configure:23880: $? = 0
configure:23880: result: yes
configure:23895: checking for struct stat.st_fstype
configure:23895: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
conftest.c: In function 'main':
conftest.c:239: error: 'struct stat' has no member named 'st_fstype'
configure:23895: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define OPENLDAP_PACKAGE "OpenLDAP"
| #define OPENLDAP_VERSION "2.4.26"
| #define LDAP_VENDOR_VERSION 20426
| #define LDAP_VENDOR_VERSION_MAJOR 2
| #define LDAP_VENDOR_VERSION_MINOR 4
| #define LDAP_VENDOR_VERSION_PATCH 26
| #define HAVE_MKVERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define 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_DLFCN_H 1
| #define EXEEXT ""
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_BITS_TYPES_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_ERRNO_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSLOG_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGSET 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_POLL 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_EPOLL 1
| #define HAVE_SYS_ERRLIST 1
| #define HAVE_STRERROR 1
| #define HAVE_STRERROR_R 1
| #define HAVE_REGEX_H 1
| #define HAVE_RES_QUERY 1
| #define HAVE_HSTRERROR 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_INET_NTOP 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_NSSUTIL_H 1
| #define HAVE_MOZNSS 1
| #define HAVE_TLS 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREADS 10
| #define HAVE_SCHED_H 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_PTHREAD_YIELD 1
| #define HAVE_PTHREAD_KILL 1
| #define HAVE_PTHREAD_RWLOCK_DESTROY 1
| #define HAVE_PTHREAD_DETACH 1
| #define HAVE_PTHREAD_SETCONCURRENCY 1
| #define HAVE_PTHREAD_GETCONCURRENCY 1
| #define HAVE_YIELDING_SELECT 1
| #define REENTRANT 1
| #define _REENTRANT 1
| #define THREAD_SAFE 1
| #define _THREAD_SAFE 1
| #define THREADSAFE 1
| #define _THREADSAFE 1
| #define _SGI_MP_SOURCE 1
| #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
| #define HAVE_CTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_GETHOSTBYADDR_R 1
| #define CTIME_R_NARGS 2
| #define GETHOSTBYNAME_R_NARGS 6
| #define GETHOSTBYADDR_R_NARGS 8
| #define URANDOM_DEVICE "/dev/urandom"
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_T 1
| #define ber_socklen_t socklen_t
| #define RETSIGTYPE void
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_PASSWD_PW_GECOS 1
| #define HAVE_STRUCT_PASSWD_PW_PASSWD 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_WCHAR_T 4
| #define LBER_INT_T int
| #define LBER_LEN_T long
| #define LBER_SOCKET_T int
| #define LBER_TAG_T long
| #define USE_MP_LONG_LONG 1
| #define HAVE_STRFTIME 1
| #define HAVE_INET_ATON 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_BCOPY 1
| #define HAVE_CHROOT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_FCNTL 1
| #define HAVE_FLOCK 1
| #define HAVE_FSTAT 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETSPNAM 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_INITGROUPS 1
| #define HAVE_IOCTL 1
| #define HAVE_LOCKF 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMRCHR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MKTEMP 1
| #define HAVE_PIPE 1
| #define HAVE_READ 1
| #define HAVE_RECV 1
| #define HAVE_RECVFROM 1
| #define HAVE_SETGID 1
| #define HAVE_SETEGID 1
| #define HAVE_SETSID 1
| #define HAVE_SETUID 1
| #define HAVE_SETEUID 1
| #define HAVE_SIGNAL 1
| #define HAVE_STRDUP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRSEP 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_STRTOQ 1
| #define HAVE_STRTOUQ 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOULL 1
| #define HAVE_STRSPN 1
| #define HAVE_SYSCONF 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT4 1
| #define HAVE_WRITE 1
| #define HAVE_SEND 1
| #define HAVE_SENDMSG 1
| #define HAVE_SENDTO 1
| #define HAVE_GETOPT 1
| #define HAVE_STRUCT_MSGHDR_MSG_CONTROL 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static struct stat ac_aggr;
| if (ac_aggr.st_fstype)
| return 0;
|   ;
|   return 0;
| }
configure:23895: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
conftest.c: In function 'main':
conftest.c:239: error: 'struct stat' has no member named 'st_fstype'
configure:23895: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define OPENLDAP_PACKAGE "OpenLDAP"
| #define OPENLDAP_VERSION "2.4.26"
| #define LDAP_VENDOR_VERSION 20426
| #define LDAP_VENDOR_VERSION_MAJOR 2
| #define LDAP_VENDOR_VERSION_MINOR 4
| #define LDAP_VENDOR_VERSION_PATCH 26
| #define HAVE_MKVERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define 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_DLFCN_H 1
| #define EXEEXT ""
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_BITS_TYPES_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_ERRNO_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSLOG_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGSET 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_POLL 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_EPOLL 1
| #define HAVE_SYS_ERRLIST 1
| #define HAVE_STRERROR 1
| #define HAVE_STRERROR_R 1
| #define HAVE_REGEX_H 1
| #define HAVE_RES_QUERY 1
| #define HAVE_HSTRERROR 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_INET_NTOP 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_NSSUTIL_H 1
| #define HAVE_MOZNSS 1
| #define HAVE_TLS 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREADS 10
| #define HAVE_SCHED_H 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_PTHREAD_YIELD 1
| #define HAVE_PTHREAD_KILL 1
| #define HAVE_PTHREAD_RWLOCK_DESTROY 1
| #define HAVE_PTHREAD_DETACH 1
| #define HAVE_PTHREAD_SETCONCURRENCY 1
| #define HAVE_PTHREAD_GETCONCURRENCY 1
| #define HAVE_YIELDING_SELECT 1
| #define REENTRANT 1
| #define _REENTRANT 1
| #define THREAD_SAFE 1
| #define _THREAD_SAFE 1
| #define THREADSAFE 1
| #define _THREADSAFE 1
| #define _SGI_MP_SOURCE 1
| #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
| #define HAVE_CTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_GETHOSTBYADDR_R 1
| #define CTIME_R_NARGS 2
| #define GETHOSTBYNAME_R_NARGS 6
| #define GETHOSTBYADDR_R_NARGS 8
| #define URANDOM_DEVICE "/dev/urandom"
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_T 1
| #define ber_socklen_t socklen_t
| #define RETSIGTYPE void
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_PASSWD_PW_GECOS 1
| #define HAVE_STRUCT_PASSWD_PW_PASSWD 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_WCHAR_T 4
| #define LBER_INT_T int
| #define LBER_LEN_T long
| #define LBER_SOCKET_T int
| #define LBER_TAG_T long
| #define USE_MP_LONG_LONG 1
| #define HAVE_STRFTIME 1
| #define HAVE_INET_ATON 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_BCOPY 1
| #define HAVE_CHROOT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_FCNTL 1
| #define HAVE_FLOCK 1
| #define HAVE_FSTAT 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETSPNAM 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_INITGROUPS 1
| #define HAVE_IOCTL 1
| #define HAVE_LOCKF 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMRCHR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MKTEMP 1
| #define HAVE_PIPE 1
| #define HAVE_READ 1
| #define HAVE_RECV 1
| #define HAVE_RECVFROM 1
| #define HAVE_SETGID 1
| #define HAVE_SETEGID 1
| #define HAVE_SETSID 1
| #define HAVE_SETUID 1
| #define HAVE_SETEUID 1
| #define HAVE_SIGNAL 1
| #define HAVE_STRDUP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRSEP 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_STRTOQ 1
| #define HAVE_STRTOUQ 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOULL 1
| #define HAVE_STRSPN 1
| #define HAVE_SYSCONF 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT4 1
| #define HAVE_WRITE 1
| #define HAVE_SEND 1
| #define HAVE_SENDMSG 1
| #define HAVE_SENDTO 1
| #define HAVE_GETOPT 1
| #define HAVE_STRUCT_MSGHDR_MSG_CONTROL 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static struct stat ac_aggr;
| if (sizeof ac_aggr.st_fstype)
| return 0;
|   ;
|   return 0;
| }
configure:23895: result: no
configure:23904: checking for struct stat.st_vfstype
configure:23904: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
conftest.c: In function 'main':
conftest.c:239: error: 'struct stat' has no member named 'st_vfstype'
configure:23904: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define OPENLDAP_PACKAGE "OpenLDAP"
| #define OPENLDAP_VERSION "2.4.26"
| #define LDAP_VENDOR_VERSION 20426
| #define LDAP_VENDOR_VERSION_MAJOR 2
| #define LDAP_VENDOR_VERSION_MINOR 4
| #define LDAP_VENDOR_VERSION_PATCH 26
| #define HAVE_MKVERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define 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_DLFCN_H 1
| #define EXEEXT ""
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_BITS_TYPES_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_ERRNO_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSLOG_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGSET 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_POLL 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_EPOLL 1
| #define HAVE_SYS_ERRLIST 1
| #define HAVE_STRERROR 1
| #define HAVE_STRERROR_R 1
| #define HAVE_REGEX_H 1
| #define HAVE_RES_QUERY 1
| #define HAVE_HSTRERROR 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_INET_NTOP 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_NSSUTIL_H 1
| #define HAVE_MOZNSS 1
| #define HAVE_TLS 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREADS 10
| #define HAVE_SCHED_H 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_PTHREAD_YIELD 1
| #define HAVE_PTHREAD_KILL 1
| #define HAVE_PTHREAD_RWLOCK_DESTROY 1
| #define HAVE_PTHREAD_DETACH 1
| #define HAVE_PTHREAD_SETCONCURRENCY 1
| #define HAVE_PTHREAD_GETCONCURRENCY 1
| #define HAVE_YIELDING_SELECT 1
| #define REENTRANT 1
| #define _REENTRANT 1
| #define THREAD_SAFE 1
| #define _THREAD_SAFE 1
| #define THREADSAFE 1
| #define _THREADSAFE 1
| #define _SGI_MP_SOURCE 1
| #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
| #define HAVE_CTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_GETHOSTBYADDR_R 1
| #define CTIME_R_NARGS 2
| #define GETHOSTBYNAME_R_NARGS 6
| #define GETHOSTBYADDR_R_NARGS 8
| #define URANDOM_DEVICE "/dev/urandom"
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_T 1
| #define ber_socklen_t socklen_t
| #define RETSIGTYPE void
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_PASSWD_PW_GECOS 1
| #define HAVE_STRUCT_PASSWD_PW_PASSWD 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_WCHAR_T 4
| #define LBER_INT_T int
| #define LBER_LEN_T long
| #define LBER_SOCKET_T int
| #define LBER_TAG_T long
| #define USE_MP_LONG_LONG 1
| #define HAVE_STRFTIME 1
| #define HAVE_INET_ATON 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_BCOPY 1
| #define HAVE_CHROOT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_FCNTL 1
| #define HAVE_FLOCK 1
| #define HAVE_FSTAT 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETSPNAM 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_INITGROUPS 1
| #define HAVE_IOCTL 1
| #define HAVE_LOCKF 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMRCHR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MKTEMP 1
| #define HAVE_PIPE 1
| #define HAVE_READ 1
| #define HAVE_RECV 1
| #define HAVE_RECVFROM 1
| #define HAVE_SETGID 1
| #define HAVE_SETEGID 1
| #define HAVE_SETSID 1
| #define HAVE_SETUID 1
| #define HAVE_SETEUID 1
| #define HAVE_SIGNAL 1
| #define HAVE_STRDUP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRSEP 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_STRTOQ 1
| #define HAVE_STRTOUQ 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOULL 1
| #define HAVE_STRSPN 1
| #define HAVE_SYSCONF 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT4 1
| #define HAVE_WRITE 1
| #define HAVE_SEND 1
| #define HAVE_SENDMSG 1
| #define HAVE_SENDTO 1
| #define HAVE_GETOPT 1
| #define HAVE_STRUCT_MSGHDR_MSG_CONTROL 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static struct stat ac_aggr;
| if (ac_aggr.st_vfstype)
| return 0;
|   ;
|   return 0;
| }
configure:23904: cc -c -I/usr/include -I/usr/include/nss -I/usr/include -I/usr/include/nss -I/usr/include/nspr conftest.c >&5
conftest.c: In function 'main':
conftest.c:239: error: 'struct stat' has no member named 'st_vfstype'
configure:23904: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define OPENLDAP_PACKAGE "OpenLDAP"
| #define OPENLDAP_VERSION "2.4.26"
| #define LDAP_VENDOR_VERSION 20426
| #define LDAP_VENDOR_VERSION_MAJOR 2
| #define LDAP_VENDOR_VERSION_MINOR 4
| #define LDAP_VENDOR_VERSION_PATCH 26
| #define HAVE_MKVERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define 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_DLFCN_H 1
| #define EXEEXT ""
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_BITS_TYPES_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_ERRNO_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSLOG_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGSET 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_POLL 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_EPOLL 1
| #define HAVE_SYS_ERRLIST 1
| #define HAVE_STRERROR 1
| #define HAVE_STRERROR_R 1
| #define HAVE_REGEX_H 1
| #define HAVE_RES_QUERY 1
| #define HAVE_HSTRERROR 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_INET_NTOP 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_NSSUTIL_H 1
| #define HAVE_MOZNSS 1
| #define HAVE_TLS 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREADS 10
| #define HAVE_SCHED_H 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_PTHREAD_YIELD 1
| #define HAVE_PTHREAD_KILL 1
| #define HAVE_PTHREAD_RWLOCK_DESTROY 1
| #define HAVE_PTHREAD_DETACH 1
| #define HAVE_PTHREAD_SETCONCURRENCY 1
| #define HAVE_PTHREAD_GETCONCURRENCY 1
| #define HAVE_YIELDING_SELECT 1
| #define REENTRANT 1
| #define _REENTRANT 1
| #define THREAD_SAFE 1
| #define _THREAD_SAFE 1
| #define THREADSAFE 1
| #define _THREADSAFE 1
| #define _SGI_MP_SOURCE 1
| #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
| #define HAVE_CTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_GETHOSTBYADDR_R 1
| #define CTIME_R_NARGS 2
| #define GETHOSTBYNAME_R_NARGS 6
| #define GETHOSTBYADDR_R_NARGS 8
| #define URANDOM_DEVICE "/dev/urandom"
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_T 1
| #define ber_socklen_t socklen_t
| #define RETSIGTYPE void
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_PASSWD_PW_GECOS 1
| #define HAVE_STRUCT_PASSWD_PW_PASSWD 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_WCHAR_T 4
| #define LBER_INT_T int
| #define LBER_LEN_T long
| #define LBER_SOCKET_T int
| #define LBER_TAG_T long
| #define USE_MP_LONG_LONG 1
| #define HAVE_STRFTIME 1
| #define HAVE_INET_ATON 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_BCOPY 1
| #define HAVE_CHROOT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_FCNTL 1
| #define HAVE_FLOCK 1
| #define HAVE_FSTAT 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETSPNAM 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_INITGROUPS 1
| #define HAVE_IOCTL 1
| #define HAVE_LOCKF 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMRCHR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MKTEMP 1
| #define HAVE_PIPE 1
| #define HAVE_READ 1
| #define HAVE_RECV 1
| #define HAVE_RECVFROM 1
| #define HAVE_SETGID 1
| #define HAVE_SETEGID 1
| #define HAVE_SETSID 1
| #define HAVE_SETUID 1
| #define HAVE_SETEUID 1
| #define HAVE_SIGNAL 1
| #define HAVE_STRDUP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRSEP 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_STRTOQ 1
| #define HAVE_STRTOUQ 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOULL 1
| #define HAVE_STRSPN 1
| #define HAVE_SYSCONF 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT4 1
| #define HAVE_WRITE 1
| #define HAVE_SEND 1
| #define HAVE_SENDMSG 1
| #define HAVE_SENDTO 1
| #define HAVE_GETOPT 1
| #define HAVE_STRUCT_MSGHDR_MSG_CONTROL 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static struct stat ac_aggr;
| if (sizeof ac_aggr.st_vfstype)
| return 0;
|   ;
|   return 0;
| }
configure:23904: result: no
configure:24850: creating ./config.status

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

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

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on ubuntu

config.status:1195: creating Makefile
config.status:1195: creating doc/Makefile
config.status:1195: creating doc/man/Makefile
config.status:1195: creating doc/man/man1/Makefile
config.status:1195: creating doc/man/man3/Makefile
config.status:1195: creating doc/man/man5/Makefile
config.status:1195: creating doc/man/man8/Makefile
config.status:1195: creating clients/Makefile
config.status:1195: creating clients/tools/Makefile
config.status:1195: creating include/Makefile
config.status:1195: creating libraries/Makefile
config.status:1195: creating libraries/liblber/Makefile
config.status:1195: creating libraries/libldap/Makefile
config.status:1195: creating libraries/libldap_r/Makefile
config.status:1195: creating libraries/liblunicode/Makefile
config.status:1195: creating libraries/liblutil/Makefile
config.status:1195: creating libraries/librewrite/Makefile
config.status:1195: creating servers/Makefile
config.status:1195: creating servers/slapd/Makefile
config.status:1195: creating servers/slapd/back-bdb/Makefile
config.status:1195: creating servers/slapd/back-dnssrv/Makefile
config.status:1195: creating servers/slapd/back-hdb/Makefile
config.status:1195: creating servers/slapd/back-ldap/Makefile
config.status:1195: creating servers/slapd/back-ldif/Makefile
config.status:1195: creating servers/slapd/back-meta/Makefile
config.status:1195: creating servers/slapd/back-monitor/Makefile
config.status:1195: creating servers/slapd/back-ndb/Makefile
config.status:1195: creating servers/slapd/back-null/Makefile
config.status:1195: creating servers/slapd/back-passwd/Makefile
config.status:1195: creating servers/slapd/back-perl/Makefile
config.status:1195: creating servers/slapd/back-relay/Makefile
config.status:1195: creating servers/slapd/back-shell/Makefile
config.status:1195: creating servers/slapd/back-sock/Makefile
config.status:1195: creating servers/slapd/back-sql/Makefile
config.status:1195: creating servers/slapd/shell-backends/Makefile
config.status:1195: creating servers/slapd/slapi/Makefile
config.status:1195: creating servers/slapd/overlays/Makefile
config.status:1195: creating tests/Makefile
config.status:1195: creating tests/run
config.status:1195: creating tests/progs/Makefile
config.status:1195: creating include/portable.h
config.status:1361: include/portable.h is unchanged
config.status:1195: creating include/ldap_features.h
config.status:1361: include/ldap_features.h is unchanged
config.status:1195: creating include/lber_types.h
config.status:1361: include/lber_types.h is unchanged
config.status:1408: executing depfiles commands
config.status:1408: executing default commands

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

ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-I/usr/include -I/usr/include/nss'
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value='-I/usr/include -I/usr/include/nss -I/usr/include/nspr'
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func__beginthread=no
ac_cv_func__doprnt=no
ac_cv_func__snprintf=no
ac_cv_func__spawnlp=no
ac_cv_func__vsnprintf=no
ac_cv_func_bcopy=yes
ac_cv_func_chroot=yes
ac_cv_func_closesocket=no
ac_cv_func_ctime_r=yes
ac_cv_func_dlopen=no
ac_cv_func_endgrent=yes
ac_cv_func_endpwent=yes
ac_cv_func_fcntl=yes
ac_cv_func_flock=yes
ac_cv_func_fstat=yes
ac_cv_func_gai_strerror=yes
ac_cv_func_getaddrinfo=yes
ac_cv_func_getdtablesize=yes
ac_cv_func_geteuid=yes
ac_cv_func_getgrgid=yes
ac_cv_func_gethostbyaddr_r=yes
ac_cv_func_gethostbyname_r=yes
ac_cv_func_gethostname=yes
ac_cv_func_getnameinfo=yes
ac_cv_func_getopt=yes
ac_cv_func_getpassphrase=no
ac_cv_func_getpeereid=no
ac_cv_func_getpeerucred=no
ac_cv_func_getpwnam=yes
ac_cv_func_getpwuid=yes
ac_cv_func_getspnam=yes
ac_cv_func_gettimeofday=yes
ac_cv_func_gmtime_r=yes
ac_cv_func_hstrerror=yes
ac_cv_func_inet_ntoa_b=no
ac_cv_func_inet_ntop=yes
ac_cv_func_initgroups=yes
ac_cv_func_ioctl=yes
ac_cv_func_localtime_r=yes
ac_cv_func_lockf=yes
ac_cv_func_memcmp_working=yes
ac_cv_func_memcpy=yes
ac_cv_func_memmove=yes
ac_cv_func_memrchr=yes
ac_cv_func_mkstemp=yes
ac_cv_func_mktemp=yes
ac_cv_func_openlog=yes
ac_cv_func_pipe=yes
ac_cv_func_poll=yes
ac_cv_func_pthread_getconcurrency=yes
ac_cv_func_pthread_kill=yes
ac_cv_func_pthread_kill_other_threads_np=no
ac_cv_func_pthread_setconcurrency=yes
ac_cv_func_pthread_yield=yes
ac_cv_func_read=yes
ac_cv_func_recv=yes
ac_cv_func_recvfrom=yes
ac_cv_func_sched_yield=yes
ac_cv_func_select=yes
ac_cv_func_select_args='int,fd_set *,struct timeval *'
ac_cv_func_send=yes
ac_cv_func_sendmsg=yes
ac_cv_func_sendto=yes
ac_cv_func_setegid=yes
ac_cv_func_seteuid=yes
ac_cv_func_setgid=yes
ac_cv_func_setproctitle=no
ac_cv_func_setpwfile=no
ac_cv_func_setsid=yes
ac_cv_func_setuid=yes
ac_cv_func_shl_load=no
ac_cv_func_sigaction=yes
ac_cv_func_signal=yes
ac_cv_func_sigset=yes
ac_cv_func_snprintf=yes
ac_cv_func_socket=yes
ac_cv_func_strdup=yes
ac_cv_func_strerror=yes
ac_cv_func_strerror_r=yes
ac_cv_func_strftime=yes
ac_cv_func_strpbrk=yes
ac_cv_func_strrchr=yes
ac_cv_func_strsep=yes
ac_cv_func_strspn=yes
ac_cv_func_strstr=yes
ac_cv_func_strtol=yes
ac_cv_func_strtoll=yes
ac_cv_func_strtoq=yes
ac_cv_func_strtoul=yes
ac_cv_func_strtoull=yes
ac_cv_func_strtouq=yes
ac_cv_func_sysconf=yes
ac_cv_func_thr_getconcurrency=no
ac_cv_func_thr_setconcurrency=no
ac_cv_func_thr_yield=no
ac_cv_func_vprintf=yes
ac_cv_func_vsnprintf=yes
ac_cv_func_wait4=yes
ac_cv_func_waitpid=yes
ac_cv_func_write=yes
ac_cv_header_arpa_inet_h=yes
ac_cv_header_arpa_nameser_h=yes
ac_cv_header_assert_h=yes
ac_cv_header_bits_types_h=yes
ac_cv_header_conio_h=no
ac_cv_header_crypt_h=yes
ac_cv_header_direct_h=no
ac_cv_header_dirent_dirent_h=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_errno_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_filio_h=no
ac_cv_header_getopt_h=yes
ac_cv_header_grp_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_io_h=no
ac_cv_header_libutil_h=no
ac_cv_header_limits_h=yes
ac_cv_header_locale_h=yes
ac_cv_header_malloc_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_netinet_tcp_h=yes
ac_cv_header_nssutil_h=yes
ac_cv_header_poll_h=yes
ac_cv_header_process_h=no
ac_cv_header_psap_h=no
ac_cv_header_pthread_h=yes
ac_cv_header_pwd_h=yes
ac_cv_header_regex_h=yes
ac_cv_header_resolv_h=yes
ac_cv_header_sasl_h=no
ac_cv_header_sasl_sasl_h=no
ac_cv_header_sched_h=yes
ac_cv_header_sgtty_h=yes
ac_cv_header_shadow_h=yes
ac_cv_header_stdc=disable
ac_cv_header_stddef_h=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_devpoll_h=no
ac_cv_header_sys_epoll_h=yes
ac_cv_header_sys_errno_h=yes
ac_cv_header_sys_file_h=yes
ac_cv_header_sys_filio_h=no
ac_cv_header_sys_fstyp_h=no
ac_cv_header_sys_ioctl_h=yes
ac_cv_header_sys_param_h=yes
ac_cv_header_sys_poll_h=yes
ac_cv_header_sys_privgrp_h=no
ac_cv_header_sys_resource_h=yes
ac_cv_header_sys_select_h=yes
ac_cv_header_sys_socket_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_syslog_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_ucred_h=no
ac_cv_header_sys_uio_h=yes
ac_cv_header_sys_un_h=yes
ac_cv_header_sys_uuid_h=no
ac_cv_header_sys_vmount_h=no
ac_cv_header_sys_wait_h=yes
ac_cv_header_sysexits_h=yes
ac_cv_header_syslog_h=yes
ac_cv_header_termios_h=yes
ac_cv_header_time=yes
ac_cv_header_unicode_utypes_h=no
ac_cv_header_unistd_h=yes
ac_cv_header_utime_h=yes
ac_cv_header_uuid_uuid_h=no
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_lib_be_be_app=no
ac_cv_lib_dl_dlopen=yes
ac_cv_lib_dld_shl_load=no
ac_cv_lib_ndbclient_ndb_init=yes
ac_cv_lib_nss3_NSS_Initialize=yes
ac_cv_lib_s_afopen=no
ac_cv_lib_util_setproctitle=no
ac_cv_member_struct_msghdr_msg_accrightslen=no
ac_cv_member_struct_msghdr_msg_control=yes
ac_cv_member_struct_passwd_pw_gecos=yes
ac_cv_member_struct_passwd_pw_passwd=yes
ac_cv_member_struct_stat_st_blksize=yes
ac_cv_member_struct_stat_st_fstype=no
ac_cv_member_struct_stat_st_vfstype=no
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_GREP=/bin/grep
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AR=ar
ac_cv_prog_AWK=gawk
ac_cv_prog_CC=cc
ac_cv_prog_CPP='cc -E'
ac_cv_prog_MYSQL=yes
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_search_opendir='none required'
ac_cv_search_regfree='none required'
ac_cv_shtool=build/shtool
ac_cv_sizeof_int=4
ac_cv_sizeof_long=8
ac_cv_sizeof_long_long=8
ac_cv_sizeof_short=2
ac_cv_sizeof_wchar_t=4
ac_cv_struct_tm=time.h
ac_cv_sys_tiocgwinsz_in_sys_ioctl_h=yes
ac_cv_sys_tiocgwinsz_in_termios_h=no
ac_cv_target=x86_64-unknown-linux-gnu
ac_cv_type_caddr_t=yes
ac_cv_type_long_long=yes
ac_cv_type_mode_t=yes
ac_cv_type_off_t=yes
ac_cv_type_pid_t=yes
ac_cv_type_ptrdiff_t=yes
ac_cv_type_sig_atomic_t=yes
ac_cv_type_signal=void
ac_cv_type_size_t=yes
ac_cv_type_socklen_t=yes
ac_cv_type_ssize_t=yes
ac_cv_type_uid_t=yes
am_cv_CC_dependencies_compiler_type=none
lt_cv_deplibs_check_method=pass_all
lt_cv_dlopen=dlopen
lt_cv_dlopen_libs=-ldl
lt_cv_dlopen_self=yes
lt_cv_dlopen_self_static=yes
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_SED=/bin/sed
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_gnu_ld=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ 	]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ 	][ 	]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/  {"\2", (lt_ptr) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
lt_cv_sys_max_cmd_len=32768
lt_lt_cv_prog_compiler_c_o='"yes"'
lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ 	]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ 	][ 	]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p'\''"'
lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/  {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/  {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'
ol_cv_c_posix_regex=yes
ol_cv_c_upper_lower=no
ol_cv_c_volatile=yes
ol_cv_cpp_ebcdic=no
ol_cv_dcl_sys_errlist=yes
ol_cv_errno_thread_specific=yes
ol_cv_func_ctime_r_nargs2=yes
ol_cv_func_ctime_r_nargs3=no
ol_cv_func_ctime_r_nargs=2
ol_cv_func_gethostbyaddr_r_nargs7=no
ol_cv_func_gethostbyaddr_r_nargs8=yes
ol_cv_func_gethostbyaddr_r_nargs=8
ol_cv_func_gethostbyname_r_nargs5=no
ol_cv_func_gethostbyname_r_nargs6=yes
ol_cv_func_gethostbyname_r_nargs=6
ol_cv_func_inet_aton=yes
ol_cv_func_pthread_detach=yes
ol_cv_func_pthread_rwlock_destroy=yes
ol_cv_func_strerror_r=no
ol_cv_h_errno_thread_specific=yes
ol_cv_have_sys_errlist=yes
ol_cv_header_gnu_pth_pthread_h=no
ol_cv_header_linux_threads=no
ol_cv_header_stdc=yes
ol_cv_inet6_addrstrlen=yes
ol_cv_lib_fetch=no
ol_cv_lib_resolver=-lresolv
ol_cv_linux_threads=no
ol_cv_mkdep=-M
ol_cv_msvc=no
ol_cv_nonposix_strerror_r=no
ol_cv_pthread_create=no
ol_cv_pthread_create_works=yes
ol_cv_pthread_kthread=no
ol_cv_pthread_pthread=yes
ol_cv_pthread_select_yields=yes
ol_cv_pthread_version=10
ol_cv_resolver_none=no
ol_cv_resolver_resolv=yes
ol_cv_struct_sockaddr_storage=yes
ol_cv_sys_linux_threads=no
ol_cv_type_ber_socklen_t=socklen_t

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

ACLOCAL='${SHELL} /home/wuschi/ldap/openldap-2.4.26/build/missing --run aclocal-1.9'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/wuschi/ldap/openldap-2.4.26/build/missing --run tar'
AR='ar'
AS='as'
AUTH_LIBS=''
AUTOCONF='${SHELL} /home/wuschi/ldap/openldap-2.4.26/build/missing --run autoconf'
AUTOHEADER='${SHELL} /home/wuschi/ldap/openldap-2.4.26/build/missing --run autoheader'
AUTOMAKE='${SHELL} /home/wuschi/ldap/openldap-2.4.26/build/missing --run automake-1.9'
AWK='gawk'
BDB_LIBS=''
BUILD_ACCESSLOG='no'
BUILD_AUDITLOG='no'
BUILD_BDB='no'
BUILD_COLLECT=''
BUILD_CONSTRAINT='no'
BUILD_DDS='no'
BUILD_DENYOP='no'
BUILD_DEREF='no'
BUILD_DNSSRV='no'
BUILD_DYNGROUP='no'
BUILD_DYNLIST='no'
BUILD_HDB='no'
BUILD_LASTMOD='no'
BUILD_LDAP='no'
BUILD_LIBS_DYNAMIC='static'
BUILD_MEMBEROF='no'
BUILD_META='no'
BUILD_MONITOR='yes'
BUILD_NDB='yes'
BUILD_NULL='no'
BUILD_PASSWD='no'
BUILD_PERL='no'
BUILD_PPOLICY='no'
BUILD_PROXYCACHE='no'
BUILD_REFINT='no'
BUILD_RELAY='yes'
BUILD_RETCODE='no'
BUILD_RWM='no'
BUILD_SEQMOD='no'
BUILD_SHELL='no'
BUILD_SLAPD='yes'
BUILD_SLAPI='no'
BUILD_SOCK='no'
BUILD_SQL='no'
BUILD_SSSVLV='no'
BUILD_SYNCPROV='yes'
BUILD_THREAD='yes'
BUILD_TRANSLUCENT='no'
BUILD_UNIQUE='no'
BUILD_VALSORT='no'
CC='cc'
CCDEPMODE='depmode=none'
CFLAGS='-I/usr/include -I/usr/include/nss'
CPP='cc -E'
CPPFLAGS='-I/usr/include -I/usr/include/nss -I/usr/include/nspr'
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DLLTOOL='dlltool'
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT=''
GREP='/bin/grep'
ICU_LIBS=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
KRB4_LIBS=''
KRB5_LIBS=''
LDAP_LIBS=''
LDFLAGS=''
LIBOBJS=' ${LIBOBJDIR}setproctitle$U.o ${LIBOBJDIR}getpeereid$U.o'
LIBS='-lresolv '
LIBSLAPI=''
LIBSLAPITOOLS=''
LIBSRCS=' setproctitle.c getpeereid.c'
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LN_S='ln -s'
LTHREAD_LIBS=' -pthread'
LTLIBOBJS=' ${LIBOBJDIR}setproctitle$U.lo ${LIBOBJDIR}getpeereid$U.lo'
LTSTATIC='-static'
LUTIL_LIBS=''
MAKEINFO='${SHELL} /home/wuschi/ldap/openldap-2.4.26/build/missing --run makeinfo'
MODULES_LIBS=''
MOD_PERL_LDFLAGS=''
MYSQL='yes'
OBJDUMP='objdump'
OBJEXT='o'
OL_MKDEP='cc'
OL_MKDEP_FLAGS='-M'
OPENLDAP_LIBRELEASE='2.4'
OPENLDAP_LIBVERSION='9:1:7'
OPENLDAP_RELEASE_DATE='2011/06/30'
PACKAGE='OpenLDAP'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_URL=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PERLBIN=''
PERL_CPPFLAGS=''
PLAT='UNIX'
RANLIB='ranlib'
SASL_LIBS=''
SET_MAKE=''
SHELL='/bin/bash'
SLAPD_DYNAMIC_BACKENDS=''
SLAPD_DYNAMIC_OVERLAYS=''
SLAPD_GMP_LIBS=''
SLAPD_LIBS=' $(SLAPD_NDB_LIBS)'
SLAPD_MODULES_CPPFLAGS=''
SLAPD_MODULES_LDFLAGS=''
SLAPD_NDB_INCS='-I/usr/local/include/mysql -I/usr/local/include/mysql/storage/ndb -I/usr/local/include/mysql/storage/ndb/ndbapi'
SLAPD_NDB_LIBS='-rdynamic -L/usr/local/lib/mysql -lmysqlclient_r -lz -lrt -lpthread -lcrypt -lnsl -lm -lpthread -lndbclient -lstdc++'
SLAPD_NO_STATIC=''
SLAPD_PERL_LDFLAGS=''
SLAPD_SLAPI_DEPEND=''
SLAPD_SLP_LIBS=''
SLAPD_SQL_INCLUDES=''
SLAPD_SQL_LDFLAGS=''
SLAPD_SQL_LIBS=''
SLAPD_STATIC_BACKENDS='back-ldif back-monitor back-ndb back-relay'
SLAPD_STATIC_OVERLAYS=' syncprov.o'
SLAPI_LIBS=''
STRIP='strip'
TLS_LIBS='-lssl3 -lsmime3 -lnss3 -lnssutil3 -lplds4 -lplc4 -lnspr4'
VERSION='2.4.26'
WITH_ACI_ENABLED='no'
WITH_MODULES_ENABLED='no'
WITH_SASL='no'
WITH_TLS='yes'
WRAP_LIBS=''
ac_ct_CC=''
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE='#'
am__include='include'
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-unknown-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='/home/wuschi/ldap/openldap-2.4.26/build/install-sh'
ldap_subdir='/openldap'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='mkdir -p --'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='x86_64-unknown-linux-gnu'
target_alias=''
target_cpu='x86_64'
target_os='linux-gnu'
target_vendor='unknown'
top_builddir='/home/wuschi/ldap/openldap-2.4.26'

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

/* confdefs.h */
#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define OPENLDAP_PACKAGE "OpenLDAP"
#define OPENLDAP_VERSION "2.4.26"
#define LDAP_VENDOR_VERSION 20426
#define LDAP_VENDOR_VERSION_MAJOR 2
#define LDAP_VENDOR_VERSION_MINOR 4
#define LDAP_VENDOR_VERSION_PATCH 26
#define HAVE_MKVERSION 1
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define 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_DLFCN_H 1
#define EXEEXT ""
#define STDC_HEADERS 1
#define HAVE_DIRENT_H 1
#define HAVE_SYS_WAIT_H 1
#define GWINSZ_IN_SYS_IOCTL 1
#define HAVE_ARPA_INET_H 1
#define HAVE_ARPA_NAMESER_H 1
#define HAVE_ASSERT_H 1
#define HAVE_BITS_TYPES_H 1
#define HAVE_CRYPT_H 1
#define HAVE_ERRNO_H 1
#define HAVE_FCNTL_H 1
#define HAVE_GETOPT_H 1
#define HAVE_GRP_H 1
#define HAVE_LIMITS_H 1
#define HAVE_LOCALE_H 1
#define HAVE_MALLOC_H 1
#define HAVE_MEMORY_H 1
#define HAVE_PWD_H 1
#define HAVE_SGTTY_H 1
#define HAVE_SHADOW_H 1
#define HAVE_STDDEF_H 1
#define HAVE_STRING_H 1
#define HAVE_STRINGS_H 1
#define HAVE_SYSEXITS_H 1
#define HAVE_SYS_FILE_H 1
#define HAVE_SYS_ERRNO_H 1
#define HAVE_SYS_IOCTL_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_SYS_RESOURCE_H 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_SYSLOG_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_UIO_H 1
#define HAVE_SYSLOG_H 1
#define HAVE_TERMIOS_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UTIME_H 1
#define HAVE_RESOLV_H 1
#define HAVE_NETINET_TCP_H 1
#define HAVE_SIGACTION 1
#define HAVE_SIGSET 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_SYS_SOCKET_H 1
#define SELECT_TYPE_ARG1 int
#define SELECT_TYPE_ARG234 (fd_set *)
#define SELECT_TYPE_ARG5 (struct timeval *)
#define HAVE_POLL 1
#define HAVE_POLL_H 1
#define HAVE_SYS_POLL_H 1
#define HAVE_SYS_EPOLL_H 1
#define HAVE_EPOLL 1
#define HAVE_SYS_ERRLIST 1
#define HAVE_STRERROR 1
#define HAVE_STRERROR_R 1
#define HAVE_REGEX_H 1
#define HAVE_RES_QUERY 1
#define HAVE_HSTRERROR 1
#define HAVE_GETADDRINFO 1
#define HAVE_GETNAMEINFO 1
#define HAVE_GAI_STRERROR 1
#define HAVE_INET_NTOP 1
#define HAVE_SYS_UN_H 1
#define HAVE_NSSUTIL_H 1
#define HAVE_MOZNSS 1
#define HAVE_TLS 1
#define HAVE_PTHREAD_H 1
#define HAVE_PTHREADS 10
#define HAVE_SCHED_H 1
#define HAVE_SCHED_YIELD 1
#define HAVE_PTHREAD_YIELD 1
#define HAVE_PTHREAD_KILL 1
#define HAVE_PTHREAD_RWLOCK_DESTROY 1
#define HAVE_PTHREAD_DETACH 1
#define HAVE_PTHREAD_SETCONCURRENCY 1
#define HAVE_PTHREAD_GETCONCURRENCY 1
#define HAVE_YIELDING_SELECT 1
#define REENTRANT 1
#define _REENTRANT 1
#define THREAD_SAFE 1
#define _THREAD_SAFE 1
#define THREADSAFE 1
#define _THREADSAFE 1
#define _SGI_MP_SOURCE 1
#define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
#define HAVE_CTIME_R 1
#define HAVE_GMTIME_R 1
#define HAVE_LOCALTIME_R 1
#define HAVE_GETHOSTBYNAME_R 1
#define HAVE_GETHOSTBYADDR_R 1
#define CTIME_R_NARGS 2
#define GETHOSTBYNAME_R_NARGS 6
#define GETHOSTBYADDR_R_NARGS 8
#define URANDOM_DEVICE "/dev/urandom"
#define HAVE_LONG_LONG 1
#define HAVE_PTRDIFF_T 1
#define ber_socklen_t socklen_t
#define RETSIGTYPE void
#define TIME_WITH_SYS_TIME 1
#define HAVE_STRUCT_STAT_ST_BLKSIZE 1
#define HAVE_STRUCT_PASSWD_PW_GECOS 1
#define HAVE_STRUCT_PASSWD_PW_PASSWD 1
#define SIZEOF_SHORT 2
#define SIZEOF_INT 4
#define SIZEOF_LONG 8
#define SIZEOF_LONG_LONG 8
#define SIZEOF_WCHAR_T 4
#define LBER_INT_T int
#define LBER_LEN_T long
#define LBER_SOCKET_T int
#define LBER_TAG_T long
#define USE_MP_LONG_LONG 1
#define HAVE_STRFTIME 1
#define HAVE_INET_ATON 1
#define HAVE_VSNPRINTF 1
#define HAVE_VPRINTF 1
#define HAVE_SNPRINTF 1
#define HAVE_VSNPRINTF 1
#define HAVE_BCOPY 1
#define HAVE_CHROOT 1
#define HAVE_ENDGRENT 1
#define HAVE_ENDPWENT 1
#define HAVE_FCNTL 1
#define HAVE_FLOCK 1
#define HAVE_FSTAT 1
#define HAVE_GETDTABLESIZE 1
#define HAVE_GETEUID 1
#define HAVE_GETGRGID 1
#define HAVE_GETHOSTNAME 1
#define HAVE_GETPWUID 1
#define HAVE_GETPWNAM 1
#define HAVE_GETSPNAM 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_INITGROUPS 1
#define HAVE_IOCTL 1
#define HAVE_LOCKF 1
#define HAVE_MEMCPY 1
#define HAVE_MEMMOVE 1
#define HAVE_MEMRCHR 1
#define HAVE_MKSTEMP 1
#define HAVE_MKTEMP 1
#define HAVE_PIPE 1
#define HAVE_READ 1
#define HAVE_RECV 1
#define HAVE_RECVFROM 1
#define HAVE_SETGID 1
#define HAVE_SETEGID 1
#define HAVE_SETSID 1
#define HAVE_SETUID 1
#define HAVE_SETEUID 1
#define HAVE_SIGNAL 1
#define HAVE_STRDUP 1
#define HAVE_STRPBRK 1
#define HAVE_STRRCHR 1
#define HAVE_STRSEP 1
#define HAVE_STRSTR 1
#define HAVE_STRTOL 1
#define HAVE_STRTOUL 1
#define HAVE_STRTOQ 1
#define HAVE_STRTOUQ 1
#define HAVE_STRTOLL 1
#define HAVE_STRTOULL 1
#define HAVE_STRSPN 1
#define HAVE_SYSCONF 1
#define HAVE_WAITPID 1
#define HAVE_WAIT4 1
#define HAVE_WRITE 1
#define HAVE_SEND 1
#define HAVE_SENDMSG 1
#define HAVE_SENDTO 1
#define HAVE_GETOPT 1
#define HAVE_STRUCT_MSGHDR_MSG_CONTROL 1
#define LDAP_DEBUG 1
#define LDAP_SYSLOG 1
#define LDAP_PROCTITLE 1
#define LDAP_PF_LOCAL 1
#define LDAP_PF_INET6 1
#define SLAPD_CLEARTEXT 1
#define SLAPD_MOD_STATIC 1
#define SLAPD_MOD_DYNAMIC 2
#define SLAPD_MONITOR SLAPD_MOD_STATIC
#define SLAPD_NDB SLAPD_MOD_STATIC
#define SLAPD_RELAY SLAPD_MOD_STATIC
#define SLAPD_OVER_SYNCPROV SLAPD_MOD_STATIC
#define ENABLE_REWRITE 1

configure: exit 0