config.log   [plain text]


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

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

  $ ./configure --enable-static --prefix=/usr --sysconfdir=/private/etc --localstatedir=/private/var --mandir=/usr/share/man

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

hostname = simost4.apple.com
uname -m = Power Macintosh
uname -r = 9.0.0d3
uname -s = Darwin
uname -v = Darwin Kernel Version 9.0.0d3: Sun Oct  1 00:34:58 PDT 2006; root:xnu-965~3/RELEASE_PPC

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

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
hostinfo               = Mach kernel version:
	 Darwin Kernel Version 9.0.0d3: Sun Oct  1 00:34:58 PDT 2006; root:xnu-965~3/RELEASE_PPC
Kernel configured for up to 2 processors.
2 processors are physically available.
2 processors are logically available.
Processor type: ppc970 (PowerPC 970)
Processors active: 0 1
Primary memory available: 512.00 megabytes
Default processor set: 82 tasks, 264 threads, 2 processors
Load average: 1.23, Mach factor: 1.10
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /Volumes/Tenacious/backup3/Users/steve/bin/powerpc-apple-darwin
PATH: /Volumes/Tenacious/backup3/Users/steve/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/local/sbin
PATH: /usr/sbin
PATH: /sbin
PATH: /Network/Servers/seaport/release/bin
PATH: /Network/Servers/seaport/release/rcdev/xbs-Current/jbin


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

configure:1567: checking for gcc
configure:1583: found /usr/bin/gcc
configure:1593: result: gcc
configure:1837: checking for C compiler version
configure:1840: gcc --version </dev/null >&5
powerpc-apple-darwin8-gcc-4.0.1 (GCC) 4.0.1 (Apple Computer, Inc. build 5421)
Copyright (C) 2005 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:1843: $? = 0
configure:1845: gcc -v </dev/null >&5
Using built-in specs.
Target: powerpc-apple-darwin8
Configured with: /var/tmp/gcc/gcc-5421~4/src/configure --disable-checking -enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.0/ --with-gxx-include-dir=/include/c++/4.0.0 --with-slibdir=/usr/lib --build=powerpc-apple-darwin8 --host=powerpc-apple-darwin8 --target=powerpc-apple-darwin8
Thread model: posix
gcc version 4.0.1 (Apple Computer, Inc. build 5421)
configure:1848: $? = 0
configure:1850: gcc -V </dev/null >&5
gcc-4.0: argument to `-V' is missing
configure:1853: $? = 1
configure:1876: checking for C compiler default output file name
configure:1879: gcc    conftest.c  >&5
configure:1882: $? = 0
configure:1928: result: a.out
configure:1933: checking whether the C compiler works
configure:1939: ./a.out
configure:1942: $? = 0
configure:1959: result: yes
configure:1966: checking whether we are cross compiling
configure:1968: result: no
configure:1971: checking for suffix of executables
configure:1973: gcc -o conftest    conftest.c  >&5
configure:1976: $? = 0
configure:2001: result: 
configure:2007: checking for suffix of object files
configure:2028: gcc -c   conftest.c >&5
configure:2031: $? = 0
configure:2053: result: o
configure:2057: checking whether we are using the GNU C compiler
configure:2081: gcc -c   conftest.c >&5
configure:2087: $? = 0
configure:2090: test -z 			 || test ! -s conftest.err
configure:2093: $? = 0
configure:2096: test -s conftest.o
configure:2099: $? = 0
configure:2112: result: yes
configure:2118: checking whether gcc accepts -g
configure:2139: gcc -c -g  conftest.c >&5
configure:2145: $? = 0
configure:2148: test -z 			 || test ! -s conftest.err
configure:2151: $? = 0
configure:2154: test -s conftest.o
configure:2157: $? = 0
configure:2168: result: yes
configure:2185: checking for gcc option to accept ANSI C
configure:2255: gcc  -c -g -O2  conftest.c >&5
configure:2261: $? = 0
configure:2264: test -z 			 || test ! -s conftest.err
configure:2267: $? = 0
configure:2270: test -s conftest.o
configure:2273: $? = 0
configure:2291: result: none needed
configure:2309: gcc -c -g -O2  conftest.c >&5
conftest.c:2: error: syntax error before 'me'
configure:2315: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:2452: checking how to run the C preprocessor
configure:2487: gcc -E  conftest.c
configure:2493: $? = 0
configure:2525: gcc -E  conftest.c
conftest.c:9:28: error: ac_nonexistent.h: No such file or directory
configure:2531: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:2570: result: gcc -E
configure:2594: gcc -E  conftest.c
configure:2600: $? = 0
configure:2632: gcc -E  conftest.c
conftest.c:9:28: error: ac_nonexistent.h: No such file or directory
configure:2638: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:2682: checking for egrep
configure:2692: result: grep -E
configure:2698: checking for AIX
configure:2720: result: no
configure:2728: checking whether gcc needs -traditional
conftest.c:9:20: error: termio.h: No such file or directory
configure:2770: result: no
configure:2777: checking whether we are using SUNPro C
configure:2788: gcc -E conftest.c
configure:2791: $? = 0
configure:2798: result: no
configure:2841: checking for ranlib
configure:2857: found /usr/bin/ranlib
configure:2868: result: ranlib
configure:2887: checking whether byte ordering is bigendian
configure:2914: gcc -c -g -O2  conftest.c >&5
configure:2920: $? = 0
configure:2923: test -z 			 || test ! -s conftest.err
configure:2926: $? = 0
configure:2929: test -s conftest.o
configure:2932: $? = 0
configure:2956: gcc -c -g -O2  conftest.c >&5
configure:2962: $? = 0
configure:2965: test -z 			 || test ! -s conftest.err
configure:2968: $? = 0
configure:2971: test -s conftest.o
configure:2974: $? = 0
configure:3095: result: yes
configure:3117: checking for gmake
configure:3144: result: no
configure:3154: checking for make
configure:3172: found /usr/bin/make
configure:3185: result: /usr/bin/make
configure:3243: checking for lt_dlinit in -lltdl
configure:3273: gcc -o conftest -g -O2   conftest.c -lltdl   >&5
configure:3279: $? = 0
configure:3282: test -z 			 || test ! -s conftest.err
configure:3285: $? = 0
configure:3288: test -s conftest
configure:3291: $? = 0
configure:3304: result: yes
configure:3439: checking build system type
configure:3457: result: powerpc-apple-darwin9.0.0d3
configure:3465: checking host system type
configure:3479: result: powerpc-apple-darwin9.0.0d3
configure:3487: checking for a sed that does not truncate output
configure:3541: result: /usr/bin/sed
configure:3555: checking for ld used by gcc
configure:3622: result: /usr/bin/ld
configure:3631: checking if the linker (/usr/bin/ld) is GNU ld
configure:3646: result: no
configure:3651: checking for /usr/bin/ld option to reload object files
configure:3658: result: -r
configure:3676: checking for BSD-compatible nm
configure:3725: result: /usr/bin/nm -p
configure:3729: checking whether ln -s works
configure:3733: result: yes
configure:3740: checking how to recognise dependent libraries
configure:3916: result: pass_all
configure:4146: checking for ANSI C header files
configure:4171: gcc -c -g -O2  conftest.c >&5
configure:4177: $? = 0
configure:4180: test -z 			 || test ! -s conftest.err
configure:4183: $? = 0
configure:4186: test -s conftest.o
configure:4189: $? = 0
configure:4278: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c: In function 'main':
conftest.c:27: warning: incompatible implicit declaration of built-in function 'exit'
configure:4281: $? = 0
configure:4283: ./conftest
configure:4286: $? = 0
configure:4301: result: yes
configure:4325: checking for sys/types.h
configure:4341: gcc -c -g -O2  conftest.c >&5
configure:4347: $? = 0
configure:4350: test -z 			 || test ! -s conftest.err
configure:4353: $? = 0
configure:4356: test -s conftest.o
configure:4359: $? = 0
configure:4370: result: yes
configure:4325: checking for sys/stat.h
configure:4341: gcc -c -g -O2  conftest.c >&5
configure:4347: $? = 0
configure:4350: test -z 			 || test ! -s conftest.err
configure:4353: $? = 0
configure:4356: test -s conftest.o
configure:4359: $? = 0
configure:4370: result: yes
configure:4325: checking for stdlib.h
configure:4341: gcc -c -g -O2  conftest.c >&5
configure:4347: $? = 0
configure:4350: test -z 			 || test ! -s conftest.err
configure:4353: $? = 0
configure:4356: test -s conftest.o
configure:4359: $? = 0
configure:4370: result: yes
configure:4325: checking for string.h
configure:4341: gcc -c -g -O2  conftest.c >&5
configure:4347: $? = 0
configure:4350: test -z 			 || test ! -s conftest.err
configure:4353: $? = 0
configure:4356: test -s conftest.o
configure:4359: $? = 0
configure:4370: result: yes
configure:4325: checking for memory.h
configure:4341: gcc -c -g -O2  conftest.c >&5
configure:4347: $? = 0
configure:4350: test -z 			 || test ! -s conftest.err
configure:4353: $? = 0
configure:4356: test -s conftest.o
configure:4359: $? = 0
configure:4370: result: yes
configure:4325: checking for strings.h
configure:4341: gcc -c -g -O2  conftest.c >&5
configure:4347: $? = 0
configure:4350: test -z 			 || test ! -s conftest.err
configure:4353: $? = 0
configure:4356: test -s conftest.o
configure:4359: $? = 0
configure:4370: result: yes
configure:4325: checking for inttypes.h
configure:4341: gcc -c -g -O2  conftest.c >&5
configure:4347: $? = 0
configure:4350: test -z 			 || test ! -s conftest.err
configure:4353: $? = 0
configure:4356: test -s conftest.o
configure:4359: $? = 0
configure:4370: result: yes
configure:4325: checking for stdint.h
configure:4341: gcc -c -g -O2  conftest.c >&5
configure:4347: $? = 0
configure:4350: test -z 			 || test ! -s conftest.err
configure:4353: $? = 0
configure:4356: test -s conftest.o
configure:4359: $? = 0
configure:4370: result: yes
configure:4325: checking for unistd.h
configure:4341: gcc -c -g -O2  conftest.c >&5
configure:4347: $? = 0
configure:4350: test -z 			 || test ! -s conftest.err
configure:4353: $? = 0
configure:4356: test -s conftest.o
configure:4359: $? = 0
configure:4370: result: yes
configure:4396: checking dlfcn.h usability
configure:4408: gcc -c -g -O2  conftest.c >&5
configure:4414: $? = 0
configure:4417: test -z 			 || test ! -s conftest.err
configure:4420: $? = 0
configure:4423: test -s conftest.o
configure:4426: $? = 0
configure:4436: result: yes
configure:4440: checking dlfcn.h presence
configure:4450: gcc -E  conftest.c
configure:4456: $? = 0
configure:4476: result: yes
configure:4511: checking for dlfcn.h
configure:4518: result: yes
configure:4583: checking for g++
configure:4599: found /usr/bin/g++
configure:4609: result: g++
configure:4625: checking for C++ compiler version
configure:4628: g++ --version </dev/null >&5
powerpc-apple-darwin8-g++-4.0.1 (GCC) 4.0.1 (Apple Computer, Inc. build 5421)
Copyright (C) 2005 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:4631: $? = 0
configure:4633: g++ -v </dev/null >&5
Using built-in specs.
Target: powerpc-apple-darwin8
Configured with: /var/tmp/gcc/gcc-5421~4/src/configure --disable-checking -enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.0/ --with-gxx-include-dir=/include/c++/4.0.0 --with-slibdir=/usr/lib --build=powerpc-apple-darwin8 --host=powerpc-apple-darwin8 --target=powerpc-apple-darwin8
Thread model: posix
gcc version 4.0.1 (Apple Computer, Inc. build 5421)
configure:4636: $? = 0
configure:4638: g++ -V </dev/null >&5
g++-4.0: argument to `-V' is missing
configure:4641: $? = 1
configure:4644: checking whether we are using the GNU C++ compiler
configure:4668: g++ -c   conftest.cc >&5
configure:4674: $? = 0
configure:4677: test -z 			 || test ! -s conftest.err
configure:4680: $? = 0
configure:4683: test -s conftest.o
configure:4686: $? = 0
configure:4699: result: yes
configure:4705: checking whether g++ accepts -g
configure:4726: g++ -c -g  conftest.cc >&5
configure:4732: $? = 0
configure:4735: test -z 			 || test ! -s conftest.err
configure:4738: $? = 0
configure:4741: test -s conftest.o
configure:4744: $? = 0
configure:4755: result: yes
configure:4797: g++ -c -g -O2  conftest.cc >&5
configure:4803: $? = 0
configure:4806: test -z 			 || test ! -s conftest.err
configure:4809: $? = 0
configure:4812: test -s conftest.o
configure:4815: $? = 0
configure:4841: g++ -c -g -O2  conftest.cc >&5
conftest.cc: In function 'int main()':
conftest.cc:25: error: 'exit' was not declared in this scope
configure:4847: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define WORDS_BIGENDIAN 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_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.  */
| 
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:4797: g++ -c -g -O2  conftest.cc >&5
/usr/include/stdlib.h:157: error: declaration of 'void std::exit(int)' throws different exceptions
conftest.cc:21: error: than previous declaration 'void std::exit(int) throw ()'
configure:4803: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define WORDS_BIGENDIAN 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_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.  */
| extern "C" void std::exit (int) throw (); using std::exit;
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:4797: g++ -c -g -O2  conftest.cc >&5
configure:4803: $? = 0
configure:4806: test -z 			 || test ! -s conftest.err
configure:4809: $? = 0
configure:4812: test -s conftest.o
configure:4815: $? = 0
configure:4841: g++ -c -g -O2  conftest.cc >&5
configure:4847: $? = 0
configure:4850: test -z 			 || test ! -s conftest.err
configure:4853: $? = 0
configure:4856: test -s conftest.o
configure:4859: $? = 0
configure:4892: checking how to run the C++ preprocessor
configure:4923: g++ -E  conftest.cc
configure:4929: $? = 0
configure:4961: g++ -E  conftest.cc
conftest.cc:24:28: error: ac_nonexistent.h: No such file or directory
configure:4967: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define WORDS_BIGENDIAN 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_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
| #ifdef __cplusplus
| extern "C" void std::exit (int); using std::exit;
| #endif
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5006: result: g++ -E
configure:5030: g++ -E  conftest.cc
configure:5036: $? = 0
configure:5068: g++ -E  conftest.cc
conftest.cc:24:28: error: ac_nonexistent.h: No such file or directory
configure:5074: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define WORDS_BIGENDIAN 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_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
| #ifdef __cplusplus
| extern "C" void std::exit (int); using std::exit;
| #endif
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5171: checking for g77
configure:5200: result: no
configure:5171: checking for f77
configure:5200: result: no
configure:5171: checking for xlf
configure:5200: result: no
configure:5171: checking for frt
configure:5200: result: no
configure:5171: checking for pgf77
configure:5200: result: no
configure:5171: checking for fort77
configure:5200: result: no
configure:5171: checking for fl32
configure:5200: result: no
configure:5171: checking for af77
configure:5200: result: no
configure:5171: checking for f90
configure:5200: result: no
configure:5171: checking for xlf90
configure:5200: result: no
configure:5171: checking for pgf90
configure:5200: result: no
configure:5171: checking for epcf90
configure:5200: result: no
configure:5171: checking for f95
configure:5200: result: no
configure:5171: checking for fort
configure:5200: result: no
configure:5171: checking for xlf95
configure:5200: result: no
configure:5171: checking for ifc
configure:5200: result: no
configure:5171: checking for efc
configure:5200: result: no
configure:5171: checking for pgf95
configure:5200: result: no
configure:5171: checking for lf95
configure:5200: result: no
configure:5171: checking for gfortran
configure:5200: result: no
configure:5212: checking for Fortran 77 compiler version
configure:5215:  --version </dev/null >&5
./configure: line 5216: --version: command not found
configure:5218: $? = 127
configure:5220:  -v </dev/null >&5
./configure: line 5221: -v: command not found
configure:5223: $? = 127
configure:5225:  -V </dev/null >&5
./configure: line 5226: -V: command not found
configure:5228: $? = 127
configure:5236: checking whether we are using the GNU Fortran 77 compiler
configure:5250:  -c  conftest.F >&5
./configure: line 5251: -c: command not found
configure:5256: $? = 127
configure: failed program was:
|       program main
| #ifndef __GNUC__
|        choke me
| #endif
| 
|       end
configure:5281: result: no
configure:5287: checking whether  accepts -g
configure:5299:  -c -g conftest.f >&5
./configure: line 5300: -c: command not found
configure:5305: $? = 127
configure: failed program was:
|       program main
| 
|       end
configure:5329: result: no
configure:5359: checking the maximum length of command line arguments
configure:5468: result: 196608
configure:5479: checking command to parse /usr/bin/nm -p output from gcc object
configure:5584: gcc -c -g -O2  conftest.c >&5
configure:5587: $? = 0
configure:5591: /usr/bin/nm -p conftest.o \| sed -n -e 's/^.*[ 	]\([BCDEGRST][BCDEGRST]*\)[ 	][ 	]*\([_A-Za-z][_A-Za-z0-9]*\)$/  /p' \> conftest.nm
configure:5594: $? = 0
cannot find nm_test_var in conftest.nm
configure:5584: gcc -c -g -O2  conftest.c >&5
configure:5587: $? = 0
configure:5591: /usr/bin/nm -p conftest.o \| sed -n -e 's/^.*[ 	]\([BCDEGRST][BCDEGRST]*\)[ 	][ 	]*_\([_A-Za-z][_A-Za-z0-9]*\)$/ _ /p' \> conftest.nm
configure:5594: $? = 0
configure:5646: gcc -o conftest -g -O2   conftest.c conftstm.o >&5
configure:5649: $? = 0
configure:5687: result: ok
configure:5691: checking for objdir
configure:5706: result: .libs
configure:5796: checking for ar
configure:5812: found /usr/bin/ar
configure:5823: result: ar
configure:5876: checking for ranlib
configure:5903: result: ranlib
configure:5956: checking for strip
configure:5972: found /usr/bin/strip
configure:5983: result: strip
configure:6259: checking if gcc supports -fno-rtti -fno-exceptions
configure:6277: gcc -c -g -O2  -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
configure:6281: $? = 0
configure:6294: result: no
configure:6309: checking for gcc option to produce PIC
configure:6519: result: -fno-common
configure:6527: checking if gcc PIC flag -fno-common works
configure:6545: gcc -c -g -O2  -fno-common -DPIC conftest.c >&5
configure:6549: $? = 0
configure:6562: result: yes
configure:6590: checking if gcc static flag -static works
configure:6618: result: no
configure:6628: checking if gcc supports -c -o file.o
configure:6649: gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
configure:6653: $? = 0
configure:6675: result: yes
configure:6701: checking whether the gcc linker (/usr/bin/ld) supports shared libraries
configure:7657: result: yes
configure:7724: checking dynamic linker characteristics
configure:8312: result: darwin9.0.0d3 dyld
configure:8321: checking how to hardcode library paths into programs
configure:8346: result: immediate
configure:8360: checking whether stripping libraries is possible
configure:8373: result: yes
configure:8414: checking for dlopen in -ldl
configure:8444: gcc -o conftest -g -O2   conftest.c -ldl   >&5
configure:8450: $? = 0
configure:8453: test -z 			 || test ! -s conftest.err
configure:8456: $? = 0
configure:8459: test -s conftest
configure:8462: $? = 0
configure:8475: result: yes
configure:8974: checking whether a program can dlopen itself
configure:9048: gcc -o conftest -g -O2  -DHAVE_DLFCN_H   conftest.c -ldl  >&5
configure: In function 'main':
configure:9044: warning: incompatible implicit declaration of built-in function 'exit'
configure:9051: $? = 0
configure:9069: result: yes
configure:9074: checking whether a statically linked program can dlopen itself
configure:9148: gcc -o conftest -g -O2  -DHAVE_DLFCN_H    conftest.c -ldl  >&5
configure: In function 'main':
configure:9144: warning: incompatible implicit declaration of built-in function 'exit'
configure:9151: $? = 0
configure:9169: result: yes
configure:9192: checking if libtool supports shared libraries
configure:9194: result: yes
configure:9197: checking whether to build shared libraries
configure:9218: result: yes
configure:9221: checking whether to build static libraries
configure:9225: result: yes
configure:9317: creating libtool
configure:9905: checking for ld used by g++
configure:9972: result: /usr/bin/ld
configure:9981: checking if the linker (/usr/bin/ld) is GNU ld
configure:9996: result: no
configure:10047: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
configure:10983: result: yes
configure:11005: g++ -c -g -O2  conftest.cpp >&5
configure:11008: $? = 0
configure:11127: checking for g++ option to produce PIC
configure:11401: result: -fno-common
configure:11409: checking if g++ PIC flag -fno-common works
configure:11427: g++ -c -g -O2  -fno-common -DPIC conftest.cpp >&5
configure:11431: $? = 0
configure:11444: result: yes
configure:11472: checking if g++ static flag -static works
configure:11500: result: no
configure:11510: checking if g++ supports -c -o file.o
configure:11531: g++ -c -g -O2  -o out/conftest2.o conftest.cpp >&5
configure:11535: $? = 0
configure:11557: result: yes
configure:11583: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
configure:11608: result: yes
configure:11675: checking dynamic linker characteristics
configure:12263: result: darwin9.0.0d3 dyld
configure:12272: checking how to hardcode library paths into programs
configure:12297: result: immediate
configure:18510: checking docdir
configure:18536: result: ${datadir}/doc/freeradius
configure:18540: checking logdir
configure:18566: result: ${localstatedir}/log/radius
configure:18570: checking radacctdir
configure:18596: result: ${logdir}/radacct
configure:18600: checking raddbdir
configure:18626: result: ${sysconfdir}/raddb
configure:18829: checking for perl
configure:18847: found /usr/bin/perl
configure:18860: result: /usr/bin/perl
configure:18873: checking for snmpget
configure:18891: found /usr/bin/snmpget
configure:18903: result: /usr/bin/snmpget
configure:18917: checking for snmpwalk
configure:18935: found /usr/bin/snmpwalk
configure:18947: result: /usr/bin/snmpwalk
configure:18961: checking for rusers
configure:18992: result: /usr/bin/rusers
configure:19001: checking for working aclocal
configure:19008: result: found
configure:19016: checking for working autoconf
configure:19023: result: found
configure:19031: checking for working autoheader
configure:19038: result: found
configure:19049: checking for locate
configure:19067: found /usr/bin/locate
configure:19079: result: /usr/bin/locate
configure:19088: checking for dirname
configure:19106: found /usr/bin/dirname
configure:19118: result: /usr/bin/dirname
configure:19127: checking for grep
configure:19145: found /usr/bin/grep
configure:19157: result: /usr/bin/grep
configure:19186: checking pthread.h usability
configure:19198: gcc -c -g -O2  conftest.c >&5
configure:19204: $? = 0
configure:19207: test -z 			 || test ! -s conftest.err
configure:19210: $? = 0
configure:19213: test -s conftest.o
configure:19216: $? = 0
configure:19226: result: yes
configure:19230: checking pthread.h presence
configure:19240: gcc -E  conftest.c
configure:19246: $? = 0
configure:19266: result: yes
configure:19301: checking for pthread.h
configure:19308: result: yes
configure:19324: checking for pthread_create in -lpthread
configure:19354: gcc -o conftest -g -O2   conftest.c -lpthread   >&5
configure:19360: $? = 0
configure:19363: test -z 			 || test ! -s conftest.err
configure:19366: $? = 0
configure:19369: test -s conftest
configure:19372: $? = 0
configure:19385: result: yes
configure:19472: checking for library containing sem_init
configure:19502: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS   conftest.c  -lpthread >&5
configure:19508: $? = 0
configure:19511: test -z 			 || test ! -s conftest.err
configure:19514: $? = 0
configure:19517: test -s conftest
configure:19520: $? = 0
configure:19589: result: none required
configure:19604: checking for getsockname in -lsocket
configure:19634: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS   conftest.c -lsocket   -lpthread >&5
/usr/bin/ld_classic: can't locate file for: -lsocket
collect2: ld returned 1 exit status
configure:19640: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define WORDS_BIGENDIAN 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_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
| #ifdef __cplusplus
| extern "C" void std::exit (int); using std::exit;
| #endif
| #define ASCEND_BINARY 1
| #define HAVE_PTHREAD_H 1
| /* end confdefs.h.  */
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char getsockname ();
| int
| main ()
| {
| getsockname ();
|   ;
|   return 0;
| }
configure:19665: result: no
configure:19678: checking for inet_aton in -lresolv
configure:19708: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS   conftest.c -lresolv   -lpthread >&5
configure:19714: $? = 0
configure:19717: test -z 			 || test ! -s conftest.err
configure:19720: $? = 0
configure:19723: test -s conftest
configure:19726: $? = 0
configure:19739: result: yes
configure:19752: checking for inet_ntoa in -lnsl
configure:19782: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS   conftest.c -lnsl  -lresolv  -lpthread >&5
/usr/bin/ld_classic: can't locate file for: -lnsl
collect2: ld returned 1 exit status
configure:19788: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define WORDS_BIGENDIAN 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_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
| #ifdef __cplusplus
| extern "C" void std::exit (int); using std::exit;
| #endif
| #define ASCEND_BINARY 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_LIBRESOLV 1
| /* end confdefs.h.  */
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char inet_ntoa ();
| int
| main ()
| {
| inet_ntoa ();
|   ;
|   return 0;
| }
configure:19813: result: no
configure:19830: checking for DH_new in -lcrypto
configure:19860: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS   conftest.c -lcrypto  -lresolv  -lpthread >&5
configure:19866: $? = 0
configure:19869: test -z 			 || test ! -s conftest.err
configure:19872: $? = 0
configure:19875: test -s conftest
configure:19878: $? = 0
configure:19891: result: yes
configure:19900: checking for SSL_new in -lssl
configure:19930: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS   conftest.c -lssl  -lresolv  -lpthread >&5
configure:19936: $? = 0
configure:19939: test -z 			 || test ! -s conftest.err
configure:19942: $? = 0
configure:19945: test -s conftest
configure:19948: $? = 0
configure:19961: result: yes
configure:20000: checking for dirent.h that defines DIR
configure:20024: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DDARWIN  conftest.c >&5
configure:20030: $? = 0
configure:20033: test -z 			 || test ! -s conftest.err
configure:20036: $? = 0
configure:20039: test -s conftest.o
configure:20042: $? = 0
configure:20053: result: yes
configure:20066: checking for library containing opendir
configure:20096: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DDARWIN   conftest.c -lresolv  -lpthread >&5
configure:20102: $? = 0
configure:20105: test -z 			 || test ! -s conftest.err
configure:20108: $? = 0
configure:20111: test -s conftest
configure:20114: $? = 0
configure:20183: result: none required
configure:20317: checking for ANSI C header files
configure:20472: result: yes
configure:20482: checking whether time.h and sys/time.h may both be included
configure:20507: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DDARWIN  conftest.c >&5
configure:20513: $? = 0
configure:20516: test -z 			 || test ! -s conftest.err
configure:20519: $? = 0
configure:20522: test -s conftest.o
configure:20525: $? = 0
configure:20536: result: yes
configure:20546: checking for sys/wait.h that is POSIX.1 compatible
configure:20577: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DDARWIN  conftest.c >&5
configure:20583: $? = 0
configure:20586: test -z 			 || test ! -s conftest.err
configure:20589: $? = 0
configure:20592: test -s conftest.o
configure:20595: $? = 0
configure:20606: result: yes
configure:20682: checking for unistd.h
configure:20687: result: yes
configure:20691: checking crypt.h usability
configure:20703: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DDARWIN  conftest.c >&5
conftest.c:68:19: error: crypt.h: No such file or directory
configure:20709: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define WORDS_BIGENDIAN 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_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
| #ifdef __cplusplus
| extern "C" void std::exit (int); using std::exit;
| #endif
| #define ASCEND_BINARY 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <crypt.h>
configure:20731: result: no
configure:20735: checking crypt.h presence
configure:20745: gcc -E  conftest.c
conftest.c:34:19: error: crypt.h: No such file or directory
configure:20751: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define WORDS_BIGENDIAN 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_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
| #ifdef __cplusplus
| extern "C" void std::exit (int); using std::exit;
| #endif
| #define ASCEND_BINARY 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <crypt.h>
configure:20771: result: no
configure:20806: checking for crypt.h
configure:20813: result: no
configure:20691: checking errno.h usability
configure:20703: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DDARWIN  conftest.c >&5
configure:20709: $? = 0
configure:20712: test -z 			 || test ! -s conftest.err
configure:20715: $? = 0
configure:20718: test -s conftest.o
configure:20721: $? = 0
configure:20731: result: yes
configure:20735: checking errno.h presence
configure:20745: gcc -E  conftest.c
configure:20751: $? = 0
configure:20771: result: yes
configure:20806: checking for errno.h
configure:20813: result: yes
configure:20691: checking resource.h usability
configure:20703: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DDARWIN  conftest.c >&5
conftest.c:69:22: error: resource.h: No such file or directory
configure:20709: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define WORDS_BIGENDIAN 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_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
| #ifdef __cplusplus
| extern "C" void std::exit (int); using std::exit;
| #endif
| #define ASCEND_BINARY 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <resource.h>
configure:20731: result: no
configure:20735: checking resource.h presence
configure:20745: gcc -E  conftest.c
conftest.c:35:22: error: resource.h: No such file or directory
configure:20751: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define WORDS_BIGENDIAN 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_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
| #ifdef __cplusplus
| extern "C" void std::exit (int); using std::exit;
| #endif
| #define ASCEND_BINARY 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| /* end confdefs.h.  */
| #include <resource.h>
configure:20771: result: no
configure:20806: checking for resource.h
configure:20813: result: no
configure:20691: checking getopt.h usability
configure:20703: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DDARWIN  conftest.c >&5
configure:20709: $? = 0
configure:20712: test -z 			 || test ! -s conftest.err
configure:20715: $? = 0
configure:20718: test -s conftest.o
configure:20721: $? = 0
configure:20731: result: yes
configure:20735: checking getopt.h presence
configure:20745: gcc -E  conftest.c
configure:20751: $? = 0
configure:20771: result: yes
configure:20806: checking for getopt.h
configure:20813: result: yes
configure:20691: checking malloc.h usability
configure:20703: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DDARWIN  conftest.c >&5
conftest.c:70:20: error: malloc.h: No such file or directory
configure:20709: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define WORDS_BIGENDIAN 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_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
| #ifdef __cplusplus
| extern "C" void std::exit (int); using std::exit;
| #endif
| #define ASCEND_BINARY 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_GETOPT_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <malloc.h>
configure:20731: result: no
configure:20735: checking malloc.h presence
configure:20745: gcc -E  conftest.c
conftest.c:36:20: error: malloc.h: No such file or directory
configure:20751: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define WORDS_BIGENDIAN 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_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
| #ifdef __cplusplus
| extern "C" void std::exit (int); using std::exit;
| #endif
| #define ASCEND_BINARY 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_GETOPT_H 1
| /* end confdefs.h.  */
| #include <malloc.h>
configure:20771: result: no
configure:20806: checking for malloc.h
configure:20813: result: no
configure:20691: checking utmp.h usability
configure:20703: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DDARWIN  conftest.c >&5
configure:20709: $? = 0
configure:20712: test -z 			 || test ! -s conftest.err
configure:20715: $? = 0
configure:20718: test -s conftest.o
configure:20721: $? = 0
configure:20731: result: yes
configure:20735: checking utmp.h presence
configure:20745: gcc -E  conftest.c
configure:20751: $? = 0
configure:20771: result: yes
configure:20806: checking for utmp.h
configure:20813: result: yes
configure:20691: checking utmpx.h usability
configure:20703: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DDARWIN  conftest.c >&5
configure:20709: $? = 0
configure:20712: test -z 			 || test ! -s conftest.err
configure:20715: $? = 0
configure:20718: test -s conftest.o
configure:20721: $? = 0
configure:20731: result: yes
configure:20735: checking utmpx.h presence
configure:20745: gcc -E  conftest.c
configure:20751: $? = 0
configure:20771: result: yes
configure:20806: checking for utmpx.h
configure:20813: result: yes
configure:20691: checking signal.h usability
configure:20703: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DDARWIN  conftest.c >&5
configure:20709: $? = 0
configure:20712: test -z 			 || test ! -s conftest.err
configure:20715: $? = 0
configure:20718: test -s conftest.o
configure:20721: $? = 0
configure:20731: result: yes
configure:20735: checking signal.h presence
configure:20745: gcc -E  conftest.c
configure:20751: $? = 0
configure:20771: result: yes
configure:20806: checking for signal.h
configure:20813: result: yes
configure:20691: checking sys/select.h usability
configure:20703: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DDARWIN  conftest.c >&5
configure:20709: $? = 0
configure:20712: test -z 			 || test ! -s conftest.err
configure:20715: $? = 0
configure:20718: test -s conftest.o
configure:20721: $? = 0
configure:20731: result: yes
configure:20735: checking sys/select.h presence
configure:20745: gcc -E  conftest.c
configure:20751: $? = 0
configure:20771: result: yes
configure:20806: checking for sys/select.h
configure:20813: result: yes
configure:20691: checking syslog.h usability
configure:20703: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DDARWIN  conftest.c >&5
configure:20709: $? = 0
configure:20712: test -z 			 || test ! -s conftest.err
configure:20715: $? = 0
configure:20718: test -s conftest.o
configure:20721: $? = 0
configure:20731: result: yes
configure:20735: checking syslog.h presence
configure:20745: gcc -E  conftest.c
configure:20751: $? = 0
configure:20771: result: yes
configure:20806: checking for syslog.h
configure:20813: result: yes
configure:20682: checking for inttypes.h
configure:20687: result: yes
configure:20682: checking for stdint.h
configure:20687: result: yes
configure:20691: checking stdio.h usability
configure:20703: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DDARWIN  conftest.c >&5
configure:20709: $? = 0
configure:20712: test -z 			 || test ! -s conftest.err
configure:20715: $? = 0
configure:20718: test -s conftest.o
configure:20721: $? = 0
configure:20731: result: yes
configure:20735: checking stdio.h presence
configure:20745: gcc -E  conftest.c
configure:20751: $? = 0
configure:20771: result: yes
configure:20806: checking for stdio.h
configure:20813: result: yes
configure:20691: checking netdb.h usability
configure:20703: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DDARWIN  conftest.c >&5
configure:20709: $? = 0
configure:20712: test -z 			 || test ! -s conftest.err
configure:20715: $? = 0
configure:20718: test -s conftest.o
configure:20721: $? = 0
configure:20731: result: yes
configure:20735: checking netdb.h presence
configure:20745: gcc -E  conftest.c
configure:20751: $? = 0
configure:20771: result: yes
configure:20806: checking for netdb.h
configure:20813: result: yes
configure:20691: checking semaphore.h usability
configure:20703: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DDARWIN  conftest.c >&5
configure:20709: $? = 0
configure:20712: test -z 			 || test ! -s conftest.err
configure:20715: $? = 0
configure:20718: test -s conftest.o
configure:20721: $? = 0
configure:20731: result: yes
configure:20735: checking semaphore.h presence
configure:20745: gcc -E  conftest.c
configure:20751: $? = 0
configure:20771: result: yes
configure:20806: checking for semaphore.h
configure:20813: result: yes
configure:20691: checking arpa/inet.h usability
configure:20703: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DDARWIN  conftest.c >&5
configure:20709: $? = 0
configure:20712: test -z 			 || test ! -s conftest.err
configure:20715: $? = 0
configure:20718: test -s conftest.o
configure:20721: $? = 0
configure:20731: result: yes
configure:20735: checking arpa/inet.h presence
configure:20745: gcc -E  conftest.c
configure:20751: $? = 0
configure:20771: result: yes
configure:20806: checking for arpa/inet.h
configure:20813: result: yes
configure:20691: checking netinet/in.h usability
configure:20703: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DDARWIN  conftest.c >&5
configure:20709: $? = 0
configure:20712: test -z 			 || test ! -s conftest.err
configure:20715: $? = 0
configure:20718: test -s conftest.o
configure:20721: $? = 0
configure:20731: result: yes
configure:20735: checking netinet/in.h presence
configure:20745: gcc -E  conftest.c
configure:20751: $? = 0
configure:20771: result: yes
configure:20806: checking for netinet/in.h
configure:20813: result: yes
configure:20682: checking for sys/types.h
configure:20687: result: yes
configure:20691: checking sys/socket.h usability
configure:20703: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DDARWIN  conftest.c >&5
configure:20709: $? = 0
configure:20712: test -z 			 || test ! -s conftest.err
configure:20715: $? = 0
configure:20718: test -s conftest.o
configure:20721: $? = 0
configure:20731: result: yes
configure:20735: checking sys/socket.h presence
configure:20745: gcc -E  conftest.c
configure:20751: $? = 0
configure:20771: result: yes
configure:20806: checking for sys/socket.h
configure:20813: result: yes
configure:20691: checking sys/time.h usability
configure:20703: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DDARWIN  conftest.c >&5
configure:20709: $? = 0
configure:20712: test -z 			 || test ! -s conftest.err
configure:20715: $? = 0
configure:20718: test -s conftest.o
configure:20721: $? = 0
configure:20731: result: yes
configure:20735: checking sys/time.h presence
configure:20745: gcc -E  conftest.c
configure:20751: $? = 0
configure:20771: result: yes
configure:20806: checking for sys/time.h
configure:20813: result: yes
configure:20682: checking for sys/wait.h
configure:20687: result: yes
configure:20691: checking sys/security.h usability
configure:20703: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DDARWIN  conftest.c >&5
conftest.c:86:26: error: sys/security.h: No such file or directory
configure:20709: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define WORDS_BIGENDIAN 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_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
| #ifdef __cplusplus
| extern "C" void std::exit (int); using std::exit;
| #endif
| #define ASCEND_BINARY 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_WAIT_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/security.h>
configure:20731: result: no
configure:20735: checking sys/security.h presence
configure:20745: gcc -E  conftest.c
conftest.c:52:26: error: sys/security.h: No such file or directory
configure:20751: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define WORDS_BIGENDIAN 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_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
| #ifdef __cplusplus
| extern "C" void std::exit (int); using std::exit;
| #endif
| #define ASCEND_BINARY 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_WAIT_H 1
| /* end confdefs.h.  */
| #include <sys/security.h>
configure:20771: result: no
configure:20806: checking for sys/security.h
configure:20813: result: no
configure:20691: checking fcntl.h usability
configure:20703: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DDARWIN  conftest.c >&5
configure:20709: $? = 0
configure:20712: test -z 			 || test ! -s conftest.err
configure:20715: $? = 0
configure:20718: test -s conftest.o
configure:20721: $? = 0
configure:20731: result: yes
configure:20735: checking fcntl.h presence
configure:20745: gcc -E  conftest.c
configure:20751: $? = 0
configure:20771: result: yes
configure:20806: checking for fcntl.h
configure:20813: result: yes
configure:20691: checking sys/fcntl.h usability
configure:20703: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DDARWIN  conftest.c >&5
configure:20709: $? = 0
configure:20712: test -z 			 || test ! -s conftest.err
configure:20715: $? = 0
configure:20718: test -s conftest.o
configure:20721: $? = 0
configure:20731: result: yes
configure:20735: checking sys/fcntl.h presence
configure:20745: gcc -E  conftest.c
configure:20751: $? = 0
configure:20771: result: yes
configure:20806: checking for sys/fcntl.h
configure:20813: result: yes
configure:20682: checking for sys/stat.h
configure:20687: result: yes
configure:20691: checking sys/prctl.h usability
configure:20703: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DDARWIN  conftest.c >&5
conftest.c:89:23: error: sys/prctl.h: No such file or directory
configure:20709: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define WORDS_BIGENDIAN 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_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
| #ifdef __cplusplus
| extern "C" void std::exit (int); using std::exit;
| #endif
| #define ASCEND_BINARY 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_STAT_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/prctl.h>
configure:20731: result: no
configure:20735: checking sys/prctl.h presence
configure:20745: gcc -E  conftest.c
conftest.c:55:23: error: sys/prctl.h: No such file or directory
configure:20751: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define WORDS_BIGENDIAN 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_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
| #ifdef __cplusplus
| extern "C" void std::exit (int); using std::exit;
| #endif
| #define ASCEND_BINARY 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_STAT_H 1
| /* end confdefs.h.  */
| #include <sys/prctl.h>
configure:20771: result: no
configure:20806: checking for sys/prctl.h
configure:20813: result: no
configure:20691: checking prot.h usability
configure:20703: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DDARWIN  conftest.c >&5
conftest.c:89:18: error: prot.h: No such file or directory
configure:20709: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define WORDS_BIGENDIAN 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_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
| #ifdef __cplusplus
| extern "C" void std::exit (int); using std::exit;
| #endif
| #define ASCEND_BINARY 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_STAT_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <prot.h>
configure:20731: result: no
configure:20735: checking prot.h presence
configure:20745: gcc -E  conftest.c
conftest.c:55:18: error: prot.h: No such file or directory
configure:20751: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define WORDS_BIGENDIAN 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_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
| #ifdef __cplusplus
| extern "C" void std::exit (int); using std::exit;
| #endif
| #define ASCEND_BINARY 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_STAT_H 1
| /* end confdefs.h.  */
| #include <prot.h>
configure:20771: result: no
configure:20806: checking for prot.h
configure:20813: result: no
configure:20691: checking sia.h usability
configure:20703: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DDARWIN  conftest.c >&5
conftest.c:89:17: error: sia.h: No such file or directory
configure:20709: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define WORDS_BIGENDIAN 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_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
| #ifdef __cplusplus
| extern "C" void std::exit (int); using std::exit;
| #endif
| #define ASCEND_BINARY 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_STAT_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sia.h>
configure:20731: result: no
configure:20735: checking sia.h presence
configure:20745: gcc -E  conftest.c
conftest.c:55:17: error: sia.h: No such file or directory
configure:20751: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define WORDS_BIGENDIAN 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_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
| #ifdef __cplusplus
| extern "C" void std::exit (int); using std::exit;
| #endif
| #define ASCEND_BINARY 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_STAT_H 1
| /* end confdefs.h.  */
| #include <sia.h>
configure:20771: result: no
configure:20806: checking for sia.h
configure:20813: result: no
configure:20691: checking siad.h usability
configure:20703: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DDARWIN  conftest.c >&5
conftest.c:89:18: error: siad.h: No such file or directory
configure:20709: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define WORDS_BIGENDIAN 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_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
| #ifdef __cplusplus
| extern "C" void std::exit (int); using std::exit;
| #endif
| #define ASCEND_BINARY 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_STAT_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <siad.h>
configure:20731: result: no
configure:20735: checking siad.h presence
configure:20745: gcc -E  conftest.c
conftest.c:55:18: error: siad.h: No such file or directory
configure:20751: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define WORDS_BIGENDIAN 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_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
| #ifdef __cplusplus
| extern "C" void std::exit (int); using std::exit;
| #endif
| #define ASCEND_BINARY 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_STAT_H 1
| /* end confdefs.h.  */
| #include <siad.h>
configure:20771: result: no
configure:20806: checking for siad.h
configure:20813: result: no
configure:20838: checking regex.h usability
configure:20850: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DDARWIN  conftest.c >&5
configure:20856: $? = 0
configure:20859: test -z 			 || test ! -s conftest.err
configure:20862: $? = 0
configure:20865: test -s conftest.o
configure:20868: $? = 0
configure:20878: result: yes
configure:20882: checking regex.h presence
configure:20892: gcc -E  conftest.c
configure:20898: $? = 0
configure:20918: result: yes
configure:20953: checking for regex.h
configure:20960: result: yes
configure:21047: checking openssl/ssl.h usability
configure:21059: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DDARWIN  -DOPENSSL_NO_KRB5 conftest.c >&5
configure:21065: $? = 0
configure:21068: test -z 			 || test ! -s conftest.err
configure:21071: $? = 0
configure:21074: test -s conftest.o
configure:21077: $? = 0
configure:21087: result: yes
configure:21091: checking openssl/ssl.h presence
configure:21101: gcc -E  -DOPENSSL_NO_KRB5 conftest.c
configure:21107: $? = 0
configure:21127: result: yes
configure:21162: checking for openssl/ssl.h
configure:21169: result: yes
configure:21047: checking openssl/crypto.h usability
configure:21059: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DDARWIN  -DOPENSSL_NO_KRB5 conftest.c >&5
configure:21065: $? = 0
configure:21068: test -z 			 || test ! -s conftest.err
configure:21071: $? = 0
configure:21074: test -s conftest.o
configure:21077: $? = 0
configure:21087: result: yes
configure:21091: checking openssl/crypto.h presence
configure:21101: gcc -E  -DOPENSSL_NO_KRB5 conftest.c
configure:21107: $? = 0
configure:21127: result: yes
configure:21162: checking for openssl/crypto.h
configure:21169: result: yes
configure:21047: checking openssl/err.h usability
configure:21059: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DDARWIN  -DOPENSSL_NO_KRB5 conftest.c >&5
configure:21065: $? = 0
configure:21068: test -z 			 || test ! -s conftest.err
configure:21071: $? = 0
configure:21074: test -s conftest.o
configure:21077: $? = 0
configure:21087: result: yes
configure:21091: checking openssl/err.h presence
configure:21101: gcc -E  -DOPENSSL_NO_KRB5 conftest.c
configure:21107: $? = 0
configure:21127: result: yes
configure:21162: checking for openssl/err.h
configure:21169: result: yes
configure:21047: checking openssl/engine.h usability
configure:21059: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DDARWIN  -DOPENSSL_NO_KRB5 conftest.c >&5
configure:21065: $? = 0
configure:21068: test -z 			 || test ! -s conftest.err
configure:21071: $? = 0
configure:21074: test -s conftest.o
configure:21077: $? = 0
configure:21087: result: yes
configure:21091: checking openssl/engine.h presence
configure:21101: gcc -E  -DOPENSSL_NO_KRB5 conftest.c
configure:21107: $? = 0
configure:21127: result: yes
configure:21162: checking for openssl/engine.h
configure:21169: result: yes
configure:21186: checking for OpenSSL version >= 0.9.7
configure:21211: result: yes
configure:21227: checking for off_t
configure:21251: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DDARWIN  conftest.c >&5
configure:21257: $? = 0
configure:21260: test -z 			 || test ! -s conftest.err
configure:21263: $? = 0
configure:21266: test -s conftest.o
configure:21269: $? = 0
configure:21280: result: yes
configure:21292: checking for pid_t
configure:21316: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DDARWIN  conftest.c >&5
configure:21322: $? = 0
configure:21325: test -z 			 || test ! -s conftest.err
configure:21328: $? = 0
configure:21331: test -s conftest.o
configure:21334: $? = 0
configure:21345: result: yes
configure:21357: checking for size_t
configure:21381: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DDARWIN  conftest.c >&5
configure:21387: $? = 0
configure:21390: test -z 			 || test ! -s conftest.err
configure:21393: $? = 0
configure:21396: test -s conftest.o
configure:21399: $? = 0
configure:21410: result: yes
configure:21422: checking for uid_t in sys/types.h
configure:21445: result: yes
configure:21462: checking for socklen_t
configure:21490: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DDARWIN  conftest.c >&5
configure:21496: $? = 0
configure:21499: test -z 			 || test ! -s conftest.err
configure:21502: $? = 0
configure:21505: test -s conftest.o
configure:21508: $? = 0
configure:21520: result: yes
configure:21532: checking for uint8_t
configure:21560: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DDARWIN  conftest.c >&5
configure:21566: $? = 0
configure:21569: test -z 			 || test ! -s conftest.err
configure:21572: $? = 0
configure:21575: test -s conftest.o
configure:21578: $? = 0
configure:21590: result: yes
configure:21602: checking for uint16_t
configure:21630: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DDARWIN  conftest.c >&5
configure:21636: $? = 0
configure:21639: test -z 			 || test ! -s conftest.err
configure:21642: $? = 0
configure:21645: test -s conftest.o
configure:21648: $? = 0
configure:21660: result: yes
configure:21672: checking for uint32_t
configure:21700: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DDARWIN  conftest.c >&5
configure:21706: $? = 0
configure:21709: test -z 			 || test ! -s conftest.err
configure:21712: $? = 0
configure:21715: test -s conftest.o
configure:21718: $? = 0
configure:21730: result: yes
configure:21793: checking for getopt_long
configure:21850: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DDARWIN   conftest.c -lresolv  -lpthread >&5
configure:21856: $? = 0
configure:21859: test -z 			 || test ! -s conftest.err
configure:21862: $? = 0
configure:21865: test -s conftest
configure:21868: $? = 0
configure:21880: result: yes
configure:21793: checking for lockf
configure:21850: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DDARWIN   conftest.c -lresolv  -lpthread >&5
configure:21856: $? = 0
configure:21859: test -z 			 || test ! -s conftest.err
configure:21862: $? = 0
configure:21865: test -s conftest
configure:21868: $? = 0
configure:21880: result: yes
configure:21793: checking for strsignal
configure:21850: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DDARWIN   conftest.c -lresolv  -lpthread >&5
configure:21856: $? = 0
configure:21859: test -z 			 || test ! -s conftest.err
configure:21862: $? = 0
configure:21865: test -s conftest
configure:21868: $? = 0
configure:21880: result: yes
configure:21793: checking for sigaction
configure:21850: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DDARWIN   conftest.c -lresolv  -lpthread >&5
configure:21856: $? = 0
configure:21859: test -z 			 || test ! -s conftest.err
configure:21862: $? = 0
configure:21865: test -s conftest
configure:21868: $? = 0
configure:21880: result: yes
configure:21793: checking for sigprocmask
configure:21850: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DDARWIN   conftest.c -lresolv  -lpthread >&5
configure:21856: $? = 0
configure:21859: test -z 			 || test ! -s conftest.err
configure:21862: $? = 0
configure:21865: test -s conftest
configure:21868: $? = 0
configure:21880: result: yes
configure:21793: checking for pthread_sigmask
configure:21850: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DDARWIN   conftest.c -lresolv  -lpthread >&5
configure:21856: $? = 0
configure:21859: test -z 			 || test ! -s conftest.err
configure:21862: $? = 0
configure:21865: test -s conftest
configure:21868: $? = 0
configure:21880: result: yes
configure:21793: checking for snprintf
configure:21850: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DDARWIN   conftest.c -lresolv  -lpthread >&5
conftest.c:91: warning: conflicting types for built-in function 'snprintf'
configure:21856: $? = 0
configure:21859: test -z 			 || test ! -s conftest.err
configure:21862: $? = 0
configure:21865: test -s conftest
configure:21868: $? = 0
configure:21880: result: yes
configure:21793: checking for vsnprintf
configure:21850: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DDARWIN   conftest.c -lresolv  -lpthread >&5
conftest.c:92: warning: conflicting types for built-in function 'vsnprintf'
configure:21856: $? = 0
configure:21859: test -z 			 || test ! -s conftest.err
configure:21862: $? = 0
configure:21865: test -s conftest
configure:21868: $? = 0
configure:21880: result: yes
configure:21793: checking for setsid
configure:21850: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DDARWIN   conftest.c -lresolv  -lpthread >&5
configure:21856: $? = 0
configure:21859: test -z 			 || test ! -s conftest.err
configure:21862: $? = 0
configure:21865: test -s conftest
configure:21868: $? = 0
configure:21880: result: yes
configure:21793: checking for strncasecmp
configure:21850: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DDARWIN   conftest.c -lresolv  -lpthread >&5
configure:21856: $? = 0
configure:21859: test -z 			 || test ! -s conftest.err
configure:21862: $? = 0
configure:21865: test -s conftest
configure:21868: $? = 0
configure:21880: result: yes
configure:21793: checking for strcasecmp
configure:21850: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DDARWIN   conftest.c -lresolv  -lpthread >&5
configure:21856: $? = 0
configure:21859: test -z 			 || test ! -s conftest.err
configure:21862: $? = 0
configure:21865: test -s conftest
configure:21868: $? = 0
configure:21880: result: yes
configure:21793: checking for localtime_r
configure:21850: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DDARWIN   conftest.c -lresolv  -lpthread >&5
configure:21856: $? = 0
configure:21859: test -z 			 || test ! -s conftest.err
configure:21862: $? = 0
configure:21865: test -s conftest
configure:21868: $? = 0
configure:21880: result: yes
configure:21793: checking for ctime_r
configure:21850: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DDARWIN   conftest.c -lresolv  -lpthread >&5
configure:21856: $? = 0
configure:21859: test -z 			 || test ! -s conftest.err
configure:21862: $? = 0
configure:21865: test -s conftest
configure:21868: $? = 0
configure:21880: result: yes
configure:21793: checking for gmtime_r
configure:21850: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DDARWIN   conftest.c -lresolv  -lpthread >&5
configure:21856: $? = 0
configure:21859: test -z 			 || test ! -s conftest.err
configure:21862: $? = 0
configure:21865: test -s conftest
configure:21868: $? = 0
configure:21880: result: yes
configure:21793: checking for strsep
configure:21850: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DDARWIN   conftest.c -lresolv  -lpthread >&5
configure:21856: $? = 0
configure:21859: test -z 			 || test ! -s conftest.err
configure:21862: $? = 0
configure:21865: test -s conftest
configure:21868: $? = 0
configure:21880: result: yes
configure:21793: checking for inet_aton
configure:21850: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DDARWIN   conftest.c -lresolv  -lpthread >&5
configure:21856: $? = 0
configure:21859: test -z 			 || test ! -s conftest.err
configure:21862: $? = 0
configure:21865: test -s conftest
configure:21868: $? = 0
configure:21880: result: yes
configure:21793: checking for inet_pton
configure:21850: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DDARWIN   conftest.c -lresolv  -lpthread >&5
configure:21856: $? = 0
configure:21859: test -z 			 || test ! -s conftest.err
configure:21862: $? = 0
configure:21865: test -s conftest
configure:21868: $? = 0
configure:21880: result: yes
configure:21793: checking for inet_ntop
configure:21850: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DDARWIN   conftest.c -lresolv  -lpthread >&5
configure:21856: $? = 0
configure:21859: test -z 			 || test ! -s conftest.err
configure:21862: $? = 0
configure:21865: test -s conftest
configure:21868: $? = 0
configure:21880: result: yes
configure:21793: checking for gethostname
configure:21850: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DDARWIN   conftest.c -lresolv  -lpthread >&5
configure:21856: $? = 0
configure:21859: test -z 			 || test ! -s conftest.err
configure:21862: $? = 0
configure:21865: test -s conftest
configure:21868: $? = 0
configure:21880: result: yes
configure:21793: checking for setlinebuf
configure:21850: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DDARWIN   conftest.c -lresolv  -lpthread >&5
configure:21856: $? = 0
configure:21859: test -z 			 || test ! -s conftest.err
configure:21862: $? = 0
configure:21865: test -s conftest
configure:21868: $? = 0
configure:21880: result: yes
configure:21793: checking for setvbuf
configure:21850: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DDARWIN   conftest.c -lresolv  -lpthread >&5
configure:21856: $? = 0
configure:21859: test -z 			 || test ! -s conftest.err
configure:21862: $? = 0
configure:21865: test -s conftest
configure:21868: $? = 0
configure:21880: result: yes
configure:21793: checking for getusershell
configure:21850: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DDARWIN   conftest.c -lresolv  -lpthread >&5
configure:21856: $? = 0
configure:21859: test -z 			 || test ! -s conftest.err
configure:21862: $? = 0
configure:21865: test -s conftest
configure:21868: $? = 0
configure:21880: result: yes
configure:21793: checking for initgroups
configure:21850: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DDARWIN   conftest.c -lresolv  -lpthread >&5
configure:21856: $? = 0
configure:21859: test -z 			 || test ! -s conftest.err
configure:21862: $? = 0
configure:21865: test -s conftest
configure:21868: $? = 0
configure:21880: result: yes
configure:21793: checking for closefrom
configure:21850: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DDARWIN   conftest.c -lresolv  -lpthread >&5
/usr/bin/ld_classic: Undefined symbols:
_closefrom
collect2: ld returned 1 exit status
configure:21856: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define WORDS_BIGENDIAN 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_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
| #ifdef __cplusplus
| extern "C" void std::exit (int); using std::exit;
| #endif
| #define ASCEND_BINARY 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_REG_EXTENDED 1
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_OPENSSL_CRYPTO_H 1
| #define HAVE_OPENSSL_ERR_H 1
| #define HAVE_OPENSSL_ENGINE_H 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_LOCKF 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SETSID 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_CTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_STRSEP 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_SETLINEBUF 1
| #define HAVE_SETVBUF 1
| #define HAVE_GETUSERSHELL 1
| #define HAVE_INITGROUPS 1
| /* end confdefs.h.  */
| /* Define closefrom to an innocuous variant, in case <limits.h> declares closefrom.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define closefrom innocuous_closefrom
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char closefrom (); 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 closefrom
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char closefrom ();
| /* 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_closefrom) || defined (__stub___closefrom)
| choke me
| #else
| char (*f) () = closefrom;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != closefrom;
|   ;
|   return 0;
| }
configure:21880: result: no
configure:21901: checking whether crypt must be declared
configure:21970: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DDARWIN  conftest.c >&5
configure:21976: $? = 0
configure:21979: test -z 			 || test ! -s conftest.err
configure:21982: $? = 0
configure:21985: test -s conftest.o
configure:21988: $? = 0
configure:22009: result: no
configure:21901: checking whether strncasecmp must be declared
configure:21970: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DDARWIN  conftest.c >&5
configure:21976: $? = 0
configure:21979: test -z 			 || test ! -s conftest.err
configure:21982: $? = 0
configure:21985: test -s conftest.o
configure:21988: $? = 0
configure:22009: result: no
configure:21901: checking whether strcasecmp must be declared
configure:21970: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DDARWIN  conftest.c >&5
configure:21976: $? = 0
configure:21979: test -z 			 || test ! -s conftest.err
configure:21982: $? = 0
configure:21985: test -s conftest.o
configure:21988: $? = 0
configure:22009: result: no
configure:21901: checking whether inet_aton must be declared
configure:21970: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DDARWIN  conftest.c >&5
configure:21976: $? = 0
configure:21979: test -z 			 || test ! -s conftest.err
configure:21982: $? = 0
configure:21985: test -s conftest.o
configure:21988: $? = 0
configure:22009: result: no
configure:21901: checking whether gethostname must be declared
configure:21970: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DDARWIN  conftest.c >&5
configure:21976: $? = 0
configure:21979: test -z 			 || test ! -s conftest.err
configure:21982: $? = 0
configure:21985: test -s conftest.o
configure:21988: $? = 0
configure:22009: result: no
configure:21901: checking whether setlinebuf must be declared
configure:21970: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DDARWIN  conftest.c >&5
configure:21976: $? = 0
configure:21979: test -z 			 || test ! -s conftest.err
configure:21982: $? = 0
configure:21985: test -s conftest.o
configure:21988: $? = 0
configure:22009: result: no
configure:21901: checking whether getusershell must be declared
configure:21970: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DDARWIN  conftest.c >&5
configure:21976: $? = 0
configure:21979: test -z 			 || test ! -s conftest.err
configure:21982: $? = 0
configure:21985: test -s conftest.o
configure:21988: $? = 0
configure:22009: result: no
configure:21901: checking whether endusershell must be declared
configure:21970: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DDARWIN  conftest.c >&5
configure:21976: $? = 0
configure:21979: test -z 			 || test ! -s conftest.err
configure:21982: $? = 0
configure:21985: test -s conftest.o
configure:21988: $? = 0
configure:22009: result: no
configure:22016: checking return type of signal handlers
configure:22047: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DDARWIN  conftest.c >&5
configure:22053: $? = 0
configure:22056: test -z 			 || test ! -s conftest.err
configure:22059: $? = 0
configure:22062: test -s conftest.o
configure:22065: $? = 0
configure:22076: result: void
configure:22088: checking for ut_xtime in struct utmpx
configure:22113: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DDARWIN  conftest.c >&5
conftest.c: In function 'main':
conftest.c:94: error: 'struct utmpx' has no member named 'ut_xtime'
configure:22119: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define WORDS_BIGENDIAN 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_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
| #ifdef __cplusplus
| extern "C" void std::exit (int); using std::exit;
| #endif
| #define ASCEND_BINARY 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_REG_EXTENDED 1
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_OPENSSL_CRYPTO_H 1
| #define HAVE_OPENSSL_ERR_H 1
| #define HAVE_OPENSSL_ENGINE_H 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_LOCKF 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SETSID 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_CTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_STRSEP 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_SETLINEBUF 1
| #define HAVE_SETVBUF 1
| #define HAVE_GETUSERSHELL 1
| #define HAVE_INITGROUPS 1
| #define RETSIGTYPE void
| /* end confdefs.h.  */
| 
| #include <utmpx.h>
| #ifndef offsetof
| #define offsetof(TYPE, MEMBER) ((int) &((TYPE *)0)->MEMBER)
| #endif
| 
| int
| main ()
| {
|  int foo = offsetof(struct utmpx, ut_xtime)
|   ;
|   return 0;
| }
configure:22148: result: no
configure:22163: checking for ipi_addr in struct in_pktinfo
configure:22188: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DDARWIN  conftest.c >&5
conftest.c: In function 'main':
conftest.c:95: error: dereferencing pointer to incomplete type
configure:22194: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define WORDS_BIGENDIAN 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_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
| #ifdef __cplusplus
| extern "C" void std::exit (int); using std::exit;
| #endif
| #define ASCEND_BINARY 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_REG_EXTENDED 1
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_OPENSSL_CRYPTO_H 1
| #define HAVE_OPENSSL_ERR_H 1
| #define HAVE_OPENSSL_ENGINE_H 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_LOCKF 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SETSID 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_CTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_STRSEP 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_SETLINEBUF 1
| #define HAVE_SETVBUF 1
| #define HAVE_GETUSERSHELL 1
| #define HAVE_INITGROUPS 1
| #define RETSIGTYPE void
| #define ut_xtime ut_tv.tv_sec
| /* end confdefs.h.  */
| 
| #include <netinet/in.h>
| #ifndef offsetof
| #define offsetof(TYPE, MEMBER) ((int) &((TYPE *)0)->MEMBER)
| #endif
| 
| int
| main ()
| {
|  int foo = offsetof(struct in_pktinfo, ipi_addr)
|   ;
|   return 0;
| }
configure:22223: result: no
configure:22237: checking for an ANSI C-conforming const
configure:22304: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DDARWIN  conftest.c >&5
configure:22310: $? = 0
configure:22313: test -z 			 || test ! -s conftest.err
configure:22316: $? = 0
configure:22319: test -s conftest.o
configure:22322: $? = 0
configure:22333: result: yes
configure:22344: checking type of OS
configure:22347: result: Darwin
configure:22360: checking for developer gcc flags
configure:22372: result: no.
configure:22377: checking for crypt in -lcrypt
configure:22407: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DDARWIN -Wall -D_GNU_SOURCE -DNDEBUG   conftest.c -lcrypt  -lresolv  -lpthread >&5
/usr/bin/ld_classic: can't locate file for: -lcrypt
collect2: ld returned 1 exit status
configure:22413: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define WORDS_BIGENDIAN 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_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
| #ifdef __cplusplus
| extern "C" void std::exit (int); using std::exit;
| #endif
| #define ASCEND_BINARY 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_REG_EXTENDED 1
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_OPENSSL_CRYPTO_H 1
| #define HAVE_OPENSSL_ERR_H 1
| #define HAVE_OPENSSL_ENGINE_H 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_LOCKF 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SETSID 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_CTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_STRSEP 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_SETLINEBUF 1
| #define HAVE_SETVBUF 1
| #define HAVE_GETUSERSHELL 1
| #define HAVE_INITGROUPS 1
| #define RETSIGTYPE void
| #define ut_xtime ut_tv.tv_sec
| /* end confdefs.h.  */
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char crypt ();
| int
| main ()
| {
| crypt ();
|   ;
|   return 0;
| }
configure:22438: result: no
configure:22451: checking for crypt
configure:22508: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DDARWIN -Wall -D_GNU_SOURCE -DNDEBUG   conftest.c -lresolv  -lpthread >&5
configure:22514: $? = 0
configure:22517: test -z 			 || test ! -s conftest.err
configure:22520: $? = 0
configure:22523: test -s conftest
configure:22526: $? = 0
configure:22538: result: yes
configure:22549: checking for setkey in -lcipher
configure:22579: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DDARWIN -Wall -D_GNU_SOURCE -DNDEBUG   conftest.c -lcipher  -lresolv  -lpthread >&5
/usr/bin/ld_classic: can't locate file for: -lcipher
collect2: ld returned 1 exit status
configure:22585: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define WORDS_BIGENDIAN 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_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
| #ifdef __cplusplus
| extern "C" void std::exit (int); using std::exit;
| #endif
| #define ASCEND_BINARY 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_REG_EXTENDED 1
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_OPENSSL_CRYPTO_H 1
| #define HAVE_OPENSSL_ERR_H 1
| #define HAVE_OPENSSL_ENGINE_H 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_LOCKF 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SETSID 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_CTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_STRSEP 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_SETLINEBUF 1
| #define HAVE_SETVBUF 1
| #define HAVE_GETUSERSHELL 1
| #define HAVE_INITGROUPS 1
| #define RETSIGTYPE void
| #define ut_xtime ut_tv.tv_sec
| #define HAVE_CRYPT 1
| /* end confdefs.h.  */
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char setkey ();
| int
| main ()
| {
| setkey ();
|   ;
|   return 0;
| }
configure:22610: result: no
configure:22624: checking for asn1.h,snmp.h,snmp_impl.h
configure:22662: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DDARWIN -Wall -D_GNU_SOURCE -DNDEBUG  conftest.c >&5
conftest.c:103:38: error: ucd-snmp/ucd-snmp-config.h: No such file or directory
conftest.c:104:27: error: ucd-snmp/asn1.h: No such file or directory
conftest.c:105:27: error: ucd-snmp/snmp.h: No such file or directory
conftest.c:106:32: error: ucd-snmp/snmp_impl.h: No such file or directory
conftest.c: In function 'main':
conftest.c:110: warning: unused variable 'a'
configure:22668: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define WORDS_BIGENDIAN 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_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
| #ifdef __cplusplus
| extern "C" void std::exit (int); using std::exit;
| #endif
| #define ASCEND_BINARY 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_REG_EXTENDED 1
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_OPENSSL_CRYPTO_H 1
| #define HAVE_OPENSSL_ERR_H 1
| #define HAVE_OPENSSL_ENGINE_H 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_LOCKF 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SETSID 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_CTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_STRSEP 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_SETLINEBUF 1
| #define HAVE_SETVBUF 1
| #define HAVE_GETUSERSHELL 1
| #define HAVE_INITGROUPS 1
| #define RETSIGTYPE void
| #define ut_xtime ut_tv.tv_sec
| #define HAVE_CRYPT 1
| /* end confdefs.h.  */
| 
| #ifdef HAVE_SYS_TYPES_H
| #include <sys/types.h>
| #endif
| #ifdef HAVE_STDINT_H
| #include <stdint.h>
| #endif
| #ifdef HAVE_STDIO_H
| #include <stdio.h>
| #endif
| #ifdef HAVE_NETDB_H
| #include <netdb.h>
| #endif
| #ifdef HAVE_UNISTD_H
| #include <unistd.h>
| #endif
| #include <ucd-snmp/ucd-snmp-config.h>
| #include <ucd-snmp/asn1.h>
| #include <ucd-snmp/snmp.h>
| #include <ucd-snmp/snmp_impl.h>
| int
| main ()
| {
|  int a = 1;
|   ;
|   return 0;
| }
configure:22730: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DDARWIN -Wall -D_GNU_SOURCE -DNDEBUG -I/usr/include  conftest.c >&5
conftest.c:103:38: error: ucd-snmp/ucd-snmp-config.h: No such file or directory
conftest.c:104:27: error: ucd-snmp/asn1.h: No such file or directory
conftest.c:105:27: error: ucd-snmp/snmp.h: No such file or directory
conftest.c:106:32: error: ucd-snmp/snmp_impl.h: No such file or directory
conftest.c: In function 'main':
conftest.c:110: warning: unused variable 'a'
configure:22736: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define WORDS_BIGENDIAN 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_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
| #ifdef __cplusplus
| extern "C" void std::exit (int); using std::exit;
| #endif
| #define ASCEND_BINARY 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_REG_EXTENDED 1
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_OPENSSL_CRYPTO_H 1
| #define HAVE_OPENSSL_ERR_H 1
| #define HAVE_OPENSSL_ENGINE_H 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_LOCKF 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SETSID 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_CTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_STRSEP 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_SETLINEBUF 1
| #define HAVE_SETVBUF 1
| #define HAVE_GETUSERSHELL 1
| #define HAVE_INITGROUPS 1
| #define RETSIGTYPE void
| #define ut_xtime ut_tv.tv_sec
| #define HAVE_CRYPT 1
| /* end confdefs.h.  */
| 
| #ifdef HAVE_SYS_TYPES_H
| #include <sys/types.h>
| #endif
| #ifdef HAVE_STDINT_H
| #include <stdint.h>
| #endif
| #ifdef HAVE_STDIO_H
| #include <stdio.h>
| #endif
| #ifdef HAVE_NETDB_H
| #include <netdb.h>
| #endif
| #ifdef HAVE_UNISTD_H
| #include <unistd.h>
| #endif
| #include <ucd-snmp/ucd-snmp-config.h>
| #include <ucd-snmp/asn1.h>
| #include <ucd-snmp/snmp.h>
| #include <ucd-snmp/snmp_impl.h>
| int
| main ()
| {
|  int a = 1;
|   ;
|   return 0;
| }
configure:22730: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DDARWIN -Wall -D_GNU_SOURCE -DNDEBUG -I/usr/local/include  conftest.c >&5
conftest.c:103:38: error: ucd-snmp/ucd-snmp-config.h: No such file or directory
conftest.c:104:27: error: ucd-snmp/asn1.h: No such file or directory
conftest.c:105:27: error: ucd-snmp/snmp.h: No such file or directory
conftest.c:106:32: error: ucd-snmp/snmp_impl.h: No such file or directory
conftest.c: In function 'main':
conftest.c:110: warning: unused variable 'a'
configure:22736: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define WORDS_BIGENDIAN 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_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
| #ifdef __cplusplus
| extern "C" void std::exit (int); using std::exit;
| #endif
| #define ASCEND_BINARY 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_REG_EXTENDED 1
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_OPENSSL_CRYPTO_H 1
| #define HAVE_OPENSSL_ERR_H 1
| #define HAVE_OPENSSL_ENGINE_H 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_LOCKF 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SETSID 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_CTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_STRSEP 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_SETLINEBUF 1
| #define HAVE_SETVBUF 1
| #define HAVE_GETUSERSHELL 1
| #define HAVE_INITGROUPS 1
| #define RETSIGTYPE void
| #define ut_xtime ut_tv.tv_sec
| #define HAVE_CRYPT 1
| /* end confdefs.h.  */
| 
| #ifdef HAVE_SYS_TYPES_H
| #include <sys/types.h>
| #endif
| #ifdef HAVE_STDINT_H
| #include <stdint.h>
| #endif
| #ifdef HAVE_STDIO_H
| #include <stdio.h>
| #endif
| #ifdef HAVE_NETDB_H
| #include <netdb.h>
| #endif
| #ifdef HAVE_UNISTD_H
| #include <unistd.h>
| #endif
| #include <ucd-snmp/ucd-snmp-config.h>
| #include <ucd-snmp/asn1.h>
| #include <ucd-snmp/snmp.h>
| #include <ucd-snmp/snmp_impl.h>
| int
| main ()
| {
|  int a = 1;
|   ;
|   return 0;
| }
configure:22803: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DDARWIN -Wall -D_GNU_SOURCE -DNDEBUG -I/usr/include/ucd-snmp  conftest.c >&5
conftest.c:103:18: error: asn1.h: No such file or directory
conftest.c:104:18: error: snmp.h: No such file or directory
conftest.c:105:23: error: snmp_impl.h: No such file or directory
conftest.c: In function 'main':
conftest.c:109: warning: unused variable 'a'
configure:22809: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define WORDS_BIGENDIAN 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_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
| #ifdef __cplusplus
| extern "C" void std::exit (int); using std::exit;
| #endif
| #define ASCEND_BINARY 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_REG_EXTENDED 1
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_OPENSSL_CRYPTO_H 1
| #define HAVE_OPENSSL_ERR_H 1
| #define HAVE_OPENSSL_ENGINE_H 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_LOCKF 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SETSID 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_CTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_STRSEP 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_SETLINEBUF 1
| #define HAVE_SETVBUF 1
| #define HAVE_GETUSERSHELL 1
| #define HAVE_INITGROUPS 1
| #define RETSIGTYPE void
| #define ut_xtime ut_tv.tv_sec
| #define HAVE_CRYPT 1
| /* end confdefs.h.  */
| 
| #ifdef HAVE_SYS_TYPES_H
| #include <sys/types.h>
| #endif
| #ifdef HAVE_STDINT_H
| #include <stdint.h>
| #endif
| #ifdef HAVE_STDIO_H
| #include <stdio.h>
| #endif
| #ifdef HAVE_NETDB_H
| #include <netdb.h>
| #endif
| #ifdef HAVE_UNISTD_H
| #include <unistd.h>
| #endif
| #include <asn1.h>
| #include <snmp.h>
| #include <snmp_impl.h>
| int
| main ()
| {
|  int a = 1;
|   ;
|   return 0;
| }
configure:22803: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DDARWIN -Wall -D_GNU_SOURCE -DNDEBUG -I/usr/local/include/ucd-snmp  conftest.c >&5
conftest.c:103:18: error: asn1.h: No such file or directory
conftest.c:104:18: error: snmp.h: No such file or directory
conftest.c:105:23: error: snmp_impl.h: No such file or directory
conftest.c: In function 'main':
conftest.c:109: warning: unused variable 'a'
configure:22809: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define WORDS_BIGENDIAN 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_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
| #ifdef __cplusplus
| extern "C" void std::exit (int); using std::exit;
| #endif
| #define ASCEND_BINARY 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_REG_EXTENDED 1
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_OPENSSL_CRYPTO_H 1
| #define HAVE_OPENSSL_ERR_H 1
| #define HAVE_OPENSSL_ENGINE_H 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_LOCKF 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SETSID 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_CTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_STRSEP 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_SETLINEBUF 1
| #define HAVE_SETVBUF 1
| #define HAVE_GETUSERSHELL 1
| #define HAVE_INITGROUPS 1
| #define RETSIGTYPE void
| #define ut_xtime ut_tv.tv_sec
| #define HAVE_CRYPT 1
| /* end confdefs.h.  */
| 
| #ifdef HAVE_SYS_TYPES_H
| #include <sys/types.h>
| #endif
| #ifdef HAVE_STDINT_H
| #include <stdint.h>
| #endif
| #ifdef HAVE_STDIO_H
| #include <stdio.h>
| #endif
| #ifdef HAVE_NETDB_H
| #include <netdb.h>
| #endif
| #ifdef HAVE_UNISTD_H
| #include <unistd.h>
| #endif
| #include <asn1.h>
| #include <snmp.h>
| #include <snmp_impl.h>
| int
| main ()
| {
|  int a = 1;
|   ;
|   return 0;
| }
configure:22876: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DDARWIN -Wall -D_GNU_SOURCE -DNDEBUG -I/usr/include/ucd-snmp  conftest.c >&5
conftest.c:103:18: error: asn1.h: No such file or directory
conftest.c:104:18: error: snmp.h: No such file or directory
conftest.c:105:23: error: snmp_impl.h: No such file or directory
conftest.c: In function 'main':
conftest.c:109: warning: unused variable 'a'
configure:22882: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define WORDS_BIGENDIAN 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_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
| #ifdef __cplusplus
| extern "C" void std::exit (int); using std::exit;
| #endif
| #define ASCEND_BINARY 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_REG_EXTENDED 1
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_OPENSSL_CRYPTO_H 1
| #define HAVE_OPENSSL_ERR_H 1
| #define HAVE_OPENSSL_ENGINE_H 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_LOCKF 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SETSID 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_CTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_STRSEP 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_SETLINEBUF 1
| #define HAVE_SETVBUF 1
| #define HAVE_GETUSERSHELL 1
| #define HAVE_INITGROUPS 1
| #define RETSIGTYPE void
| #define ut_xtime ut_tv.tv_sec
| #define HAVE_CRYPT 1
| /* end confdefs.h.  */
| 
| #ifdef HAVE_SYS_TYPES_H
| #include <sys/types.h>
| #endif
| #ifdef HAVE_STDINT_H
| #include <stdint.h>
| #endif
| #ifdef HAVE_STDIO_H
| #include <stdio.h>
| #endif
| #ifdef HAVE_NETDB_H
| #include <netdb.h>
| #endif
| #ifdef HAVE_UNISTD_H
| #include <unistd.h>
| #endif
| #include <asn1.h>
| #include <snmp.h>
| #include <snmp_impl.h>
| int
| main ()
| {
|  int a = 1;
|   ;
|   return 0;
| }
configure:22876: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DDARWIN -Wall -D_GNU_SOURCE -DNDEBUG -I/usr/local/include/ucd-snmp  conftest.c >&5
conftest.c:103:18: error: asn1.h: No such file or directory
conftest.c:104:18: error: snmp.h: No such file or directory
conftest.c:105:23: error: snmp_impl.h: No such file or directory
conftest.c: In function 'main':
conftest.c:109: warning: unused variable 'a'
configure:22882: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define WORDS_BIGENDIAN 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_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
| #ifdef __cplusplus
| extern "C" void std::exit (int); using std::exit;
| #endif
| #define ASCEND_BINARY 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_REG_EXTENDED 1
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_OPENSSL_CRYPTO_H 1
| #define HAVE_OPENSSL_ERR_H 1
| #define HAVE_OPENSSL_ENGINE_H 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_LOCKF 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SETSID 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_CTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_STRSEP 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_SETLINEBUF 1
| #define HAVE_SETVBUF 1
| #define HAVE_GETUSERSHELL 1
| #define HAVE_INITGROUPS 1
| #define RETSIGTYPE void
| #define ut_xtime ut_tv.tv_sec
| #define HAVE_CRYPT 1
| /* end confdefs.h.  */
| 
| #ifdef HAVE_SYS_TYPES_H
| #include <sys/types.h>
| #endif
| #ifdef HAVE_STDINT_H
| #include <stdint.h>
| #endif
| #ifdef HAVE_STDIO_H
| #include <stdio.h>
| #endif
| #ifdef HAVE_NETDB_H
| #include <netdb.h>
| #endif
| #ifdef HAVE_UNISTD_H
| #include <unistd.h>
| #endif
| #include <asn1.h>
| #include <snmp.h>
| #include <snmp_impl.h>
| int
| main ()
| {
|  int a = 1;
|   ;
|   return 0;
| }
configure:22912: result: no
configure:23156: checking gethostbyaddr_r() syntax
configure:23189: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DDARWIN -Wall -D_GNU_SOURCE -DNDEBUG   conftest.c -lresolv  -lpthread >&5
conftest.c: In function 'main':
conftest.c:94: warning: implicit declaration of function 'gethostbyaddr_r'
/usr/bin/ld_classic: Undefined symbols:
_gethostbyaddr_r
collect2: ld returned 1 exit status
configure:23195: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define WORDS_BIGENDIAN 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_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
| #ifdef __cplusplus
| extern "C" void std::exit (int); using std::exit;
| #endif
| #define ASCEND_BINARY 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_REG_EXTENDED 1
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_OPENSSL_CRYPTO_H 1
| #define HAVE_OPENSSL_ERR_H 1
| #define HAVE_OPENSSL_ENGINE_H 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_LOCKF 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SETSID 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_CTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_STRSEP 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_SETLINEBUF 1
| #define HAVE_SETVBUF 1
| #define HAVE_GETUSERSHELL 1
| #define HAVE_INITGROUPS 1
| #define RETSIGTYPE void
| #define ut_xtime ut_tv.tv_sec
| #define HAVE_CRYPT 1
| /* end confdefs.h.  */
| 
| #include <stdio.h>
| #include <netdb.h>
| 
| int
| main ()
| {
|  gethostbyaddr_r(NULL, 0, 0, NULL, NULL, 0, NULL, NULL)
|   ;
|   return 0;
| }
configure:23244: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DDARWIN -Wall -D_GNU_SOURCE -DNDEBUG   conftest.c -lresolv  -lpthread >&5
conftest.c: In function 'main':
conftest.c:94: warning: implicit declaration of function 'gethostbyaddr_r'
/usr/bin/ld_classic: Undefined symbols:
_gethostbyaddr_r
collect2: ld returned 1 exit status
configure:23250: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define WORDS_BIGENDIAN 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_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
| #ifdef __cplusplus
| extern "C" void std::exit (int); using std::exit;
| #endif
| #define ASCEND_BINARY 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_REG_EXTENDED 1
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_OPENSSL_CRYPTO_H 1
| #define HAVE_OPENSSL_ERR_H 1
| #define HAVE_OPENSSL_ENGINE_H 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_LOCKF 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SETSID 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_CTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_STRSEP 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_SETLINEBUF 1
| #define HAVE_SETVBUF 1
| #define HAVE_GETUSERSHELL 1
| #define HAVE_INITGROUPS 1
| #define RETSIGTYPE void
| #define ut_xtime ut_tv.tv_sec
| #define HAVE_CRYPT 1
| /* end confdefs.h.  */
| 
| #include <stdio.h>
| #include <netdb.h>
| 
| int
| main ()
| {
|  gethostbyaddr_r(NULL, 0, 0, NULL, NULL, 0, NULL)
|   ;
|   return 0;
| }
configure:23299: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DDARWIN -Wall -D_GNU_SOURCE -DNDEBUG   conftest.c -lresolv  -lpthread >&5
configure:23305: $? = 0
configure:23308: test -z 			 || test ! -s conftest.err
configure:23311: $? = 0
configure:23314: test -s conftest
configure:23317: $? = 0
configure:23339: result: BSD-style
configure:23344: WARNING:  ****** BSD-style gethostbyaddr might NOT be thread-safe! ****** 
configure:23349: checking gethostbyname_r() syntax
configure:23370: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DDARWIN -Wall -D_GNU_SOURCE -DNDEBUG   conftest.c -lresolv  -lpthread >&5
conftest.c: In function 'main':
conftest.c:95: warning: implicit declaration of function 'gethostbyname_r'
/usr/bin/ld_classic: Undefined symbols:
_gethostbyname_r
collect2: ld returned 1 exit status
configure:23376: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define WORDS_BIGENDIAN 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_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
| #ifdef __cplusplus
| extern "C" void std::exit (int); using std::exit;
| #endif
| #define ASCEND_BINARY 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_REG_EXTENDED 1
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_OPENSSL_CRYPTO_H 1
| #define HAVE_OPENSSL_ERR_H 1
| #define HAVE_OPENSSL_ENGINE_H 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_LOCKF 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SETSID 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_CTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_STRSEP 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_SETLINEBUF 1
| #define HAVE_SETVBUF 1
| #define HAVE_GETUSERSHELL 1
| #define HAVE_INITGROUPS 1
| #define RETSIGTYPE void
| #define ut_xtime ut_tv.tv_sec
| #define HAVE_CRYPT 1
| #define GETHOSTBYADDRRSTYLE BSDSTYLE
| /* end confdefs.h.  */
| 
| #include <stdio.h>
| #include <netdb.h>
| 
| int
| main ()
| {
|  gethostbyname_r(NULL, NULL, NULL, 0, NULL, NULL)
|   ;
|   return 0;
| }
configure:23424: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DDARWIN -Wall -D_GNU_SOURCE -DNDEBUG   conftest.c -lresolv  -lpthread >&5
conftest.c: In function 'main':
conftest.c:95: warning: implicit declaration of function 'gethostbyname_r'
/usr/bin/ld_classic: Undefined symbols:
_gethostbyname_r
collect2: ld returned 1 exit status
configure:23430: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define WORDS_BIGENDIAN 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_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
| #ifdef __cplusplus
| extern "C" void std::exit (int); using std::exit;
| #endif
| #define ASCEND_BINARY 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_REG_EXTENDED 1
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_OPENSSL_CRYPTO_H 1
| #define HAVE_OPENSSL_ERR_H 1
| #define HAVE_OPENSSL_ENGINE_H 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_LOCKF 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SETSID 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_CTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_STRSEP 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_SETLINEBUF 1
| #define HAVE_SETVBUF 1
| #define HAVE_GETUSERSHELL 1
| #define HAVE_INITGROUPS 1
| #define RETSIGTYPE void
| #define ut_xtime ut_tv.tv_sec
| #define HAVE_CRYPT 1
| #define GETHOSTBYADDRRSTYLE BSDSTYLE
| /* end confdefs.h.  */
| 
| #include <stdio.h>
| #include <netdb.h>
| 
| int
| main ()
| {
|  gethostbyname_r(NULL, NULL, NULL, 0, NULL)
|   ;
|   return 0;
| }
configure:23479: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DDARWIN -Wall -D_GNU_SOURCE -DNDEBUG   conftest.c -lresolv  -lpthread >&5
configure:23485: $? = 0
configure:23488: test -z 			 || test ! -s conftest.err
configure:23491: $? = 0
configure:23494: test -s conftest
configure:23497: $? = 0
configure:23519: result: BSD-style
configure:23524: WARNING:  ****** BSD-style gethostbyname might NOT be thread-safe! ****** 
configure:23529: checking ctime_r() syntax
configure:23549: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DDARWIN -Wall -D_GNU_SOURCE -DNDEBUG   conftest.c -lresolv  -lpthread >&5
conftest.c: In function 'main':
conftest.c:95: error: too many arguments to function 'ctime_r'
configure:23555: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define WORDS_BIGENDIAN 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_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
| #ifdef __cplusplus
| extern "C" void std::exit (int); using std::exit;
| #endif
| #define ASCEND_BINARY 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_REG_EXTENDED 1
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_OPENSSL_CRYPTO_H 1
| #define HAVE_OPENSSL_ERR_H 1
| #define HAVE_OPENSSL_ENGINE_H 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_LOCKF 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SETSID 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_CTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_STRSEP 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_SETLINEBUF 1
| #define HAVE_SETVBUF 1
| #define HAVE_GETUSERSHELL 1
| #define HAVE_INITGROUPS 1
| #define RETSIGTYPE void
| #define ut_xtime ut_tv.tv_sec
| #define HAVE_CRYPT 1
| #define GETHOSTBYADDRRSTYLE BSDSTYLE
| #define GETHOSTBYNAMERSTYLE BSDSTYLE
| /* end confdefs.h.  */
| 
| #include <time.h>
| 
| int
| main ()
| {
|  ctime_r(NULL, NULL, 0)
|   ;
|   return 0;
| }
configure:23602: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DDARWIN -Wall -D_GNU_SOURCE -DNDEBUG   conftest.c -lresolv  -lpthread >&5
configure:23608: $? = 0
configure:23611: test -z 			 || test ! -s conftest.err
configure:23614: $? = 0
configure:23617: test -s conftest
configure:23620: $? = 0
configure:23642: result: POSIX-style
configure:23761: result: top_builddir=/Volumes/Tenacious/Staging/freeradius-1.1.3-make
configure:23906: creating ./config.status

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

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

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

on simost4.apple.com

config.status:759: creating ./Make.inc
config.status:759: creating ./src/include/build-radpaths-h
config.status:759: creating ./src/main/Makefile
config.status:759: creating ./src/main/checkrad.pl
config.status:759: creating ./src/main/radlast
config.status:759: creating ./src/main/radtest
config.status:759: creating ./scripts/rc.radiusd
config.status:759: creating ./scripts/radwatch
config.status:759: creating ./scripts/check-radiusd-config
config.status:759: creating ./scripts/radiusd.cron.daily
config.status:759: creating ./scripts/radiusd.cron.monthly
config.status:759: creating ./scripts/cryptpasswd
config.status:759: creating ./raddb/dictionary
config.status:759: creating ./raddb/radiusd.conf
config.status:824: creating src/include/autoconf.h
config.status:1098: src/include/autoconf.h is unchanged
configure:25044: configuring in src/modules/rlm_attr_rewrite
configure:25161: running /bin/sh './configure' --prefix=/usr  '--enable-static' '--prefix=/usr' '--sysconfdir=/private/etc' '--localstatedir=/private/var' '--mandir=/usr/share/man' --enable-ltdl-install=no --cache-file=/dev/null --srcdir=.
configure:25044: configuring in src/modules/rlm_counter
configure:25161: running /bin/sh './configure' --prefix=/usr  '--enable-static' '--prefix=/usr' '--sysconfdir=/private/etc' '--localstatedir=/private/var' '--mandir=/usr/share/man' --enable-ltdl-install=no --cache-file=/dev/null --srcdir=.
configure:25044: configuring in src/modules/rlm_dbm
configure:25161: running /bin/sh './configure' --prefix=/usr  '--enable-static' '--prefix=/usr' '--sysconfdir=/private/etc' '--localstatedir=/private/var' '--mandir=/usr/share/man' --enable-ltdl-install=no --cache-file=/dev/null --srcdir=.
configure:25044: configuring in src/modules/rlm_eap
configure:25161: running /bin/sh './configure' --prefix=/usr  '--enable-static' '--prefix=/usr' '--sysconfdir=/private/etc' '--localstatedir=/private/var' '--mandir=/usr/share/man' --enable-ltdl-install=no --cache-file=/dev/null --srcdir=.
configure:25044: configuring in src/modules/rlm_ippool
configure:25161: running /bin/sh './configure' --prefix=/usr  '--enable-static' '--prefix=/usr' '--sysconfdir=/private/etc' '--localstatedir=/private/var' '--mandir=/usr/share/man' --enable-ltdl-install=no --cache-file=/dev/null --srcdir=.
configure:25044: configuring in src/modules/rlm_krb5
configure:25161: running /bin/sh './configure' --prefix=/usr  '--enable-static' '--prefix=/usr' '--sysconfdir=/private/etc' '--localstatedir=/private/var' '--mandir=/usr/share/man' --enable-ltdl-install=no --cache-file=/dev/null --srcdir=.
configure:25044: configuring in src/modules/rlm_ldap
configure:25161: running /bin/sh './configure' --prefix=/usr  '--enable-static' '--prefix=/usr' '--sysconfdir=/private/etc' '--localstatedir=/private/var' '--mandir=/usr/share/man' --enable-ltdl-install=no --cache-file=/dev/null --srcdir=.
configure:25044: configuring in src/modules/rlm_otp
configure:25161: running /bin/sh './configure' --prefix=/usr  '--enable-static' '--prefix=/usr' '--sysconfdir=/private/etc' '--localstatedir=/private/var' '--mandir=/usr/share/man' --enable-ltdl-install=no --cache-file=/dev/null --srcdir=.
configure:25044: configuring in src/modules/rlm_pam
configure:25161: running /bin/sh './configure' --prefix=/usr  '--enable-static' '--prefix=/usr' '--sysconfdir=/private/etc' '--localstatedir=/private/var' '--mandir=/usr/share/man' --enable-ltdl-install=no --cache-file=/dev/null --srcdir=.
configure:25044: configuring in src/modules/rlm_radutmp
configure:25161: running /bin/sh './configure' --prefix=/usr  '--enable-static' '--prefix=/usr' '--sysconfdir=/private/etc' '--localstatedir=/private/var' '--mandir=/usr/share/man' --enable-ltdl-install=no --cache-file=/dev/null --srcdir=.
configure:25044: configuring in src/modules/rlm_sql
configure:25161: running /bin/sh './configure' --prefix=/usr  '--enable-static' '--prefix=/usr' '--sysconfdir=/private/etc' '--localstatedir=/private/var' '--mandir=/usr/share/man' --enable-ltdl-install=no --cache-file=/dev/null --srcdir=.
configure:25044: configuring in src/modules/rlm_sqlcounter
configure:25161: running /bin/sh './configure' --prefix=/usr  '--enable-static' '--prefix=/usr' '--sysconfdir=/private/etc' '--localstatedir=/private/var' '--mandir=/usr/share/man' --enable-ltdl-install=no --cache-file=/dev/null --srcdir=.
configure:25044: configuring in src/modules/rlm_unix
configure:25161: running /bin/sh './configure' --prefix=/usr  '--enable-static' '--prefix=/usr' '--sysconfdir=/private/etc' '--localstatedir=/private/var' '--mandir=/usr/share/man' --enable-ltdl-install=no --cache-file=/dev/null --srcdir=.
configure:25044: configuring in src/modules/rlm_checkval
configure:25161: running /bin/sh './configure' --prefix=/usr  '--enable-static' '--prefix=/usr' '--sysconfdir=/private/etc' '--localstatedir=/private/var' '--mandir=/usr/share/man' --enable-ltdl-install=no --cache-file=/dev/null --srcdir=.

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

ac_cv_build=powerpc-apple-darwin9.0.0d3
ac_cv_build_alias=powerpc-apple-darwin9.0.0d3
ac_cv_c_bigendian=yes
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_F77_set=
ac_cv_env_F77_value=
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_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_exeext=
ac_cv_f77_compiler_gnu=no
ac_cv_func_closefrom=no
ac_cv_func_crypt=yes
ac_cv_func_ctime_r=yes
ac_cv_func_gethostname=yes
ac_cv_func_getopt_long=yes
ac_cv_func_getusershell=yes
ac_cv_func_gmtime_r=yes
ac_cv_func_inet_aton=yes
ac_cv_func_inet_ntop=yes
ac_cv_func_inet_pton=yes
ac_cv_func_initgroups=yes
ac_cv_func_localtime_r=yes
ac_cv_func_lockf=yes
ac_cv_func_pthread_sigmask=yes
ac_cv_func_setlinebuf=yes
ac_cv_func_setsid=yes
ac_cv_func_setvbuf=yes
ac_cv_func_sigaction=yes
ac_cv_func_sigprocmask=yes
ac_cv_func_snprintf=yes
ac_cv_func_strcasecmp=yes
ac_cv_func_strncasecmp=yes
ac_cv_func_strsep=yes
ac_cv_func_strsignal=yes
ac_cv_func_vsnprintf=yes
ac_cv_header_arpa_inet_h=yes
ac_cv_header_crypt_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_getopt_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_malloc_h=no
ac_cv_header_memory_h=yes
ac_cv_header_netdb_h=yes
ac_cv_header_netinet_in_h=yes
ac_cv_header_openssl_crypto_h=yes
ac_cv_header_openssl_engine_h=yes
ac_cv_header_openssl_err_h=yes
ac_cv_header_openssl_ssl_h=yes
ac_cv_header_prot_h=no
ac_cv_header_pthread_h=yes
ac_cv_header_regex_h=yes
ac_cv_header_resource_h=no
ac_cv_header_semaphore_h=yes
ac_cv_header_sia_h=no
ac_cv_header_siad_h=no
ac_cv_header_signal_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdio_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_fcntl_h=yes
ac_cv_header_sys_prctl_h=no
ac_cv_header_sys_security_h=no
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_time_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_wait_h=yes
ac_cv_header_syslog_h=yes
ac_cv_header_time=yes
ac_cv_header_unistd_h=yes
ac_cv_header_utmp_h=yes
ac_cv_header_utmpx_h=yes
ac_cv_host=powerpc-apple-darwin9.0.0d3
ac_cv_host_alias=powerpc-apple-darwin9.0.0d3
ac_cv_lib_cipher_setkey=no
ac_cv_lib_crypt_crypt=no
ac_cv_lib_crypto_DH_new=yes
ac_cv_lib_dl_dlopen=yes
ac_cv_lib_ltdl_lt_dlinit=yes
ac_cv_lib_nsl_inet_ntoa=no
ac_cv_lib_pthread_pthread_create=yes
ac_cv_lib_resolv_inet_aton=yes
ac_cv_lib_socket_getsockname=no
ac_cv_lib_ssl_SSL_new=yes
ac_cv_objext=o
ac_cv_path_DIRNAME=/usr/bin/dirname
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_LOCATE=/usr/bin/locate
ac_cv_path_MAKE=/usr/bin/make
ac_cv_path_PERL=/usr/bin/perl
ac_cv_path_RUSERS=/usr/bin/rusers
ac_cv_path_SNMPGET=/usr/bin/snmpget
ac_cv_path_SNMPWALK=/usr/bin/snmpwalk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_GMAKE=no
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_cxx_g=yes
ac_cv_prog_egrep='grep -E'
ac_cv_prog_f77_g=no
ac_cv_prog_gcc_traditional=no
ac_cv_prog_suncc=no
ac_cv_search_opendir='none required'
ac_cv_search_sem_init='none required'
ac_cv_type_off_t=yes
ac_cv_type_pid_t=yes
ac_cv_type_signal=void
ac_cv_type_size_t=yes
ac_cv_type_socklen_t=yes
ac_cv_type_struct_in_pktinfo_has_ipi_addr=
ac_cv_type_struct_utmpx_has_ut_xtime=
ac_cv_type_uid_t=yes
ac_cv_type_uint16_t=yes
ac_cv_type_uint32_t=yes
ac_cv_type_uint8_t=yes
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_LDCXX=/usr/bin/ld
lt_cv_path_NM='/usr/bin/nm -p'
lt_cv_path_SED=/usr/bin/sed
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_gnu_ld=no
lt_cv_prog_gnu_ldcxx=no
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ 	]\([BCDEGRST][BCDEGRST]*\)[ 	][ 	]*_\([_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=196608
lt_lt_cv_prog_compiler_c_o='"yes"'
lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ 	]\\([BCDEGRST][BCDEGRST]*\\)[ 	][ 	]*_\\([_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'\''"'
radius_cv_decl_needed_crypt=no
radius_cv_decl_needed_endusershell=no
radius_cv_decl_needed_gethostname=no
radius_cv_decl_needed_getusershell=no
radius_cv_decl_needed_inet_aton=no
radius_cv_decl_needed_setlinebuf=no
radius_cv_decl_needed_strcasecmp=no
radius_cv_decl_needed_strncasecmp=no

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

ACLOCAL='aclocal'
AR='ar'
AUTOCONF='autoconf'
AUTOHEADER='autoheader'
CC='gcc'
CFLAGS='-g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DDARWIN -Wall -D_GNU_SOURCE -DNDEBUG'
CPP='gcc -E'
CPPFLAGS=''
CRYPTLIB=''
CXX='g++'
CXXCPP='g++ -E'
CXXFLAGS='-g -O2'
DEFS='-DHAVE_CONFIG_H'
DIRNAME='/usr/bin/dirname'
ECHO='/bin/echo'
ECHO_C='ECHO_N=''
ECHO_T=''
EGREP='grep -E'
EXEEXT=''
F77=''
FFLAGS=''
GETCONF=''
GMAKE='no'
GREP='/usr/bin/grep'
HOSTINFO='powerpc-apple-darwin9.0.0d3'
INCLTDL=''
INSTALLSTRIP='-s'
LDFLAGS=''
LFS_CFLAGS=''
LFS_LDFLAGS=''
LFS_LIBS=''
LIBLTDL='-lltdl'
LIBOBJS=''
LIBPREFIX='lib'
LIBS='-lresolv  -lpthread'
LIBTOOL='/Volumes/Tenacious/Staging/freeradius-1.1.3-make/libtool'
LN_S='ln -s'
LOCATE='/usr/bin/locate'
LTDL_SUBDIRS=''
LTLIBOBJS=''
MAKE='/usr/bin/make'
MODULES=' rlm_acct_unique rlm_always rlm_attr_filter rlm_attr_rewrite rlm_chap rlm_counter rlm_dbm rlm_detail rlm_digest rlm_eap rlm_exec rlm_expr rlm_fastusers rlm_files rlm_ippool rlm_krb5 rlm_ldap rlm_mschap rlm_ns_mta_md5 rlm_otp rlm_pam rlm_pap rlm_passwd rlm_preprocess rlm_radutmp rlm_realm rlm_sql rlm_sql_log rlm_sqlcounter rlm_unix rlm_checkval'
OBJEXT='o'
OPENSSL_INCLUDE='-DOPENSSL_NO_KRB5'
OPENSSL_LIBS=' -lcrypto -lssl -lcrypto'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PERL='/usr/bin/perl'
RADIUSD_MAJOR_VERSION='1'
RADIUSD_MINOR_VERSION='1.3'
RADIUSD_VERSION='1.1.3'
RANLIB='ranlib'
REGEX='yes'
REGEX_EXTENDED='yes'
RUSERS='/usr/bin/rusers'
SHELL='/bin/sh'
SNMPGET='/usr/bin/snmpget'
SNMPWALK='/usr/bin/snmpwalk'
SNMP_INCLUDE=''
SNMP_LIBS=''
STATIC_MODULES=''
STRIP='strip'
USE_SHARED_LIBS='yes'
USE_STATIC_LIBS='yes'
abs_top_builddir='/Volumes/Tenacious/Staging/freeradius-1.1.3-make'
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_F77=''
ac_ct_RANLIB='ranlib'
ac_ct_STRIP='strip'
bindir='${exec_prefix}/bin'
build='powerpc-apple-darwin9.0.0d3'
build_alias=''
build_cpu='powerpc'
build_os='darwin9.0.0d3'
build_vendor='apple'
datadir='${prefix}/share'
docdir='${datadir}/doc/freeradius'
exec_prefix='${prefix}'
host='powerpc-apple-darwin9.0.0d3'
host_alias=''
host_cpu='powerpc'
host_os='darwin9.0.0d3'
host_vendor='apple'
includedir='${prefix}/include'
infodir='${prefix}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='/private/var'
logdir='${localstatedir}/log/radius'
mandir='/usr/share/man'
oldincludedir='/usr/include'
prefix='/usr'
program_transform_name='s,x,x,'
radacctdir='${logdir}/radacct'
raddbdir='${sysconfdir}/raddb'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
subdirs='   src/modules/rlm_attr_rewrite src/modules/rlm_counter src/modules/rlm_dbm src/modules/rlm_eap src/modules/rlm_ippool src/modules/rlm_krb5 src/modules/rlm_ldap src/modules/rlm_otp src/modules/rlm_pam src/modules/rlm_radutmp src/modules/rlm_sql src/modules/rlm_sqlcounter src/modules/rlm_unix src/modules/rlm_checkval'
sysconfdir='/private/etc'
target_alias=''

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

#define ASCEND_BINARY 1
#define CTIMERSTYLE POSIXSTYLE
#define GETHOSTBYADDRRSTYLE BSDSTYLE
#define GETHOSTBYNAMERSTYLE BSDSTYLE
#define HAVE_ARPA_INET_H 1
#define HAVE_CRYPT 1
#define HAVE_CTIME_R 1
#define HAVE_DIRENT_H 1
#define HAVE_DLFCN_H 1
#define HAVE_ERRNO_H 1
#define HAVE_FCNTL_H 1
#define HAVE_GETHOSTNAME 1
#define HAVE_GETOPT_H 1
#define HAVE_GETOPT_LONG 1
#define HAVE_GETUSERSHELL 1
#define HAVE_GMTIME_R 1
#define HAVE_INET_ATON 1
#define HAVE_INET_NTOP 1
#define HAVE_INET_PTON 1
#define HAVE_INITGROUPS 1
#define HAVE_INTTYPES_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_LIBCRYPTO 1
#define HAVE_LIBRESOLV 1
#define HAVE_LIBSSL 1
#define HAVE_LOCALTIME_R 1
#define HAVE_LOCKF 1
#define HAVE_MEMORY_H 1
#define HAVE_NETDB_H 1
#define HAVE_NETINET_IN_H 1
#define HAVE_OPENSSL_CRYPTO_H 1
#define HAVE_OPENSSL_ENGINE_H 1
#define HAVE_OPENSSL_ERR_H 1
#define HAVE_OPENSSL_SSL_H 1
#define HAVE_PTHREAD_H 1
#define HAVE_PTHREAD_SIGMASK 1
#define HAVE_REGEX_H 1
#define HAVE_REG_EXTENDED 1
#define HAVE_SEMAPHORE_H 1
#define HAVE_SETLINEBUF 1
#define HAVE_SETSID 1
#define HAVE_SETVBUF 1
#define HAVE_SIGACTION 1
#define HAVE_SIGNAL_H 1
#define HAVE_SIGPROCMASK 1
#define HAVE_SNPRINTF 1
#define HAVE_STDINT_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDIO_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRCASECMP 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_STRNCASECMP 1
#define HAVE_STRSEP 1
#define HAVE_STRSIGNAL 1
#define HAVE_SYSLOG_H 1
#define HAVE_SYS_FCNTL_H 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_WAIT_H 1
#define HAVE_SYS_WAIT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UTMPX_H 1
#define HAVE_UTMP_H 1
#define HAVE_VSNPRINTF 1
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define RETSIGTYPE void
#define STDC_HEADERS 1
#define STDC_HEADERS 1
#define TIME_WITH_SYS_TIME 1
#define WORDS_BIGENDIAN 1
#define ut_xtime ut_tv.tv_sec
#endif
#ifdef __cplusplus
extern "C" void std::exit (int); using std::exit;

configure: exit 0