pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: PR/40544 CVS commit: pkgsrc/pkgtools/pkg_install/files/create



The following reply was made to PR pkg/40544; it has been noted by GNATS.

From: =?ISO-8859-1?Q?J=F6rn_Clausen?= <joern%uni-bielefeld.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: joerg%NetBSD.org@localhost
Subject: Re: PR/40544 CVS commit: pkgsrc/pkgtools/pkg_install/files/create
Date: Tue, 03 Feb 2009 15:39:33 +0100

 This is a multi-part message in MIME format.
 
 --Boundary_(ID_0xNukPeLvw4YRvb7JqcF2g)
 Content-type: text/plain; charset=ISO-8859-1; format=flowed
 Content-transfer-encoding: 8BIT
 
 No, it's missing:
 
 $ nm work/libnbcompat/libnbcompat.a | grep dbopen
 
 The config.log is attached.
 
 -- 
   Jörn Clausen                             
joern.clausen%uni-bielefeld.de@localhost
   Hochschulrechenzentrum                 http://www.uni-bielefeld.de/hrz/
   Universität Bielefeld
 
 --Boundary_(ID_0xNukPeLvw4YRvb7JqcF2g)
 Content-type: text/x-log; CHARSET=US-ASCII; name=config.log
 Content-transfer-encoding: 7BIT
 Content-disposition: inline; filename=config.log
 
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
 It was created by libnbcompat configure 20080519, which was
 generated by GNU Autoconf 2.62.  Invocation command line was
 
   $ ./configure -C --prefix=/opt/pkg --mandir=/opt/pkg/man 
--sysconfdir=/opt/pkg/etc
 
 ## --------- ##
 ## Platform. ##
 ## --------- ##
 
 hostname = opensolaris
 uname -m = i86pc
 uname -r = 5.11
 uname -s = SunOS
 uname -v = snv_101b
 
 /usr/bin/uname -p = i386
 /bin/uname -X     = System = SunOS
 Node = opensolaris
 Release = 5.11
 KernelID = snv_101b
 Machine = i86pc
 BusType = <unknown>
 Serial = <unknown>
 Users = <unknown>
 OEM# = 0
 Origin# = 1
 NumCPU = 1
 
 /bin/arch              = i86pc
 /usr/bin/arch -k       = i86pc
 /usr/convex/getsysinfo = unknown
 /usr/bin/hostinfo      = unknown
 /bin/machine           = unknown
 /usr/bin/oslevel       = unknown
 /bin/universe          = unknown
 
 PATH: /opt/pkg/bin
 PATH: /opt/pkg/sbin
 PATH: /usr/xpg4/bin
 PATH: .
 PATH: /opt/pkg/bin
 PATH: /opt/pkg/sbin
 PATH: /opt/pkg/gcc34/bin
 PATH: /usr/bin
 PATH: /sbin
 PATH: /usr/sbin
 PATH: /usr/ccs/bin
 
 
 ## ----------- ##
 ## Core tests. ##
 ## ----------- ##
 
 configure:1719: creating cache config.cache
 configure:1863: checking build system type
 configure:1881: result: i386-pc-solaris2.11
 configure:1903: checking host system type
 configure:1918: result: i386-pc-solaris2.11
 configure:1945: checking whether make sets $(MAKE)
 configure:1967: result: yes
 configure:2024: checking for gcc
 configure:2051: result: cc
 configure:2289: checking for C compiler version
 configure:2297: cc --version >&5
 cc: Warning: option -- passed to ld
 usage: cc [ options] files.  Use 'cc -flags' for details
 configure:2301: $? = 1
 configure:2308: cc -v >&5
 usage: cc [ options] files.  Use 'cc -flags' for details
 configure:2312: $? = 1
 configure:2319: cc -V >&5
 cc: Sun Ceres C 5.10 SunOS_i386 2008/10/22
 usage: cc [ options] files.  Use 'cc -flags' for details
 configure:2323: $? = 1
 configure:2346: checking for C compiler default output file name
 configure:2368: cc    conftest.c  >&5
 configure:2372: $? = 0
 configure:2410: result: a.out
 configure:2427: checking whether the C compiler works
 configure:2437: ./a.out
 configure:2441: $? = 0
 configure:2458: result: yes
 configure:2465: checking whether we are cross compiling
 configure:2467: result: no
 configure:2470: checking for suffix of executables
 configure:2477: cc -o conftest    conftest.c  >&5
 configure:2481: $? = 0
 configure:2505: result: 
 configure:2511: checking for suffix of object files
 configure:2537: cc -c   conftest.c >&5
 configure:2541: $? = 0
 configure:2564: result: o
 configure:2568: checking whether we are using the GNU C compiler
 configure:2597: cc -c   conftest.c >&5
 "conftest.c", line 13: undefined symbol: choke
 "conftest.c", line 13: syntax error before or at: me
 cc: acomp failed for conftest.c
 configure:2604: $? = 2
 configure: failed program was:
 | /* confdefs.h.  */
 | #define PACKAGE_NAME "libnbcompat"
 | #define PACKAGE_TARNAME "libnbcompat"
 | #define PACKAGE_VERSION "20080519"
 | #define PACKAGE_STRING "libnbcompat 20080519"
 | #define PACKAGE_BUGREPORT "grant%NetBSD.org@localhost"
 | /* end confdefs.h.  */
 | 
 | int
 | main ()
 | {
 | #ifndef __GNUC__
 |        choke me
 | #endif
 | 
 |   ;
 |   return 0;
 | }
 configure:2621: result: no
 configure:2630: checking whether cc accepts -g
 configure:2660: cc -c -g  conftest.c >&5
 configure:2667: $? = 0
 configure:2768: result: yes
 configure:2785: checking for cc option to accept ISO C89
 configure:2859: cc  -c -g  conftest.c >&5
 "conftest.c", line 56: warning: statement not reached
 configure:2866: $? = 0
 configure:2889: result: none needed
 configure:2921: checking for a BSD-compatible install
 configure:2989: result: /usr/bin/ginstall -c
 configure:3000: checking whether ln -s works
 configure:3004: result: yes
 configure:3054: checking for ranlib
 configure:3070: found /usr/bin/ranlib
 configure:3081: result: ranlib
 configure:3111: checking for gawk
 configure:3127: found /usr/bin/gawk
 configure:3138: result: gawk
 configure:3151: checking for ar
 configure:3167: found /usr/xpg4/bin/ar
 configure:3178: result: ar
 configure:3194: checking for fparseln in -lutil
 configure:3229: cc -o conftest -g   conftest.c -lutil   >&5
 "conftest.c", line 21: warning: statement not reached
 ld: fatal: library -lutil: not found
 ld: fatal: File processing errors. No output written to conftest
 configure:3236: $? = 1
 configure: failed program was:
 | /* confdefs.h.  */
 | #define PACKAGE_NAME "libnbcompat"
 | #define PACKAGE_TARNAME "libnbcompat"
 | #define PACKAGE_VERSION "20080519"
 | #define PACKAGE_STRING "libnbcompat 20080519"
 | #define PACKAGE_BUGREPORT "grant%NetBSD.org@localhost"
 | /* end confdefs.h.  */
 | 
 | /* Override any GCC internal prototype to avoid an error.
 |    Use char because int might match the return type of a GCC
 |    builtin and then its argument prototype would still apply.  */
 | #ifdef __cplusplus
 | extern "C"
 | #endif
 | char fparseln ();
 | int
 | main ()
 | {
 | return fparseln ();
 |   ;
 |   return 0;
 | }
 configure:3257: result: no
 configure:3274: checking how to run the C preprocessor
 configure:3314: cc -E  conftest.c
 configure:3321: $? = 0
 configure:3352: cc -E  conftest.c
 "conftest.c", line 8: cannot find include file: <ac_nonexistent.h>
 cc: acomp failed for conftest.c
 configure:3359: $? = 2
 configure: failed program was:
 | /* confdefs.h.  */
 | #define PACKAGE_NAME "libnbcompat"
 | #define PACKAGE_TARNAME "libnbcompat"
 | #define PACKAGE_VERSION "20080519"
 | #define PACKAGE_STRING "libnbcompat 20080519"
 | #define PACKAGE_BUGREPORT "grant%NetBSD.org@localhost"
 | /* end confdefs.h.  */
 | #include <ac_nonexistent.h>
 configure:3392: result: cc -E
 configure:3421: cc -E  conftest.c
 configure:3428: $? = 0
 configure:3459: cc -E  conftest.c
 "conftest.c", line 8: cannot find include file: <ac_nonexistent.h>
 cc: acomp failed for conftest.c
 configure:3466: $? = 2
 configure: failed program was:
 | /* confdefs.h.  */
 | #define PACKAGE_NAME "libnbcompat"
 | #define PACKAGE_TARNAME "libnbcompat"
 | #define PACKAGE_VERSION "20080519"
 | #define PACKAGE_STRING "libnbcompat 20080519"
 | #define PACKAGE_BUGREPORT "grant%NetBSD.org@localhost"
 | /* end confdefs.h.  */
 | #include <ac_nonexistent.h>
 configure:3504: checking for grep that handles long lines and -e
 configure:3564: result: /usr/bin/ggrep
 configure:3569: checking for egrep
 configure:3633: result: /usr/bin/ggrep -E
 configure:3638: checking for ANSI C header files
 configure:3668: cc -c -g  conftest.c >&5
 configure:3675: $? = 0
 configure:3774: cc -o conftest -g   conftest.c  >&5
 configure:3778: $? = 0
 configure:3784: ./conftest
 configure:3788: $? = 0
 configure:3806: result: yes
 configure:3816: checking whether time.h and sys/time.h may both be included
 configure:3846: cc -c -g  conftest.c >&5
 configure:3853: $? = 0
 configure:3868: result: yes
 configure:3893: checking for sys/types.h
 configure:3914: cc -c -g  conftest.c >&5
 configure:3921: $? = 0
 configure:3938: result: yes
 configure:3893: checking for sys/stat.h
 configure:3914: cc -c -g  conftest.c >&5
 configure:3921: $? = 0
 configure:3938: result: yes
 configure:3893: checking for stdlib.h
 configure:3914: cc -c -g  conftest.c >&5
 configure:3921: $? = 0
 configure:3938: result: yes
 configure:3893: checking for string.h
 configure:3914: cc -c -g  conftest.c >&5
 configure:3921: $? = 0
 configure:3938: result: yes
 configure:3893: checking for memory.h
 configure:3914: cc -c -g  conftest.c >&5
 configure:3921: $? = 0
 configure:3938: result: yes
 configure:3893: checking for strings.h
 configure:3914: cc -c -g  conftest.c >&5
 configure:3921: $? = 0
 configure:3938: result: yes
 configure:3893: checking for inttypes.h
 configure:3914: cc -c -g  conftest.c >&5
 configure:3921: $? = 0
 configure:3938: result: yes
 configure:3893: checking for stdint.h
 configure:3914: cc -c -g  conftest.c >&5
 configure:3921: $? = 0
 configure:3938: result: yes
 configure:3893: checking for unistd.h
 configure:3914: cc -c -g  conftest.c >&5
 configure:3921: $? = 0
 configure:3938: result: yes
 configure:4024: checking alloca.h usability
 configure:4041: cc -c -g  conftest.c >&5
 configure:4048: $? = 0
 configure:4062: result: yes
 configure:4066: checking alloca.h presence
 configure:4081: cc -E  conftest.c
 configure:4088: $? = 0
 configure:4102: result: yes
 configure:4135: checking for alloca.h
 configure:4144: result: yes
 configure:4024: checking assert.h usability
 configure:4041: cc -c -g  conftest.c >&5
 configure:4048: $? = 0
 configure:4062: result: yes
 configure:4066: checking assert.h presence
 configure:4081: cc -E  conftest.c
 configure:4088: $? = 0
 configure:4102: result: yes
 configure:4135: checking for assert.h
 configure:4144: result: yes
 configure:4024: checking ctype.h usability
 configure:4041: cc -c -g  conftest.c >&5
 configure:4048: $? = 0
 configure:4062: result: yes
 configure:4066: checking ctype.h presence
 configure:4081: cc -E  conftest.c
 configure:4088: $? = 0
 configure:4102: result: yes
 configure:4135: checking for ctype.h
 configure:4144: result: yes
 configure:4024: checking dirent.h usability
 configure:4041: cc -c -g  conftest.c >&5
 configure:4048: $? = 0
 configure:4062: result: yes
 configure:4066: checking dirent.h presence
 configure:4081: cc -E  conftest.c
 configure:4088: $? = 0
 configure:4102: result: yes
 configure:4135: checking for dirent.h
 configure:4144: result: yes
 configure:4024: checking err.h usability
 configure:4041: cc -c -g  conftest.c >&5
 configure:4048: $? = 0
 configure:4062: result: yes
 configure:4066: checking err.h presence
 configure:4081: cc -E  conftest.c
 configure:4088: $? = 0
 configure:4102: result: yes
 configure:4135: checking for err.h
 configure:4144: result: yes
 configure:4024: checking errno.h usability
 configure:4041: cc -c -g  conftest.c >&5
 configure:4048: $? = 0
 configure:4062: result: yes
 configure:4066: checking errno.h presence
 configure:4081: cc -E  conftest.c
 configure:4088: $? = 0
 configure:4102: result: yes
 configure:4135: checking for errno.h
 configure:4144: result: yes
 configure:4024: checking fcntl.h usability
 configure:4041: cc -c -g  conftest.c >&5
 configure:4048: $? = 0
 configure:4062: result: yes
 configure:4066: checking fcntl.h presence
 configure:4081: cc -E  conftest.c
 configure:4088: $? = 0
 configure:4102: result: yes
 configure:4135: checking for fcntl.h
 configure:4144: result: yes
 configure:4024: checking fnmatch.h usability
 configure:4041: cc -c -g  conftest.c >&5
 configure:4048: $? = 0
 configure:4062: result: yes
 configure:4066: checking fnmatch.h presence
 configure:4081: cc -E  conftest.c
 configure:4088: $? = 0
 configure:4102: result: yes
 configure:4135: checking for fnmatch.h
 configure:4144: result: yes
 configure:4024: checking fts.h usability
 configure:4041: cc -c -g  conftest.c >&5
 "conftest.c", line 60: cannot find include file: <fts.h>
 cc: acomp failed for conftest.c
 configure:4048: $? = 2
 configure: failed program was:
 | /* confdefs.h.  */
 | #define PACKAGE_NAME "libnbcompat"
 | #define PACKAGE_TARNAME "libnbcompat"
 | #define PACKAGE_VERSION "20080519"
 | #define PACKAGE_STRING "libnbcompat 20080519"
 | #define PACKAGE_BUGREPORT "grant%NetBSD.org@localhost"
 | #define STDC_HEADERS 1
 | #define TIME_WITH_SYS_TIME 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_MEMORY_H 1
 | #define HAVE_STRINGS_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_ALLOCA_H 1
 | #define HAVE_ASSERT_H 1
 | #define HAVE_CTYPE_H 1
 | #define HAVE_DIRENT_H 1
 | #define HAVE_ERR_H 1
 | #define HAVE_ERRNO_H 1
 | #define HAVE_FCNTL_H 1
 | #define HAVE_FNMATCH_H 1
 | /* end confdefs.h.  */
 | #include <stdio.h>
 | #ifdef HAVE_SYS_TYPES_H
 | # include <sys/types.h>
 | #endif
 | #ifdef HAVE_SYS_STAT_H
 | # include <sys/stat.h>
 | #endif
 | #ifdef STDC_HEADERS
 | # include <stdlib.h>
 | # include <stddef.h>
 | #else
 | # ifdef HAVE_STDLIB_H
 | #  include <stdlib.h>
 | # endif
 | #endif
 | #ifdef HAVE_STRING_H
 | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
 | #  include <memory.h>
 | # endif
 | # include <string.h>
 | #endif
 | #ifdef HAVE_STRINGS_H
 | # include <strings.h>
 | #endif
 | #ifdef HAVE_INTTYPES_H
 | # include <inttypes.h>
 | #endif
 | #ifdef HAVE_STDINT_H
 | # include <stdint.h>
 | #endif
 | #ifdef HAVE_UNISTD_H
 | # include <unistd.h>
 | #endif
 | #include <fts.h>
 configure:4062: result: no
 configure:4066: checking fts.h presence
 configure:4081: cc -E  conftest.c
 "conftest.c", line 27: cannot find include file: <fts.h>
 cc: acomp failed for conftest.c
 configure:4088: $? = 2
 configure: failed program was:
 | /* confdefs.h.  */
 | #define PACKAGE_NAME "libnbcompat"
 | #define PACKAGE_TARNAME "libnbcompat"
 | #define PACKAGE_VERSION "20080519"
 | #define PACKAGE_STRING "libnbcompat 20080519"
 | #define PACKAGE_BUGREPORT "grant%NetBSD.org@localhost"
 | #define STDC_HEADERS 1
 | #define TIME_WITH_SYS_TIME 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_MEMORY_H 1
 | #define HAVE_STRINGS_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_ALLOCA_H 1
 | #define HAVE_ASSERT_H 1
 | #define HAVE_CTYPE_H 1
 | #define HAVE_DIRENT_H 1
 | #define HAVE_ERR_H 1
 | #define HAVE_ERRNO_H 1
 | #define HAVE_FCNTL_H 1
 | #define HAVE_FNMATCH_H 1
 | /* end confdefs.h.  */
 | #include <fts.h>
 configure:4102: result: no
 configure:4135: checking for fts.h
 configure:4144: result: no
 configure:4024: checking grp.h usability
 configure:4041: cc -c -g  conftest.c >&5
 configure:4048: $? = 0
 configure:4062: result: yes
 configure:4066: checking grp.h presence
 configure:4081: cc -E  conftest.c
 configure:4088: $? = 0
 configure:4102: result: yes
 configure:4135: checking for grp.h
 configure:4144: result: yes
 configure:4013: checking for inttypes.h
 configure:4020: result: yes
 configure:4024: checking libutil.h usability
 configure:4041: cc -c -g  conftest.c >&5
 "conftest.c", line 62: cannot find include file: <libutil.h>
 cc: acomp failed for conftest.c
 configure:4048: $? = 2
 configure: failed program was:
 | /* confdefs.h.  */
 | #define PACKAGE_NAME "libnbcompat"
 | #define PACKAGE_TARNAME "libnbcompat"
 | #define PACKAGE_VERSION "20080519"
 | #define PACKAGE_STRING "libnbcompat 20080519"
 | #define PACKAGE_BUGREPORT "grant%NetBSD.org@localhost"
 | #define STDC_HEADERS 1
 | #define TIME_WITH_SYS_TIME 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_MEMORY_H 1
 | #define HAVE_STRINGS_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_ALLOCA_H 1
 | #define HAVE_ASSERT_H 1
 | #define HAVE_CTYPE_H 1
 | #define HAVE_DIRENT_H 1
 | #define HAVE_ERR_H 1
 | #define HAVE_ERRNO_H 1
 | #define HAVE_FCNTL_H 1
 | #define HAVE_FNMATCH_H 1
 | #define HAVE_GRP_H 1
 | #define HAVE_INTTYPES_H 1
 | /* end confdefs.h.  */
 | #include <stdio.h>
 | #ifdef HAVE_SYS_TYPES_H
 | # include <sys/types.h>
 | #endif
 | #ifdef HAVE_SYS_STAT_H
 | # include <sys/stat.h>
 | #endif
 | #ifdef STDC_HEADERS
 | # include <stdlib.h>
 | # include <stddef.h>
 | #else
 | # ifdef HAVE_STDLIB_H
 | #  include <stdlib.h>
 | # endif
 | #endif
 | #ifdef HAVE_STRING_H
 | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
 | #  include <memory.h>
 | # endif
 | # include <string.h>
 | #endif
 | #ifdef HAVE_STRINGS_H
 | # include <strings.h>
 | #endif
 | #ifdef HAVE_INTTYPES_H
 | # include <inttypes.h>
 | #endif
 | #ifdef HAVE_STDINT_H
 | # include <stdint.h>
 | #endif
 | #ifdef HAVE_UNISTD_H
 | # include <unistd.h>
 | #endif
 | #include <libutil.h>
 configure:4062: result: no
 configure:4066: checking libutil.h presence
 configure:4081: cc -E  conftest.c
 "conftest.c", line 29: cannot find include file: <libutil.h>
 cc: acomp failed for conftest.c
 configure:4088: $? = 2
 configure: failed program was:
 | /* confdefs.h.  */
 | #define PACKAGE_NAME "libnbcompat"
 | #define PACKAGE_TARNAME "libnbcompat"
 | #define PACKAGE_VERSION "20080519"
 | #define PACKAGE_STRING "libnbcompat 20080519"
 | #define PACKAGE_BUGREPORT "grant%NetBSD.org@localhost"
 | #define STDC_HEADERS 1
 | #define TIME_WITH_SYS_TIME 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_MEMORY_H 1
 | #define HAVE_STRINGS_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_ALLOCA_H 1
 | #define HAVE_ASSERT_H 1
 | #define HAVE_CTYPE_H 1
 | #define HAVE_DIRENT_H 1
 | #define HAVE_ERR_H 1
 | #define HAVE_ERRNO_H 1
 | #define HAVE_FCNTL_H 1
 | #define HAVE_FNMATCH_H 1
 | #define HAVE_GRP_H 1
 | #define HAVE_INTTYPES_H 1
 | /* end confdefs.h.  */
 | #include <libutil.h>
 configure:4102: result: no
 configure:4135: checking for libutil.h
 configure:4144: result: no
 configure:4024: checking limits.h usability
 configure:4041: cc -c -g  conftest.c >&5
 configure:4048: $? = 0
 configure:4062: result: yes
 configure:4066: checking limits.h presence
 configure:4081: cc -E  conftest.c
 configure:4088: $? = 0
 configure:4102: result: yes
 configure:4135: checking for limits.h
 configure:4144: result: yes
 configure:4024: checking machine/endian.h usability
 configure:4041: cc -c -g  conftest.c >&5
 "conftest.c", line 63: cannot find include file: <machine/endian.h>
 cc: acomp failed for conftest.c
 configure:4048: $? = 2
 configure: failed program was:
 | /* confdefs.h.  */
 | #define PACKAGE_NAME "libnbcompat"
 | #define PACKAGE_TARNAME "libnbcompat"
 | #define PACKAGE_VERSION "20080519"
 | #define PACKAGE_STRING "libnbcompat 20080519"
 | #define PACKAGE_BUGREPORT "grant%NetBSD.org@localhost"
 | #define STDC_HEADERS 1
 | #define TIME_WITH_SYS_TIME 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_MEMORY_H 1
 | #define HAVE_STRINGS_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_ALLOCA_H 1
 | #define HAVE_ASSERT_H 1
 | #define HAVE_CTYPE_H 1
 | #define HAVE_DIRENT_H 1
 | #define HAVE_ERR_H 1
 | #define HAVE_ERRNO_H 1
 | #define HAVE_FCNTL_H 1
 | #define HAVE_FNMATCH_H 1
 | #define HAVE_GRP_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_LIMITS_H 1
 | /* end confdefs.h.  */
 | #include <stdio.h>
 | #ifdef HAVE_SYS_TYPES_H
 | # include <sys/types.h>
 | #endif
 | #ifdef HAVE_SYS_STAT_H
 | # include <sys/stat.h>
 | #endif
 | #ifdef STDC_HEADERS
 | # include <stdlib.h>
 | # include <stddef.h>
 | #else
 | # ifdef HAVE_STDLIB_H
 | #  include <stdlib.h>
 | # endif
 | #endif
 | #ifdef HAVE_STRING_H
 | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
 | #  include <memory.h>
 | # endif
 | # include <string.h>
 | #endif
 | #ifdef HAVE_STRINGS_H
 | # include <strings.h>
 | #endif
 | #ifdef HAVE_INTTYPES_H
 | # include <inttypes.h>
 | #endif
 | #ifdef HAVE_STDINT_H
 | # include <stdint.h>
 | #endif
 | #ifdef HAVE_UNISTD_H
 | # include <unistd.h>
 | #endif
 | #include <machine/endian.h>
 configure:4062: result: no
 configure:4066: checking machine/endian.h presence
 configure:4081: cc -E  conftest.c
 "conftest.c", line 30: cannot find include file: <machine/endian.h>
 cc: acomp failed for conftest.c
 configure:4088: $? = 2
 configure: failed program was:
 | /* confdefs.h.  */
 | #define PACKAGE_NAME "libnbcompat"
 | #define PACKAGE_TARNAME "libnbcompat"
 | #define PACKAGE_VERSION "20080519"
 | #define PACKAGE_STRING "libnbcompat 20080519"
 | #define PACKAGE_BUGREPORT "grant%NetBSD.org@localhost"
 | #define STDC_HEADERS 1
 | #define TIME_WITH_SYS_TIME 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_MEMORY_H 1
 | #define HAVE_STRINGS_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_ALLOCA_H 1
 | #define HAVE_ASSERT_H 1
 | #define HAVE_CTYPE_H 1
 | #define HAVE_DIRENT_H 1
 | #define HAVE_ERR_H 1
 | #define HAVE_ERRNO_H 1
 | #define HAVE_FCNTL_H 1
 | #define HAVE_FNMATCH_H 1
 | #define HAVE_GRP_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_LIMITS_H 1
 | /* end confdefs.h.  */
 | #include <machine/endian.h>
 configure:4102: result: no
 configure:4135: checking for machine/endian.h
 configure:4144: result: no
 configure:4024: checking ndir.h usability
 configure:4041: cc -c -g  conftest.c >&5
 "conftest.c", line 63: cannot find include file: <ndir.h>
 cc: acomp failed for conftest.c
 configure:4048: $? = 2
 configure: failed program was:
 | /* confdefs.h.  */
 | #define PACKAGE_NAME "libnbcompat"
 | #define PACKAGE_TARNAME "libnbcompat"
 | #define PACKAGE_VERSION "20080519"
 | #define PACKAGE_STRING "libnbcompat 20080519"
 | #define PACKAGE_BUGREPORT "grant%NetBSD.org@localhost"
 | #define STDC_HEADERS 1
 | #define TIME_WITH_SYS_TIME 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_MEMORY_H 1
 | #define HAVE_STRINGS_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_ALLOCA_H 1
 | #define HAVE_ASSERT_H 1
 | #define HAVE_CTYPE_H 1
 | #define HAVE_DIRENT_H 1
 | #define HAVE_ERR_H 1
 | #define HAVE_ERRNO_H 1
 | #define HAVE_FCNTL_H 1
 | #define HAVE_FNMATCH_H 1
 | #define HAVE_GRP_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_LIMITS_H 1
 | /* end confdefs.h.  */
 | #include <stdio.h>
 | #ifdef HAVE_SYS_TYPES_H
 | # include <sys/types.h>
 | #endif
 | #ifdef HAVE_SYS_STAT_H
 | # include <sys/stat.h>
 | #endif
 | #ifdef STDC_HEADERS
 | # include <stdlib.h>
 | # include <stddef.h>
 | #else
 | # ifdef HAVE_STDLIB_H
 | #  include <stdlib.h>
 | # endif
 | #endif
 | #ifdef HAVE_STRING_H
 | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
 | #  include <memory.h>
 | # endif
 | # include <string.h>
 | #endif
 | #ifdef HAVE_STRINGS_H
 | # include <strings.h>
 | #endif
 | #ifdef HAVE_INTTYPES_H
 | # include <inttypes.h>
 | #endif
 | #ifdef HAVE_STDINT_H
 | # include <stdint.h>
 | #endif
 | #ifdef HAVE_UNISTD_H
 | # include <unistd.h>
 | #endif
 | #include <ndir.h>
 configure:4062: result: no
 configure:4066: checking ndir.h presence
 configure:4081: cc -E  conftest.c
 "conftest.c", line 30: cannot find include file: <ndir.h>
 cc: acomp failed for conftest.c
 configure:4088: $? = 2
 configure: failed program was:
 | /* confdefs.h.  */
 | #define PACKAGE_NAME "libnbcompat"
 | #define PACKAGE_TARNAME "libnbcompat"
 | #define PACKAGE_VERSION "20080519"
 | #define PACKAGE_STRING "libnbcompat 20080519"
 | #define PACKAGE_BUGREPORT "grant%NetBSD.org@localhost"
 | #define STDC_HEADERS 1
 | #define TIME_WITH_SYS_TIME 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_MEMORY_H 1
 | #define HAVE_STRINGS_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_ALLOCA_H 1
 | #define HAVE_ASSERT_H 1
 | #define HAVE_CTYPE_H 1
 | #define HAVE_DIRENT_H 1
 | #define HAVE_ERR_H 1
 | #define HAVE_ERRNO_H 1
 | #define HAVE_FCNTL_H 1
 | #define HAVE_FNMATCH_H 1
 | #define HAVE_GRP_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_LIMITS_H 1
 | /* end confdefs.h.  */
 | #include <ndir.h>
 configure:4102: result: no
 configure:4135: checking for ndir.h
 configure:4144: result: no
 configure:4024: checking netdb.h usability
 configure:4041: cc -c -g  conftest.c >&5
 configure:4048: $? = 0
 configure:4062: result: yes
 configure:4066: checking netdb.h presence
 configure:4081: cc -E  conftest.c
 configure:4088: $? = 0
 configure:4102: result: yes
 configure:4135: checking for netdb.h
 configure:4144: result: yes
 configure:4024: checking paths.h usability
 configure:4041: cc -c -g  conftest.c >&5
 "conftest.c", line 64: cannot find include file: <paths.h>
 cc: acomp failed for conftest.c
 configure:4048: $? = 2
 configure: failed program was:
 | /* confdefs.h.  */
 | #define PACKAGE_NAME "libnbcompat"
 | #define PACKAGE_TARNAME "libnbcompat"
 | #define PACKAGE_VERSION "20080519"
 | #define PACKAGE_STRING "libnbcompat 20080519"
 | #define PACKAGE_BUGREPORT "grant%NetBSD.org@localhost"
 | #define STDC_HEADERS 1
 | #define TIME_WITH_SYS_TIME 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_MEMORY_H 1
 | #define HAVE_STRINGS_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_ALLOCA_H 1
 | #define HAVE_ASSERT_H 1
 | #define HAVE_CTYPE_H 1
 | #define HAVE_DIRENT_H 1
 | #define HAVE_ERR_H 1
 | #define HAVE_ERRNO_H 1
 | #define HAVE_FCNTL_H 1
 | #define HAVE_FNMATCH_H 1
 | #define HAVE_GRP_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_LIMITS_H 1
 | #define HAVE_NETDB_H 1
 | /* end confdefs.h.  */
 | #include <stdio.h>
 | #ifdef HAVE_SYS_TYPES_H
 | # include <sys/types.h>
 | #endif
 | #ifdef HAVE_SYS_STAT_H
 | # include <sys/stat.h>
 | #endif
 | #ifdef STDC_HEADERS
 | # include <stdlib.h>
 | # include <stddef.h>
 | #else
 | # ifdef HAVE_STDLIB_H
 | #  include <stdlib.h>
 | # endif
 | #endif
 | #ifdef HAVE_STRING_H
 | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
 | #  include <memory.h>
 | # endif
 | # include <string.h>
 | #endif
 | #ifdef HAVE_STRINGS_H
 | # include <strings.h>
 | #endif
 | #ifdef HAVE_INTTYPES_H
 | # include <inttypes.h>
 | #endif
 | #ifdef HAVE_STDINT_H
 | # include <stdint.h>
 | #endif
 | #ifdef HAVE_UNISTD_H
 | # include <unistd.h>
 | #endif
 | #include <paths.h>
 configure:4062: result: no
 configure:4066: checking paths.h presence
 configure:4081: cc -E  conftest.c
 "conftest.c", line 31: cannot find include file: <paths.h>
 cc: acomp failed for conftest.c
 configure:4088: $? = 2
 configure: failed program was:
 | /* confdefs.h.  */
 | #define PACKAGE_NAME "libnbcompat"
 | #define PACKAGE_TARNAME "libnbcompat"
 | #define PACKAGE_VERSION "20080519"
 | #define PACKAGE_STRING "libnbcompat 20080519"
 | #define PACKAGE_BUGREPORT "grant%NetBSD.org@localhost"
 | #define STDC_HEADERS 1
 | #define TIME_WITH_SYS_TIME 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_MEMORY_H 1
 | #define HAVE_STRINGS_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_ALLOCA_H 1
 | #define HAVE_ASSERT_H 1
 | #define HAVE_CTYPE_H 1
 | #define HAVE_DIRENT_H 1
 | #define HAVE_ERR_H 1
 | #define HAVE_ERRNO_H 1
 | #define HAVE_FCNTL_H 1
 | #define HAVE_FNMATCH_H 1
 | #define HAVE_GRP_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_LIMITS_H 1
 | #define HAVE_NETDB_H 1
 | /* end confdefs.h.  */
 | #include <paths.h>
 configure:4102: result: no
 configure:4135: checking for paths.h
 configure:4144: result: no
 configure:4024: checking pwd.h usability
 configure:4041: cc -c -g  conftest.c >&5
 configure:4048: $? = 0
 configure:4062: result: yes
 configure:4066: checking pwd.h presence
 configure:4081: cc -E  conftest.c
 configure:4088: $? = 0
 configure:4102: result: yes
 configure:4135: checking for pwd.h
 configure:4144: result: yes
 configure:4024: checking signal.h usability
 configure:4041: cc -c -g  conftest.c >&5
 configure:4048: $? = 0
 configure:4062: result: yes
 configure:4066: checking signal.h presence
 configure:4081: cc -E  conftest.c
 configure:4088: $? = 0
 configure:4102: result: yes
 configure:4135: checking for signal.h
 configure:4144: result: yes
 configure:4024: checking stdarg.h usability
 configure:4041: cc -c -g  conftest.c >&5
 configure:4048: $? = 0
 configure:4062: result: yes
 configure:4066: checking stdarg.h presence
 configure:4081: cc -E  conftest.c
 configure:4088: $? = 0
 configure:4102: result: yes
 configure:4135: checking for stdarg.h
 configure:4144: result: yes
 configure:4024: checking stddef.h usability
 configure:4041: cc -c -g  conftest.c >&5
 configure:4048: $? = 0
 configure:4062: result: yes
 configure:4066: checking stddef.h presence
 configure:4081: cc -E  conftest.c
 configure:4088: $? = 0
 configure:4102: result: yes
 configure:4135: checking for stddef.h
 configure:4144: result: yes
 configure:4013: checking for stdint.h
 configure:4020: result: yes
 configure:4024: checking stdio.h usability
 configure:4041: cc -c -g  conftest.c >&5
 configure:4048: $? = 0
 configure:4062: result: yes
 configure:4066: checking stdio.h presence
 configure:4081: cc -E  conftest.c
 configure:4088: $? = 0
 configure:4102: result: yes
 configure:4135: checking for stdio.h
 configure:4144: result: yes
 configure:4013: checking for stdlib.h
 configure:4020: result: yes
 configure:4013: checking for string.h
 configure:4020: result: yes
 configure:4024: checking sys/byteorder.h usability
 configure:4041: cc -c -g  conftest.c >&5
 configure:4048: $? = 0
 configure:4062: result: yes
 configure:4066: checking sys/byteorder.h presence
 configure:4081: cc -E  conftest.c
 configure:4088: $? = 0
 configure:4102: result: yes
 configure:4135: checking for sys/byteorder.h
 configure:4144: result: yes
 configure:4024: checking sys/cdefs.h usability
 configure:4041: cc -c -g  conftest.c >&5
 "conftest.c", line 73: cannot find include file: <sys/cdefs.h>
 cc: acomp failed for conftest.c
 configure:4048: $? = 2
 configure: failed program was:
 | /* confdefs.h.  */
 | #define PACKAGE_NAME "libnbcompat"
 | #define PACKAGE_TARNAME "libnbcompat"
 | #define PACKAGE_VERSION "20080519"
 | #define PACKAGE_STRING "libnbcompat 20080519"
 | #define PACKAGE_BUGREPORT "grant%NetBSD.org@localhost"
 | #define STDC_HEADERS 1
 | #define TIME_WITH_SYS_TIME 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_MEMORY_H 1
 | #define HAVE_STRINGS_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_ALLOCA_H 1
 | #define HAVE_ASSERT_H 1
 | #define HAVE_CTYPE_H 1
 | #define HAVE_DIRENT_H 1
 | #define HAVE_ERR_H 1
 | #define HAVE_ERRNO_H 1
 | #define HAVE_FCNTL_H 1
 | #define HAVE_FNMATCH_H 1
 | #define HAVE_GRP_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_LIMITS_H 1
 | #define HAVE_NETDB_H 1
 | #define HAVE_PWD_H 1
 | #define HAVE_SIGNAL_H 1
 | #define HAVE_STDARG_H 1
 | #define HAVE_STDDEF_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_STDIO_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_SYS_BYTEORDER_H 1
 | /* end confdefs.h.  */
 | #include <stdio.h>
 | #ifdef HAVE_SYS_TYPES_H
 | # include <sys/types.h>
 | #endif
 | #ifdef HAVE_SYS_STAT_H
 | # include <sys/stat.h>
 | #endif
 | #ifdef STDC_HEADERS
 | # include <stdlib.h>
 | # include <stddef.h>
 | #else
 | # ifdef HAVE_STDLIB_H
 | #  include <stdlib.h>
 | # endif
 | #endif
 | #ifdef HAVE_STRING_H
 | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
 | #  include <memory.h>
 | # endif
 | # include <string.h>
 | #endif
 | #ifdef HAVE_STRINGS_H
 | # include <strings.h>
 | #endif
 | #ifdef HAVE_INTTYPES_H
 | # include <inttypes.h>
 | #endif
 | #ifdef HAVE_STDINT_H
 | # include <stdint.h>
 | #endif
 | #ifdef HAVE_UNISTD_H
 | # include <unistd.h>
 | #endif
 | #include <sys/cdefs.h>
 configure:4062: result: no
 configure:4066: checking sys/cdefs.h presence
 configure:4081: cc -E  conftest.c
 "conftest.c", line 40: cannot find include file: <sys/cdefs.h>
 cc: acomp failed for conftest.c
 configure:4088: $? = 2
 configure: failed program was:
 | /* confdefs.h.  */
 | #define PACKAGE_NAME "libnbcompat"
 | #define PACKAGE_TARNAME "libnbcompat"
 | #define PACKAGE_VERSION "20080519"
 | #define PACKAGE_STRING "libnbcompat 20080519"
 | #define PACKAGE_BUGREPORT "grant%NetBSD.org@localhost"
 | #define STDC_HEADERS 1
 | #define TIME_WITH_SYS_TIME 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_MEMORY_H 1
 | #define HAVE_STRINGS_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_ALLOCA_H 1
 | #define HAVE_ASSERT_H 1
 | #define HAVE_CTYPE_H 1
 | #define HAVE_DIRENT_H 1
 | #define HAVE_ERR_H 1
 | #define HAVE_ERRNO_H 1
 | #define HAVE_FCNTL_H 1
 | #define HAVE_FNMATCH_H 1
 | #define HAVE_GRP_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_LIMITS_H 1
 | #define HAVE_NETDB_H 1
 | #define HAVE_PWD_H 1
 | #define HAVE_SIGNAL_H 1
 | #define HAVE_STDARG_H 1
 | #define HAVE_STDDEF_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_STDIO_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_SYS_BYTEORDER_H 1
 | /* end confdefs.h.  */
 | #include <sys/cdefs.h>
 configure:4102: result: no
 configure:4135: checking for sys/cdefs.h
 configure:4144: result: no
 configure:4024: checking sys/dir.h usability
 configure:4041: cc -c -g  conftest.c >&5
 "conftest.c", line 73: cannot find include file: <sys/dir.h>
 cc: acomp failed for conftest.c
 configure:4048: $? = 2
 configure: failed program was:
 | /* confdefs.h.  */
 | #define PACKAGE_NAME "libnbcompat"
 | #define PACKAGE_TARNAME "libnbcompat"
 | #define PACKAGE_VERSION "20080519"
 | #define PACKAGE_STRING "libnbcompat 20080519"
 | #define PACKAGE_BUGREPORT "grant%NetBSD.org@localhost"
 | #define STDC_HEADERS 1
 | #define TIME_WITH_SYS_TIME 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_MEMORY_H 1
 | #define HAVE_STRINGS_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_ALLOCA_H 1
 | #define HAVE_ASSERT_H 1
 | #define HAVE_CTYPE_H 1
 | #define HAVE_DIRENT_H 1
 | #define HAVE_ERR_H 1
 | #define HAVE_ERRNO_H 1
 | #define HAVE_FCNTL_H 1
 | #define HAVE_FNMATCH_H 1
 | #define HAVE_GRP_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_LIMITS_H 1
 | #define HAVE_NETDB_H 1
 | #define HAVE_PWD_H 1
 | #define HAVE_SIGNAL_H 1
 | #define HAVE_STDARG_H 1
 | #define HAVE_STDDEF_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_STDIO_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_SYS_BYTEORDER_H 1
 | /* end confdefs.h.  */
 | #include <stdio.h>
 | #ifdef HAVE_SYS_TYPES_H
 | # include <sys/types.h>
 | #endif
 | #ifdef HAVE_SYS_STAT_H
 | # include <sys/stat.h>
 | #endif
 | #ifdef STDC_HEADERS
 | # include <stdlib.h>
 | # include <stddef.h>
 | #else
 | # ifdef HAVE_STDLIB_H
 | #  include <stdlib.h>
 | # endif
 | #endif
 | #ifdef HAVE_STRING_H
 | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
 | #  include <memory.h>
 | # endif
 | # include <string.h>
 | #endif
 | #ifdef HAVE_STRINGS_H
 | # include <strings.h>
 | #endif
 | #ifdef HAVE_INTTYPES_H
 | # include <inttypes.h>
 | #endif
 | #ifdef HAVE_STDINT_H
 | # include <stdint.h>
 | #endif
 | #ifdef HAVE_UNISTD_H
 | # include <unistd.h>
 | #endif
 | #include <sys/dir.h>
 configure:4062: result: no
 configure:4066: checking sys/dir.h presence
 configure:4081: cc -E  conftest.c
 "conftest.c", line 40: cannot find include file: <sys/dir.h>
 cc: acomp failed for conftest.c
 configure:4088: $? = 2
 configure: failed program was:
 | /* confdefs.h.  */
 | #define PACKAGE_NAME "libnbcompat"
 | #define PACKAGE_TARNAME "libnbcompat"
 | #define PACKAGE_VERSION "20080519"
 | #define PACKAGE_STRING "libnbcompat 20080519"
 | #define PACKAGE_BUGREPORT "grant%NetBSD.org@localhost"
 | #define STDC_HEADERS 1
 | #define TIME_WITH_SYS_TIME 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_MEMORY_H 1
 | #define HAVE_STRINGS_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_ALLOCA_H 1
 | #define HAVE_ASSERT_H 1
 | #define HAVE_CTYPE_H 1
 | #define HAVE_DIRENT_H 1
 | #define HAVE_ERR_H 1
 | #define HAVE_ERRNO_H 1
 | #define HAVE_FCNTL_H 1
 | #define HAVE_FNMATCH_H 1
 | #define HAVE_GRP_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_LIMITS_H 1
 | #define HAVE_NETDB_H 1
 | #define HAVE_PWD_H 1
 | #define HAVE_SIGNAL_H 1
 | #define HAVE_STDARG_H 1
 | #define HAVE_STDDEF_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_STDIO_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_SYS_BYTEORDER_H 1
 | /* end confdefs.h.  */
 | #include <sys/dir.h>
 configure:4102: result: no
 configure:4135: checking for sys/dir.h
 configure:4144: result: no
 configure:4024: checking sys/endian.h usability
 configure:4041: cc -c -g  conftest.c >&5
 "conftest.c", line 73: cannot find include file: <sys/endian.h>
 cc: acomp failed for conftest.c
 configure:4048: $? = 2
 configure: failed program was:
 | /* confdefs.h.  */
 | #define PACKAGE_NAME "libnbcompat"
 | #define PACKAGE_TARNAME "libnbcompat"
 | #define PACKAGE_VERSION "20080519"
 | #define PACKAGE_STRING "libnbcompat 20080519"
 | #define PACKAGE_BUGREPORT "grant%NetBSD.org@localhost"
 | #define STDC_HEADERS 1
 | #define TIME_WITH_SYS_TIME 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_MEMORY_H 1
 | #define HAVE_STRINGS_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_ALLOCA_H 1
 | #define HAVE_ASSERT_H 1
 | #define HAVE_CTYPE_H 1
 | #define HAVE_DIRENT_H 1
 | #define HAVE_ERR_H 1
 | #define HAVE_ERRNO_H 1
 | #define HAVE_FCNTL_H 1
 | #define HAVE_FNMATCH_H 1
 | #define HAVE_GRP_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_LIMITS_H 1
 | #define HAVE_NETDB_H 1
 | #define HAVE_PWD_H 1
 | #define HAVE_SIGNAL_H 1
 | #define HAVE_STDARG_H 1
 | #define HAVE_STDDEF_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_STDIO_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_SYS_BYTEORDER_H 1
 | /* end confdefs.h.  */
 | #include <stdio.h>
 | #ifdef HAVE_SYS_TYPES_H
 | # include <sys/types.h>
 | #endif
 | #ifdef HAVE_SYS_STAT_H
 | # include <sys/stat.h>
 | #endif
 | #ifdef STDC_HEADERS
 | # include <stdlib.h>
 | # include <stddef.h>
 | #else
 | # ifdef HAVE_STDLIB_H
 | #  include <stdlib.h>
 | # endif
 | #endif
 | #ifdef HAVE_STRING_H
 | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
 | #  include <memory.h>
 | # endif
 | # include <string.h>
 | #endif
 | #ifdef HAVE_STRINGS_H
 | # include <strings.h>
 | #endif
 | #ifdef HAVE_INTTYPES_H
 | # include <inttypes.h>
 | #endif
 | #ifdef HAVE_STDINT_H
 | # include <stdint.h>
 | #endif
 | #ifdef HAVE_UNISTD_H
 | # include <unistd.h>
 | #endif
 | #include <sys/endian.h>
 configure:4062: result: no
 configure:4066: checking sys/endian.h presence
 configure:4081: cc -E  conftest.c
 "conftest.c", line 40: cannot find include file: <sys/endian.h>
 cc: acomp failed for conftest.c
 configure:4088: $? = 2
 configure: failed program was:
 | /* confdefs.h.  */
 | #define PACKAGE_NAME "libnbcompat"
 | #define PACKAGE_TARNAME "libnbcompat"
 | #define PACKAGE_VERSION "20080519"
 | #define PACKAGE_STRING "libnbcompat 20080519"
 | #define PACKAGE_BUGREPORT "grant%NetBSD.org@localhost"
 | #define STDC_HEADERS 1
 | #define TIME_WITH_SYS_TIME 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_MEMORY_H 1
 | #define HAVE_STRINGS_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_ALLOCA_H 1
 | #define HAVE_ASSERT_H 1
 | #define HAVE_CTYPE_H 1
 | #define HAVE_DIRENT_H 1
 | #define HAVE_ERR_H 1
 | #define HAVE_ERRNO_H 1
 | #define HAVE_FCNTL_H 1
 | #define HAVE_FNMATCH_H 1
 | #define HAVE_GRP_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_LIMITS_H 1
 | #define HAVE_NETDB_H 1
 | #define HAVE_PWD_H 1
 | #define HAVE_SIGNAL_H 1
 | #define HAVE_STDARG_H 1
 | #define HAVE_STDDEF_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_STDIO_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_SYS_BYTEORDER_H 1
 | /* end confdefs.h.  */
 | #include <sys/endian.h>
 configure:4102: result: no
 configure:4135: checking for sys/endian.h
 configure:4144: result: no
 configure:4024: checking sys/file.h usability
 configure:4041: cc -c -g  conftest.c >&5
 configure:4048: $? = 0
 configure:4062: result: yes
 configure:4066: checking sys/file.h presence
 configure:4081: cc -E  conftest.c
 configure:4088: $? = 0
 configure:4102: result: yes
 configure:4135: checking for sys/file.h
 configure:4144: result: yes
 configure:4024: checking sys/mkdev.h usability
 configure:4041: cc -c -g  conftest.c >&5
 configure:4048: $? = 0
 configure:4062: result: yes
 configure:4066: checking sys/mkdev.h presence
 configure:4081: cc -E  conftest.c
 configure:4088: $? = 0
 configure:4102: result: yes
 configure:4135: checking for sys/mkdev.h
 configure:4144: result: yes
 configure:4024: checking sys/ndir.h usability
 configure:4041: cc -c -g  conftest.c >&5
 "conftest.c", line 75: cannot find include file: <sys/ndir.h>
 cc: acomp failed for conftest.c
 configure:4048: $? = 2
 configure: failed program was:
 | /* confdefs.h.  */
 | #define PACKAGE_NAME "libnbcompat"
 | #define PACKAGE_TARNAME "libnbcompat"
 | #define PACKAGE_VERSION "20080519"
 | #define PACKAGE_STRING "libnbcompat 20080519"
 | #define PACKAGE_BUGREPORT "grant%NetBSD.org@localhost"
 | #define STDC_HEADERS 1
 | #define TIME_WITH_SYS_TIME 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_MEMORY_H 1
 | #define HAVE_STRINGS_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_ALLOCA_H 1
 | #define HAVE_ASSERT_H 1
 | #define HAVE_CTYPE_H 1
 | #define HAVE_DIRENT_H 1
 | #define HAVE_ERR_H 1
 | #define HAVE_ERRNO_H 1
 | #define HAVE_FCNTL_H 1
 | #define HAVE_FNMATCH_H 1
 | #define HAVE_GRP_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_LIMITS_H 1
 | #define HAVE_NETDB_H 1
 | #define HAVE_PWD_H 1
 | #define HAVE_SIGNAL_H 1
 | #define HAVE_STDARG_H 1
 | #define HAVE_STDDEF_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_STDIO_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_SYS_BYTEORDER_H 1
 | #define HAVE_SYS_FILE_H 1
 | #define HAVE_SYS_MKDEV_H 1
 | /* end confdefs.h.  */
 | #include <stdio.h>
 | #ifdef HAVE_SYS_TYPES_H
 | # include <sys/types.h>
 | #endif
 | #ifdef HAVE_SYS_STAT_H
 | # include <sys/stat.h>
 | #endif
 | #ifdef STDC_HEADERS
 | # include <stdlib.h>
 | # include <stddef.h>
 | #else
 | # ifdef HAVE_STDLIB_H
 | #  include <stdlib.h>
 | # endif
 | #endif
 | #ifdef HAVE_STRING_H
 | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
 | #  include <memory.h>
 | # endif
 | # include <string.h>
 | #endif
 | #ifdef HAVE_STRINGS_H
 | # include <strings.h>
 | #endif
 | #ifdef HAVE_INTTYPES_H
 | # include <inttypes.h>
 | #endif
 | #ifdef HAVE_STDINT_H
 | # include <stdint.h>
 | #endif
 | #ifdef HAVE_UNISTD_H
 | # include <unistd.h>
 | #endif
 | #include <sys/ndir.h>
 configure:4062: result: no
 configure:4066: checking sys/ndir.h presence
 configure:4081: cc -E  conftest.c
 "conftest.c", line 42: cannot find include file: <sys/ndir.h>
 cc: acomp failed for conftest.c
 configure:4088: $? = 2
 configure: failed program was:
 | /* confdefs.h.  */
 | #define PACKAGE_NAME "libnbcompat"
 | #define PACKAGE_TARNAME "libnbcompat"
 | #define PACKAGE_VERSION "20080519"
 | #define PACKAGE_STRING "libnbcompat 20080519"
 | #define PACKAGE_BUGREPORT "grant%NetBSD.org@localhost"
 | #define STDC_HEADERS 1
 | #define TIME_WITH_SYS_TIME 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_MEMORY_H 1
 | #define HAVE_STRINGS_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_ALLOCA_H 1
 | #define HAVE_ASSERT_H 1
 | #define HAVE_CTYPE_H 1
 | #define HAVE_DIRENT_H 1
 | #define HAVE_ERR_H 1
 | #define HAVE_ERRNO_H 1
 | #define HAVE_FCNTL_H 1
 | #define HAVE_FNMATCH_H 1
 | #define HAVE_GRP_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_LIMITS_H 1
 | #define HAVE_NETDB_H 1
 | #define HAVE_PWD_H 1
 | #define HAVE_SIGNAL_H 1
 | #define HAVE_STDARG_H 1
 | #define HAVE_STDDEF_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_STDIO_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_SYS_BYTEORDER_H 1
 | #define HAVE_SYS_FILE_H 1
 | #define HAVE_SYS_MKDEV_H 1
 | /* end confdefs.h.  */
 | #include <sys/ndir.h>
 configure:4102: result: no
 configure:4135: checking for sys/ndir.h
 configure:4144: result: no
 configure:4024: checking sys/param.h usability
 configure:4041: cc -c -g  conftest.c >&5
 configure:4048: $? = 0
 configure:4062: result: yes
 configure:4066: checking sys/param.h presence
 configure:4081: cc -E  conftest.c
 configure:4088: $? = 0
 configure:4102: result: yes
 configure:4135: checking for sys/param.h
 configure:4144: result: yes
 configure:4024: checking sys/socket.h usability
 configure:4041: cc -c -g  conftest.c >&5
 configure:4048: $? = 0
 configure:4062: result: yes
 configure:4066: checking sys/socket.h presence
 configure:4081: cc -E  conftest.c
 configure:4088: $? = 0
 configure:4102: result: yes
 configure:4135: checking for sys/socket.h
 configure:4144: result: yes
 configure:4013: checking for sys/stat.h
 configure:4020: result: yes
 configure:4024: checking sys/statfs.h usability
 configure:4041: cc -c -g  conftest.c >&5
 configure:4048: $? = 0
 configure:4062: result: yes
 configure:4066: checking sys/statfs.h presence
 configure:4081: cc -E  conftest.c
 configure:4088: $? = 0
 configure:4102: result: yes
 configure:4135: checking for sys/statfs.h
 configure:4144: result: yes
 configure:4024: checking sys/statvfs.h usability
 configure:4041: cc -c -g  conftest.c >&5
 configure:4048: $? = 0
 configure:4062: result: yes
 configure:4066: checking sys/statvfs.h presence
 configure:4081: cc -E  conftest.c
 configure:4088: $? = 0
 configure:4102: result: yes
 configure:4135: checking for sys/statvfs.h
 configure:4144: result: yes
 configure:4024: checking sys/time.h usability
 configure:4041: cc -c -g  conftest.c >&5
 configure:4048: $? = 0
 configure:4062: result: yes
 configure:4066: checking sys/time.h presence
 configure:4081: cc -E  conftest.c
 configure:4088: $? = 0
 configure:4102: result: yes
 configure:4135: checking for sys/time.h
 configure:4144: result: yes
 configure:4024: checking sys/ttycom.h usability
 configure:4041: cc -c -g  conftest.c >&5
 "conftest.c", line 81: cannot find include file: <sys/ttycom.h>
 cc: acomp failed for conftest.c
 configure:4048: $? = 2
 configure: failed program was:
 | /* confdefs.h.  */
 | #define PACKAGE_NAME "libnbcompat"
 | #define PACKAGE_TARNAME "libnbcompat"
 | #define PACKAGE_VERSION "20080519"
 | #define PACKAGE_STRING "libnbcompat 20080519"
 | #define PACKAGE_BUGREPORT "grant%NetBSD.org@localhost"
 | #define STDC_HEADERS 1
 | #define TIME_WITH_SYS_TIME 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_MEMORY_H 1
 | #define HAVE_STRINGS_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_ALLOCA_H 1
 | #define HAVE_ASSERT_H 1
 | #define HAVE_CTYPE_H 1
 | #define HAVE_DIRENT_H 1
 | #define HAVE_ERR_H 1
 | #define HAVE_ERRNO_H 1
 | #define HAVE_FCNTL_H 1
 | #define HAVE_FNMATCH_H 1
 | #define HAVE_GRP_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_LIMITS_H 1
 | #define HAVE_NETDB_H 1
 | #define HAVE_PWD_H 1
 | #define HAVE_SIGNAL_H 1
 | #define HAVE_STDARG_H 1
 | #define HAVE_STDDEF_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_STDIO_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_SYS_BYTEORDER_H 1
 | #define HAVE_SYS_FILE_H 1
 | #define HAVE_SYS_MKDEV_H 1
 | #define HAVE_SYS_PARAM_H 1
 | #define HAVE_SYS_SOCKET_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_SYS_STATFS_H 1
 | #define HAVE_SYS_STATVFS_H 1
 | #define HAVE_SYS_TIME_H 1
 | /* end confdefs.h.  */
 | #include <stdio.h>
 | #ifdef HAVE_SYS_TYPES_H
 | # include <sys/types.h>
 | #endif
 | #ifdef HAVE_SYS_STAT_H
 | # include <sys/stat.h>
 | #endif
 | #ifdef STDC_HEADERS
 | # include <stdlib.h>
 | # include <stddef.h>
 | #else
 | # ifdef HAVE_STDLIB_H
 | #  include <stdlib.h>
 | # endif
 | #endif
 | #ifdef HAVE_STRING_H
 | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
 | #  include <memory.h>
 | # endif
 | # include <string.h>
 | #endif
 | #ifdef HAVE_STRINGS_H
 | # include <strings.h>
 | #endif
 | #ifdef HAVE_INTTYPES_H
 | # include <inttypes.h>
 | #endif
 | #ifdef HAVE_STDINT_H
 | # include <stdint.h>
 | #endif
 | #ifdef HAVE_UNISTD_H
 | # include <unistd.h>
 | #endif
 | #include <sys/ttycom.h>
 configure:4062: result: no
 configure:4066: checking sys/ttycom.h presence
 configure:4081: cc -E  conftest.c
 "conftest.c", line 48: cannot find include file: <sys/ttycom.h>
 cc: acomp failed for conftest.c
 configure:4088: $? = 2
 configure: failed program was:
 | /* confdefs.h.  */
 | #define PACKAGE_NAME "libnbcompat"
 | #define PACKAGE_TARNAME "libnbcompat"
 | #define PACKAGE_VERSION "20080519"
 | #define PACKAGE_STRING "libnbcompat 20080519"
 | #define PACKAGE_BUGREPORT "grant%NetBSD.org@localhost"
 | #define STDC_HEADERS 1
 | #define TIME_WITH_SYS_TIME 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_MEMORY_H 1
 | #define HAVE_STRINGS_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_ALLOCA_H 1
 | #define HAVE_ASSERT_H 1
 | #define HAVE_CTYPE_H 1
 | #define HAVE_DIRENT_H 1
 | #define HAVE_ERR_H 1
 | #define HAVE_ERRNO_H 1
 | #define HAVE_FCNTL_H 1
 | #define HAVE_FNMATCH_H 1
 | #define HAVE_GRP_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_LIMITS_H 1
 | #define HAVE_NETDB_H 1
 | #define HAVE_PWD_H 1
 | #define HAVE_SIGNAL_H 1
 | #define HAVE_STDARG_H 1
 | #define HAVE_STDDEF_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_STDIO_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_SYS_BYTEORDER_H 1
 | #define HAVE_SYS_FILE_H 1
 | #define HAVE_SYS_MKDEV_H 1
 | #define HAVE_SYS_PARAM_H 1
 | #define HAVE_SYS_SOCKET_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_SYS_STATFS_H 1
 | #define HAVE_SYS_STATVFS_H 1
 | #define HAVE_SYS_TIME_H 1
 | /* end confdefs.h.  */
 | #include <sys/ttycom.h>
 configure:4102: result: no
 configure:4135: checking for sys/ttycom.h
 configure:4144: result: no
 configure:4013: checking for sys/types.h
 configure:4020: result: yes
 configure:4024: checking sys/uio.h usability
 configure:4041: cc -c -g  conftest.c >&5
 configure:4048: $? = 0
 configure:4062: result: yes
 configure:4066: checking sys/uio.h presence
 configure:4081: cc -E  conftest.c
 configure:4088: $? = 0
 configure:4102: result: yes
 configure:4135: checking for sys/uio.h
 configure:4144: result: yes
 configure:4024: checking sys/vfs.h usability
 configure:4041: cc -c -g  conftest.c >&5
 configure:4048: $? = 0
 configure:4062: result: yes
 configure:4066: checking sys/vfs.h presence
 configure:4081: cc -E  conftest.c
 configure:4088: $? = 0
 configure:4102: result: yes
 configure:4135: checking for sys/vfs.h
 configure:4144: result: yes
 configure:4024: checking sysexits.h usability
 configure:4041: cc -c -g  conftest.c >&5
 configure:4048: $? = 0
 configure:4062: result: yes
 configure:4066: checking sysexits.h presence
 configure:4081: cc -E  conftest.c
 configure:4088: $? = 0
 configure:4102: result: yes
 configure:4135: checking for sysexits.h
 configure:4144: result: yes
 configure:4024: checking termcap.h usability
 configure:4041: cc -c -g  conftest.c >&5
 "conftest.c", line 85: cannot find include file: <termcap.h>
 cc: acomp failed for conftest.c
 configure:4048: $? = 2
 configure: failed program was:
 | /* confdefs.h.  */
 | #define PACKAGE_NAME "libnbcompat"
 | #define PACKAGE_TARNAME "libnbcompat"
 | #define PACKAGE_VERSION "20080519"
 | #define PACKAGE_STRING "libnbcompat 20080519"
 | #define PACKAGE_BUGREPORT "grant%NetBSD.org@localhost"
 | #define STDC_HEADERS 1
 | #define TIME_WITH_SYS_TIME 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_MEMORY_H 1
 | #define HAVE_STRINGS_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_ALLOCA_H 1
 | #define HAVE_ASSERT_H 1
 | #define HAVE_CTYPE_H 1
 | #define HAVE_DIRENT_H 1
 | #define HAVE_ERR_H 1
 | #define HAVE_ERRNO_H 1
 | #define HAVE_FCNTL_H 1
 | #define HAVE_FNMATCH_H 1
 | #define HAVE_GRP_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_LIMITS_H 1
 | #define HAVE_NETDB_H 1
 | #define HAVE_PWD_H 1
 | #define HAVE_SIGNAL_H 1
 | #define HAVE_STDARG_H 1
 | #define HAVE_STDDEF_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_STDIO_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_SYS_BYTEORDER_H 1
 | #define HAVE_SYS_FILE_H 1
 | #define HAVE_SYS_MKDEV_H 1
 | #define HAVE_SYS_PARAM_H 1
 | #define HAVE_SYS_SOCKET_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_SYS_STATFS_H 1
 | #define HAVE_SYS_STATVFS_H 1
 | #define HAVE_SYS_TIME_H 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_UIO_H 1
 | #define HAVE_SYS_VFS_H 1
 | #define HAVE_SYSEXITS_H 1
 | /* end confdefs.h.  */
 | #include <stdio.h>
 | #ifdef HAVE_SYS_TYPES_H
 | # include <sys/types.h>
 | #endif
 | #ifdef HAVE_SYS_STAT_H
 | # include <sys/stat.h>
 | #endif
 | #ifdef STDC_HEADERS
 | # include <stdlib.h>
 | # include <stddef.h>
 | #else
 | # ifdef HAVE_STDLIB_H
 | #  include <stdlib.h>
 | # endif
 | #endif
 | #ifdef HAVE_STRING_H
 | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
 | #  include <memory.h>
 | # endif
 | # include <string.h>
 | #endif
 | #ifdef HAVE_STRINGS_H
 | # include <strings.h>
 | #endif
 | #ifdef HAVE_INTTYPES_H
 | # include <inttypes.h>
 | #endif
 | #ifdef HAVE_STDINT_H
 | # include <stdint.h>
 | #endif
 | #ifdef HAVE_UNISTD_H
 | # include <unistd.h>
 | #endif
 | #include <termcap.h>
 configure:4062: result: no
 configure:4066: checking termcap.h presence
 configure:4081: cc -E  conftest.c
 "conftest.c", line 52: cannot find include file: <termcap.h>
 cc: acomp failed for conftest.c
 configure:4088: $? = 2
 configure: failed program was:
 | /* confdefs.h.  */
 | #define PACKAGE_NAME "libnbcompat"
 | #define PACKAGE_TARNAME "libnbcompat"
 | #define PACKAGE_VERSION "20080519"
 | #define PACKAGE_STRING "libnbcompat 20080519"
 | #define PACKAGE_BUGREPORT "grant%NetBSD.org@localhost"
 | #define STDC_HEADERS 1
 | #define TIME_WITH_SYS_TIME 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_MEMORY_H 1
 | #define HAVE_STRINGS_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_ALLOCA_H 1
 | #define HAVE_ASSERT_H 1
 | #define HAVE_CTYPE_H 1
 | #define HAVE_DIRENT_H 1
 | #define HAVE_ERR_H 1
 | #define HAVE_ERRNO_H 1
 | #define HAVE_FCNTL_H 1
 | #define HAVE_FNMATCH_H 1
 | #define HAVE_GRP_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_LIMITS_H 1
 | #define HAVE_NETDB_H 1
 | #define HAVE_PWD_H 1
 | #define HAVE_SIGNAL_H 1
 | #define HAVE_STDARG_H 1
 | #define HAVE_STDDEF_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_STDIO_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_SYS_BYTEORDER_H 1
 | #define HAVE_SYS_FILE_H 1
 | #define HAVE_SYS_MKDEV_H 1
 | #define HAVE_SYS_PARAM_H 1
 | #define HAVE_SYS_SOCKET_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_SYS_STATFS_H 1
 | #define HAVE_SYS_STATVFS_H 1
 | #define HAVE_SYS_TIME_H 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_UIO_H 1
 | #define HAVE_SYS_VFS_H 1
 | #define HAVE_SYSEXITS_H 1
 | /* end confdefs.h.  */
 | #include <termcap.h>
 configure:4102: result: no
 configure:4135: checking for termcap.h
 configure:4144: result: no
 configure:4024: checking time.h usability
 configure:4041: cc -c -g  conftest.c >&5
 configure:4048: $? = 0
 configure:4062: result: yes
 configure:4066: checking time.h presence
 configure:4081: cc -E  conftest.c
 configure:4088: $? = 0
 configure:4102: result: yes
 configure:4135: checking for time.h
 configure:4144: result: yes
 configure:4024: checking tzfile.h usability
 configure:4041: cc -c -g  conftest.c >&5
 configure:4048: $? = 0
 configure:4062: result: yes
 configure:4066: checking tzfile.h presence
 configure:4081: cc -E  conftest.c
 configure:4088: $? = 0
 configure:4102: result: yes
 configure:4135: checking for tzfile.h
 configure:4144: result: yes
 configure:4013: checking for unistd.h
 configure:4020: result: yes
 configure:4024: checking util.h usability
 configure:4041: cc -c -g  conftest.c >&5
 "conftest.c", line 88: cannot find include file: <util.h>
 cc: acomp failed for conftest.c
 configure:4048: $? = 2
 configure: failed program was:
 | /* confdefs.h.  */
 | #define PACKAGE_NAME "libnbcompat"
 | #define PACKAGE_TARNAME "libnbcompat"
 | #define PACKAGE_VERSION "20080519"
 | #define PACKAGE_STRING "libnbcompat 20080519"
 | #define PACKAGE_BUGREPORT "grant%NetBSD.org@localhost"
 | #define STDC_HEADERS 1
 | #define TIME_WITH_SYS_TIME 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_MEMORY_H 1
 | #define HAVE_STRINGS_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_ALLOCA_H 1
 | #define HAVE_ASSERT_H 1
 | #define HAVE_CTYPE_H 1
 | #define HAVE_DIRENT_H 1
 | #define HAVE_ERR_H 1
 | #define HAVE_ERRNO_H 1
 | #define HAVE_FCNTL_H 1
 | #define HAVE_FNMATCH_H 1
 | #define HAVE_GRP_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_LIMITS_H 1
 | #define HAVE_NETDB_H 1
 | #define HAVE_PWD_H 1
 | #define HAVE_SIGNAL_H 1
 | #define HAVE_STDARG_H 1
 | #define HAVE_STDDEF_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_STDIO_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_SYS_BYTEORDER_H 1
 | #define HAVE_SYS_FILE_H 1
 | #define HAVE_SYS_MKDEV_H 1
 | #define HAVE_SYS_PARAM_H 1
 | #define HAVE_SYS_SOCKET_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_SYS_STATFS_H 1
 | #define HAVE_SYS_STATVFS_H 1
 | #define HAVE_SYS_TIME_H 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_UIO_H 1
 | #define HAVE_SYS_VFS_H 1
 | #define HAVE_SYSEXITS_H 1
 | #define HAVE_TIME_H 1
 | #define HAVE_TZFILE_H 1
 | #define HAVE_UNISTD_H 1
 | /* end confdefs.h.  */
 | #include <stdio.h>
 | #ifdef HAVE_SYS_TYPES_H
 | # include <sys/types.h>
 | #endif
 | #ifdef HAVE_SYS_STAT_H
 | # include <sys/stat.h>
 | #endif
 | #ifdef STDC_HEADERS
 | # include <stdlib.h>
 | # include <stddef.h>
 | #else
 | # ifdef HAVE_STDLIB_H
 | #  include <stdlib.h>
 | # endif
 | #endif
 | #ifdef HAVE_STRING_H
 | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
 | #  include <memory.h>
 | # endif
 | # include <string.h>
 | #endif
 | #ifdef HAVE_STRINGS_H
 | # include <strings.h>
 | #endif
 | #ifdef HAVE_INTTYPES_H
 | # include <inttypes.h>
 | #endif
 | #ifdef HAVE_STDINT_H
 | # include <stdint.h>
 | #endif
 | #ifdef HAVE_UNISTD_H
 | # include <unistd.h>
 | #endif
 | #include <util.h>
 configure:4062: result: no
 configure:4066: checking util.h presence
 configure:4081: cc -E  conftest.c
 "conftest.c", line 55: cannot find include file: <util.h>
 cc: acomp failed for conftest.c
 configure:4088: $? = 2
 configure: failed program was:
 | /* confdefs.h.  */
 | #define PACKAGE_NAME "libnbcompat"
 | #define PACKAGE_TARNAME "libnbcompat"
 | #define PACKAGE_VERSION "20080519"
 | #define PACKAGE_STRING "libnbcompat 20080519"
 | #define PACKAGE_BUGREPORT "grant%NetBSD.org@localhost"
 | #define STDC_HEADERS 1
 | #define TIME_WITH_SYS_TIME 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_MEMORY_H 1
 | #define HAVE_STRINGS_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_ALLOCA_H 1
 | #define HAVE_ASSERT_H 1
 | #define HAVE_CTYPE_H 1
 | #define HAVE_DIRENT_H 1
 | #define HAVE_ERR_H 1
 | #define HAVE_ERRNO_H 1
 | #define HAVE_FCNTL_H 1
 | #define HAVE_FNMATCH_H 1
 | #define HAVE_GRP_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_LIMITS_H 1
 | #define HAVE_NETDB_H 1
 | #define HAVE_PWD_H 1
 | #define HAVE_SIGNAL_H 1
 | #define HAVE_STDARG_H 1
 | #define HAVE_STDDEF_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_STDIO_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_SYS_BYTEORDER_H 1
 | #define HAVE_SYS_FILE_H 1
 | #define HAVE_SYS_MKDEV_H 1
 | #define HAVE_SYS_PARAM_H 1
 | #define HAVE_SYS_SOCKET_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_SYS_STATFS_H 1
 | #define HAVE_SYS_STATVFS_H 1
 | #define HAVE_SYS_TIME_H 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_UIO_H 1
 | #define HAVE_SYS_VFS_H 1
 | #define HAVE_SYSEXITS_H 1
 | #define HAVE_TIME_H 1
 | #define HAVE_TZFILE_H 1
 | #define HAVE_UNISTD_H 1
 | /* end confdefs.h.  */
 | #include <util.h>
 configure:4102: result: no
 configure:4135: checking for util.h
 configure:4144: result: no
 configure:4024: checking utime.h usability
 configure:4041: cc -c -g  conftest.c >&5
 configure:4048: $? = 0
 configure:4062: result: yes
 configure:4066: checking utime.h presence
 configure:4081: cc -E  conftest.c
 configure:4088: $? = 0
 configure:4102: result: yes
 configure:4135: checking for utime.h
 configure:4144: result: yes
 configure:4162: checking for sys/mount.h
 configure:4188: cc -c -g  conftest.c >&5
 configure:4195: $? = 0
 configure:4212: result: yes
 configure:4243: checking glob.h usability
 configure:4260: cc -c -g  conftest.c >&5
 configure:4267: $? = 0
 configure:4281: result: yes
 configure:4285: checking glob.h presence
 configure:4300: cc -E  conftest.c
 configure:4307: $? = 0
 configure:4321: result: yes
 configure:4354: checking for glob.h
 configure:4363: result: yes
 configure:4406: checking sys/queue.h usability
 configure:4423: cc -c -g  conftest.c >&5
 configure:4430: $? = 0
 configure:4444: result: yes
 configure:4448: checking sys/queue.h presence
 configure:4463: cc -E  conftest.c
 configure:4470: $? = 0
 configure:4484: result: yes
 configure:4517: checking for sys/queue.h
 configure:4526: result: yes
 configure:4563: checking regex.h usability
 configure:4580: cc -c -g  conftest.c >&5
 configure:4587: $? = 0
 configure:4601: result: yes
 configure:4605: checking regex.h presence
 configure:4620: cc -E  conftest.c
 configure:4627: $? = 0
 configure:4641: result: yes
 configure:4674: checking for regex.h
 configure:4683: result: yes
 configure:4697: checking for regexec
 configure:4753: cc -o conftest -g   conftest.c  >&5
 "conftest.c", line 98: warning: statement not reached
 configure:4760: $? = 0
 configure:4780: result: yes
 configure:4836: checking md5.h usability
 configure:4853: cc -c -g  conftest.c >&5
 configure:4860: $? = 0
 configure:4874: result: yes
 configure:4878: checking md5.h presence
 configure:4893: cc -E  conftest.c
 configure:4900: $? = 0
 configure:4914: result: yes
 configure:4947: checking for md5.h
 configure:4956: result: yes
 configure:4967: checking for MD5Init in md5.h
 configure:5000: cc -c -g  conftest.c >&5
 configure:5007: $? = 0
 configure:5023: result: yes
 configure:5053: checking for md5.h
 configure:5060: result: yes
 configure:5064: checking rmd160.h usability
 configure:5081: cc -c -g  conftest.c >&5
 "conftest.c", line 97: cannot find include file: <rmd160.h>
 cc: acomp failed for conftest.c
 configure:5088: $? = 2
 configure: failed program was:
 | /* confdefs.h.  */
 | #define PACKAGE_NAME "libnbcompat"
 | #define PACKAGE_TARNAME "libnbcompat"
 | #define PACKAGE_VERSION "20080519"
 | #define PACKAGE_STRING "libnbcompat 20080519"
 | #define PACKAGE_BUGREPORT "grant%NetBSD.org@localhost"
 | #define STDC_HEADERS 1
 | #define TIME_WITH_SYS_TIME 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_MEMORY_H 1
 | #define HAVE_STRINGS_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_ALLOCA_H 1
 | #define HAVE_ASSERT_H 1
 | #define HAVE_CTYPE_H 1
 | #define HAVE_DIRENT_H 1
 | #define HAVE_ERR_H 1
 | #define HAVE_ERRNO_H 1
 | #define HAVE_FCNTL_H 1
 | #define HAVE_FNMATCH_H 1
 | #define HAVE_GRP_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_LIMITS_H 1
 | #define HAVE_NETDB_H 1
 | #define HAVE_PWD_H 1
 | #define HAVE_SIGNAL_H 1
 | #define HAVE_STDARG_H 1
 | #define HAVE_STDDEF_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_STDIO_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_SYS_BYTEORDER_H 1
 | #define HAVE_SYS_FILE_H 1
 | #define HAVE_SYS_MKDEV_H 1
 | #define HAVE_SYS_PARAM_H 1
 | #define HAVE_SYS_SOCKET_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_SYS_STATFS_H 1
 | #define HAVE_SYS_STATVFS_H 1
 | #define HAVE_SYS_TIME_H 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_UIO_H 1
 | #define HAVE_SYS_VFS_H 1
 | #define HAVE_SYSEXITS_H 1
 | #define HAVE_TIME_H 1
 | #define HAVE_TZFILE_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_UTIME_H 1
 | #define HAVE_SYS_MOUNT_H 1
 | #define HAVE_GLOB_H 1
 | #define HAVE_NBCOMPAT_GLOB 1
 | #define HAVE_SYS_QUEUE_H 1
 | #define HAVE_NBCOMPAT_QUEUE 1
 | #define HAVE_REGEX_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_MD5_H 1
 | /* end confdefs.h.  */
 | #include <stdio.h>
 | #ifdef HAVE_SYS_TYPES_H
 | # include <sys/types.h>
 | #endif
 | #ifdef HAVE_SYS_STAT_H
 | # include <sys/stat.h>
 | #endif
 | #ifdef STDC_HEADERS
 | # include <stdlib.h>
 | # include <stddef.h>
 | #else
 | # ifdef HAVE_STDLIB_H
 | #  include <stdlib.h>
 | # endif
 | #endif
 | #ifdef HAVE_STRING_H
 | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
 | #  include <memory.h>
 | # endif
 | # include <string.h>
 | #endif
 | #ifdef HAVE_STRINGS_H
 | # include <strings.h>
 | #endif
 | #ifdef HAVE_INTTYPES_H
 | # include <inttypes.h>
 | #endif
 | #ifdef HAVE_STDINT_H
 | # include <stdint.h>
 | #endif
 | #ifdef HAVE_UNISTD_H
 | # include <unistd.h>
 | #endif
 | #include <rmd160.h>
 configure:5102: result: no
 configure:5106: checking rmd160.h presence
 configure:5121: cc -E  conftest.c
 "conftest.c", line 64: cannot find include file: <rmd160.h>
 cc: acomp failed for conftest.c
 configure:5128: $? = 2
 configure: failed program was:
 | /* confdefs.h.  */
 | #define PACKAGE_NAME "libnbcompat"
 | #define PACKAGE_TARNAME "libnbcompat"
 | #define PACKAGE_VERSION "20080519"
 | #define PACKAGE_STRING "libnbcompat 20080519"
 | #define PACKAGE_BUGREPORT "grant%NetBSD.org@localhost"
 | #define STDC_HEADERS 1
 | #define TIME_WITH_SYS_TIME 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_MEMORY_H 1
 | #define HAVE_STRINGS_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_ALLOCA_H 1
 | #define HAVE_ASSERT_H 1
 | #define HAVE_CTYPE_H 1
 | #define HAVE_DIRENT_H 1
 | #define HAVE_ERR_H 1
 | #define HAVE_ERRNO_H 1
 | #define HAVE_FCNTL_H 1
 | #define HAVE_FNMATCH_H 1
 | #define HAVE_GRP_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_LIMITS_H 1
 | #define HAVE_NETDB_H 1
 | #define HAVE_PWD_H 1
 | #define HAVE_SIGNAL_H 1
 | #define HAVE_STDARG_H 1
 | #define HAVE_STDDEF_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_STDIO_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_SYS_BYTEORDER_H 1
 | #define HAVE_SYS_FILE_H 1
 | #define HAVE_SYS_MKDEV_H 1
 | #define HAVE_SYS_PARAM_H 1
 | #define HAVE_SYS_SOCKET_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_SYS_STATFS_H 1
 | #define HAVE_SYS_STATVFS_H 1
 | #define HAVE_SYS_TIME_H 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_UIO_H 1
 | #define HAVE_SYS_VFS_H 1
 | #define HAVE_SYSEXITS_H 1
 | #define HAVE_TIME_H 1
 | #define HAVE_TZFILE_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_UTIME_H 1
 | #define HAVE_SYS_MOUNT_H 1
 | #define HAVE_GLOB_H 1
 | #define HAVE_NBCOMPAT_GLOB 1
 | #define HAVE_SYS_QUEUE_H 1
 | #define HAVE_NBCOMPAT_QUEUE 1
 | #define HAVE_REGEX_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_MD5_H 1
 | /* end confdefs.h.  */
 | #include <rmd160.h>
 configure:5142: result: no
 configure:5175: checking for rmd160.h
 configure:5184: result: no
 configure:5064: checking sha1.h usability
 configure:5081: cc -c -g  conftest.c >&5
 configure:5088: $? = 0
 configure:5102: result: yes
 configure:5106: checking sha1.h presence
 configure:5121: cc -E  conftest.c
 configure:5128: $? = 0
 configure:5142: result: yes
 configure:5175: checking for sha1.h
 configure:5184: result: yes
 configure:5064: checking sha2.h usability
 configure:5081: cc -c -g  conftest.c >&5
 configure:5088: $? = 0
 configure:5102: result: yes
 configure:5106: checking sha2.h presence
 configure:5121: cc -E  conftest.c
 configure:5128: $? = 0
 configure:5142: result: yes
 configure:5175: checking for sha2.h
 configure:5184: result: yes
 configure:5198: checking for MD5File
 configure:5254: cc -o conftest -g   conftest.c  >&5
 "conftest.c", line 102: warning: statement not reached
 Undefined                      first referenced
  symbol                            in file
 MD5File                             conftest.o
 ld: fatal: Symbol referencing errors. No output written to conftest
 configure:5261: $? = 1
 configure: failed program was:
 | /* confdefs.h.  */
 | #define PACKAGE_NAME "libnbcompat"
 | #define PACKAGE_TARNAME "libnbcompat"
 | #define PACKAGE_VERSION "20080519"
 | #define PACKAGE_STRING "libnbcompat 20080519"
 | #define PACKAGE_BUGREPORT "grant%NetBSD.org@localhost"
 | #define STDC_HEADERS 1
 | #define TIME_WITH_SYS_TIME 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_MEMORY_H 1
 | #define HAVE_STRINGS_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_ALLOCA_H 1
 | #define HAVE_ASSERT_H 1
 | #define HAVE_CTYPE_H 1
 | #define HAVE_DIRENT_H 1
 | #define HAVE_ERR_H 1
 | #define HAVE_ERRNO_H 1
 | #define HAVE_FCNTL_H 1
 | #define HAVE_FNMATCH_H 1
 | #define HAVE_GRP_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_LIMITS_H 1
 | #define HAVE_NETDB_H 1
 | #define HAVE_PWD_H 1
 | #define HAVE_SIGNAL_H 1
 | #define HAVE_STDARG_H 1
 | #define HAVE_STDDEF_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_STDIO_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_SYS_BYTEORDER_H 1
 | #define HAVE_SYS_FILE_H 1
 | #define HAVE_SYS_MKDEV_H 1
 | #define HAVE_SYS_PARAM_H 1
 | #define HAVE_SYS_SOCKET_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_SYS_STATFS_H 1
 | #define HAVE_SYS_STATVFS_H 1
 | #define HAVE_SYS_TIME_H 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_UIO_H 1
 | #define HAVE_SYS_VFS_H 1
 | #define HAVE_SYSEXITS_H 1
 | #define HAVE_TIME_H 1
 | #define HAVE_TZFILE_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_UTIME_H 1
 | #define HAVE_SYS_MOUNT_H 1
 | #define HAVE_GLOB_H 1
 | #define HAVE_NBCOMPAT_GLOB 1
 | #define HAVE_SYS_QUEUE_H 1
 | #define HAVE_NBCOMPAT_QUEUE 1
 | #define HAVE_REGEX_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_SHA1_H 1
 | #define HAVE_SHA2_H 1
 | /* end confdefs.h.  */
 | /* Define MD5File to an innocuous variant, in case <limits.h> declares 
MD5File.
 |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
 | #define MD5File innocuous_MD5File
 | 
 | /* System header to define __stub macros and hopefully few prototypes,
 |     which can conflict with char MD5File (); 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 MD5File
 | 
 | /* Override any GCC internal prototype to avoid an error.
 |    Use char because int might match the return type of a GCC
 |    builtin and then its argument prototype would still apply.  */
 | #ifdef __cplusplus
 | extern "C"
 | #endif
 | char MD5File ();
 | /* 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_MD5File || defined __stub___MD5File
 | choke me
 | #endif
 | 
 | int
 | main ()
 | {
 | return MD5File ();
 |   ;
 |   return 0;
 | }
 configure:5281: result: no
 configure:5308: checking for RMD160File
 configure:5364: cc -o conftest -g   conftest.c  >&5
 "conftest.c", line 103: warning: statement not reached
 Undefined                      first referenced
  symbol                            in file
 RMD160File                          conftest.o
 ld: fatal: Symbol referencing errors. No output written to conftest
 configure:5371: $? = 1
 configure: failed program was:
 | /* confdefs.h.  */
 | #define PACKAGE_NAME "libnbcompat"
 | #define PACKAGE_TARNAME "libnbcompat"
 | #define PACKAGE_VERSION "20080519"
 | #define PACKAGE_STRING "libnbcompat 20080519"
 | #define PACKAGE_BUGREPORT "grant%NetBSD.org@localhost"
 | #define STDC_HEADERS 1
 | #define TIME_WITH_SYS_TIME 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_MEMORY_H 1
 | #define HAVE_STRINGS_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_ALLOCA_H 1
 | #define HAVE_ASSERT_H 1
 | #define HAVE_CTYPE_H 1
 | #define HAVE_DIRENT_H 1
 | #define HAVE_ERR_H 1
 | #define HAVE_ERRNO_H 1
 | #define HAVE_FCNTL_H 1
 | #define HAVE_FNMATCH_H 1
 | #define HAVE_GRP_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_LIMITS_H 1
 | #define HAVE_NETDB_H 1
 | #define HAVE_PWD_H 1
 | #define HAVE_SIGNAL_H 1
 | #define HAVE_STDARG_H 1
 | #define HAVE_STDDEF_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_STDIO_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_SYS_BYTEORDER_H 1
 | #define HAVE_SYS_FILE_H 1
 | #define HAVE_SYS_MKDEV_H 1
 | #define HAVE_SYS_PARAM_H 1
 | #define HAVE_SYS_SOCKET_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_SYS_STATFS_H 1
 | #define HAVE_SYS_STATVFS_H 1
 | #define HAVE_SYS_TIME_H 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_UIO_H 1
 | #define HAVE_SYS_VFS_H 1
 | #define HAVE_SYSEXITS_H 1
 | #define HAVE_TIME_H 1
 | #define HAVE_TZFILE_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_UTIME_H 1
 | #define HAVE_SYS_MOUNT_H 1
 | #define HAVE_GLOB_H 1
 | #define HAVE_NBCOMPAT_GLOB 1
 | #define HAVE_SYS_QUEUE_H 1
 | #define HAVE_NBCOMPAT_QUEUE 1
 | #define HAVE_REGEX_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_SHA1_H 1
 | #define HAVE_SHA2_H 1
 | #define HAVE_NBCOMPAT_MD5 1
 | /* end confdefs.h.  */
 | /* Define RMD160File to an innocuous variant, in case <limits.h> declares 
RMD160File.
 |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
 | #define RMD160File innocuous_RMD160File
 | 
 | /* System header to define __stub macros and hopefully few prototypes,
 |     which can conflict with char RMD160File (); 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 RMD160File
 | 
 | /* Override any GCC internal prototype to avoid an error.
 |    Use char because int might match the return type of a GCC
 |    builtin and then its argument prototype would still apply.  */
 | #ifdef __cplusplus
 | extern "C"
 | #endif
 | char RMD160File ();
 | /* 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_RMD160File || defined __stub___RMD160File
 | choke me
 | #endif
 | 
 | int
 | main ()
 | {
 | return RMD160File ();
 |   ;
 |   return 0;
 | }
 configure:5391: result: no
 configure:5418: checking for SHA1File
 configure:5474: cc -o conftest -g   conftest.c  >&5
 "conftest.c", line 104: warning: statement not reached
 Undefined                      first referenced
  symbol                            in file
 SHA1File                            conftest.o
 ld: fatal: Symbol referencing errors. No output written to conftest
 configure:5481: $? = 1
 configure: failed program was:
 | /* confdefs.h.  */
 | #define PACKAGE_NAME "libnbcompat"
 | #define PACKAGE_TARNAME "libnbcompat"
 | #define PACKAGE_VERSION "20080519"
 | #define PACKAGE_STRING "libnbcompat 20080519"
 | #define PACKAGE_BUGREPORT "grant%NetBSD.org@localhost"
 | #define STDC_HEADERS 1
 | #define TIME_WITH_SYS_TIME 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_MEMORY_H 1
 | #define HAVE_STRINGS_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_ALLOCA_H 1
 | #define HAVE_ASSERT_H 1
 | #define HAVE_CTYPE_H 1
 | #define HAVE_DIRENT_H 1
 | #define HAVE_ERR_H 1
 | #define HAVE_ERRNO_H 1
 | #define HAVE_FCNTL_H 1
 | #define HAVE_FNMATCH_H 1
 | #define HAVE_GRP_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_LIMITS_H 1
 | #define HAVE_NETDB_H 1
 | #define HAVE_PWD_H 1
 | #define HAVE_SIGNAL_H 1
 | #define HAVE_STDARG_H 1
 | #define HAVE_STDDEF_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_STDIO_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_SYS_BYTEORDER_H 1
 | #define HAVE_SYS_FILE_H 1
 | #define HAVE_SYS_MKDEV_H 1
 | #define HAVE_SYS_PARAM_H 1
 | #define HAVE_SYS_SOCKET_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_SYS_STATFS_H 1
 | #define HAVE_SYS_STATVFS_H 1
 | #define HAVE_SYS_TIME_H 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_UIO_H 1
 | #define HAVE_SYS_VFS_H 1
 | #define HAVE_SYSEXITS_H 1
 | #define HAVE_TIME_H 1
 | #define HAVE_TZFILE_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_UTIME_H 1
 | #define HAVE_SYS_MOUNT_H 1
 | #define HAVE_GLOB_H 1
 | #define HAVE_NBCOMPAT_GLOB 1
 | #define HAVE_SYS_QUEUE_H 1
 | #define HAVE_NBCOMPAT_QUEUE 1
 | #define HAVE_REGEX_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_SHA1_H 1
 | #define HAVE_SHA2_H 1
 | #define HAVE_NBCOMPAT_MD5 1
 | #define HAVE_NBCOMPAT_RMD160 1
 | /* end confdefs.h.  */
 | /* Define SHA1File to an innocuous variant, in case <limits.h> declares 
SHA1File.
 |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
 | #define SHA1File innocuous_SHA1File
 | 
 | /* System header to define __stub macros and hopefully few prototypes,
 |     which can conflict with char SHA1File (); 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 SHA1File
 | 
 | /* Override any GCC internal prototype to avoid an error.
 |    Use char because int might match the return type of a GCC
 |    builtin and then its argument prototype would still apply.  */
 | #ifdef __cplusplus
 | extern "C"
 | #endif
 | char SHA1File ();
 | /* 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_SHA1File || defined __stub___SHA1File
 | choke me
 | #endif
 | 
 | int
 | main ()
 | {
 | return SHA1File ();
 |   ;
 |   return 0;
 | }
 configure:5501: result: no
 configure:5529: checking for SHA512_File
 configure:5585: cc -o conftest -g   conftest.c  >&5
 "conftest.c", line 105: warning: statement not reached
 Undefined                      first referenced
  symbol                            in file
 SHA512_File                         conftest.o
 ld: fatal: Symbol referencing errors. No output written to conftest
 configure:5592: $? = 1
 configure: failed program was:
 | /* confdefs.h.  */
 | #define PACKAGE_NAME "libnbcompat"
 | #define PACKAGE_TARNAME "libnbcompat"
 | #define PACKAGE_VERSION "20080519"
 | #define PACKAGE_STRING "libnbcompat 20080519"
 | #define PACKAGE_BUGREPORT "grant%NetBSD.org@localhost"
 | #define STDC_HEADERS 1
 | #define TIME_WITH_SYS_TIME 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_MEMORY_H 1
 | #define HAVE_STRINGS_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_ALLOCA_H 1
 | #define HAVE_ASSERT_H 1
 | #define HAVE_CTYPE_H 1
 | #define HAVE_DIRENT_H 1
 | #define HAVE_ERR_H 1
 | #define HAVE_ERRNO_H 1
 | #define HAVE_FCNTL_H 1
 | #define HAVE_FNMATCH_H 1
 | #define HAVE_GRP_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_LIMITS_H 1
 | #define HAVE_NETDB_H 1
 | #define HAVE_PWD_H 1
 | #define HAVE_SIGNAL_H 1
 | #define HAVE_STDARG_H 1
 | #define HAVE_STDDEF_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_STDIO_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_SYS_BYTEORDER_H 1
 | #define HAVE_SYS_FILE_H 1
 | #define HAVE_SYS_MKDEV_H 1
 | #define HAVE_SYS_PARAM_H 1
 | #define HAVE_SYS_SOCKET_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_SYS_STATFS_H 1
 | #define HAVE_SYS_STATVFS_H 1
 | #define HAVE_SYS_TIME_H 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_UIO_H 1
 | #define HAVE_SYS_VFS_H 1
 | #define HAVE_SYSEXITS_H 1
 | #define HAVE_TIME_H 1
 | #define HAVE_TZFILE_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_UTIME_H 1
 | #define HAVE_SYS_MOUNT_H 1
 | #define HAVE_GLOB_H 1
 | #define HAVE_NBCOMPAT_GLOB 1
 | #define HAVE_SYS_QUEUE_H 1
 | #define HAVE_NBCOMPAT_QUEUE 1
 | #define HAVE_REGEX_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_SHA1_H 1
 | #define HAVE_SHA2_H 1
 | #define HAVE_NBCOMPAT_MD5 1
 | #define HAVE_NBCOMPAT_RMD160 1
 | #define HAVE_NBCOMPAT_SHA1 1
 | /* end confdefs.h.  */
 | /* Define SHA512_File to an innocuous variant, in case <limits.h> declares 
SHA512_File.
 |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
 | #define SHA512_File innocuous_SHA512_File
 | 
 | /* System header to define __stub macros and hopefully few prototypes,
 |     which can conflict with char SHA512_File (); 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 SHA512_File
 | 
 | /* Override any GCC internal prototype to avoid an error.
 |    Use char because int might match the return type of a GCC
 |    builtin and then its argument prototype would still apply.  */
 | #ifdef __cplusplus
 | extern "C"
 | #endif
 | char SHA512_File ();
 | /* 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_SHA512_File || defined __stub___SHA512_File
 | choke me
 | #endif
 | 
 | int
 | main ()
 | {
 | return SHA512_File ();
 |   ;
 |   return 0;
 | }
 configure:5612: result: no
 configure:5654: checking whether optind is declared
 configure:5688: cc -c -g  conftest.c >&5
 configure:5695: $? = 0
 configure:5710: result: yes
 configure:5726: checking whether optreset is declared
 configure:5760: cc -c -g  conftest.c >&5
 "conftest.c", line 81: undefined symbol: optreset
 cc: acomp failed for conftest.c
 configure:5767: $? = 2
 configure: failed program was:
 | /* confdefs.h.  */
 | #define PACKAGE_NAME "libnbcompat"
 | #define PACKAGE_TARNAME "libnbcompat"
 | #define PACKAGE_VERSION "20080519"
 | #define PACKAGE_STRING "libnbcompat 20080519"
 | #define PACKAGE_BUGREPORT "grant%NetBSD.org@localhost"
 | #define STDC_HEADERS 1
 | #define TIME_WITH_SYS_TIME 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_MEMORY_H 1
 | #define HAVE_STRINGS_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_ALLOCA_H 1
 | #define HAVE_ASSERT_H 1
 | #define HAVE_CTYPE_H 1
 | #define HAVE_DIRENT_H 1
 | #define HAVE_ERR_H 1
 | #define HAVE_ERRNO_H 1
 | #define HAVE_FCNTL_H 1
 | #define HAVE_FNMATCH_H 1
 | #define HAVE_GRP_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_LIMITS_H 1
 | #define HAVE_NETDB_H 1
 | #define HAVE_PWD_H 1
 | #define HAVE_SIGNAL_H 1
 | #define HAVE_STDARG_H 1
 | #define HAVE_STDDEF_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_STDIO_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_SYS_BYTEORDER_H 1
 | #define HAVE_SYS_FILE_H 1
 | #define HAVE_SYS_MKDEV_H 1
 | #define HAVE_SYS_PARAM_H 1
 | #define HAVE_SYS_SOCKET_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_SYS_STATFS_H 1
 | #define HAVE_SYS_STATVFS_H 1
 | #define HAVE_SYS_TIME_H 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_UIO_H 1
 | #define HAVE_SYS_VFS_H 1
 | #define HAVE_SYSEXITS_H 1
 | #define HAVE_TIME_H 1
 | #define HAVE_TZFILE_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_UTIME_H 1
 | #define HAVE_SYS_MOUNT_H 1
 | #define HAVE_GLOB_H 1
 | #define HAVE_NBCOMPAT_GLOB 1
 | #define HAVE_SYS_QUEUE_H 1
 | #define HAVE_NBCOMPAT_QUEUE 1
 | #define HAVE_REGEX_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_SHA1_H 1
 | #define HAVE_SHA2_H 1
 | #define HAVE_NBCOMPAT_MD5 1
 | #define HAVE_NBCOMPAT_RMD160 1
 | #define HAVE_NBCOMPAT_SHA1 1
 | #define HAVE_NBCOMPAT_SHA2 1
 | #define HAVE_DECL_OPTIND 1
 | /* end confdefs.h.  */
 | 
 |      #include <stdio.h>
 |      #include <stdlib.h>
 |      #include <unistd.h>
 | 
 | 
 | int
 | main ()
 | {
 | #ifndef optreset
 |   (void) optreset;
 | #endif
 | 
 |   ;
 |   return 0;
 | }
 configure:5782: result: no
 configure:5819: checking getopt.h usability
 configure:5836: cc -c -g  conftest.c >&5
 configure:5843: $? = 0
 configure:5857: result: yes
 configure:5861: checking getopt.h presence
 configure:5876: cc -E  conftest.c
 configure:5883: $? = 0
 configure:5897: result: yes
 configure:5930: checking for getopt.h
 configure:5939: result: yes
 configure:5950: checking for struct option
 configure:5977: cc -c -g  conftest.c >&5
 configure:5984: $? = 0
 configure:6000: result: yes
 configure:6053: checking vis.h usability
 configure:6070: cc -c -g  conftest.c >&5
 "conftest.c", line 106: cannot find include file: <vis.h>
 cc: acomp failed for conftest.c
 configure:6077: $? = 2
 configure: failed program was:
 | /* confdefs.h.  */
 | #define PACKAGE_NAME "libnbcompat"
 | #define PACKAGE_TARNAME "libnbcompat"
 | #define PACKAGE_VERSION "20080519"
 | #define PACKAGE_STRING "libnbcompat 20080519"
 | #define PACKAGE_BUGREPORT "grant%NetBSD.org@localhost"
 | #define STDC_HEADERS 1
 | #define TIME_WITH_SYS_TIME 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_MEMORY_H 1
 | #define HAVE_STRINGS_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_ALLOCA_H 1
 | #define HAVE_ASSERT_H 1
 | #define HAVE_CTYPE_H 1
 | #define HAVE_DIRENT_H 1
 | #define HAVE_ERR_H 1
 | #define HAVE_ERRNO_H 1
 | #define HAVE_FCNTL_H 1
 | #define HAVE_FNMATCH_H 1
 | #define HAVE_GRP_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_LIMITS_H 1
 | #define HAVE_NETDB_H 1
 | #define HAVE_PWD_H 1
 | #define HAVE_SIGNAL_H 1
 | #define HAVE_STDARG_H 1
 | #define HAVE_STDDEF_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_STDIO_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_SYS_BYTEORDER_H 1
 | #define HAVE_SYS_FILE_H 1
 | #define HAVE_SYS_MKDEV_H 1
 | #define HAVE_SYS_PARAM_H 1
 | #define HAVE_SYS_SOCKET_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_SYS_STATFS_H 1
 | #define HAVE_SYS_STATVFS_H 1
 | #define HAVE_SYS_TIME_H 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_UIO_H 1
 | #define HAVE_SYS_VFS_H 1
 | #define HAVE_SYSEXITS_H 1
 | #define HAVE_TIME_H 1
 | #define HAVE_TZFILE_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_UTIME_H 1
 | #define HAVE_SYS_MOUNT_H 1
 | #define HAVE_GLOB_H 1
 | #define HAVE_NBCOMPAT_GLOB 1
 | #define HAVE_SYS_QUEUE_H 1
 | #define HAVE_NBCOMPAT_QUEUE 1
 | #define HAVE_REGEX_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_SHA1_H 1
 | #define HAVE_SHA2_H 1
 | #define HAVE_NBCOMPAT_MD5 1
 | #define HAVE_NBCOMPAT_RMD160 1
 | #define HAVE_NBCOMPAT_SHA1 1
 | #define HAVE_NBCOMPAT_SHA2 1
 | #define HAVE_DECL_OPTIND 1
 | #define HAVE_DECL_OPTRESET 0
 | #define HAVE_GETOPT_H 1
 | /* end confdefs.h.  */
 | #include <stdio.h>
 | #ifdef HAVE_SYS_TYPES_H
 | # include <sys/types.h>
 | #endif
 | #ifdef HAVE_SYS_STAT_H
 | # include <sys/stat.h>
 | #endif
 | #ifdef STDC_HEADERS
 | # include <stdlib.h>
 | # include <stddef.h>
 | #else
 | # ifdef HAVE_STDLIB_H
 | #  include <stdlib.h>
 | # endif
 | #endif
 | #ifdef HAVE_STRING_H
 | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
 | #  include <memory.h>
 | # endif
 | # include <string.h>
 | #endif
 | #ifdef HAVE_STRINGS_H
 | # include <strings.h>
 | #endif
 | #ifdef HAVE_INTTYPES_H
 | # include <inttypes.h>
 | #endif
 | #ifdef HAVE_STDINT_H
 | # include <stdint.h>
 | #endif
 | #ifdef HAVE_UNISTD_H
 | # include <unistd.h>
 | #endif
 | #include <vis.h>
 configure:6091: result: no
 configure:6095: checking vis.h presence
 configure:6110: cc -E  conftest.c
 "conftest.c", line 73: cannot find include file: <vis.h>
 cc: acomp failed for conftest.c
 configure:6117: $? = 2
 configure: failed program was:
 | /* confdefs.h.  */
 | #define PACKAGE_NAME "libnbcompat"
 | #define PACKAGE_TARNAME "libnbcompat"
 | #define PACKAGE_VERSION "20080519"
 | #define PACKAGE_STRING "libnbcompat 20080519"
 | #define PACKAGE_BUGREPORT "grant%NetBSD.org@localhost"
 | #define STDC_HEADERS 1
 | #define TIME_WITH_SYS_TIME 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_MEMORY_H 1
 | #define HAVE_STRINGS_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_ALLOCA_H 1
 | #define HAVE_ASSERT_H 1
 | #define HAVE_CTYPE_H 1
 | #define HAVE_DIRENT_H 1
 | #define HAVE_ERR_H 1
 | #define HAVE_ERRNO_H 1
 | #define HAVE_FCNTL_H 1
 | #define HAVE_FNMATCH_H 1
 | #define HAVE_GRP_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_LIMITS_H 1
 | #define HAVE_NETDB_H 1
 | #define HAVE_PWD_H 1
 | #define HAVE_SIGNAL_H 1
 | #define HAVE_STDARG_H 1
 | #define HAVE_STDDEF_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_STDIO_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_SYS_BYTEORDER_H 1
 | #define HAVE_SYS_FILE_H 1
 | #define HAVE_SYS_MKDEV_H 1
 | #define HAVE_SYS_PARAM_H 1
 | #define HAVE_SYS_SOCKET_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_SYS_STATFS_H 1
 | #define HAVE_SYS_STATVFS_H 1
 | #define HAVE_SYS_TIME_H 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_UIO_H 1
 | #define HAVE_SYS_VFS_H 1
 | #define HAVE_SYSEXITS_H 1
 | #define HAVE_TIME_H 1
 | #define HAVE_TZFILE_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_UTIME_H 1
 | #define HAVE_SYS_MOUNT_H 1
 | #define HAVE_GLOB_H 1
 | #define HAVE_NBCOMPAT_GLOB 1
 | #define HAVE_SYS_QUEUE_H 1
 | #define HAVE_NBCOMPAT_QUEUE 1
 | #define HAVE_REGEX_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_SHA1_H 1
 | #define HAVE_SHA2_H 1
 | #define HAVE_NBCOMPAT_MD5 1
 | #define HAVE_NBCOMPAT_RMD160 1
 | #define HAVE_NBCOMPAT_SHA1 1
 | #define HAVE_NBCOMPAT_SHA2 1
 | #define HAVE_DECL_OPTIND 1
 | #define HAVE_DECL_OPTRESET 0
 | #define HAVE_GETOPT_H 1
 | /* end confdefs.h.  */
 | #include <vis.h>
 configure:6131: result: no
 configure:6164: checking for vis.h
 configure:6173: result: no
 configure:6487: checking for __attribute__
 configure:6515: cc -c -g  conftest.c >&5
 configure:6522: $? = 0
 configure:6545: result: yes
 configure:6548: checking for size_t
 configure:6576: cc -c -g  conftest.c >&5
 configure:6583: $? = 0
 configure:6610: cc -c -g  conftest.c >&5
 "conftest.c", line 111: syntax error before or at: )
 cc: acomp failed for conftest.c
 configure:6617: $? = 2
 configure: failed program was:
 | /* confdefs.h.  */
 | #define PACKAGE_NAME "libnbcompat"
 | #define PACKAGE_TARNAME "libnbcompat"
 | #define PACKAGE_VERSION "20080519"
 | #define PACKAGE_STRING "libnbcompat 20080519"
 | #define PACKAGE_BUGREPORT "grant%NetBSD.org@localhost"
 | #define STDC_HEADERS 1
 | #define TIME_WITH_SYS_TIME 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_MEMORY_H 1
 | #define HAVE_STRINGS_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_ALLOCA_H 1
 | #define HAVE_ASSERT_H 1
 | #define HAVE_CTYPE_H 1
 | #define HAVE_DIRENT_H 1
 | #define HAVE_ERR_H 1
 | #define HAVE_ERRNO_H 1
 | #define HAVE_FCNTL_H 1
 | #define HAVE_FNMATCH_H 1
 | #define HAVE_GRP_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_LIMITS_H 1
 | #define HAVE_NETDB_H 1
 | #define HAVE_PWD_H 1
 | #define HAVE_SIGNAL_H 1
 | #define HAVE_STDARG_H 1
 | #define HAVE_STDDEF_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_STDIO_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_SYS_BYTEORDER_H 1
 | #define HAVE_SYS_FILE_H 1
 | #define HAVE_SYS_MKDEV_H 1
 | #define HAVE_SYS_PARAM_H 1
 | #define HAVE_SYS_SOCKET_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_SYS_STATFS_H 1
 | #define HAVE_SYS_STATVFS_H 1
 | #define HAVE_SYS_TIME_H 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_UIO_H 1
 | #define HAVE_SYS_VFS_H 1
 | #define HAVE_SYSEXITS_H 1
 | #define HAVE_TIME_H 1
 | #define HAVE_TZFILE_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_UTIME_H 1
 | #define HAVE_SYS_MOUNT_H 1
 | #define HAVE_GLOB_H 1
 | #define HAVE_NBCOMPAT_GLOB 1
 | #define HAVE_SYS_QUEUE_H 1
 | #define HAVE_NBCOMPAT_QUEUE 1
 | #define HAVE_REGEX_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_SHA1_H 1
 | #define HAVE_SHA2_H 1
 | #define HAVE_NBCOMPAT_MD5 1
 | #define HAVE_NBCOMPAT_RMD160 1
 | #define HAVE_NBCOMPAT_SHA1 1
 | #define HAVE_NBCOMPAT_SHA2 1
 | #define HAVE_DECL_OPTIND 1
 | #define HAVE_DECL_OPTRESET 0
 | #define HAVE_GETOPT_H 1
 | #define HAVE_NBCOMPAT_VIS 1
 | #define HAVE___ATTRIBUTE__ 1
 | /* end confdefs.h.  */
 | #include <stdio.h>
 | #ifdef HAVE_SYS_TYPES_H
 | # include <sys/types.h>
 | #endif
 | #ifdef HAVE_SYS_STAT_H
 | # include <sys/stat.h>
 | #endif
 | #ifdef STDC_HEADERS
 | # include <stdlib.h>
 | # include <stddef.h>
 | #else
 | # ifdef HAVE_STDLIB_H
 | #  include <stdlib.h>
 | # endif
 | #endif
 | #ifdef HAVE_STRING_H
 | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
 | #  include <memory.h>
 | # endif
 | # include <string.h>
 | #endif
 | #ifdef HAVE_STRINGS_H
 | # include <strings.h>
 | #endif
 | #ifdef HAVE_INTTYPES_H
 | # include <inttypes.h>
 | #endif
 | #ifdef HAVE_STDINT_H
 | # include <stdint.h>
 | #endif
 | #ifdef HAVE_UNISTD_H
 | # include <unistd.h>
 | #endif
 | int
 | main ()
 | {
 | if (sizeof ((size_t)))
 |        return 0;
 |   ;
 |   return 0;
 | }
 configure:6640: result: yes
 configure:6653: checking for uintptr_t
 configure:6681: cc -c -g  conftest.c >&5
 configure:6688: $? = 0
 configure:6715: cc -c -g  conftest.c >&5
 "conftest.c", line 111: syntax error before or at: )
 cc: acomp failed for conftest.c
 configure:6722: $? = 2
 configure: failed program was:
 | /* confdefs.h.  */
 | #define PACKAGE_NAME "libnbcompat"
 | #define PACKAGE_TARNAME "libnbcompat"
 | #define PACKAGE_VERSION "20080519"
 | #define PACKAGE_STRING "libnbcompat 20080519"
 | #define PACKAGE_BUGREPORT "grant%NetBSD.org@localhost"
 | #define STDC_HEADERS 1
 | #define TIME_WITH_SYS_TIME 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_MEMORY_H 1
 | #define HAVE_STRINGS_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_ALLOCA_H 1
 | #define HAVE_ASSERT_H 1
 | #define HAVE_CTYPE_H 1
 | #define HAVE_DIRENT_H 1
 | #define HAVE_ERR_H 1
 | #define HAVE_ERRNO_H 1
 | #define HAVE_FCNTL_H 1
 | #define HAVE_FNMATCH_H 1
 | #define HAVE_GRP_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_LIMITS_H 1
 | #define HAVE_NETDB_H 1
 | #define HAVE_PWD_H 1
 | #define HAVE_SIGNAL_H 1
 | #define HAVE_STDARG_H 1
 | #define HAVE_STDDEF_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_STDIO_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_SYS_BYTEORDER_H 1
 | #define HAVE_SYS_FILE_H 1
 | #define HAVE_SYS_MKDEV_H 1
 | #define HAVE_SYS_PARAM_H 1
 | #define HAVE_SYS_SOCKET_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_SYS_STATFS_H 1
 | #define HAVE_SYS_STATVFS_H 1
 | #define HAVE_SYS_TIME_H 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_UIO_H 1
 | #define HAVE_SYS_VFS_H 1
 | #define HAVE_SYSEXITS_H 1
 | #define HAVE_TIME_H 1
 | #define HAVE_TZFILE_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_UTIME_H 1
 | #define HAVE_SYS_MOUNT_H 1
 | #define HAVE_GLOB_H 1
 | #define HAVE_NBCOMPAT_GLOB 1
 | #define HAVE_SYS_QUEUE_H 1
 | #define HAVE_NBCOMPAT_QUEUE 1
 | #define HAVE_REGEX_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_SHA1_H 1
 | #define HAVE_SHA2_H 1
 | #define HAVE_NBCOMPAT_MD5 1
 | #define HAVE_NBCOMPAT_RMD160 1
 | #define HAVE_NBCOMPAT_SHA1 1
 | #define HAVE_NBCOMPAT_SHA2 1
 | #define HAVE_DECL_OPTIND 1
 | #define HAVE_DECL_OPTRESET 0
 | #define HAVE_GETOPT_H 1
 | #define HAVE_NBCOMPAT_VIS 1
 | #define HAVE___ATTRIBUTE__ 1
 | /* end confdefs.h.  */
 | #include <stdio.h>
 | #ifdef HAVE_SYS_TYPES_H
 | # include <sys/types.h>
 | #endif
 | #ifdef HAVE_SYS_STAT_H
 | # include <sys/stat.h>
 | #endif
 | #ifdef STDC_HEADERS
 | # include <stdlib.h>
 | # include <stddef.h>
 | #else
 | # ifdef HAVE_STDLIB_H
 | #  include <stdlib.h>
 | # endif
 | #endif
 | #ifdef HAVE_STRING_H
 | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
 | #  include <memory.h>
 | # endif
 | # include <string.h>
 | #endif
 | #ifdef HAVE_STRINGS_H
 | # include <strings.h>
 | #endif
 | #ifdef HAVE_INTTYPES_H
 | # include <inttypes.h>
 | #endif
 | #ifdef HAVE_STDINT_H
 | # include <stdint.h>
 | #endif
 | #ifdef HAVE_UNISTD_H
 | # include <unistd.h>
 | #endif
 | int
 | main ()
 | {
 | if (sizeof ((uintptr_t)))
 |        return 0;
 |   ;
 |   return 0;
 | }
 configure:6745: result: yes
 configure:6811: checking for int8_t
 configure:6842: cc -c -g  conftest.c >&5
 configure:6849: $? = 0
 configure:6878: cc -c -g  conftest.c >&5
 "conftest.c", line 112: zero or negative subscript
 cc: acomp failed for conftest.c
 configure:6885: $? = 2
 configure: failed program was:
 | /* confdefs.h.  */
 | #define PACKAGE_NAME "libnbcompat"
 | #define PACKAGE_TARNAME "libnbcompat"
 | #define PACKAGE_VERSION "20080519"
 | #define PACKAGE_STRING "libnbcompat 20080519"
 | #define PACKAGE_BUGREPORT "grant%NetBSD.org@localhost"
 | #define STDC_HEADERS 1
 | #define TIME_WITH_SYS_TIME 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_MEMORY_H 1
 | #define HAVE_STRINGS_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_ALLOCA_H 1
 | #define HAVE_ASSERT_H 1
 | #define HAVE_CTYPE_H 1
 | #define HAVE_DIRENT_H 1
 | #define HAVE_ERR_H 1
 | #define HAVE_ERRNO_H 1
 | #define HAVE_FCNTL_H 1
 | #define HAVE_FNMATCH_H 1
 | #define HAVE_GRP_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_LIMITS_H 1
 | #define HAVE_NETDB_H 1
 | #define HAVE_PWD_H 1
 | #define HAVE_SIGNAL_H 1
 | #define HAVE_STDARG_H 1
 | #define HAVE_STDDEF_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_STDIO_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_SYS_BYTEORDER_H 1
 | #define HAVE_SYS_FILE_H 1
 | #define HAVE_SYS_MKDEV_H 1
 | #define HAVE_SYS_PARAM_H 1
 | #define HAVE_SYS_SOCKET_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_SYS_STATFS_H 1
 | #define HAVE_SYS_STATVFS_H 1
 | #define HAVE_SYS_TIME_H 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_UIO_H 1
 | #define HAVE_SYS_VFS_H 1
 | #define HAVE_SYSEXITS_H 1
 | #define HAVE_TIME_H 1
 | #define HAVE_TZFILE_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_UTIME_H 1
 | #define HAVE_SYS_MOUNT_H 1
 | #define HAVE_GLOB_H 1
 | #define HAVE_NBCOMPAT_GLOB 1
 | #define HAVE_SYS_QUEUE_H 1
 | #define HAVE_NBCOMPAT_QUEUE 1
 | #define HAVE_REGEX_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_SHA1_H 1
 | #define HAVE_SHA2_H 1
 | #define HAVE_NBCOMPAT_MD5 1
 | #define HAVE_NBCOMPAT_RMD160 1
 | #define HAVE_NBCOMPAT_SHA1 1
 | #define HAVE_NBCOMPAT_SHA2 1
 | #define HAVE_DECL_OPTIND 1
 | #define HAVE_DECL_OPTRESET 0
 | #define HAVE_GETOPT_H 1
 | #define HAVE_NBCOMPAT_VIS 1
 | #define HAVE___ATTRIBUTE__ 1
 | #define HAVE_UINTPTR_T 1
 | /* end confdefs.h.  */
 | #include <stdio.h>
 | #ifdef HAVE_SYS_TYPES_H
 | # include <sys/types.h>
 | #endif
 | #ifdef HAVE_SYS_STAT_H
 | # include <sys/stat.h>
 | #endif
 | #ifdef STDC_HEADERS
 | # include <stdlib.h>
 | # include <stddef.h>
 | #else
 | # ifdef HAVE_STDLIB_H
 | #  include <stdlib.h>
 | # endif
 | #endif
 | #ifdef HAVE_STRING_H
 | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
 | #  include <memory.h>
 | # endif
 | # include <string.h>
 | #endif
 | #ifdef HAVE_STRINGS_H
 | # include <strings.h>
 | #endif
 | #ifdef HAVE_INTTYPES_H
 | # include <inttypes.h>
 | #endif
 | #ifdef HAVE_STDINT_H
 | # include <stdint.h>
 | #endif
 | #ifdef HAVE_UNISTD_H
 | # include <unistd.h>
 | #endif
 | int
 | main ()
 | {
 | static int test_array [1 - 2 * !((int8_t) ((((int8_t) 1 << (8 - 2)) - 1) * 2 
+ 1)
 |               < (int8_t) ((((int8_t) 1 << (8 - 2)) - 1) * 2 + 2))];
 | test_array [0] = 0
 | 
 |   ;
 |   return 0;
 | }
 configure:6914: result: yes
 configure:6927: checking for int16_t
 configure:6958: cc -c -g  conftest.c >&5
 configure:6965: $? = 0
 configure:6994: cc -c -g  conftest.c >&5
 "conftest.c", line 112: zero or negative subscript
 cc: acomp failed for conftest.c
 configure:7001: $? = 2
 configure: failed program was:
 | /* confdefs.h.  */
 | #define PACKAGE_NAME "libnbcompat"
 | #define PACKAGE_TARNAME "libnbcompat"
 | #define PACKAGE_VERSION "20080519"
 | #define PACKAGE_STRING "libnbcompat 20080519"
 | #define PACKAGE_BUGREPORT "grant%NetBSD.org@localhost"
 | #define STDC_HEADERS 1
 | #define TIME_WITH_SYS_TIME 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_MEMORY_H 1
 | #define HAVE_STRINGS_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_ALLOCA_H 1
 | #define HAVE_ASSERT_H 1
 | #define HAVE_CTYPE_H 1
 | #define HAVE_DIRENT_H 1
 | #define HAVE_ERR_H 1
 | #define HAVE_ERRNO_H 1
 | #define HAVE_FCNTL_H 1
 | #define HAVE_FNMATCH_H 1
 | #define HAVE_GRP_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_LIMITS_H 1
 | #define HAVE_NETDB_H 1
 | #define HAVE_PWD_H 1
 | #define HAVE_SIGNAL_H 1
 | #define HAVE_STDARG_H 1
 | #define HAVE_STDDEF_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_STDIO_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_SYS_BYTEORDER_H 1
 | #define HAVE_SYS_FILE_H 1
 | #define HAVE_SYS_MKDEV_H 1
 | #define HAVE_SYS_PARAM_H 1
 | #define HAVE_SYS_SOCKET_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_SYS_STATFS_H 1
 | #define HAVE_SYS_STATVFS_H 1
 | #define HAVE_SYS_TIME_H 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_UIO_H 1
 | #define HAVE_SYS_VFS_H 1
 | #define HAVE_SYSEXITS_H 1
 | #define HAVE_TIME_H 1
 | #define HAVE_TZFILE_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_UTIME_H 1
 | #define HAVE_SYS_MOUNT_H 1
 | #define HAVE_GLOB_H 1
 | #define HAVE_NBCOMPAT_GLOB 1
 | #define HAVE_SYS_QUEUE_H 1
 | #define HAVE_NBCOMPAT_QUEUE 1
 | #define HAVE_REGEX_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_SHA1_H 1
 | #define HAVE_SHA2_H 1
 | #define HAVE_NBCOMPAT_MD5 1
 | #define HAVE_NBCOMPAT_RMD160 1
 | #define HAVE_NBCOMPAT_SHA1 1
 | #define HAVE_NBCOMPAT_SHA2 1
 | #define HAVE_DECL_OPTIND 1
 | #define HAVE_DECL_OPTRESET 0
 | #define HAVE_GETOPT_H 1
 | #define HAVE_NBCOMPAT_VIS 1
 | #define HAVE___ATTRIBUTE__ 1
 | #define HAVE_UINTPTR_T 1
 | /* end confdefs.h.  */
 | #include <stdio.h>
 | #ifdef HAVE_SYS_TYPES_H
 | # include <sys/types.h>
 | #endif
 | #ifdef HAVE_SYS_STAT_H
 | # include <sys/stat.h>
 | #endif
 | #ifdef STDC_HEADERS
 | # include <stdlib.h>
 | # include <stddef.h>
 | #else
 | # ifdef HAVE_STDLIB_H
 | #  include <stdlib.h>
 | # endif
 | #endif
 | #ifdef HAVE_STRING_H
 | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
 | #  include <memory.h>
 | # endif
 | # include <string.h>
 | #endif
 | #ifdef HAVE_STRINGS_H
 | # include <strings.h>
 | #endif
 | #ifdef HAVE_INTTYPES_H
 | # include <inttypes.h>
 | #endif
 | #ifdef HAVE_STDINT_H
 | # include <stdint.h>
 | #endif
 | #ifdef HAVE_UNISTD_H
 | # include <unistd.h>
 | #endif
 | int
 | main ()
 | {
 | static int test_array [1 - 2 * !((int16_t) ((((int16_t) 1 << (16 - 2)) - 1) 
* 2 + 1)
 |               < (int16_t) ((((int16_t) 1 << (16 - 2)) - 1) * 2 + 2))];
 | test_array [0] = 0
 | 
 |   ;
 |   return 0;
 | }
 configure:7030: result: yes
 configure:7043: checking for int32_t
 configure:7074: cc -c -g  conftest.c >&5
 configure:7081: $? = 0
 configure:7110: cc -c -g  conftest.c >&5
 "conftest.c", line 113: warning: integer overflow detected: op "+"
 "conftest.c", line 112: zero or negative subscript
 cc: acomp failed for conftest.c
 configure:7117: $? = 2
 configure: failed program was:
 | /* confdefs.h.  */
 | #define PACKAGE_NAME "libnbcompat"
 | #define PACKAGE_TARNAME "libnbcompat"
 | #define PACKAGE_VERSION "20080519"
 | #define PACKAGE_STRING "libnbcompat 20080519"
 | #define PACKAGE_BUGREPORT "grant%NetBSD.org@localhost"
 | #define STDC_HEADERS 1
 | #define TIME_WITH_SYS_TIME 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_MEMORY_H 1
 | #define HAVE_STRINGS_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_ALLOCA_H 1
 | #define HAVE_ASSERT_H 1
 | #define HAVE_CTYPE_H 1
 | #define HAVE_DIRENT_H 1
 | #define HAVE_ERR_H 1
 | #define HAVE_ERRNO_H 1
 | #define HAVE_FCNTL_H 1
 | #define HAVE_FNMATCH_H 1
 | #define HAVE_GRP_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_LIMITS_H 1
 | #define HAVE_NETDB_H 1
 | #define HAVE_PWD_H 1
 | #define HAVE_SIGNAL_H 1
 | #define HAVE_STDARG_H 1
 | #define HAVE_STDDEF_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_STDIO_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_SYS_BYTEORDER_H 1
 | #define HAVE_SYS_FILE_H 1
 | #define HAVE_SYS_MKDEV_H 1
 | #define HAVE_SYS_PARAM_H 1
 | #define HAVE_SYS_SOCKET_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_SYS_STATFS_H 1
 | #define HAVE_SYS_STATVFS_H 1
 | #define HAVE_SYS_TIME_H 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_UIO_H 1
 | #define HAVE_SYS_VFS_H 1
 | #define HAVE_SYSEXITS_H 1
 | #define HAVE_TIME_H 1
 | #define HAVE_TZFILE_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_UTIME_H 1
 | #define HAVE_SYS_MOUNT_H 1
 | #define HAVE_GLOB_H 1
 | #define HAVE_NBCOMPAT_GLOB 1
 | #define HAVE_SYS_QUEUE_H 1
 | #define HAVE_NBCOMPAT_QUEUE 1
 | #define HAVE_REGEX_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_SHA1_H 1
 | #define HAVE_SHA2_H 1
 | #define HAVE_NBCOMPAT_MD5 1
 | #define HAVE_NBCOMPAT_RMD160 1
 | #define HAVE_NBCOMPAT_SHA1 1
 | #define HAVE_NBCOMPAT_SHA2 1
 | #define HAVE_DECL_OPTIND 1
 | #define HAVE_DECL_OPTRESET 0
 | #define HAVE_GETOPT_H 1
 | #define HAVE_NBCOMPAT_VIS 1
 | #define HAVE___ATTRIBUTE__ 1
 | #define HAVE_UINTPTR_T 1
 | /* end confdefs.h.  */
 | #include <stdio.h>
 | #ifdef HAVE_SYS_TYPES_H
 | # include <sys/types.h>
 | #endif
 | #ifdef HAVE_SYS_STAT_H
 | # include <sys/stat.h>
 | #endif
 | #ifdef STDC_HEADERS
 | # include <stdlib.h>
 | # include <stddef.h>
 | #else
 | # ifdef HAVE_STDLIB_H
 | #  include <stdlib.h>
 | # endif
 | #endif
 | #ifdef HAVE_STRING_H
 | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
 | #  include <memory.h>
 | # endif
 | # include <string.h>
 | #endif
 | #ifdef HAVE_STRINGS_H
 | # include <strings.h>
 | #endif
 | #ifdef HAVE_INTTYPES_H
 | # include <inttypes.h>
 | #endif
 | #ifdef HAVE_STDINT_H
 | # include <stdint.h>
 | #endif
 | #ifdef HAVE_UNISTD_H
 | # include <unistd.h>
 | #endif
 | int
 | main ()
 | {
 | static int test_array [1 - 2 * !((int32_t) ((((int32_t) 1 << (32 - 2)) - 1) 
* 2 + 1)
 |               < (int32_t) ((((int32_t) 1 << (32 - 2)) - 1) * 2 + 2))];
 | test_array [0] = 0
 | 
 |   ;
 |   return 0;
 | }
 configure:7146: result: yes
 configure:7159: checking for int64_t
 configure:7190: cc -c -g  conftest.c >&5
 configure:7197: $? = 0
 configure:7226: cc -c -g  conftest.c >&5
 "conftest.c", line 113: warning: integer overflow detected: op "+"
 "conftest.c", line 112: zero or negative subscript
 cc: acomp failed for conftest.c
 configure:7233: $? = 2
 configure: failed program was:
 | /* confdefs.h.  */
 | #define PACKAGE_NAME "libnbcompat"
 | #define PACKAGE_TARNAME "libnbcompat"
 | #define PACKAGE_VERSION "20080519"
 | #define PACKAGE_STRING "libnbcompat 20080519"
 | #define PACKAGE_BUGREPORT "grant%NetBSD.org@localhost"
 | #define STDC_HEADERS 1
 | #define TIME_WITH_SYS_TIME 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_MEMORY_H 1
 | #define HAVE_STRINGS_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_ALLOCA_H 1
 | #define HAVE_ASSERT_H 1
 | #define HAVE_CTYPE_H 1
 | #define HAVE_DIRENT_H 1
 | #define HAVE_ERR_H 1
 | #define HAVE_ERRNO_H 1
 | #define HAVE_FCNTL_H 1
 | #define HAVE_FNMATCH_H 1
 | #define HAVE_GRP_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_LIMITS_H 1
 | #define HAVE_NETDB_H 1
 | #define HAVE_PWD_H 1
 | #define HAVE_SIGNAL_H 1
 | #define HAVE_STDARG_H 1
 | #define HAVE_STDDEF_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_STDIO_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_SYS_BYTEORDER_H 1
 | #define HAVE_SYS_FILE_H 1
 | #define HAVE_SYS_MKDEV_H 1
 | #define HAVE_SYS_PARAM_H 1
 | #define HAVE_SYS_SOCKET_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_SYS_STATFS_H 1
 | #define HAVE_SYS_STATVFS_H 1
 | #define HAVE_SYS_TIME_H 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_UIO_H 1
 | #define HAVE_SYS_VFS_H 1
 | #define HAVE_SYSEXITS_H 1
 | #define HAVE_TIME_H 1
 | #define HAVE_TZFILE_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_UTIME_H 1
 | #define HAVE_SYS_MOUNT_H 1
 | #define HAVE_GLOB_H 1
 | #define HAVE_NBCOMPAT_GLOB 1
 | #define HAVE_SYS_QUEUE_H 1
 | #define HAVE_NBCOMPAT_QUEUE 1
 | #define HAVE_REGEX_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_SHA1_H 1
 | #define HAVE_SHA2_H 1
 | #define HAVE_NBCOMPAT_MD5 1
 | #define HAVE_NBCOMPAT_RMD160 1
 | #define HAVE_NBCOMPAT_SHA1 1
 | #define HAVE_NBCOMPAT_SHA2 1
 | #define HAVE_DECL_OPTIND 1
 | #define HAVE_DECL_OPTRESET 0
 | #define HAVE_GETOPT_H 1
 | #define HAVE_NBCOMPAT_VIS 1
 | #define HAVE___ATTRIBUTE__ 1
 | #define HAVE_UINTPTR_T 1
 | /* end confdefs.h.  */
 | #include <stdio.h>
 | #ifdef HAVE_SYS_TYPES_H
 | # include <sys/types.h>
 | #endif
 | #ifdef HAVE_SYS_STAT_H
 | # include <sys/stat.h>
 | #endif
 | #ifdef STDC_HEADERS
 | # include <stdlib.h>
 | # include <stddef.h>
 | #else
 | # ifdef HAVE_STDLIB_H
 | #  include <stdlib.h>
 | # endif
 | #endif
 | #ifdef HAVE_STRING_H
 | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
 | #  include <memory.h>
 | # endif
 | # include <string.h>
 | #endif
 | #ifdef HAVE_STRINGS_H
 | # include <strings.h>
 | #endif
 | #ifdef HAVE_INTTYPES_H
 | # include <inttypes.h>
 | #endif
 | #ifdef HAVE_STDINT_H
 | # include <stdint.h>
 | #endif
 | #ifdef HAVE_UNISTD_H
 | # include <unistd.h>
 | #endif
 | int
 | main ()
 | {
 | static int test_array [1 - 2 * !((int64_t) ((((int64_t) 1 << (64 - 2)) - 1) 
* 2 + 1)
 |               < (int64_t) ((((int64_t) 1 << (64 - 2)) - 1) * 2 + 2))];
 | test_array [0] = 0
 | 
 |   ;
 |   return 0;
 | }
 configure:7262: result: yes
 configure:7275: checking for uint8_t
 configure:7306: cc -c -g  conftest.c >&5
 configure:7313: $? = 0
 configure:7334: result: yes
 configure:7352: checking for uint16_t
 configure:7383: cc -c -g  conftest.c >&5
 configure:7390: $? = 0
 configure:7411: result: yes
 configure:7425: checking for uint32_t
 configure:7456: cc -c -g  conftest.c >&5
 configure:7463: $? = 0
 configure:7484: result: yes
 configure:7502: checking for uint64_t
 configure:7533: cc -c -g  conftest.c >&5
 configure:7540: $? = 0
 configure:7561: result: yes
 configure:7578: checking for long long
 configure:7619: cc -c -g  conftest.c >&5
 configure:7626: $? = 0
 configure:7666: cc -c -g  conftest.c >&5
 "conftest.c", line 93: syntax error before or at: )
 cc: acomp failed for conftest.c
 configure:7673: $? = 2
 configure: failed program was:
 | /* confdefs.h.  */
 | #define PACKAGE_NAME "libnbcompat"
 | #define PACKAGE_TARNAME "libnbcompat"
 | #define PACKAGE_VERSION "20080519"
 | #define PACKAGE_STRING "libnbcompat 20080519"
 | #define PACKAGE_BUGREPORT "grant%NetBSD.org@localhost"
 | #define STDC_HEADERS 1
 | #define TIME_WITH_SYS_TIME 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_MEMORY_H 1
 | #define HAVE_STRINGS_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_ALLOCA_H 1
 | #define HAVE_ASSERT_H 1
 | #define HAVE_CTYPE_H 1
 | #define HAVE_DIRENT_H 1
 | #define HAVE_ERR_H 1
 | #define HAVE_ERRNO_H 1
 | #define HAVE_FCNTL_H 1
 | #define HAVE_FNMATCH_H 1
 | #define HAVE_GRP_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_LIMITS_H 1
 | #define HAVE_NETDB_H 1
 | #define HAVE_PWD_H 1
 | #define HAVE_SIGNAL_H 1
 | #define HAVE_STDARG_H 1
 | #define HAVE_STDDEF_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_STDIO_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_SYS_BYTEORDER_H 1
 | #define HAVE_SYS_FILE_H 1
 | #define HAVE_SYS_MKDEV_H 1
 | #define HAVE_SYS_PARAM_H 1
 | #define HAVE_SYS_SOCKET_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_SYS_STATFS_H 1
 | #define HAVE_SYS_STATVFS_H 1
 | #define HAVE_SYS_TIME_H 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_UIO_H 1
 | #define HAVE_SYS_VFS_H 1
 | #define HAVE_SYSEXITS_H 1
 | #define HAVE_TIME_H 1
 | #define HAVE_TZFILE_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_UTIME_H 1
 | #define HAVE_SYS_MOUNT_H 1
 | #define HAVE_GLOB_H 1
 | #define HAVE_NBCOMPAT_GLOB 1
 | #define HAVE_SYS_QUEUE_H 1
 | #define HAVE_NBCOMPAT_QUEUE 1
 | #define HAVE_REGEX_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_SHA1_H 1
 | #define HAVE_SHA2_H 1
 | #define HAVE_NBCOMPAT_MD5 1
 | #define HAVE_NBCOMPAT_RMD160 1
 | #define HAVE_NBCOMPAT_SHA1 1
 | #define HAVE_NBCOMPAT_SHA2 1
 | #define HAVE_DECL_OPTIND 1
 | #define HAVE_DECL_OPTRESET 0
 | #define HAVE_GETOPT_H 1
 | #define HAVE_NBCOMPAT_VIS 1
 | #define HAVE___ATTRIBUTE__ 1
 | #define HAVE_UINTPTR_T 1
 | /* end confdefs.h.  */
 | #if STDC_HEADERS
 | #include <stdlib.h>
 | #include <stddef.h>
 | #endif
 | #if HAVE_INTTYPES_H
 | #include <inttypes.h>
 | #endif
 | #if HAVE_SYS_TYPES_H
 | #include <sys/types.h>
 | #endif
 | #if HAVE_SYS_BITYPES_H
 | #include <sys/bitypes.h>
 | #endif
 | 
 | int
 | main ()
 | {
 | if (sizeof ((long long)))
 |        return 0;
 |   ;
 |   return 0;
 | }
 configure:7696: result: yes
 configure:7706: checking for long double
 configure:7747: cc -c -g  conftest.c >&5
 configure:7754: $? = 0
 configure:7794: cc -c -g  conftest.c >&5
 "conftest.c", line 94: syntax error before or at: )
 cc: acomp failed for conftest.c
 configure:7801: $? = 2
 configure: failed program was:
 | /* confdefs.h.  */
 | #define PACKAGE_NAME "libnbcompat"
 | #define PACKAGE_TARNAME "libnbcompat"
 | #define PACKAGE_VERSION "20080519"
 | #define PACKAGE_STRING "libnbcompat 20080519"
 | #define PACKAGE_BUGREPORT "grant%NetBSD.org@localhost"
 | #define STDC_HEADERS 1
 | #define TIME_WITH_SYS_TIME 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_MEMORY_H 1
 | #define HAVE_STRINGS_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_ALLOCA_H 1
 | #define HAVE_ASSERT_H 1
 | #define HAVE_CTYPE_H 1
 | #define HAVE_DIRENT_H 1
 | #define HAVE_ERR_H 1
 | #define HAVE_ERRNO_H 1
 | #define HAVE_FCNTL_H 1
 | #define HAVE_FNMATCH_H 1
 | #define HAVE_GRP_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_LIMITS_H 1
 | #define HAVE_NETDB_H 1
 | #define HAVE_PWD_H 1
 | #define HAVE_SIGNAL_H 1
 | #define HAVE_STDARG_H 1
 | #define HAVE_STDDEF_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_STDIO_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_SYS_BYTEORDER_H 1
 | #define HAVE_SYS_FILE_H 1
 | #define HAVE_SYS_MKDEV_H 1
 | #define HAVE_SYS_PARAM_H 1
 | #define HAVE_SYS_SOCKET_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_SYS_STATFS_H 1
 | #define HAVE_SYS_STATVFS_H 1
 | #define HAVE_SYS_TIME_H 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_UIO_H 1
 | #define HAVE_SYS_VFS_H 1
 | #define HAVE_SYSEXITS_H 1
 | #define HAVE_TIME_H 1
 | #define HAVE_TZFILE_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_UTIME_H 1
 | #define HAVE_SYS_MOUNT_H 1
 | #define HAVE_GLOB_H 1
 | #define HAVE_NBCOMPAT_GLOB 1
 | #define HAVE_SYS_QUEUE_H 1
 | #define HAVE_NBCOMPAT_QUEUE 1
 | #define HAVE_REGEX_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_SHA1_H 1
 | #define HAVE_SHA2_H 1
 | #define HAVE_NBCOMPAT_MD5 1
 | #define HAVE_NBCOMPAT_RMD160 1
 | #define HAVE_NBCOMPAT_SHA1 1
 | #define HAVE_NBCOMPAT_SHA2 1
 | #define HAVE_DECL_OPTIND 1
 | #define HAVE_DECL_OPTRESET 0
 | #define HAVE_GETOPT_H 1
 | #define HAVE_NBCOMPAT_VIS 1
 | #define HAVE___ATTRIBUTE__ 1
 | #define HAVE_UINTPTR_T 1
 | #define HAVE_LONG_LONG 1
 | /* end confdefs.h.  */
 | #if STDC_HEADERS
 | #include <stdlib.h>
 | #include <stddef.h>
 | #endif
 | #if HAVE_INTTYPES_H
 | #include <inttypes.h>
 | #endif
 | #if HAVE_SYS_TYPES_H
 | #include <sys/types.h>
 | #endif
 | #if HAVE_SYS_BITYPES_H
 | #include <sys/bitypes.h>
 | #endif
 | 
 | int
 | main ()
 | {
 | if (sizeof ((long double)))
 |        return 0;
 |   ;
 |   return 0;
 | }
 configure:7824: result: yes
 configure:7835: checking for fsid_t
 configure:7875: cc -c -g  conftest.c >&5
 configure:7882: $? = 0
 configure:7921: cc -c -g  conftest.c >&5
 "conftest.c", line 94: syntax error before or at: )
 cc: acomp failed for conftest.c
 configure:7928: $? = 2
 configure: failed program was:
 | /* confdefs.h.  */
 | #define PACKAGE_NAME "libnbcompat"
 | #define PACKAGE_TARNAME "libnbcompat"
 | #define PACKAGE_VERSION "20080519"
 | #define PACKAGE_STRING "libnbcompat 20080519"
 | #define PACKAGE_BUGREPORT "grant%NetBSD.org@localhost"
 | #define STDC_HEADERS 1
 | #define TIME_WITH_SYS_TIME 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_MEMORY_H 1
 | #define HAVE_STRINGS_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_ALLOCA_H 1
 | #define HAVE_ASSERT_H 1
 | #define HAVE_CTYPE_H 1
 | #define HAVE_DIRENT_H 1
 | #define HAVE_ERR_H 1
 | #define HAVE_ERRNO_H 1
 | #define HAVE_FCNTL_H 1
 | #define HAVE_FNMATCH_H 1
 | #define HAVE_GRP_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_LIMITS_H 1
 | #define HAVE_NETDB_H 1
 | #define HAVE_PWD_H 1
 | #define HAVE_SIGNAL_H 1
 | #define HAVE_STDARG_H 1
 | #define HAVE_STDDEF_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_STDIO_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_SYS_BYTEORDER_H 1
 | #define HAVE_SYS_FILE_H 1
 | #define HAVE_SYS_MKDEV_H 1
 | #define HAVE_SYS_PARAM_H 1
 | #define HAVE_SYS_SOCKET_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_SYS_STATFS_H 1
 | #define HAVE_SYS_STATVFS_H 1
 | #define HAVE_SYS_TIME_H 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_UIO_H 1
 | #define HAVE_SYS_VFS_H 1
 | #define HAVE_SYSEXITS_H 1
 | #define HAVE_TIME_H 1
 | #define HAVE_TZFILE_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_UTIME_H 1
 | #define HAVE_SYS_MOUNT_H 1
 | #define HAVE_GLOB_H 1
 | #define HAVE_NBCOMPAT_GLOB 1
 | #define HAVE_SYS_QUEUE_H 1
 | #define HAVE_NBCOMPAT_QUEUE 1
 | #define HAVE_REGEX_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_SHA1_H 1
 | #define HAVE_SHA2_H 1
 | #define HAVE_NBCOMPAT_MD5 1
 | #define HAVE_NBCOMPAT_RMD160 1
 | #define HAVE_NBCOMPAT_SHA1 1
 | #define HAVE_NBCOMPAT_SHA2 1
 | #define HAVE_DECL_OPTIND 1
 | #define HAVE_DECL_OPTRESET 0
 | #define HAVE_GETOPT_H 1
 | #define HAVE_NBCOMPAT_VIS 1
 | #define HAVE___ATTRIBUTE__ 1
 | #define HAVE_UINTPTR_T 1
 | #define HAVE_LONG_LONG 1
 | #define HAVE_LONG_DOUBLE 1
 | /* end confdefs.h.  */
 | #if HAVE_SYS_TYPES_H
 | #include <sys/types.h>
 | #endif
 | #if HAVE_SYS_PARAM_H
 | #include <sys/param.h>
 | #endif
 | #if HAVE_SYS_MOUNT_H
 | #include <sys/mount.h>
 | #endif
 | #if HAVE_SYS_VFS_H
 | #include <sys/vfs.h>
 | #endif
 | 
 | int
 | main ()
 | {
 | if (sizeof ((fsid_t)))
 |        return 0;
 |   ;
 |   return 0;
 | }
 configure:7951: result: yes
 configure:7963: checking whether byte ordering is bigendian
 configure:7988: cc -c -g  conftest.c >&5
 "conftest.c", line 80: warning: old-style declaration or incorrect type for: 
neither
 "conftest.c", line 80: syntax error before or at: is
 "conftest.c", line 80: warning: old-style declaration or incorrect type for: is
 "conftest.c", line 80: warning: old-style declaration or incorrect type for: 
defined
 cc: acomp failed for conftest.c
 configure:7995: $? = 2
 configure: failed program was:
 | /* confdefs.h.  */
 | #define PACKAGE_NAME "libnbcompat"
 | #define PACKAGE_TARNAME "libnbcompat"
 | #define PACKAGE_VERSION "20080519"
 | #define PACKAGE_STRING "libnbcompat 20080519"
 | #define PACKAGE_BUGREPORT "grant%NetBSD.org@localhost"
 | #define STDC_HEADERS 1
 | #define TIME_WITH_SYS_TIME 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_MEMORY_H 1
 | #define HAVE_STRINGS_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_ALLOCA_H 1
 | #define HAVE_ASSERT_H 1
 | #define HAVE_CTYPE_H 1
 | #define HAVE_DIRENT_H 1
 | #define HAVE_ERR_H 1
 | #define HAVE_ERRNO_H 1
 | #define HAVE_FCNTL_H 1
 | #define HAVE_FNMATCH_H 1
 | #define HAVE_GRP_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_LIMITS_H 1
 | #define HAVE_NETDB_H 1
 | #define HAVE_PWD_H 1
 | #define HAVE_SIGNAL_H 1
 | #define HAVE_STDARG_H 1
 | #define HAVE_STDDEF_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_STDIO_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_SYS_BYTEORDER_H 1
 | #define HAVE_SYS_FILE_H 1
 | #define HAVE_SYS_MKDEV_H 1
 | #define HAVE_SYS_PARAM_H 1
 | #define HAVE_SYS_SOCKET_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_SYS_STATFS_H 1
 | #define HAVE_SYS_STATVFS_H 1
 | #define HAVE_SYS_TIME_H 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_UIO_H 1
 | #define HAVE_SYS_VFS_H 1
 | #define HAVE_SYSEXITS_H 1
 | #define HAVE_TIME_H 1
 | #define HAVE_TZFILE_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_UTIME_H 1
 | #define HAVE_SYS_MOUNT_H 1
 | #define HAVE_GLOB_H 1
 | #define HAVE_NBCOMPAT_GLOB 1
 | #define HAVE_SYS_QUEUE_H 1
 | #define HAVE_NBCOMPAT_QUEUE 1
 | #define HAVE_REGEX_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_SHA1_H 1
 | #define HAVE_SHA2_H 1
 | #define HAVE_NBCOMPAT_MD5 1
 | #define HAVE_NBCOMPAT_RMD160 1
 | #define HAVE_NBCOMPAT_SHA1 1
 | #define HAVE_NBCOMPAT_SHA2 1
 | #define HAVE_DECL_OPTIND 1
 | #define HAVE_DECL_OPTRESET 0
 | #define HAVE_GETOPT_H 1
 | #define HAVE_NBCOMPAT_VIS 1
 | #define HAVE___ATTRIBUTE__ 1
 | #define HAVE_UINTPTR_T 1
 | #define HAVE_LONG_LONG 1
 | #define HAVE_LONG_DOUBLE 1
 | #define HAVE_FSID_T 1
 | /* end confdefs.h.  */
 | #if ! (defined __BIG_ENDIAN__ || defined __LITTLE_ENDIAN__)
 |             neither is defined;
 |           #endif
 |           typedef int dummy;
 | 
 configure:8039: cc -c -g  conftest.c >&5
 "conftest.c", line 86: undefined symbol: bogus
 "conftest.c", line 86: syntax error before or at: endian
 cc: acomp failed for conftest.c
 configure:8046: $? = 2
 configure: failed program was:
 | /* confdefs.h.  */
 | #define PACKAGE_NAME "libnbcompat"
 | #define PACKAGE_TARNAME "libnbcompat"
 | #define PACKAGE_VERSION "20080519"
 | #define PACKAGE_STRING "libnbcompat 20080519"
 | #define PACKAGE_BUGREPORT "grant%NetBSD.org@localhost"
 | #define STDC_HEADERS 1
 | #define TIME_WITH_SYS_TIME 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_MEMORY_H 1
 | #define HAVE_STRINGS_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_ALLOCA_H 1
 | #define HAVE_ASSERT_H 1
 | #define HAVE_CTYPE_H 1
 | #define HAVE_DIRENT_H 1
 | #define HAVE_ERR_H 1
 | #define HAVE_ERRNO_H 1
 | #define HAVE_FCNTL_H 1
 | #define HAVE_FNMATCH_H 1
 | #define HAVE_GRP_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_LIMITS_H 1
 | #define HAVE_NETDB_H 1
 | #define HAVE_PWD_H 1
 | #define HAVE_SIGNAL_H 1
 | #define HAVE_STDARG_H 1
 | #define HAVE_STDDEF_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_STDIO_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_SYS_BYTEORDER_H 1
 | #define HAVE_SYS_FILE_H 1
 | #define HAVE_SYS_MKDEV_H 1
 | #define HAVE_SYS_PARAM_H 1
 | #define HAVE_SYS_SOCKET_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_SYS_STATFS_H 1
 | #define HAVE_SYS_STATVFS_H 1
 | #define HAVE_SYS_TIME_H 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_UIO_H 1
 | #define HAVE_SYS_VFS_H 1
 | #define HAVE_SYSEXITS_H 1
 | #define HAVE_TIME_H 1
 | #define HAVE_TZFILE_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_UTIME_H 1
 | #define HAVE_SYS_MOUNT_H 1
 | #define HAVE_GLOB_H 1
 | #define HAVE_NBCOMPAT_GLOB 1
 | #define HAVE_SYS_QUEUE_H 1
 | #define HAVE_NBCOMPAT_QUEUE 1
 | #define HAVE_REGEX_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_SHA1_H 1
 | #define HAVE_SHA2_H 1
 | #define HAVE_NBCOMPAT_MD5 1
 | #define HAVE_NBCOMPAT_RMD160 1
 | #define HAVE_NBCOMPAT_SHA1 1
 | #define HAVE_NBCOMPAT_SHA2 1
 | #define HAVE_DECL_OPTIND 1
 | #define HAVE_DECL_OPTRESET 0
 | #define HAVE_GETOPT_H 1
 | #define HAVE_NBCOMPAT_VIS 1
 | #define HAVE___ATTRIBUTE__ 1
 | #define HAVE_UINTPTR_T 1
 | #define HAVE_LONG_LONG 1
 | #define HAVE_LONG_DOUBLE 1
 | #define HAVE_FSID_T 1
 | /* end confdefs.h.  */
 | #include <sys/types.h>
 |           #include <sys/param.h>
 | 
 | int
 | main ()
 | {
 | #if ! (defined BYTE_ORDER && defined BIG_ENDIAN                   && defined 
LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN                    && LITTLE_ENDIAN)
 |            bogus endian macros
 |           #endif
 | 
 |   ;
 |   return 0;
 | }
 configure:8135: cc -c -g  conftest.c >&5
 configure:8142: $? = 0
 configure:8173: cc -c -g  conftest.c >&5
 "conftest.c", line 85: undefined symbol: not
 "conftest.c", line 85: syntax error before or at: big
 cc: acomp failed for conftest.c
 configure:8180: $? = 2
 configure: failed program was:
 | /* confdefs.h.  */
 | #define PACKAGE_NAME "libnbcompat"
 | #define PACKAGE_TARNAME "libnbcompat"
 | #define PACKAGE_VERSION "20080519"
 | #define PACKAGE_STRING "libnbcompat 20080519"
 | #define PACKAGE_BUGREPORT "grant%NetBSD.org@localhost"
 | #define STDC_HEADERS 1
 | #define TIME_WITH_SYS_TIME 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_MEMORY_H 1
 | #define HAVE_STRINGS_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_ALLOCA_H 1
 | #define HAVE_ASSERT_H 1
 | #define HAVE_CTYPE_H 1
 | #define HAVE_DIRENT_H 1
 | #define HAVE_ERR_H 1
 | #define HAVE_ERRNO_H 1
 | #define HAVE_FCNTL_H 1
 | #define HAVE_FNMATCH_H 1
 | #define HAVE_GRP_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_LIMITS_H 1
 | #define HAVE_NETDB_H 1
 | #define HAVE_PWD_H 1
 | #define HAVE_SIGNAL_H 1
 | #define HAVE_STDARG_H 1
 | #define HAVE_STDDEF_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_STDIO_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_SYS_BYTEORDER_H 1
 | #define HAVE_SYS_FILE_H 1
 | #define HAVE_SYS_MKDEV_H 1
 | #define HAVE_SYS_PARAM_H 1
 | #define HAVE_SYS_SOCKET_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_SYS_STATFS_H 1
 | #define HAVE_SYS_STATVFS_H 1
 | #define HAVE_SYS_TIME_H 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_UIO_H 1
 | #define HAVE_SYS_VFS_H 1
 | #define HAVE_SYSEXITS_H 1
 | #define HAVE_TIME_H 1
 | #define HAVE_TZFILE_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_UTIME_H 1
 | #define HAVE_SYS_MOUNT_H 1
 | #define HAVE_GLOB_H 1
 | #define HAVE_NBCOMPAT_GLOB 1
 | #define HAVE_SYS_QUEUE_H 1
 | #define HAVE_NBCOMPAT_QUEUE 1
 | #define HAVE_REGEX_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_SHA1_H 1
 | #define HAVE_SHA2_H 1
 | #define HAVE_NBCOMPAT_MD5 1
 | #define HAVE_NBCOMPAT_RMD160 1
 | #define HAVE_NBCOMPAT_SHA1 1
 | #define HAVE_NBCOMPAT_SHA2 1
 | #define HAVE_DECL_OPTIND 1
 | #define HAVE_DECL_OPTRESET 0
 | #define HAVE_GETOPT_H 1
 | #define HAVE_NBCOMPAT_VIS 1
 | #define HAVE___ATTRIBUTE__ 1
 | #define HAVE_UINTPTR_T 1
 | #define HAVE_LONG_LONG 1
 | #define HAVE_LONG_DOUBLE 1
 | #define HAVE_FSID_T 1
 | /* end confdefs.h.  */
 | #include <limits.h>
 | 
 | int
 | main ()
 | {
 | #ifndef _BIG_ENDIAN
 |               not big endian
 |              #endif
 | 
 |   ;
 |   return 0;
 | }
 configure:8337: result: no
 configure:8361: checking size of off_t
 configure:8664: cc -o conftest -g   conftest.c  >&5
 "conftest.c", line 142: warning: statement not reached
 configure:8668: $? = 0
 configure:8674: ./conftest
 configure:8678: $? = 0
 configure:8702: result: 4
 configure:8719: checking for stdlib.h
 configure:8726: result: yes
 configure:8864: checking for GNU libc compatible malloc
 configure:8898: cc -o conftest -g   conftest.c  >&5
 "conftest.c", line 92: warning: statement not reached
 configure:8902: $? = 0
 configure:8908: ./conftest
 configure:8912: $? = 0
 configure:8929: result: yes
 configure:8957: checking whether strerror_r is declared
 configure:8986: cc -c -g  conftest.c >&5
 configure:8993: $? = 0
 configure:9008: result: yes
 configure:9030: checking for strerror_r
 configure:9086: cc -o conftest -g   conftest.c  >&5
 "conftest.c", line 119: warning: statement not reached
 configure:9093: $? = 0
 configure:9115: result: yes
 configure:9126: checking whether strerror_r returns char *
 configure:9160: cc -c -g  conftest.c >&5
 "conftest.c", line 122: cannot dereference non-pointer type
 "conftest.c", line 123: warning: improper pointer/integer combination: op "="
 "conftest.c", line 127: warning: statement not reached
 cc: acomp failed for conftest.c
 configure:9167: $? = 2
 configure: failed program was:
 | /* confdefs.h.  */
 | #define PACKAGE_NAME "libnbcompat"
 | #define PACKAGE_TARNAME "libnbcompat"
 | #define PACKAGE_VERSION "20080519"
 | #define PACKAGE_STRING "libnbcompat 20080519"
 | #define PACKAGE_BUGREPORT "grant%NetBSD.org@localhost"
 | #define STDC_HEADERS 1
 | #define TIME_WITH_SYS_TIME 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_MEMORY_H 1
 | #define HAVE_STRINGS_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_ALLOCA_H 1
 | #define HAVE_ASSERT_H 1
 | #define HAVE_CTYPE_H 1
 | #define HAVE_DIRENT_H 1
 | #define HAVE_ERR_H 1
 | #define HAVE_ERRNO_H 1
 | #define HAVE_FCNTL_H 1
 | #define HAVE_FNMATCH_H 1
 | #define HAVE_GRP_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_LIMITS_H 1
 | #define HAVE_NETDB_H 1
 | #define HAVE_PWD_H 1
 | #define HAVE_SIGNAL_H 1
 | #define HAVE_STDARG_H 1
 | #define HAVE_STDDEF_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_STDIO_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_SYS_BYTEORDER_H 1
 | #define HAVE_SYS_FILE_H 1
 | #define HAVE_SYS_MKDEV_H 1
 | #define HAVE_SYS_PARAM_H 1
 | #define HAVE_SYS_SOCKET_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_SYS_STATFS_H 1
 | #define HAVE_SYS_STATVFS_H 1
 | #define HAVE_SYS_TIME_H 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_UIO_H 1
 | #define HAVE_SYS_VFS_H 1
 | #define HAVE_SYSEXITS_H 1
 | #define HAVE_TIME_H 1
 | #define HAVE_TZFILE_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_UTIME_H 1
 | #define HAVE_SYS_MOUNT_H 1
 | #define HAVE_GLOB_H 1
 | #define HAVE_NBCOMPAT_GLOB 1
 | #define HAVE_SYS_QUEUE_H 1
 | #define HAVE_NBCOMPAT_QUEUE 1
 | #define HAVE_REGEX_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_SHA1_H 1
 | #define HAVE_SHA2_H 1
 | #define HAVE_NBCOMPAT_MD5 1
 | #define HAVE_NBCOMPAT_RMD160 1
 | #define HAVE_NBCOMPAT_SHA1 1
 | #define HAVE_NBCOMPAT_SHA2 1
 | #define HAVE_DECL_OPTIND 1
 | #define HAVE_DECL_OPTRESET 0
 | #define HAVE_GETOPT_H 1
 | #define HAVE_NBCOMPAT_VIS 1
 | #define HAVE___ATTRIBUTE__ 1
 | #define HAVE_UINTPTR_T 1
 | #define HAVE_LONG_LONG 1
 | #define HAVE_LONG_DOUBLE 1
 | #define HAVE_FSID_T 1
 | #define SIZEOF_OFF_T 4
 | #define HAVE_STDLIB_H 1
 | #define HAVE_MALLOC 1
 | #define HAVE_DECL_STRERROR_R 1
 | #define HAVE_STRERROR_R 1
 | /* end confdefs.h.  */
 | #include <stdio.h>
 | #ifdef HAVE_SYS_TYPES_H
 | # include <sys/types.h>
 | #endif
 | #ifdef HAVE_SYS_STAT_H
 | # include <sys/stat.h>
 | #endif
 | #ifdef STDC_HEADERS
 | # include <stdlib.h>
 | # include <stddef.h>
 | #else
 | # ifdef HAVE_STDLIB_H
 | #  include <stdlib.h>
 | # endif
 | #endif
 | #ifdef HAVE_STRING_H
 | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
 | #  include <memory.h>
 | # endif
 | # include <string.h>
 | #endif
 | #ifdef HAVE_STRINGS_H
 | # include <strings.h>
 | #endif
 | #ifdef HAVE_INTTYPES_H
 | # include <inttypes.h>
 | #endif
 | #ifdef HAVE_STDINT_H
 | # include <stdint.h>
 | #endif
 | #ifdef HAVE_UNISTD_H
 | # include <unistd.h>
 | #endif
 | int
 | main ()
 | {
 | 
 |        char buf[100];
 |        char x = *strerror_r (0, buf, sizeof buf);
 |        char *p = strerror_r (0, buf, sizeof buf);
 |        return !p || x;
 | 
 |   ;
 |   return 0;
 | }
 configure:9246: result: no
 configure:9256: checking for pid_t
 configure:9284: cc -c -g  conftest.c >&5
 configure:9291: $? = 0
 configure:9318: cc -c -g  conftest.c >&5
 "conftest.c", line 120: syntax error before or at: )
 cc: acomp failed for conftest.c
 configure:9325: $? = 2
 configure: failed program was:
 | /* confdefs.h.  */
 | #define PACKAGE_NAME "libnbcompat"
 | #define PACKAGE_TARNAME "libnbcompat"
 | #define PACKAGE_VERSION "20080519"
 | #define PACKAGE_STRING "libnbcompat 20080519"
 | #define PACKAGE_BUGREPORT "grant%NetBSD.org@localhost"
 | #define STDC_HEADERS 1
 | #define TIME_WITH_SYS_TIME 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_MEMORY_H 1
 | #define HAVE_STRINGS_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_ALLOCA_H 1
 | #define HAVE_ASSERT_H 1
 | #define HAVE_CTYPE_H 1
 | #define HAVE_DIRENT_H 1
 | #define HAVE_ERR_H 1
 | #define HAVE_ERRNO_H 1
 | #define HAVE_FCNTL_H 1
 | #define HAVE_FNMATCH_H 1
 | #define HAVE_GRP_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_LIMITS_H 1
 | #define HAVE_NETDB_H 1
 | #define HAVE_PWD_H 1
 | #define HAVE_SIGNAL_H 1
 | #define HAVE_STDARG_H 1
 | #define HAVE_STDDEF_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_STDIO_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_SYS_BYTEORDER_H 1
 | #define HAVE_SYS_FILE_H 1
 | #define HAVE_SYS_MKDEV_H 1
 | #define HAVE_SYS_PARAM_H 1
 | #define HAVE_SYS_SOCKET_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_SYS_STATFS_H 1
 | #define HAVE_SYS_STATVFS_H 1
 | #define HAVE_SYS_TIME_H 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_UIO_H 1
 | #define HAVE_SYS_VFS_H 1
 | #define HAVE_SYSEXITS_H 1
 | #define HAVE_TIME_H 1
 | #define HAVE_TZFILE_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_UTIME_H 1
 | #define HAVE_SYS_MOUNT_H 1
 | #define HAVE_GLOB_H 1
 | #define HAVE_NBCOMPAT_GLOB 1
 | #define HAVE_SYS_QUEUE_H 1
 | #define HAVE_NBCOMPAT_QUEUE 1
 | #define HAVE_REGEX_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_SHA1_H 1
 | #define HAVE_SHA2_H 1
 | #define HAVE_NBCOMPAT_MD5 1
 | #define HAVE_NBCOMPAT_RMD160 1
 | #define HAVE_NBCOMPAT_SHA1 1
 | #define HAVE_NBCOMPAT_SHA2 1
 | #define HAVE_DECL_OPTIND 1
 | #define HAVE_DECL_OPTRESET 0
 | #define HAVE_GETOPT_H 1
 | #define HAVE_NBCOMPAT_VIS 1
 | #define HAVE___ATTRIBUTE__ 1
 | #define HAVE_UINTPTR_T 1
 | #define HAVE_LONG_LONG 1
 | #define HAVE_LONG_DOUBLE 1
 | #define HAVE_FSID_T 1
 | #define SIZEOF_OFF_T 4
 | #define HAVE_STDLIB_H 1
 | #define HAVE_MALLOC 1
 | #define HAVE_DECL_STRERROR_R 1
 | #define HAVE_STRERROR_R 1
 | /* end confdefs.h.  */
 | #include <stdio.h>
 | #ifdef HAVE_SYS_TYPES_H
 | # include <sys/types.h>
 | #endif
 | #ifdef HAVE_SYS_STAT_H
 | # include <sys/stat.h>
 | #endif
 | #ifdef STDC_HEADERS
 | # include <stdlib.h>
 | # include <stddef.h>
 | #else
 | # ifdef HAVE_STDLIB_H
 | #  include <stdlib.h>
 | # endif
 | #endif
 | #ifdef HAVE_STRING_H
 | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
 | #  include <memory.h>
 | # endif
 | # include <string.h>
 | #endif
 | #ifdef HAVE_STRINGS_H
 | # include <strings.h>
 | #endif
 | #ifdef HAVE_INTTYPES_H
 | # include <inttypes.h>
 | #endif
 | #ifdef HAVE_STDINT_H
 | # include <stdint.h>
 | #endif
 | #ifdef HAVE_UNISTD_H
 | # include <unistd.h>
 | #endif
 | int
 | main ()
 | {
 | if (sizeof ((pid_t)))
 |        return 0;
 |   ;
 |   return 0;
 | }
 configure:9348: result: yes
 configure:9376: checking vfork.h usability
 configure:9393: cc -c -g  conftest.c >&5
 "conftest.c", line 117: cannot find include file: <vfork.h>
 cc: acomp failed for conftest.c
 configure:9400: $? = 2
 configure: failed program was:
 | /* confdefs.h.  */
 | #define PACKAGE_NAME "libnbcompat"
 | #define PACKAGE_TARNAME "libnbcompat"
 | #define PACKAGE_VERSION "20080519"
 | #define PACKAGE_STRING "libnbcompat 20080519"
 | #define PACKAGE_BUGREPORT "grant%NetBSD.org@localhost"
 | #define STDC_HEADERS 1
 | #define TIME_WITH_SYS_TIME 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_MEMORY_H 1
 | #define HAVE_STRINGS_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_ALLOCA_H 1
 | #define HAVE_ASSERT_H 1
 | #define HAVE_CTYPE_H 1
 | #define HAVE_DIRENT_H 1
 | #define HAVE_ERR_H 1
 | #define HAVE_ERRNO_H 1
 | #define HAVE_FCNTL_H 1
 | #define HAVE_FNMATCH_H 1
 | #define HAVE_GRP_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_LIMITS_H 1
 | #define HAVE_NETDB_H 1
 | #define HAVE_PWD_H 1
 | #define HAVE_SIGNAL_H 1
 | #define HAVE_STDARG_H 1
 | #define HAVE_STDDEF_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_STDIO_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_SYS_BYTEORDER_H 1
 | #define HAVE_SYS_FILE_H 1
 | #define HAVE_SYS_MKDEV_H 1
 | #define HAVE_SYS_PARAM_H 1
 | #define HAVE_SYS_SOCKET_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_SYS_STATFS_H 1
 | #define HAVE_SYS_STATVFS_H 1
 | #define HAVE_SYS_TIME_H 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_UIO_H 1
 | #define HAVE_SYS_VFS_H 1
 | #define HAVE_SYSEXITS_H 1
 | #define HAVE_TIME_H 1
 | #define HAVE_TZFILE_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_UTIME_H 1
 | #define HAVE_SYS_MOUNT_H 1
 | #define HAVE_GLOB_H 1
 | #define HAVE_NBCOMPAT_GLOB 1
 | #define HAVE_SYS_QUEUE_H 1
 | #define HAVE_NBCOMPAT_QUEUE 1
 | #define HAVE_REGEX_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_SHA1_H 1
 | #define HAVE_SHA2_H 1
 | #define HAVE_NBCOMPAT_MD5 1
 | #define HAVE_NBCOMPAT_RMD160 1
 | #define HAVE_NBCOMPAT_SHA1 1
 | #define HAVE_NBCOMPAT_SHA2 1
 | #define HAVE_DECL_OPTIND 1
 | #define HAVE_DECL_OPTRESET 0
 | #define HAVE_GETOPT_H 1
 | #define HAVE_NBCOMPAT_VIS 1
 | #define HAVE___ATTRIBUTE__ 1
 | #define HAVE_UINTPTR_T 1
 | #define HAVE_LONG_LONG 1
 | #define HAVE_LONG_DOUBLE 1
 | #define HAVE_FSID_T 1
 | #define SIZEOF_OFF_T 4
 | #define HAVE_STDLIB_H 1
 | #define HAVE_MALLOC 1
 | #define HAVE_DECL_STRERROR_R 1
 | #define HAVE_STRERROR_R 1
 | /* end confdefs.h.  */
 | #include <stdio.h>
 | #ifdef HAVE_SYS_TYPES_H
 | # include <sys/types.h>
 | #endif
 | #ifdef HAVE_SYS_STAT_H
 | # include <sys/stat.h>
 | #endif
 | #ifdef STDC_HEADERS
 | # include <stdlib.h>
 | # include <stddef.h>
 | #else
 | # ifdef HAVE_STDLIB_H
 | #  include <stdlib.h>
 | # endif
 | #endif
 | #ifdef HAVE_STRING_H
 | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
 | #  include <memory.h>
 | # endif
 | # include <string.h>
 | #endif
 | #ifdef HAVE_STRINGS_H
 | # include <strings.h>
 | #endif
 | #ifdef HAVE_INTTYPES_H
 | # include <inttypes.h>
 | #endif
 | #ifdef HAVE_STDINT_H
 | # include <stdint.h>
 | #endif
 | #ifdef HAVE_UNISTD_H
 | # include <unistd.h>
 | #endif
 | #include <vfork.h>
 configure:9414: result: no
 configure:9418: checking vfork.h presence
 configure:9433: cc -E  conftest.c
 "conftest.c", line 84: cannot find include file: <vfork.h>
 cc: acomp failed for conftest.c
 configure:9440: $? = 2
 configure: failed program was:
 | /* confdefs.h.  */
 | #define PACKAGE_NAME "libnbcompat"
 | #define PACKAGE_TARNAME "libnbcompat"
 | #define PACKAGE_VERSION "20080519"
 | #define PACKAGE_STRING "libnbcompat 20080519"
 | #define PACKAGE_BUGREPORT "grant%NetBSD.org@localhost"
 | #define STDC_HEADERS 1
 | #define TIME_WITH_SYS_TIME 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_MEMORY_H 1
 | #define HAVE_STRINGS_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_ALLOCA_H 1
 | #define HAVE_ASSERT_H 1
 | #define HAVE_CTYPE_H 1
 | #define HAVE_DIRENT_H 1
 | #define HAVE_ERR_H 1
 | #define HAVE_ERRNO_H 1
 | #define HAVE_FCNTL_H 1
 | #define HAVE_FNMATCH_H 1
 | #define HAVE_GRP_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_LIMITS_H 1
 | #define HAVE_NETDB_H 1
 | #define HAVE_PWD_H 1
 | #define HAVE_SIGNAL_H 1
 | #define HAVE_STDARG_H 1
 | #define HAVE_STDDEF_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_STDIO_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_SYS_BYTEORDER_H 1
 | #define HAVE_SYS_FILE_H 1
 | #define HAVE_SYS_MKDEV_H 1
 | #define HAVE_SYS_PARAM_H 1
 | #define HAVE_SYS_SOCKET_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_SYS_STATFS_H 1
 | #define HAVE_SYS_STATVFS_H 1
 | #define HAVE_SYS_TIME_H 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_UIO_H 1
 | #define HAVE_SYS_VFS_H 1
 | #define HAVE_SYSEXITS_H 1
 | #define HAVE_TIME_H 1
 | #define HAVE_TZFILE_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_UTIME_H 1
 | #define HAVE_SYS_MOUNT_H 1
 | #define HAVE_GLOB_H 1
 | #define HAVE_NBCOMPAT_GLOB 1
 | #define HAVE_SYS_QUEUE_H 1
 | #define HAVE_NBCOMPAT_QUEUE 1
 | #define HAVE_REGEX_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_SHA1_H 1
 | #define HAVE_SHA2_H 1
 | #define HAVE_NBCOMPAT_MD5 1
 | #define HAVE_NBCOMPAT_RMD160 1
 | #define HAVE_NBCOMPAT_SHA1 1
 | #define HAVE_NBCOMPAT_SHA2 1
 | #define HAVE_DECL_OPTIND 1
 | #define HAVE_DECL_OPTRESET 0
 | #define HAVE_GETOPT_H 1
 | #define HAVE_NBCOMPAT_VIS 1
 | #define HAVE___ATTRIBUTE__ 1
 | #define HAVE_UINTPTR_T 1
 | #define HAVE_LONG_LONG 1
 | #define HAVE_LONG_DOUBLE 1
 | #define HAVE_FSID_T 1
 | #define SIZEOF_OFF_T 4
 | #define HAVE_STDLIB_H 1
 | #define HAVE_MALLOC 1
 | #define HAVE_DECL_STRERROR_R 1
 | #define HAVE_STRERROR_R 1
 | /* end confdefs.h.  */
 | #include <vfork.h>
 configure:9454: result: no
 configure:9487: checking for vfork.h
 configure:9496: result: no
 configure:9515: checking for fork
 configure:9571: cc -o conftest -g   conftest.c  >&5
 "conftest.c", line 120: warning: statement not reached
 configure:9578: $? = 0
 configure:9600: result: yes
 configure:9515: checking for vfork
 configure:9571: cc -o conftest -g   conftest.c  >&5
 "conftest.c", line 121: warning: statement not reached
 configure:9578: $? = 0
 configure:9600: result: yes
 configure:9612: checking for working fork
 configure:9644: cc -o conftest -g   conftest.c  >&5
 "conftest.c", line 127: warning: statement not reached
 configure:9648: $? = 0
 configure:9654: ./conftest
 configure:9658: $? = 0
 configure:9675: result: yes
 configure:9696: checking for working vfork
 configure:9837: result: yes
 configure:9872: checking for vprintf
 configure:9928: cc -o conftest -g   conftest.c  >&5
 "conftest.c", line 124: warning: statement not reached
 configure:9935: $? = 0
 configure:9957: result: yes
 configure:9965: checking for _doprnt
 configure:10021: cc -o conftest -g   conftest.c  >&5
 "conftest.c", line 125: warning: statement not reached
 configure:10028: $? = 0
 configure:10048: result: yes
 configure:10063: checking whether snprintf is declared
 configure:10093: cc -c -g  conftest.c >&5
 configure:10100: $? = 0
 configure:10115: result: yes
 configure:10131: checking whether vasprintf is declared
 configure:10161: cc -c -g  conftest.c >&5
 "conftest.c", line 97: undefined symbol: vasprintf
 cc: acomp failed for conftest.c
 configure:10168: $? = 2
 configure: failed program was:
 | /* confdefs.h.  */
 | #define PACKAGE_NAME "libnbcompat"
 | #define PACKAGE_TARNAME "libnbcompat"
 | #define PACKAGE_VERSION "20080519"
 | #define PACKAGE_STRING "libnbcompat 20080519"
 | #define PACKAGE_BUGREPORT "grant%NetBSD.org@localhost"
 | #define STDC_HEADERS 1
 | #define TIME_WITH_SYS_TIME 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_MEMORY_H 1
 | #define HAVE_STRINGS_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_ALLOCA_H 1
 | #define HAVE_ASSERT_H 1
 | #define HAVE_CTYPE_H 1
 | #define HAVE_DIRENT_H 1
 | #define HAVE_ERR_H 1
 | #define HAVE_ERRNO_H 1
 | #define HAVE_FCNTL_H 1
 | #define HAVE_FNMATCH_H 1
 | #define HAVE_GRP_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_LIMITS_H 1
 | #define HAVE_NETDB_H 1
 | #define HAVE_PWD_H 1
 | #define HAVE_SIGNAL_H 1
 | #define HAVE_STDARG_H 1
 | #define HAVE_STDDEF_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_STDIO_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_SYS_BYTEORDER_H 1
 | #define HAVE_SYS_FILE_H 1
 | #define HAVE_SYS_MKDEV_H 1
 | #define HAVE_SYS_PARAM_H 1
 | #define HAVE_SYS_SOCKET_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_SYS_STATFS_H 1
 | #define HAVE_SYS_STATVFS_H 1
 | #define HAVE_SYS_TIME_H 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_UIO_H 1
 | #define HAVE_SYS_VFS_H 1
 | #define HAVE_SYSEXITS_H 1
 | #define HAVE_TIME_H 1
 | #define HAVE_TZFILE_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_UTIME_H 1
 | #define HAVE_SYS_MOUNT_H 1
 | #define HAVE_GLOB_H 1
 | #define HAVE_NBCOMPAT_GLOB 1
 | #define HAVE_SYS_QUEUE_H 1
 | #define HAVE_NBCOMPAT_QUEUE 1
 | #define HAVE_REGEX_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_SHA1_H 1
 | #define HAVE_SHA2_H 1
 | #define HAVE_NBCOMPAT_MD5 1
 | #define HAVE_NBCOMPAT_RMD160 1
 | #define HAVE_NBCOMPAT_SHA1 1
 | #define HAVE_NBCOMPAT_SHA2 1
 | #define HAVE_DECL_OPTIND 1
 | #define HAVE_DECL_OPTRESET 0
 | #define HAVE_GETOPT_H 1
 | #define HAVE_NBCOMPAT_VIS 1
 | #define HAVE___ATTRIBUTE__ 1
 | #define HAVE_UINTPTR_T 1
 | #define HAVE_LONG_LONG 1
 | #define HAVE_LONG_DOUBLE 1
 | #define HAVE_FSID_T 1
 | #define SIZEOF_OFF_T 4
 | #define HAVE_STDLIB_H 1
 | #define HAVE_MALLOC 1
 | #define HAVE_DECL_STRERROR_R 1
 | #define HAVE_STRERROR_R 1
 | #define HAVE_FORK 1
 | #define HAVE_VFORK 1
 | #define HAVE_WORKING_VFORK 1
 | #define HAVE_WORKING_FORK 1
 | #define HAVE_VPRINTF 1
 | #define HAVE_DOPRNT 1
 | #define HAVE_DECL_SNPRINTF 1
 | /* end confdefs.h.  */
 | #include <stdio.h>
 | 
 | int
 | main ()
 | {
 | #ifndef vasprintf
 |   (void) vasprintf;
 | #endif
 | 
 |   ;
 |   return 0;
 | }
 configure:10183: result: no
 configure:10240: checking for asprintf
 configure:10296: cc -o conftest -g   conftest.c  >&5
 "conftest.c", line 128: warning: statement not reached
 Undefined                      first referenced
  symbol                            in file
 asprintf                            conftest.o
 ld: fatal: Symbol referencing errors. No output written to conftest
 configure:10303: $? = 1
 configure: failed program was:
 | /* confdefs.h.  */
 | #define PACKAGE_NAME "libnbcompat"
 | #define PACKAGE_TARNAME "libnbcompat"
 | #define PACKAGE_VERSION "20080519"
 | #define PACKAGE_STRING "libnbcompat 20080519"
 | #define PACKAGE_BUGREPORT "grant%NetBSD.org@localhost"
 | #define STDC_HEADERS 1
 | #define TIME_WITH_SYS_TIME 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_MEMORY_H 1
 | #define HAVE_STRINGS_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_ALLOCA_H 1
 | #define HAVE_ASSERT_H 1
 | #define HAVE_CTYPE_H 1
 | #define HAVE_DIRENT_H 1
 | #define HAVE_ERR_H 1
 | #define HAVE_ERRNO_H 1
 | #define HAVE_FCNTL_H 1
 | #define HAVE_FNMATCH_H 1
 | #define HAVE_GRP_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_LIMITS_H 1
 | #define HAVE_NETDB_H 1
 | #define HAVE_PWD_H 1
 | #define HAVE_SIGNAL_H 1
 | #define HAVE_STDARG_H 1
 | #define HAVE_STDDEF_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_STDIO_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_SYS_BYTEORDER_H 1
 | #define HAVE_SYS_FILE_H 1
 | #define HAVE_SYS_MKDEV_H 1
 | #define HAVE_SYS_PARAM_H 1
 | #define HAVE_SYS_SOCKET_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_SYS_STATFS_H 1
 | #define HAVE_SYS_STATVFS_H 1
 | #define HAVE_SYS_TIME_H 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_UIO_H 1
 | #define HAVE_SYS_VFS_H 1
 | #define HAVE_SYSEXITS_H 1
 | #define HAVE_TIME_H 1
 | #define HAVE_TZFILE_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_UTIME_H 1
 | #define HAVE_SYS_MOUNT_H 1
 | #define HAVE_GLOB_H 1
 | #define HAVE_NBCOMPAT_GLOB 1
 | #define HAVE_SYS_QUEUE_H 1
 | #define HAVE_NBCOMPAT_QUEUE 1
 | #define HAVE_REGEX_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_SHA1_H 1
 | #define HAVE_SHA2_H 1
 | #define HAVE_NBCOMPAT_MD5 1
 | #define HAVE_NBCOMPAT_RMD160 1
 | #define HAVE_NBCOMPAT_SHA1 1
 | #define HAVE_NBCOMPAT_SHA2 1
 | #define HAVE_DECL_OPTIND 1
 | #define HAVE_DECL_OPTRESET 0
 | #define HAVE_GETOPT_H 1
 | #define HAVE_NBCOMPAT_VIS 1
 | #define HAVE___ATTRIBUTE__ 1
 | #define HAVE_UINTPTR_T 1
 | #define HAVE_LONG_LONG 1
 | #define HAVE_LONG_DOUBLE 1
 | #define HAVE_FSID_T 1
 | #define SIZEOF_OFF_T 4
 | #define HAVE_STDLIB_H 1
 | #define HAVE_MALLOC 1
 | #define HAVE_DECL_STRERROR_R 1
 | #define HAVE_STRERROR_R 1
 | #define HAVE_FORK 1
 | #define HAVE_VFORK 1
 | #define HAVE_WORKING_VFORK 1
 | #define HAVE_WORKING_FORK 1
 | #define HAVE_VPRINTF 1
 | #define HAVE_DOPRNT 1
 | #define HAVE_DECL_SNPRINTF 1
 | #define HAVE_DECL_VASPRINTF 0
 | /* end confdefs.h.  */
 | /* Define asprintf to an innocuous variant, in case <limits.h> declares 
asprintf.
 |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
 | #define asprintf innocuous_asprintf
 | 
 | /* System header to define __stub macros and hopefully few prototypes,
 |     which can conflict with char asprintf (); 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 asprintf
 | 
 | /* Override any GCC internal prototype to avoid an error.
 |    Use char because int might match the return type of a GCC
 |    builtin and then its argument prototype would still apply.  */
 | #ifdef __cplusplus
 | extern "C"
 | #endif
 | char asprintf ();
 | /* 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_asprintf || defined __stub___asprintf
 | choke me
 | #endif
 | 
 | int
 | main ()
 | {
 | return asprintf ();
 |   ;
 |   return 0;
 | }
 configure:10325: result: no
 configure:10240: checking for err
 configure:10296: cc -o conftest -g   conftest.c  >&5
 "conftest.c", line 128: warning: statement not reached
 configure:10303: $? = 0
 configure:10325: result: yes
 configure:10240: checking for fgetln
 configure:10296: cc -o conftest -g   conftest.c  >&5
 "conftest.c", line 129: warning: statement not reached
 Undefined                      first referenced
  symbol                            in file
 fgetln                              conftest.o
 ld: fatal: Symbol referencing errors. No output written to conftest
 configure:10303: $? = 1
 configure: failed program was:
 | /* confdefs.h.  */
 | #define PACKAGE_NAME "libnbcompat"
 | #define PACKAGE_TARNAME "libnbcompat"
 | #define PACKAGE_VERSION "20080519"
 | #define PACKAGE_STRING "libnbcompat 20080519"
 | #define PACKAGE_BUGREPORT "grant%NetBSD.org@localhost"
 | #define STDC_HEADERS 1
 | #define TIME_WITH_SYS_TIME 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_MEMORY_H 1
 | #define HAVE_STRINGS_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_ALLOCA_H 1
 | #define HAVE_ASSERT_H 1
 | #define HAVE_CTYPE_H 1
 | #define HAVE_DIRENT_H 1
 | #define HAVE_ERR_H 1
 | #define HAVE_ERRNO_H 1
 | #define HAVE_FCNTL_H 1
 | #define HAVE_FNMATCH_H 1
 | #define HAVE_GRP_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_LIMITS_H 1
 | #define HAVE_NETDB_H 1
 | #define HAVE_PWD_H 1
 | #define HAVE_SIGNAL_H 1
 | #define HAVE_STDARG_H 1
 | #define HAVE_STDDEF_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_STDIO_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_SYS_BYTEORDER_H 1
 | #define HAVE_SYS_FILE_H 1
 | #define HAVE_SYS_MKDEV_H 1
 | #define HAVE_SYS_PARAM_H 1
 | #define HAVE_SYS_SOCKET_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_SYS_STATFS_H 1
 | #define HAVE_SYS_STATVFS_H 1
 | #define HAVE_SYS_TIME_H 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_UIO_H 1
 | #define HAVE_SYS_VFS_H 1
 | #define HAVE_SYSEXITS_H 1
 | #define HAVE_TIME_H 1
 | #define HAVE_TZFILE_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_UTIME_H 1
 | #define HAVE_SYS_MOUNT_H 1
 | #define HAVE_GLOB_H 1
 | #define HAVE_NBCOMPAT_GLOB 1
 | #define HAVE_SYS_QUEUE_H 1
 | #define HAVE_NBCOMPAT_QUEUE 1
 | #define HAVE_REGEX_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_SHA1_H 1
 | #define HAVE_SHA2_H 1
 | #define HAVE_NBCOMPAT_MD5 1
 | #define HAVE_NBCOMPAT_RMD160 1
 | #define HAVE_NBCOMPAT_SHA1 1
 | #define HAVE_NBCOMPAT_SHA2 1
 | #define HAVE_DECL_OPTIND 1
 | #define HAVE_DECL_OPTRESET 0
 | #define HAVE_GETOPT_H 1
 | #define HAVE_NBCOMPAT_VIS 1
 | #define HAVE___ATTRIBUTE__ 1
 | #define HAVE_UINTPTR_T 1
 | #define HAVE_LONG_LONG 1
 | #define HAVE_LONG_DOUBLE 1
 | #define HAVE_FSID_T 1
 | #define SIZEOF_OFF_T 4
 | #define HAVE_STDLIB_H 1
 | #define HAVE_MALLOC 1
 | #define HAVE_DECL_STRERROR_R 1
 | #define HAVE_STRERROR_R 1
 | #define HAVE_FORK 1
 | #define HAVE_VFORK 1
 | #define HAVE_WORKING_VFORK 1
 | #define HAVE_WORKING_FORK 1
 | #define HAVE_VPRINTF 1
 | #define HAVE_DOPRNT 1
 | #define HAVE_DECL_SNPRINTF 1
 | #define HAVE_DECL_VASPRINTF 0
 | #define HAVE_ERR 1
 | /* end confdefs.h.  */
 | /* Define fgetln to an innocuous variant, in case <limits.h> declares fgetln.
 |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
 | #define fgetln innocuous_fgetln
 | 
 | /* System header to define __stub macros and hopefully few prototypes,
 |     which can conflict with char fgetln (); 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 fgetln
 | 
 | /* Override any GCC internal prototype to avoid an error.
 |    Use char because int might match the return type of a GCC
 |    builtin and then its argument prototype would still apply.  */
 | #ifdef __cplusplus
 | extern "C"
 | #endif
 | char fgetln ();
 | /* 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_fgetln || defined __stub___fgetln
 | choke me
 | #endif
 | 
 | int
 | main ()
 | {
 | return fgetln ();
 |   ;
 |   return 0;
 | }
 configure:10325: result: no
 configure:10240: checking for fnmatch
 configure:10296: cc -o conftest -g   conftest.c  >&5
 "conftest.c", line 129: warning: statement not reached
 configure:10303: $? = 0
 configure:10325: result: yes
 configure:10240: checking for fparseln
 configure:10296: cc -o conftest -g   conftest.c  >&5
 "conftest.c", line 130: warning: statement not reached
 Undefined                      first referenced
  symbol                            in file
 fparseln                            conftest.o
 ld: fatal: Symbol referencing errors. No output written to conftest
 configure:10303: $? = 1
 configure: failed program was:
 | /* confdefs.h.  */
 | #define PACKAGE_NAME "libnbcompat"
 | #define PACKAGE_TARNAME "libnbcompat"
 | #define PACKAGE_VERSION "20080519"
 | #define PACKAGE_STRING "libnbcompat 20080519"
 | #define PACKAGE_BUGREPORT "grant%NetBSD.org@localhost"
 | #define STDC_HEADERS 1
 | #define TIME_WITH_SYS_TIME 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_MEMORY_H 1
 | #define HAVE_STRINGS_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_ALLOCA_H 1
 | #define HAVE_ASSERT_H 1
 | #define HAVE_CTYPE_H 1
 | #define HAVE_DIRENT_H 1
 | #define HAVE_ERR_H 1
 | #define HAVE_ERRNO_H 1
 | #define HAVE_FCNTL_H 1
 | #define HAVE_FNMATCH_H 1
 | #define HAVE_GRP_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_LIMITS_H 1
 | #define HAVE_NETDB_H 1
 | #define HAVE_PWD_H 1
 | #define HAVE_SIGNAL_H 1
 | #define HAVE_STDARG_H 1
 | #define HAVE_STDDEF_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_STDIO_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_SYS_BYTEORDER_H 1
 | #define HAVE_SYS_FILE_H 1
 | #define HAVE_SYS_MKDEV_H 1
 | #define HAVE_SYS_PARAM_H 1
 | #define HAVE_SYS_SOCKET_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_SYS_STATFS_H 1
 | #define HAVE_SYS_STATVFS_H 1
 | #define HAVE_SYS_TIME_H 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_UIO_H 1
 | #define HAVE_SYS_VFS_H 1
 | #define HAVE_SYSEXITS_H 1
 | #define HAVE_TIME_H 1
 | #define HAVE_TZFILE_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_UTIME_H 1
 | #define HAVE_SYS_MOUNT_H 1
 | #define HAVE_GLOB_H 1
 | #define HAVE_NBCOMPAT_GLOB 1
 | #define HAVE_SYS_QUEUE_H 1
 | #define HAVE_NBCOMPAT_QUEUE 1
 | #define HAVE_REGEX_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_SHA1_H 1
 | #define HAVE_SHA2_H 1
 | #define HAVE_NBCOMPAT_MD5 1
 | #define HAVE_NBCOMPAT_RMD160 1
 | #define HAVE_NBCOMPAT_SHA1 1
 | #define HAVE_NBCOMPAT_SHA2 1
 | #define HAVE_DECL_OPTIND 1
 | #define HAVE_DECL_OPTRESET 0
 | #define HAVE_GETOPT_H 1
 | #define HAVE_NBCOMPAT_VIS 1
 | #define HAVE___ATTRIBUTE__ 1
 | #define HAVE_UINTPTR_T 1
 | #define HAVE_LONG_LONG 1
 | #define HAVE_LONG_DOUBLE 1
 | #define HAVE_FSID_T 1
 | #define SIZEOF_OFF_T 4
 | #define HAVE_STDLIB_H 1
 | #define HAVE_MALLOC 1
 | #define HAVE_DECL_STRERROR_R 1
 | #define HAVE_STRERROR_R 1
 | #define HAVE_FORK 1
 | #define HAVE_VFORK 1
 | #define HAVE_WORKING_VFORK 1
 | #define HAVE_WORKING_FORK 1
 | #define HAVE_VPRINTF 1
 | #define HAVE_DOPRNT 1
 | #define HAVE_DECL_SNPRINTF 1
 | #define HAVE_DECL_VASPRINTF 0
 | #define HAVE_ERR 1
 | #define HAVE_FNMATCH 1
 | /* end confdefs.h.  */
 | /* Define fparseln to an innocuous variant, in case <limits.h> declares 
fparseln.
 |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
 | #define fparseln innocuous_fparseln
 | 
 | /* System header to define __stub macros and hopefully few prototypes,
 |     which can conflict with char fparseln (); 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 fparseln
 | 
 | /* Override any GCC internal prototype to avoid an error.
 |    Use char because int might match the return type of a GCC
 |    builtin and then its argument prototype would still apply.  */
 | #ifdef __cplusplus
 | extern "C"
 | #endif
 | char fparseln ();
 | /* 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_fparseln || defined __stub___fparseln
 | choke me
 | #endif
 | 
 | int
 | main ()
 | {
 | return fparseln ();
 |   ;
 |   return 0;
 | }
 configure:10325: result: no
 configure:10240: checking for getenv
 configure:10296: cc -o conftest -g   conftest.c  >&5
 "conftest.c", line 130: warning: statement not reached
 configure:10303: $? = 0
 configure:10325: result: yes
 configure:10240: checking for isblank
 configure:10296: cc -o conftest -g   conftest.c  >&5
 "conftest.c", line 131: warning: statement not reached
 configure:10303: $? = 0
 configure:10325: result: yes
 configure:10240: checking for lchflags
 configure:10296: cc -o conftest -g   conftest.c  >&5
 "conftest.c", line 132: warning: statement not reached
 Undefined                      first referenced
  symbol                            in file
 lchflags                            conftest.o
 ld: fatal: Symbol referencing errors. No output written to conftest
 configure:10303: $? = 1
 configure: failed program was:
 | /* confdefs.h.  */
 | #define PACKAGE_NAME "libnbcompat"
 | #define PACKAGE_TARNAME "libnbcompat"
 | #define PACKAGE_VERSION "20080519"
 | #define PACKAGE_STRING "libnbcompat 20080519"
 | #define PACKAGE_BUGREPORT "grant%NetBSD.org@localhost"
 | #define STDC_HEADERS 1
 | #define TIME_WITH_SYS_TIME 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_MEMORY_H 1
 | #define HAVE_STRINGS_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_ALLOCA_H 1
 | #define HAVE_ASSERT_H 1
 | #define HAVE_CTYPE_H 1
 | #define HAVE_DIRENT_H 1
 | #define HAVE_ERR_H 1
 | #define HAVE_ERRNO_H 1
 | #define HAVE_FCNTL_H 1
 | #define HAVE_FNMATCH_H 1
 | #define HAVE_GRP_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_LIMITS_H 1
 | #define HAVE_NETDB_H 1
 | #define HAVE_PWD_H 1
 | #define HAVE_SIGNAL_H 1
 | #define HAVE_STDARG_H 1
 | #define HAVE_STDDEF_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_STDIO_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_SYS_BYTEORDER_H 1
 | #define HAVE_SYS_FILE_H 1
 | #define HAVE_SYS_MKDEV_H 1
 | #define HAVE_SYS_PARAM_H 1
 | #define HAVE_SYS_SOCKET_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_SYS_STATFS_H 1
 | #define HAVE_SYS_STATVFS_H 1
 | #define HAVE_SYS_TIME_H 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_UIO_H 1
 | #define HAVE_SYS_VFS_H 1
 | #define HAVE_SYSEXITS_H 1
 | #define HAVE_TIME_H 1
 | #define HAVE_TZFILE_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_UTIME_H 1
 | #define HAVE_SYS_MOUNT_H 1
 | #define HAVE_GLOB_H 1
 | #define HAVE_NBCOMPAT_GLOB 1
 | #define HAVE_SYS_QUEUE_H 1
 | #define HAVE_NBCOMPAT_QUEUE 1
 | #define HAVE_REGEX_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_SHA1_H 1
 | #define HAVE_SHA2_H 1
 | #define HAVE_NBCOMPAT_MD5 1
 | #define HAVE_NBCOMPAT_RMD160 1
 | #define HAVE_NBCOMPAT_SHA1 1
 | #define HAVE_NBCOMPAT_SHA2 1
 | #define HAVE_DECL_OPTIND 1
 | #define HAVE_DECL_OPTRESET 0
 | #define HAVE_GETOPT_H 1
 | #define HAVE_NBCOMPAT_VIS 1
 | #define HAVE___ATTRIBUTE__ 1
 | #define HAVE_UINTPTR_T 1
 | #define HAVE_LONG_LONG 1
 | #define HAVE_LONG_DOUBLE 1
 | #define HAVE_FSID_T 1
 | #define SIZEOF_OFF_T 4
 | #define HAVE_STDLIB_H 1
 | #define HAVE_MALLOC 1
 | #define HAVE_DECL_STRERROR_R 1
 | #define HAVE_STRERROR_R 1
 | #define HAVE_FORK 1
 | #define HAVE_VFORK 1
 | #define HAVE_WORKING_VFORK 1
 | #define HAVE_WORKING_FORK 1
 | #define HAVE_VPRINTF 1
 | #define HAVE_DOPRNT 1
 | #define HAVE_DECL_SNPRINTF 1
 | #define HAVE_DECL_VASPRINTF 0
 | #define HAVE_ERR 1
 | #define HAVE_FNMATCH 1
 | #define HAVE_GETENV 1
 | #define HAVE_ISBLANK 1
 | /* end confdefs.h.  */
 | /* Define lchflags to an innocuous variant, in case <limits.h> declares 
lchflags.
 |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
 | #define lchflags innocuous_lchflags
 | 
 | /* System header to define __stub macros and hopefully few prototypes,
 |     which can conflict with char lchflags (); 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 lchflags
 | 
 | /* Override any GCC internal prototype to avoid an error.
 |    Use char because int might match the return type of a GCC
 |    builtin and then its argument prototype would still apply.  */
 | #ifdef __cplusplus
 | extern "C"
 | #endif
 | char lchflags ();
 | /* 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_lchflags || defined __stub___lchflags
 | choke me
 | #endif
 | 
 | int
 | main ()
 | {
 | return lchflags ();
 |   ;
 |   return 0;
 | }
 configure:10325: result: no
 configure:10240: checking for lchmod
 configure:10296: cc -o conftest -g   conftest.c  >&5
 "conftest.c", line 132: warning: statement not reached
 Undefined                      first referenced
  symbol                            in file
 lchmod                              conftest.o
 ld: fatal: Symbol referencing errors. No output written to conftest
 configure:10303: $? = 1
 configure: failed program was:
 | /* confdefs.h.  */
 | #define PACKAGE_NAME "libnbcompat"
 | #define PACKAGE_TARNAME "libnbcompat"
 | #define PACKAGE_VERSION "20080519"
 | #define PACKAGE_STRING "libnbcompat 20080519"
 | #define PACKAGE_BUGREPORT "grant%NetBSD.org@localhost"
 | #define STDC_HEADERS 1
 | #define TIME_WITH_SYS_TIME 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_MEMORY_H 1
 | #define HAVE_STRINGS_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_ALLOCA_H 1
 | #define HAVE_ASSERT_H 1
 | #define HAVE_CTYPE_H 1
 | #define HAVE_DIRENT_H 1
 | #define HAVE_ERR_H 1
 | #define HAVE_ERRNO_H 1
 | #define HAVE_FCNTL_H 1
 | #define HAVE_FNMATCH_H 1
 | #define HAVE_GRP_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_LIMITS_H 1
 | #define HAVE_NETDB_H 1
 | #define HAVE_PWD_H 1
 | #define HAVE_SIGNAL_H 1
 | #define HAVE_STDARG_H 1
 | #define HAVE_STDDEF_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_STDIO_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_SYS_BYTEORDER_H 1
 | #define HAVE_SYS_FILE_H 1
 | #define HAVE_SYS_MKDEV_H 1
 | #define HAVE_SYS_PARAM_H 1
 | #define HAVE_SYS_SOCKET_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_SYS_STATFS_H 1
 | #define HAVE_SYS_STATVFS_H 1
 | #define HAVE_SYS_TIME_H 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_UIO_H 1
 | #define HAVE_SYS_VFS_H 1
 | #define HAVE_SYSEXITS_H 1
 | #define HAVE_TIME_H 1
 | #define HAVE_TZFILE_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_UTIME_H 1
 | #define HAVE_SYS_MOUNT_H 1
 | #define HAVE_GLOB_H 1
 | #define HAVE_NBCOMPAT_GLOB 1
 | #define HAVE_SYS_QUEUE_H 1
 | #define HAVE_NBCOMPAT_QUEUE 1
 | #define HAVE_REGEX_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_SHA1_H 1
 | #define HAVE_SHA2_H 1
 | #define HAVE_NBCOMPAT_MD5 1
 | #define HAVE_NBCOMPAT_RMD160 1
 | #define HAVE_NBCOMPAT_SHA1 1
 | #define HAVE_NBCOMPAT_SHA2 1
 | #define HAVE_DECL_OPTIND 1
 | #define HAVE_DECL_OPTRESET 0
 | #define HAVE_GETOPT_H 1
 | #define HAVE_NBCOMPAT_VIS 1
 | #define HAVE___ATTRIBUTE__ 1
 | #define HAVE_UINTPTR_T 1
 | #define HAVE_LONG_LONG 1
 | #define HAVE_LONG_DOUBLE 1
 | #define HAVE_FSID_T 1
 | #define SIZEOF_OFF_T 4
 | #define HAVE_STDLIB_H 1
 | #define HAVE_MALLOC 1
 | #define HAVE_DECL_STRERROR_R 1
 | #define HAVE_STRERROR_R 1
 | #define HAVE_FORK 1
 | #define HAVE_VFORK 1
 | #define HAVE_WORKING_VFORK 1
 | #define HAVE_WORKING_FORK 1
 | #define HAVE_VPRINTF 1
 | #define HAVE_DOPRNT 1
 | #define HAVE_DECL_SNPRINTF 1
 | #define HAVE_DECL_VASPRINTF 0
 | #define HAVE_ERR 1
 | #define HAVE_FNMATCH 1
 | #define HAVE_GETENV 1
 | #define HAVE_ISBLANK 1
 | /* end confdefs.h.  */
 | /* Define lchmod to an innocuous variant, in case <limits.h> declares lchmod.
 |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
 | #define lchmod innocuous_lchmod
 | 
 | /* System header to define __stub macros and hopefully few prototypes,
 |     which can conflict with char lchmod (); 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 lchmod
 | 
 | /* Override any GCC internal prototype to avoid an error.
 |    Use char because int might match the return type of a GCC
 |    builtin and then its argument prototype would still apply.  */
 | #ifdef __cplusplus
 | extern "C"
 | #endif
 | char lchmod ();
 | /* 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_lchmod || defined __stub___lchmod
 | choke me
 | #endif
 | 
 | int
 | main ()
 | {
 | return lchmod ();
 |   ;
 |   return 0;
 | }
 configure:10325: result: no
 configure:10240: checking for lchown
 configure:10296: cc -o conftest -g   conftest.c  >&5
 "conftest.c", line 132: warning: statement not reached
 configure:10303: $? = 0
 configure:10325: result: yes
 configure:10240: checking for lutimes
 configure:10296: cc -o conftest -g   conftest.c  >&5
 "conftest.c", line 133: warning: statement not reached
 Undefined                      first referenced
  symbol                            in file
 lutimes                             conftest.o
 ld: fatal: Symbol referencing errors. No output written to conftest
 configure:10303: $? = 1
 configure: failed program was:
 | /* confdefs.h.  */
 | #define PACKAGE_NAME "libnbcompat"
 | #define PACKAGE_TARNAME "libnbcompat"
 | #define PACKAGE_VERSION "20080519"
 | #define PACKAGE_STRING "libnbcompat 20080519"
 | #define PACKAGE_BUGREPORT "grant%NetBSD.org@localhost"
 | #define STDC_HEADERS 1
 | #define TIME_WITH_SYS_TIME 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_MEMORY_H 1
 | #define HAVE_STRINGS_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_ALLOCA_H 1
 | #define HAVE_ASSERT_H 1
 | #define HAVE_CTYPE_H 1
 | #define HAVE_DIRENT_H 1
 | #define HAVE_ERR_H 1
 | #define HAVE_ERRNO_H 1
 | #define HAVE_FCNTL_H 1
 | #define HAVE_FNMATCH_H 1
 | #define HAVE_GRP_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_LIMITS_H 1
 | #define HAVE_NETDB_H 1
 | #define HAVE_PWD_H 1
 | #define HAVE_SIGNAL_H 1
 | #define HAVE_STDARG_H 1
 | #define HAVE_STDDEF_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_STDIO_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_SYS_BYTEORDER_H 1
 | #define HAVE_SYS_FILE_H 1
 | #define HAVE_SYS_MKDEV_H 1
 | #define HAVE_SYS_PARAM_H 1
 | #define HAVE_SYS_SOCKET_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_SYS_STATFS_H 1
 | #define HAVE_SYS_STATVFS_H 1
 | #define HAVE_SYS_TIME_H 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_UIO_H 1
 | #define HAVE_SYS_VFS_H 1
 | #define HAVE_SYSEXITS_H 1
 | #define HAVE_TIME_H 1
 | #define HAVE_TZFILE_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_UTIME_H 1
 | #define HAVE_SYS_MOUNT_H 1
 | #define HAVE_GLOB_H 1
 | #define HAVE_NBCOMPAT_GLOB 1
 | #define HAVE_SYS_QUEUE_H 1
 | #define HAVE_NBCOMPAT_QUEUE 1
 | #define HAVE_REGEX_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_SHA1_H 1
 | #define HAVE_SHA2_H 1
 | #define HAVE_NBCOMPAT_MD5 1
 | #define HAVE_NBCOMPAT_RMD160 1
 | #define HAVE_NBCOMPAT_SHA1 1
 | #define HAVE_NBCOMPAT_SHA2 1
 | #define HAVE_DECL_OPTIND 1
 | #define HAVE_DECL_OPTRESET 0
 | #define HAVE_GETOPT_H 1
 | #define HAVE_NBCOMPAT_VIS 1
 | #define HAVE___ATTRIBUTE__ 1
 | #define HAVE_UINTPTR_T 1
 | #define HAVE_LONG_LONG 1
 | #define HAVE_LONG_DOUBLE 1
 | #define HAVE_FSID_T 1
 | #define SIZEOF_OFF_T 4
 | #define HAVE_STDLIB_H 1
 | #define HAVE_MALLOC 1
 | #define HAVE_DECL_STRERROR_R 1
 | #define HAVE_STRERROR_R 1
 | #define HAVE_FORK 1
 | #define HAVE_VFORK 1
 | #define HAVE_WORKING_VFORK 1
 | #define HAVE_WORKING_FORK 1
 | #define HAVE_VPRINTF 1
 | #define HAVE_DOPRNT 1
 | #define HAVE_DECL_SNPRINTF 1
 | #define HAVE_DECL_VASPRINTF 0
 | #define HAVE_ERR 1
 | #define HAVE_FNMATCH 1
 | #define HAVE_GETENV 1
 | #define HAVE_ISBLANK 1
 | #define HAVE_LCHOWN 1
 | /* end confdefs.h.  */
 | /* Define lutimes to an innocuous variant, in case <limits.h> declares 
lutimes.
 |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
 | #define lutimes innocuous_lutimes
 | 
 | /* System header to define __stub macros and hopefully few prototypes,
 |     which can conflict with char lutimes (); 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 lutimes
 | 
 | /* Override any GCC internal prototype to avoid an error.
 |    Use char because int might match the return type of a GCC
 |    builtin and then its argument prototype would still apply.  */
 | #ifdef __cplusplus
 | extern "C"
 | #endif
 | char lutimes ();
 | /* 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_lutimes || defined __stub___lutimes
 | choke me
 | #endif
 | 
 | int
 | main ()
 | {
 | return lutimes ();
 |   ;
 |   return 0;
 | }
 configure:10325: result: no
 configure:10240: checking for mkdtemp
 configure:10296: cc -o conftest -g   conftest.c  >&5
 "conftest.c", line 133: warning: statement not reached
 configure:10303: $? = 0
 configure:10325: result: yes
 configure:10240: checking for mkstemp
 configure:10296: cc -o conftest -g   conftest.c  >&5
 "conftest.c", line 134: warning: statement not reached
 configure:10303: $? = 0
 configure:10325: result: yes
 configure:10240: checking for setenv
 configure:10296: cc -o conftest -g   conftest.c  >&5
 "conftest.c", line 135: warning: statement not reached
 configure:10303: $? = 0
 configure:10325: result: yes
 configure:10240: checking for setgroupent
 configure:10296: cc -o conftest -g   conftest.c  >&5
 "conftest.c", line 136: warning: statement not reached
 Undefined                      first referenced
  symbol                            in file
 setgroupent                         conftest.o
 ld: fatal: Symbol referencing errors. No output written to conftest
 configure:10303: $? = 1
 configure: failed program was:
 | /* confdefs.h.  */
 | #define PACKAGE_NAME "libnbcompat"
 | #define PACKAGE_TARNAME "libnbcompat"
 | #define PACKAGE_VERSION "20080519"
 | #define PACKAGE_STRING "libnbcompat 20080519"
 | #define PACKAGE_BUGREPORT "grant%NetBSD.org@localhost"
 | #define STDC_HEADERS 1
 | #define TIME_WITH_SYS_TIME 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_MEMORY_H 1
 | #define HAVE_STRINGS_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_ALLOCA_H 1
 | #define HAVE_ASSERT_H 1
 | #define HAVE_CTYPE_H 1
 | #define HAVE_DIRENT_H 1
 | #define HAVE_ERR_H 1
 | #define HAVE_ERRNO_H 1
 | #define HAVE_FCNTL_H 1
 | #define HAVE_FNMATCH_H 1
 | #define HAVE_GRP_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_LIMITS_H 1
 | #define HAVE_NETDB_H 1
 | #define HAVE_PWD_H 1
 | #define HAVE_SIGNAL_H 1
 | #define HAVE_STDARG_H 1
 | #define HAVE_STDDEF_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_STDIO_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_SYS_BYTEORDER_H 1
 | #define HAVE_SYS_FILE_H 1
 | #define HAVE_SYS_MKDEV_H 1
 | #define HAVE_SYS_PARAM_H 1
 | #define HAVE_SYS_SOCKET_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_SYS_STATFS_H 1
 | #define HAVE_SYS_STATVFS_H 1
 | #define HAVE_SYS_TIME_H 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_UIO_H 1
 | #define HAVE_SYS_VFS_H 1
 | #define HAVE_SYSEXITS_H 1
 | #define HAVE_TIME_H 1
 | #define HAVE_TZFILE_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_UTIME_H 1
 | #define HAVE_SYS_MOUNT_H 1
 | #define HAVE_GLOB_H 1
 | #define HAVE_NBCOMPAT_GLOB 1
 | #define HAVE_SYS_QUEUE_H 1
 | #define HAVE_NBCOMPAT_QUEUE 1
 | #define HAVE_REGEX_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_SHA1_H 1
 | #define HAVE_SHA2_H 1
 | #define HAVE_NBCOMPAT_MD5 1
 | #define HAVE_NBCOMPAT_RMD160 1
 | #define HAVE_NBCOMPAT_SHA1 1
 | #define HAVE_NBCOMPAT_SHA2 1
 | #define HAVE_DECL_OPTIND 1
 | #define HAVE_DECL_OPTRESET 0
 | #define HAVE_GETOPT_H 1
 | #define HAVE_NBCOMPAT_VIS 1
 | #define HAVE___ATTRIBUTE__ 1
 | #define HAVE_UINTPTR_T 1
 | #define HAVE_LONG_LONG 1
 | #define HAVE_LONG_DOUBLE 1
 | #define HAVE_FSID_T 1
 | #define SIZEOF_OFF_T 4
 | #define HAVE_STDLIB_H 1
 | #define HAVE_MALLOC 1
 | #define HAVE_DECL_STRERROR_R 1
 | #define HAVE_STRERROR_R 1
 | #define HAVE_FORK 1
 | #define HAVE_VFORK 1
 | #define HAVE_WORKING_VFORK 1
 | #define HAVE_WORKING_FORK 1
 | #define HAVE_VPRINTF 1
 | #define HAVE_DOPRNT 1
 | #define HAVE_DECL_SNPRINTF 1
 | #define HAVE_DECL_VASPRINTF 0
 | #define HAVE_ERR 1
 | #define HAVE_FNMATCH 1
 | #define HAVE_GETENV 1
 | #define HAVE_ISBLANK 1
 | #define HAVE_LCHOWN 1
 | #define HAVE_MKDTEMP 1
 | #define HAVE_MKSTEMP 1
 | #define HAVE_SETENV 1
 | /* end confdefs.h.  */
 | /* Define setgroupent to an innocuous variant, in case <limits.h> declares 
setgroupent.
 |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
 | #define setgroupent innocuous_setgroupent
 | 
 | /* System header to define __stub macros and hopefully few prototypes,
 |     which can conflict with char setgroupent (); 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 setgroupent
 | 
 | /* Override any GCC internal prototype to avoid an error.
 |    Use char because int might match the return type of a GCC
 |    builtin and then its argument prototype would still apply.  */
 | #ifdef __cplusplus
 | extern "C"
 | #endif
 | char setgroupent ();
 | /* 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_setgroupent || defined __stub___setgroupent
 | choke me
 | #endif
 | 
 | int
 | main ()
 | {
 | return setgroupent ();
 |   ;
 |   return 0;
 | }
 configure:10325: result: no
 configure:10240: checking for setpassent
 configure:10296: cc -o conftest -g   conftest.c  >&5
 "conftest.c", line 136: warning: statement not reached
 Undefined                      first referenced
  symbol                            in file
 setpassent                          conftest.o
 ld: fatal: Symbol referencing errors. No output written to conftest
 configure:10303: $? = 1
 configure: failed program was:
 | /* confdefs.h.  */
 | #define PACKAGE_NAME "libnbcompat"
 | #define PACKAGE_TARNAME "libnbcompat"
 | #define PACKAGE_VERSION "20080519"
 | #define PACKAGE_STRING "libnbcompat 20080519"
 | #define PACKAGE_BUGREPORT "grant%NetBSD.org@localhost"
 | #define STDC_HEADERS 1
 | #define TIME_WITH_SYS_TIME 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_MEMORY_H 1
 | #define HAVE_STRINGS_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_ALLOCA_H 1
 | #define HAVE_ASSERT_H 1
 | #define HAVE_CTYPE_H 1
 | #define HAVE_DIRENT_H 1
 | #define HAVE_ERR_H 1
 | #define HAVE_ERRNO_H 1
 | #define HAVE_FCNTL_H 1
 | #define HAVE_FNMATCH_H 1
 | #define HAVE_GRP_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_LIMITS_H 1
 | #define HAVE_NETDB_H 1
 | #define HAVE_PWD_H 1
 | #define HAVE_SIGNAL_H 1
 | #define HAVE_STDARG_H 1
 | #define HAVE_STDDEF_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_STDIO_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_SYS_BYTEORDER_H 1
 | #define HAVE_SYS_FILE_H 1
 | #define HAVE_SYS_MKDEV_H 1
 | #define HAVE_SYS_PARAM_H 1
 | #define HAVE_SYS_SOCKET_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_SYS_STATFS_H 1
 | #define HAVE_SYS_STATVFS_H 1
 | #define HAVE_SYS_TIME_H 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_UIO_H 1
 | #define HAVE_SYS_VFS_H 1
 | #define HAVE_SYSEXITS_H 1
 | #define HAVE_TIME_H 1
 | #define HAVE_TZFILE_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_UTIME_H 1
 | #define HAVE_SYS_MOUNT_H 1
 | #define HAVE_GLOB_H 1
 | #define HAVE_NBCOMPAT_GLOB 1
 | #define HAVE_SYS_QUEUE_H 1
 | #define HAVE_NBCOMPAT_QUEUE 1
 | #define HAVE_REGEX_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_SHA1_H 1
 | #define HAVE_SHA2_H 1
 | #define HAVE_NBCOMPAT_MD5 1
 | #define HAVE_NBCOMPAT_RMD160 1
 | #define HAVE_NBCOMPAT_SHA1 1
 | #define HAVE_NBCOMPAT_SHA2 1
 | #define HAVE_DECL_OPTIND 1
 | #define HAVE_DECL_OPTRESET 0
 | #define HAVE_GETOPT_H 1
 | #define HAVE_NBCOMPAT_VIS 1
 | #define HAVE___ATTRIBUTE__ 1
 | #define HAVE_UINTPTR_T 1
 | #define HAVE_LONG_LONG 1
 | #define HAVE_LONG_DOUBLE 1
 | #define HAVE_FSID_T 1
 | #define SIZEOF_OFF_T 4
 | #define HAVE_STDLIB_H 1
 | #define HAVE_MALLOC 1
 | #define HAVE_DECL_STRERROR_R 1
 | #define HAVE_STRERROR_R 1
 | #define HAVE_FORK 1
 | #define HAVE_VFORK 1
 | #define HAVE_WORKING_VFORK 1
 | #define HAVE_WORKING_FORK 1
 | #define HAVE_VPRINTF 1
 | #define HAVE_DOPRNT 1
 | #define HAVE_DECL_SNPRINTF 1
 | #define HAVE_DECL_VASPRINTF 0
 | #define HAVE_ERR 1
 | #define HAVE_FNMATCH 1
 | #define HAVE_GETENV 1
 | #define HAVE_ISBLANK 1
 | #define HAVE_LCHOWN 1
 | #define HAVE_MKDTEMP 1
 | #define HAVE_MKSTEMP 1
 | #define HAVE_SETENV 1
 | /* end confdefs.h.  */
 | /* Define setpassent to an innocuous variant, in case <limits.h> declares 
setpassent.
 |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
 | #define setpassent innocuous_setpassent
 | 
 | /* System header to define __stub macros and hopefully few prototypes,
 |     which can conflict with char setpassent (); 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 setpassent
 | 
 | /* Override any GCC internal prototype to avoid an error.
 |    Use char because int might match the return type of a GCC
 |    builtin and then its argument prototype would still apply.  */
 | #ifdef __cplusplus
 | extern "C"
 | #endif
 | char setpassent ();
 | /* 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_setpassent || defined __stub___setpassent
 | choke me
 | #endif
 | 
 | int
 | main ()
 | {
 | return setpassent ();
 |   ;
 |   return 0;
 | }
 configure:10325: result: no
 configure:10240: checking for setprogname
 configure:10296: cc -o conftest -g   conftest.c  >&5
 "conftest.c", line 136: warning: statement not reached
 Undefined                      first referenced
  symbol                            in file
 setprogname                         conftest.o
 ld: fatal: Symbol referencing errors. No output written to conftest
 configure:10303: $? = 1
 configure: failed program was:
 | /* confdefs.h.  */
 | #define PACKAGE_NAME "libnbcompat"
 | #define PACKAGE_TARNAME "libnbcompat"
 | #define PACKAGE_VERSION "20080519"
 | #define PACKAGE_STRING "libnbcompat 20080519"
 | #define PACKAGE_BUGREPORT "grant%NetBSD.org@localhost"
 | #define STDC_HEADERS 1
 | #define TIME_WITH_SYS_TIME 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_MEMORY_H 1
 | #define HAVE_STRINGS_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_ALLOCA_H 1
 | #define HAVE_ASSERT_H 1
 | #define HAVE_CTYPE_H 1
 | #define HAVE_DIRENT_H 1
 | #define HAVE_ERR_H 1
 | #define HAVE_ERRNO_H 1
 | #define HAVE_FCNTL_H 1
 | #define HAVE_FNMATCH_H 1
 | #define HAVE_GRP_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_LIMITS_H 1
 | #define HAVE_NETDB_H 1
 | #define HAVE_PWD_H 1
 | #define HAVE_SIGNAL_H 1
 | #define HAVE_STDARG_H 1
 | #define HAVE_STDDEF_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_STDIO_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_SYS_BYTEORDER_H 1
 | #define HAVE_SYS_FILE_H 1
 | #define HAVE_SYS_MKDEV_H 1
 | #define HAVE_SYS_PARAM_H 1
 | #define HAVE_SYS_SOCKET_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_SYS_STATFS_H 1
 | #define HAVE_SYS_STATVFS_H 1
 | #define HAVE_SYS_TIME_H 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_UIO_H 1
 | #define HAVE_SYS_VFS_H 1
 | #define HAVE_SYSEXITS_H 1
 | #define HAVE_TIME_H 1
 | #define HAVE_TZFILE_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_UTIME_H 1
 | #define HAVE_SYS_MOUNT_H 1
 | #define HAVE_GLOB_H 1
 | #define HAVE_NBCOMPAT_GLOB 1
 | #define HAVE_SYS_QUEUE_H 1
 | #define HAVE_NBCOMPAT_QUEUE 1
 | #define HAVE_REGEX_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_SHA1_H 1
 | #define HAVE_SHA2_H 1
 | #define HAVE_NBCOMPAT_MD5 1
 | #define HAVE_NBCOMPAT_RMD160 1
 | #define HAVE_NBCOMPAT_SHA1 1
 | #define HAVE_NBCOMPAT_SHA2 1
 | #define HAVE_DECL_OPTIND 1
 | #define HAVE_DECL_OPTRESET 0
 | #define HAVE_GETOPT_H 1
 | #define HAVE_NBCOMPAT_VIS 1
 | #define HAVE___ATTRIBUTE__ 1
 | #define HAVE_UINTPTR_T 1
 | #define HAVE_LONG_LONG 1
 | #define HAVE_LONG_DOUBLE 1
 | #define HAVE_FSID_T 1
 | #define SIZEOF_OFF_T 4
 | #define HAVE_STDLIB_H 1
 | #define HAVE_MALLOC 1
 | #define HAVE_DECL_STRERROR_R 1
 | #define HAVE_STRERROR_R 1
 | #define HAVE_FORK 1
 | #define HAVE_VFORK 1
 | #define HAVE_WORKING_VFORK 1
 | #define HAVE_WORKING_FORK 1
 | #define HAVE_VPRINTF 1
 | #define HAVE_DOPRNT 1
 | #define HAVE_DECL_SNPRINTF 1
 | #define HAVE_DECL_VASPRINTF 0
 | #define HAVE_ERR 1
 | #define HAVE_FNMATCH 1
 | #define HAVE_GETENV 1
 | #define HAVE_ISBLANK 1
 | #define HAVE_LCHOWN 1
 | #define HAVE_MKDTEMP 1
 | #define HAVE_MKSTEMP 1
 | #define HAVE_SETENV 1
 | /* end confdefs.h.  */
 | /* Define setprogname to an innocuous variant, in case <limits.h> declares 
setprogname.
 |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
 | #define setprogname innocuous_setprogname
 | 
 | /* System header to define __stub macros and hopefully few prototypes,
 |     which can conflict with char setprogname (); 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 setprogname
 | 
 | /* Override any GCC internal prototype to avoid an error.
 |    Use char because int might match the return type of a GCC
 |    builtin and then its argument prototype would still apply.  */
 | #ifdef __cplusplus
 | extern "C"
 | #endif
 | char setprogname ();
 | /* 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_setprogname || defined __stub___setprogname
 | choke me
 | #endif
 | 
 | int
 | main ()
 | {
 | return setprogname ();
 |   ;
 |   return 0;
 | }
 configure:10325: result: no
 configure:10240: checking for shquote
 configure:10296: cc -o conftest -g   conftest.c  >&5
 "conftest.c", line 136: warning: statement not reached
 Undefined                      first referenced
  symbol                            in file
 shquote                             conftest.o
 ld: fatal: Symbol referencing errors. No output written to conftest
 configure:10303: $? = 1
 configure: failed program was:
 | /* confdefs.h.  */
 | #define PACKAGE_NAME "libnbcompat"
 | #define PACKAGE_TARNAME "libnbcompat"
 | #define PACKAGE_VERSION "20080519"
 | #define PACKAGE_STRING "libnbcompat 20080519"
 | #define PACKAGE_BUGREPORT "grant%NetBSD.org@localhost"
 | #define STDC_HEADERS 1
 | #define TIME_WITH_SYS_TIME 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_MEMORY_H 1
 | #define HAVE_STRINGS_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_ALLOCA_H 1
 | #define HAVE_ASSERT_H 1
 | #define HAVE_CTYPE_H 1
 | #define HAVE_DIRENT_H 1
 | #define HAVE_ERR_H 1
 | #define HAVE_ERRNO_H 1
 | #define HAVE_FCNTL_H 1
 | #define HAVE_FNMATCH_H 1
 | #define HAVE_GRP_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_LIMITS_H 1
 | #define HAVE_NETDB_H 1
 | #define HAVE_PWD_H 1
 | #define HAVE_SIGNAL_H 1
 | #define HAVE_STDARG_H 1
 | #define HAVE_STDDEF_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_STDIO_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_SYS_BYTEORDER_H 1
 | #define HAVE_SYS_FILE_H 1
 | #define HAVE_SYS_MKDEV_H 1
 | #define HAVE_SYS_PARAM_H 1
 | #define HAVE_SYS_SOCKET_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_SYS_STATFS_H 1
 | #define HAVE_SYS_STATVFS_H 1
 | #define HAVE_SYS_TIME_H 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_UIO_H 1
 | #define HAVE_SYS_VFS_H 1
 | #define HAVE_SYSEXITS_H 1
 | #define HAVE_TIME_H 1
 | #define HAVE_TZFILE_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_UTIME_H 1
 | #define HAVE_SYS_MOUNT_H 1
 | #define HAVE_GLOB_H 1
 | #define HAVE_NBCOMPAT_GLOB 1
 | #define HAVE_SYS_QUEUE_H 1
 | #define HAVE_NBCOMPAT_QUEUE 1
 | #define HAVE_REGEX_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_SHA1_H 1
 | #define HAVE_SHA2_H 1
 | #define HAVE_NBCOMPAT_MD5 1
 | #define HAVE_NBCOMPAT_RMD160 1
 | #define HAVE_NBCOMPAT_SHA1 1
 | #define HAVE_NBCOMPAT_SHA2 1
 | #define HAVE_DECL_OPTIND 1
 | #define HAVE_DECL_OPTRESET 0
 | #define HAVE_GETOPT_H 1
 | #define HAVE_NBCOMPAT_VIS 1
 | #define HAVE___ATTRIBUTE__ 1
 | #define HAVE_UINTPTR_T 1
 | #define HAVE_LONG_LONG 1
 | #define HAVE_LONG_DOUBLE 1
 | #define HAVE_FSID_T 1
 | #define SIZEOF_OFF_T 4
 | #define HAVE_STDLIB_H 1
 | #define HAVE_MALLOC 1
 | #define HAVE_DECL_STRERROR_R 1
 | #define HAVE_STRERROR_R 1
 | #define HAVE_FORK 1
 | #define HAVE_VFORK 1
 | #define HAVE_WORKING_VFORK 1
 | #define HAVE_WORKING_FORK 1
 | #define HAVE_VPRINTF 1
 | #define HAVE_DOPRNT 1
 | #define HAVE_DECL_SNPRINTF 1
 | #define HAVE_DECL_VASPRINTF 0
 | #define HAVE_ERR 1
 | #define HAVE_FNMATCH 1
 | #define HAVE_GETENV 1
 | #define HAVE_ISBLANK 1
 | #define HAVE_LCHOWN 1
 | #define HAVE_MKDTEMP 1
 | #define HAVE_MKSTEMP 1
 | #define HAVE_SETENV 1
 | /* end confdefs.h.  */
 | /* Define shquote to an innocuous variant, in case <limits.h> declares 
shquote.
 |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
 | #define shquote innocuous_shquote
 | 
 | /* System header to define __stub macros and hopefully few prototypes,
 |     which can conflict with char shquote (); 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 shquote
 | 
 | /* Override any GCC internal prototype to avoid an error.
 |    Use char because int might match the return type of a GCC
 |    builtin and then its argument prototype would still apply.  */
 | #ifdef __cplusplus
 | extern "C"
 | #endif
 | char shquote ();
 | /* 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_shquote || defined __stub___shquote
 | choke me
 | #endif
 | 
 | int
 | main ()
 | {
 | return shquote ();
 |   ;
 |   return 0;
 | }
 configure:10325: result: no
 configure:10240: checking for snprintf
 configure:10296: cc -o conftest -g   conftest.c  >&5
 "conftest.c", line 136: warning: statement not reached
 configure:10303: $? = 0
 configure:10325: result: yes
 configure:10240: checking for statvfs
 configure:10296: cc -o conftest -g   conftest.c  >&5
 "conftest.c", line 137: warning: statement not reached
 configure:10303: $? = 0
 configure:10325: result: yes
 configure:10240: checking for strdup
 configure:10296: cc -o conftest -g   conftest.c  >&5
 "conftest.c", line 138: warning: statement not reached
 configure:10303: $? = 0
 configure:10325: result: yes
 configure:10240: checking for strerror
 configure:10296: cc -o conftest -g   conftest.c  >&5
 "conftest.c", line 139: warning: statement not reached
 configure:10303: $? = 0
 configure:10325: result: yes
 configure:10240: checking for strlcat
 configure:10296: cc -o conftest -g   conftest.c  >&5
 "conftest.c", line 140: warning: statement not reached
 configure:10303: $? = 0
 configure:10325: result: yes
 configure:10240: checking for strlcpy
 configure:10296: cc -o conftest -g   conftest.c  >&5
 "conftest.c", line 141: warning: statement not reached
 configure:10303: $? = 0
 configure:10325: result: yes
 configure:10240: checking for strmode
 configure:10296: cc -o conftest -g   conftest.c  >&5
 "conftest.c", line 142: warning: statement not reached
 Undefined                      first referenced
  symbol                            in file
 strmode                             conftest.o
 ld: fatal: Symbol referencing errors. No output written to conftest
 configure:10303: $? = 1
 configure: failed program was:
 | /* confdefs.h.  */
 | #define PACKAGE_NAME "libnbcompat"
 | #define PACKAGE_TARNAME "libnbcompat"
 | #define PACKAGE_VERSION "20080519"
 | #define PACKAGE_STRING "libnbcompat 20080519"
 | #define PACKAGE_BUGREPORT "grant%NetBSD.org@localhost"
 | #define STDC_HEADERS 1
 | #define TIME_WITH_SYS_TIME 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_MEMORY_H 1
 | #define HAVE_STRINGS_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_ALLOCA_H 1
 | #define HAVE_ASSERT_H 1
 | #define HAVE_CTYPE_H 1
 | #define HAVE_DIRENT_H 1
 | #define HAVE_ERR_H 1
 | #define HAVE_ERRNO_H 1
 | #define HAVE_FCNTL_H 1
 | #define HAVE_FNMATCH_H 1
 | #define HAVE_GRP_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_LIMITS_H 1
 | #define HAVE_NETDB_H 1
 | #define HAVE_PWD_H 1
 | #define HAVE_SIGNAL_H 1
 | #define HAVE_STDARG_H 1
 | #define HAVE_STDDEF_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_STDIO_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_SYS_BYTEORDER_H 1
 | #define HAVE_SYS_FILE_H 1
 | #define HAVE_SYS_MKDEV_H 1
 | #define HAVE_SYS_PARAM_H 1
 | #define HAVE_SYS_SOCKET_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_SYS_STATFS_H 1
 | #define HAVE_SYS_STATVFS_H 1
 | #define HAVE_SYS_TIME_H 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_UIO_H 1
 | #define HAVE_SYS_VFS_H 1
 | #define HAVE_SYSEXITS_H 1
 | #define HAVE_TIME_H 1
 | #define HAVE_TZFILE_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_UTIME_H 1
 | #define HAVE_SYS_MOUNT_H 1
 | #define HAVE_GLOB_H 1
 | #define HAVE_NBCOMPAT_GLOB 1
 | #define HAVE_SYS_QUEUE_H 1
 | #define HAVE_NBCOMPAT_QUEUE 1
 | #define HAVE_REGEX_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_SHA1_H 1
 | #define HAVE_SHA2_H 1
 | #define HAVE_NBCOMPAT_MD5 1
 | #define HAVE_NBCOMPAT_RMD160 1
 | #define HAVE_NBCOMPAT_SHA1 1
 | #define HAVE_NBCOMPAT_SHA2 1
 | #define HAVE_DECL_OPTIND 1
 | #define HAVE_DECL_OPTRESET 0
 | #define HAVE_GETOPT_H 1
 | #define HAVE_NBCOMPAT_VIS 1
 | #define HAVE___ATTRIBUTE__ 1
 | #define HAVE_UINTPTR_T 1
 | #define HAVE_LONG_LONG 1
 | #define HAVE_LONG_DOUBLE 1
 | #define HAVE_FSID_T 1
 | #define SIZEOF_OFF_T 4
 | #define HAVE_STDLIB_H 1
 | #define HAVE_MALLOC 1
 | #define HAVE_DECL_STRERROR_R 1
 | #define HAVE_STRERROR_R 1
 | #define HAVE_FORK 1
 | #define HAVE_VFORK 1
 | #define HAVE_WORKING_VFORK 1
 | #define HAVE_WORKING_FORK 1
 | #define HAVE_VPRINTF 1
 | #define HAVE_DOPRNT 1
 | #define HAVE_DECL_SNPRINTF 1
 | #define HAVE_DECL_VASPRINTF 0
 | #define HAVE_ERR 1
 | #define HAVE_FNMATCH 1
 | #define HAVE_GETENV 1
 | #define HAVE_ISBLANK 1
 | #define HAVE_LCHOWN 1
 | #define HAVE_MKDTEMP 1
 | #define HAVE_MKSTEMP 1
 | #define HAVE_SETENV 1
 | #define HAVE_SNPRINTF 1
 | #define HAVE_STATVFS 1
 | #define HAVE_STRDUP 1
 | #define HAVE_STRERROR 1
 | #define HAVE_STRLCAT 1
 | #define HAVE_STRLCPY 1
 | /* end confdefs.h.  */
 | /* Define strmode to an innocuous variant, in case <limits.h> declares 
strmode.
 |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
 | #define strmode innocuous_strmode
 | 
 | /* System header to define __stub macros and hopefully few prototypes,
 |     which can conflict with char strmode (); 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 strmode
 | 
 | /* Override any GCC internal prototype to avoid an error.
 |    Use char because int might match the return type of a GCC
 |    builtin and then its argument prototype would still apply.  */
 | #ifdef __cplusplus
 | extern "C"
 | #endif
 | char strmode ();
 | /* 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_strmode || defined __stub___strmode
 | choke me
 | #endif
 | 
 | int
 | main ()
 | {
 | return strmode ();
 |   ;
 |   return 0;
 | }
 configure:10325: result: no
 configure:10240: checking for strsep
 configure:10296: cc -o conftest -g   conftest.c  >&5
 "conftest.c", line 142: warning: statement not reached
 configure:10303: $? = 0
 configure:10325: result: yes
 configure:10240: checking for strtoll
 configure:10296: cc -o conftest -g   conftest.c  >&5
 "conftest.c", line 143: warning: statement not reached
 configure:10303: $? = 0
 configure:10325: result: yes
 configure:10240: checking for unsetenv
 configure:10296: cc -o conftest -g   conftest.c  >&5
 "conftest.c", line 144: warning: statement not reached
 configure:10303: $? = 0
 configure:10325: result: yes
 configure:10240: checking for usleep
 configure:10296: cc -o conftest -g   conftest.c  >&5
 "conftest.c", line 145: warning: statement not reached
 configure:10303: $? = 0
 configure:10325: result: yes
 configure:10240: checking for utimes
 configure:10296: cc -o conftest -g   conftest.c  >&5
 "conftest.c", line 146: warning: statement not reached
 configure:10303: $? = 0
 configure:10325: result: yes
 configure:10240: checking for warn
 configure:10296: cc -o conftest -g   conftest.c  >&5
 "conftest.c", line 147: warning: statement not reached
 configure:10303: $? = 0
 configure:10325: result: yes
 configure:10346: checking for socket in -lsocket
 configure:10381: cc -o conftest -g   conftest.c -lsocket   >&5
 "conftest.c", line 125: warning: statement not reached
 configure:10388: $? = 0
 configure:10409: result: yes
 configure:10421: checking for gethostbyname in -lnsl
 configure:10456: cc -o conftest -g   conftest.c -lnsl  -lsocket  >&5
 "conftest.c", line 126: warning: statement not reached
 configure:10463: $? = 0
 configure:10484: result: yes
 configure:10497: checking for socklen_t
 configure:10531: cc -c -g  conftest.c >&5
 configure:10538: $? = 0
 configure:10571: cc -c -g  conftest.c >&5
 "conftest.c", line 124: syntax error before or at: )
 cc: acomp failed for conftest.c
 configure:10578: $? = 2
 configure: failed program was:
 | /* confdefs.h.  */
 | #define PACKAGE_NAME "libnbcompat"
 | #define PACKAGE_TARNAME "libnbcompat"
 | #define PACKAGE_VERSION "20080519"
 | #define PACKAGE_STRING "libnbcompat 20080519"
 | #define PACKAGE_BUGREPORT "grant%NetBSD.org@localhost"
 | #define STDC_HEADERS 1
 | #define TIME_WITH_SYS_TIME 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_MEMORY_H 1
 | #define HAVE_STRINGS_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_ALLOCA_H 1
 | #define HAVE_ASSERT_H 1
 | #define HAVE_CTYPE_H 1
 | #define HAVE_DIRENT_H 1
 | #define HAVE_ERR_H 1
 | #define HAVE_ERRNO_H 1
 | #define HAVE_FCNTL_H 1
 | #define HAVE_FNMATCH_H 1
 | #define HAVE_GRP_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_LIMITS_H 1
 | #define HAVE_NETDB_H 1
 | #define HAVE_PWD_H 1
 | #define HAVE_SIGNAL_H 1
 | #define HAVE_STDARG_H 1
 | #define HAVE_STDDEF_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_STDIO_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_SYS_BYTEORDER_H 1
 | #define HAVE_SYS_FILE_H 1
 | #define HAVE_SYS_MKDEV_H 1
 | #define HAVE_SYS_PARAM_H 1
 | #define HAVE_SYS_SOCKET_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_SYS_STATFS_H 1
 | #define HAVE_SYS_STATVFS_H 1
 | #define HAVE_SYS_TIME_H 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_UIO_H 1
 | #define HAVE_SYS_VFS_H 1
 | #define HAVE_SYSEXITS_H 1
 | #define HAVE_TIME_H 1
 | #define HAVE_TZFILE_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_UTIME_H 1
 | #define HAVE_SYS_MOUNT_H 1
 | #define HAVE_GLOB_H 1
 | #define HAVE_NBCOMPAT_GLOB 1
 | #define HAVE_SYS_QUEUE_H 1
 | #define HAVE_NBCOMPAT_QUEUE 1
 | #define HAVE_REGEX_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_SHA1_H 1
 | #define HAVE_SHA2_H 1
 | #define HAVE_NBCOMPAT_MD5 1
 | #define HAVE_NBCOMPAT_RMD160 1
 | #define HAVE_NBCOMPAT_SHA1 1
 | #define HAVE_NBCOMPAT_SHA2 1
 | #define HAVE_DECL_OPTIND 1
 | #define HAVE_DECL_OPTRESET 0
 | #define HAVE_GETOPT_H 1
 | #define HAVE_NBCOMPAT_VIS 1
 | #define HAVE___ATTRIBUTE__ 1
 | #define HAVE_UINTPTR_T 1
 | #define HAVE_LONG_LONG 1
 | #define HAVE_LONG_DOUBLE 1
 | #define HAVE_FSID_T 1
 | #define SIZEOF_OFF_T 4
 | #define HAVE_STDLIB_H 1
 | #define HAVE_MALLOC 1
 | #define HAVE_DECL_STRERROR_R 1
 | #define HAVE_STRERROR_R 1
 | #define HAVE_FORK 1
 | #define HAVE_VFORK 1
 | #define HAVE_WORKING_VFORK 1
 | #define HAVE_WORKING_FORK 1
 | #define HAVE_VPRINTF 1
 | #define HAVE_DOPRNT 1
 | #define HAVE_DECL_SNPRINTF 1
 | #define HAVE_DECL_VASPRINTF 0
 | #define HAVE_ERR 1
 | #define HAVE_FNMATCH 1
 | #define HAVE_GETENV 1
 | #define HAVE_ISBLANK 1
 | #define HAVE_LCHOWN 1
 | #define HAVE_MKDTEMP 1
 | #define HAVE_MKSTEMP 1
 | #define HAVE_SETENV 1
 | #define HAVE_SNPRINTF 1
 | #define HAVE_STATVFS 1
 | #define HAVE_STRDUP 1
 | #define HAVE_STRERROR 1
 | #define HAVE_STRLCAT 1
 | #define HAVE_STRLCPY 1
 | #define HAVE_STRSEP 1
 | #define HAVE_STRTOLL 1
 | #define HAVE_UNSETENV 1
 | #define HAVE_USLEEP 1
 | #define HAVE_UTIMES 1
 | #define HAVE_WARN 1
 | #define HAVE_LIBSOCKET 1
 | #define HAVE_LIBNSL 1
 | /* end confdefs.h.  */
 | #ifdef HAVE_SYS_TYPES_H
 | # include <sys/types.h>
 | #endif
 | 
 | #include <sys/socket.h>
 | 
 | 
 | int
 | main ()
 | {
 | if (sizeof ((socklen_t)))
 |        return 0;
 |   ;
 |   return 0;
 | }
 configure:10601: result: yes
 configure:10612: checking for struct addrinfo
 configure:10641: cc -c -g  conftest.c >&5
 configure:10648: $? = 0
 configure:10676: cc -c -g  conftest.c >&5
 "conftest.c", line 120: syntax error before or at: )
 cc: acomp failed for conftest.c
 configure:10683: $? = 2
 configure: failed program was:
 | /* confdefs.h.  */
 | #define PACKAGE_NAME "libnbcompat"
 | #define PACKAGE_TARNAME "libnbcompat"
 | #define PACKAGE_VERSION "20080519"
 | #define PACKAGE_STRING "libnbcompat 20080519"
 | #define PACKAGE_BUGREPORT "grant%NetBSD.org@localhost"
 | #define STDC_HEADERS 1
 | #define TIME_WITH_SYS_TIME 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_MEMORY_H 1
 | #define HAVE_STRINGS_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_ALLOCA_H 1
 | #define HAVE_ASSERT_H 1
 | #define HAVE_CTYPE_H 1
 | #define HAVE_DIRENT_H 1
 | #define HAVE_ERR_H 1
 | #define HAVE_ERRNO_H 1
 | #define HAVE_FCNTL_H 1
 | #define HAVE_FNMATCH_H 1
 | #define HAVE_GRP_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_LIMITS_H 1
 | #define HAVE_NETDB_H 1
 | #define HAVE_PWD_H 1
 | #define HAVE_SIGNAL_H 1
 | #define HAVE_STDARG_H 1
 | #define HAVE_STDDEF_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_STDIO_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_SYS_BYTEORDER_H 1
 | #define HAVE_SYS_FILE_H 1
 | #define HAVE_SYS_MKDEV_H 1
 | #define HAVE_SYS_PARAM_H 1
 | #define HAVE_SYS_SOCKET_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_SYS_STATFS_H 1
 | #define HAVE_SYS_STATVFS_H 1
 | #define HAVE_SYS_TIME_H 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_UIO_H 1
 | #define HAVE_SYS_VFS_H 1
 | #define HAVE_SYSEXITS_H 1
 | #define HAVE_TIME_H 1
 | #define HAVE_TZFILE_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_UTIME_H 1
 | #define HAVE_SYS_MOUNT_H 1
 | #define HAVE_GLOB_H 1
 | #define HAVE_NBCOMPAT_GLOB 1
 | #define HAVE_SYS_QUEUE_H 1
 | #define HAVE_NBCOMPAT_QUEUE 1
 | #define HAVE_REGEX_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_SHA1_H 1
 | #define HAVE_SHA2_H 1
 | #define HAVE_NBCOMPAT_MD5 1
 | #define HAVE_NBCOMPAT_RMD160 1
 | #define HAVE_NBCOMPAT_SHA1 1
 | #define HAVE_NBCOMPAT_SHA2 1
 | #define HAVE_DECL_OPTIND 1
 | #define HAVE_DECL_OPTRESET 0
 | #define HAVE_GETOPT_H 1
 | #define HAVE_NBCOMPAT_VIS 1
 | #define HAVE___ATTRIBUTE__ 1
 | #define HAVE_UINTPTR_T 1
 | #define HAVE_LONG_LONG 1
 | #define HAVE_LONG_DOUBLE 1
 | #define HAVE_FSID_T 1
 | #define SIZEOF_OFF_T 4
 | #define HAVE_STDLIB_H 1
 | #define HAVE_MALLOC 1
 | #define HAVE_DECL_STRERROR_R 1
 | #define HAVE_STRERROR_R 1
 | #define HAVE_FORK 1
 | #define HAVE_VFORK 1
 | #define HAVE_WORKING_VFORK 1
 | #define HAVE_WORKING_FORK 1
 | #define HAVE_VPRINTF 1
 | #define HAVE_DOPRNT 1
 | #define HAVE_DECL_SNPRINTF 1
 | #define HAVE_DECL_VASPRINTF 0
 | #define HAVE_ERR 1
 | #define HAVE_FNMATCH 1
 | #define HAVE_GETENV 1
 | #define HAVE_ISBLANK 1
 | #define HAVE_LCHOWN 1
 | #define HAVE_MKDTEMP 1
 | #define HAVE_MKSTEMP 1
 | #define HAVE_SETENV 1
 | #define HAVE_SNPRINTF 1
 | #define HAVE_STATVFS 1
 | #define HAVE_STRDUP 1
 | #define HAVE_STRERROR 1
 | #define HAVE_STRLCAT 1
 | #define HAVE_STRLCPY 1
 | #define HAVE_STRSEP 1
 | #define HAVE_STRTOLL 1
 | #define HAVE_UNSETENV 1
 | #define HAVE_USLEEP 1
 | #define HAVE_UTIMES 1
 | #define HAVE_WARN 1
 | #define HAVE_LIBSOCKET 1
 | #define HAVE_LIBNSL 1
 | #define HAVE_SOCKLEN_T 1
 | /* end confdefs.h.  */
 | #include <netdb.h>
 | 
 | int
 | main ()
 | {
 | if (sizeof ((struct addrinfo)))
 |        return 0;
 |   ;
 |   return 0;
 | }
 configure:10706: result: yes
 configure:10717: checking for struct in6_addr
 configure:10750: cc -c -g  conftest.c >&5
 configure:10757: $? = 0
 configure:10789: cc -c -g  conftest.c >&5
 "conftest.c", line 125: syntax error before or at: )
 cc: acomp failed for conftest.c
 configure:10796: $? = 2
 configure: failed program was:
 | /* confdefs.h.  */
 | #define PACKAGE_NAME "libnbcompat"
 | #define PACKAGE_TARNAME "libnbcompat"
 | #define PACKAGE_VERSION "20080519"
 | #define PACKAGE_STRING "libnbcompat 20080519"
 | #define PACKAGE_BUGREPORT "grant%NetBSD.org@localhost"
 | #define STDC_HEADERS 1
 | #define TIME_WITH_SYS_TIME 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_MEMORY_H 1
 | #define HAVE_STRINGS_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_ALLOCA_H 1
 | #define HAVE_ASSERT_H 1
 | #define HAVE_CTYPE_H 1
 | #define HAVE_DIRENT_H 1
 | #define HAVE_ERR_H 1
 | #define HAVE_ERRNO_H 1
 | #define HAVE_FCNTL_H 1
 | #define HAVE_FNMATCH_H 1
 | #define HAVE_GRP_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_LIMITS_H 1
 | #define HAVE_NETDB_H 1
 | #define HAVE_PWD_H 1
 | #define HAVE_SIGNAL_H 1
 | #define HAVE_STDARG_H 1
 | #define HAVE_STDDEF_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_STDIO_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_SYS_BYTEORDER_H 1
 | #define HAVE_SYS_FILE_H 1
 | #define HAVE_SYS_MKDEV_H 1
 | #define HAVE_SYS_PARAM_H 1
 | #define HAVE_SYS_SOCKET_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_SYS_STATFS_H 1
 | #define HAVE_SYS_STATVFS_H 1
 | #define HAVE_SYS_TIME_H 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_UIO_H 1
 | #define HAVE_SYS_VFS_H 1
 | #define HAVE_SYSEXITS_H 1
 | #define HAVE_TIME_H 1
 | #define HAVE_TZFILE_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_UTIME_H 1
 | #define HAVE_SYS_MOUNT_H 1
 | #define HAVE_GLOB_H 1
 | #define HAVE_NBCOMPAT_GLOB 1
 | #define HAVE_SYS_QUEUE_H 1
 | #define HAVE_NBCOMPAT_QUEUE 1
 | #define HAVE_REGEX_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_SHA1_H 1
 | #define HAVE_SHA2_H 1
 | #define HAVE_NBCOMPAT_MD5 1
 | #define HAVE_NBCOMPAT_RMD160 1
 | #define HAVE_NBCOMPAT_SHA1 1
 | #define HAVE_NBCOMPAT_SHA2 1
 | #define HAVE_DECL_OPTIND 1
 | #define HAVE_DECL_OPTRESET 0
 | #define HAVE_GETOPT_H 1
 | #define HAVE_NBCOMPAT_VIS 1
 | #define HAVE___ATTRIBUTE__ 1
 | #define HAVE_UINTPTR_T 1
 | #define HAVE_LONG_LONG 1
 | #define HAVE_LONG_DOUBLE 1
 | #define HAVE_FSID_T 1
 | #define SIZEOF_OFF_T 4
 | #define HAVE_STDLIB_H 1
 | #define HAVE_MALLOC 1
 | #define HAVE_DECL_STRERROR_R 1
 | #define HAVE_STRERROR_R 1
 | #define HAVE_FORK 1
 | #define HAVE_VFORK 1
 | #define HAVE_WORKING_VFORK 1
 | #define HAVE_WORKING_FORK 1
 | #define HAVE_VPRINTF 1
 | #define HAVE_DOPRNT 1
 | #define HAVE_DECL_SNPRINTF 1
 | #define HAVE_DECL_VASPRINTF 0
 | #define HAVE_ERR 1
 | #define HAVE_FNMATCH 1
 | #define HAVE_GETENV 1
 | #define HAVE_ISBLANK 1
 | #define HAVE_LCHOWN 1
 | #define HAVE_MKDTEMP 1
 | #define HAVE_MKSTEMP 1
 | #define HAVE_SETENV 1
 | #define HAVE_SNPRINTF 1
 | #define HAVE_STATVFS 1
 | #define HAVE_STRDUP 1
 | #define HAVE_STRERROR 1
 | #define HAVE_STRLCAT 1
 | #define HAVE_STRLCPY 1
 | #define HAVE_STRSEP 1
 | #define HAVE_STRTOLL 1
 | #define HAVE_UNSETENV 1
 | #define HAVE_USLEEP 1
 | #define HAVE_UTIMES 1
 | #define HAVE_WARN 1
 | #define HAVE_LIBSOCKET 1
 | #define HAVE_LIBNSL 1
 | #define HAVE_SOCKLEN_T 1
 | #define HAVE_STRUCT_ADDRINFO 1
 | /* end confdefs.h.  */
 | #ifdef HAVE_SYS_TYPES_H
 | # include <sys/types.h>
 | #endif
 | #include <netinet/in.h>
 | 
 | 
 | int
 | main ()
 | {
 | if (sizeof ((struct in6_addr)))
 |        return 0;
 |   ;
 |   return 0;
 | }
 configure:10819: result: yes
 configure:10830: checking for struct sockaddr_in6
 configure:10863: cc -c -g  conftest.c >&5
 configure:10870: $? = 0
 configure:10902: cc -c -g  conftest.c >&5
 "conftest.c", line 126: syntax error before or at: )
 cc: acomp failed for conftest.c
 configure:10909: $? = 2
 configure: failed program was:
 | /* confdefs.h.  */
 | #define PACKAGE_NAME "libnbcompat"
 | #define PACKAGE_TARNAME "libnbcompat"
 | #define PACKAGE_VERSION "20080519"
 | #define PACKAGE_STRING "libnbcompat 20080519"
 | #define PACKAGE_BUGREPORT "grant%NetBSD.org@localhost"
 | #define STDC_HEADERS 1
 | #define TIME_WITH_SYS_TIME 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_MEMORY_H 1
 | #define HAVE_STRINGS_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_ALLOCA_H 1
 | #define HAVE_ASSERT_H 1
 | #define HAVE_CTYPE_H 1
 | #define HAVE_DIRENT_H 1
 | #define HAVE_ERR_H 1
 | #define HAVE_ERRNO_H 1
 | #define HAVE_FCNTL_H 1
 | #define HAVE_FNMATCH_H 1
 | #define HAVE_GRP_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_LIMITS_H 1
 | #define HAVE_NETDB_H 1
 | #define HAVE_PWD_H 1
 | #define HAVE_SIGNAL_H 1
 | #define HAVE_STDARG_H 1
 | #define HAVE_STDDEF_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_STDIO_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_SYS_BYTEORDER_H 1
 | #define HAVE_SYS_FILE_H 1
 | #define HAVE_SYS_MKDEV_H 1
 | #define HAVE_SYS_PARAM_H 1
 | #define HAVE_SYS_SOCKET_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_SYS_STATFS_H 1
 | #define HAVE_SYS_STATVFS_H 1
 | #define HAVE_SYS_TIME_H 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_UIO_H 1
 | #define HAVE_SYS_VFS_H 1
 | #define HAVE_SYSEXITS_H 1
 | #define HAVE_TIME_H 1
 | #define HAVE_TZFILE_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_UTIME_H 1
 | #define HAVE_SYS_MOUNT_H 1
 | #define HAVE_GLOB_H 1
 | #define HAVE_NBCOMPAT_GLOB 1
 | #define HAVE_SYS_QUEUE_H 1
 | #define HAVE_NBCOMPAT_QUEUE 1
 | #define HAVE_REGEX_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_SHA1_H 1
 | #define HAVE_SHA2_H 1
 | #define HAVE_NBCOMPAT_MD5 1
 | #define HAVE_NBCOMPAT_RMD160 1
 | #define HAVE_NBCOMPAT_SHA1 1
 | #define HAVE_NBCOMPAT_SHA2 1
 | #define HAVE_DECL_OPTIND 1
 | #define HAVE_DECL_OPTRESET 0
 | #define HAVE_GETOPT_H 1
 | #define HAVE_NBCOMPAT_VIS 1
 | #define HAVE___ATTRIBUTE__ 1
 | #define HAVE_UINTPTR_T 1
 | #define HAVE_LONG_LONG 1
 | #define HAVE_LONG_DOUBLE 1
 | #define HAVE_FSID_T 1
 | #define SIZEOF_OFF_T 4
 | #define HAVE_STDLIB_H 1
 | #define HAVE_MALLOC 1
 | #define HAVE_DECL_STRERROR_R 1
 | #define HAVE_STRERROR_R 1
 | #define HAVE_FORK 1
 | #define HAVE_VFORK 1
 | #define HAVE_WORKING_VFORK 1
 | #define HAVE_WORKING_FORK 1
 | #define HAVE_VPRINTF 1
 | #define HAVE_DOPRNT 1
 | #define HAVE_DECL_SNPRINTF 1
 | #define HAVE_DECL_VASPRINTF 0
 | #define HAVE_ERR 1
 | #define HAVE_FNMATCH 1
 | #define HAVE_GETENV 1
 | #define HAVE_ISBLANK 1
 | #define HAVE_LCHOWN 1
 | #define HAVE_MKDTEMP 1
 | #define HAVE_MKSTEMP 1
 | #define HAVE_SETENV 1
 | #define HAVE_SNPRINTF 1
 | #define HAVE_STATVFS 1
 | #define HAVE_STRDUP 1
 | #define HAVE_STRERROR 1
 | #define HAVE_STRLCAT 1
 | #define HAVE_STRLCPY 1
 | #define HAVE_STRSEP 1
 | #define HAVE_STRTOLL 1
 | #define HAVE_UNSETENV 1
 | #define HAVE_USLEEP 1
 | #define HAVE_UTIMES 1
 | #define HAVE_WARN 1
 | #define HAVE_LIBSOCKET 1
 | #define HAVE_LIBNSL 1
 | #define HAVE_SOCKLEN_T 1
 | #define HAVE_STRUCT_ADDRINFO 1
 | #define HAVE_STRUCT_IN6_ADDR 1
 | /* end confdefs.h.  */
 | #ifdef HAVE_SYS_TYPES_H
 | # include <sys/types.h>
 | #endif
 | #include <netinet/in.h>
 | 
 | 
 | int
 | main ()
 | {
 | if (sizeof ((struct sockaddr_in6)))
 |        return 0;
 |   ;
 |   return 0;
 | }
 configure:10932: result: yes
 configure:10943: checking for struct sockaddr_storage
 configure:10976: cc -c -g  conftest.c >&5
 configure:10983: $? = 0
 configure:11015: cc -c -g  conftest.c >&5
 "conftest.c", line 127: syntax error before or at: )
 cc: acomp failed for conftest.c
 configure:11022: $? = 2
 configure: failed program was:
 | /* confdefs.h.  */
 | #define PACKAGE_NAME "libnbcompat"
 | #define PACKAGE_TARNAME "libnbcompat"
 | #define PACKAGE_VERSION "20080519"
 | #define PACKAGE_STRING "libnbcompat 20080519"
 | #define PACKAGE_BUGREPORT "grant%NetBSD.org@localhost"
 | #define STDC_HEADERS 1
 | #define TIME_WITH_SYS_TIME 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_MEMORY_H 1
 | #define HAVE_STRINGS_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_ALLOCA_H 1
 | #define HAVE_ASSERT_H 1
 | #define HAVE_CTYPE_H 1
 | #define HAVE_DIRENT_H 1
 | #define HAVE_ERR_H 1
 | #define HAVE_ERRNO_H 1
 | #define HAVE_FCNTL_H 1
 | #define HAVE_FNMATCH_H 1
 | #define HAVE_GRP_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_LIMITS_H 1
 | #define HAVE_NETDB_H 1
 | #define HAVE_PWD_H 1
 | #define HAVE_SIGNAL_H 1
 | #define HAVE_STDARG_H 1
 | #define HAVE_STDDEF_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_STDIO_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_SYS_BYTEORDER_H 1
 | #define HAVE_SYS_FILE_H 1
 | #define HAVE_SYS_MKDEV_H 1
 | #define HAVE_SYS_PARAM_H 1
 | #define HAVE_SYS_SOCKET_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_SYS_STATFS_H 1
 | #define HAVE_SYS_STATVFS_H 1
 | #define HAVE_SYS_TIME_H 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_UIO_H 1
 | #define HAVE_SYS_VFS_H 1
 | #define HAVE_SYSEXITS_H 1
 | #define HAVE_TIME_H 1
 | #define HAVE_TZFILE_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_UTIME_H 1
 | #define HAVE_SYS_MOUNT_H 1
 | #define HAVE_GLOB_H 1
 | #define HAVE_NBCOMPAT_GLOB 1
 | #define HAVE_SYS_QUEUE_H 1
 | #define HAVE_NBCOMPAT_QUEUE 1
 | #define HAVE_REGEX_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_SHA1_H 1
 | #define HAVE_SHA2_H 1
 | #define HAVE_NBCOMPAT_MD5 1
 | #define HAVE_NBCOMPAT_RMD160 1
 | #define HAVE_NBCOMPAT_SHA1 1
 | #define HAVE_NBCOMPAT_SHA2 1
 | #define HAVE_DECL_OPTIND 1
 | #define HAVE_DECL_OPTRESET 0
 | #define HAVE_GETOPT_H 1
 | #define HAVE_NBCOMPAT_VIS 1
 | #define HAVE___ATTRIBUTE__ 1
 | #define HAVE_UINTPTR_T 1
 | #define HAVE_LONG_LONG 1
 | #define HAVE_LONG_DOUBLE 1
 | #define HAVE_FSID_T 1
 | #define SIZEOF_OFF_T 4
 | #define HAVE_STDLIB_H 1
 | #define HAVE_MALLOC 1
 | #define HAVE_DECL_STRERROR_R 1
 | #define HAVE_STRERROR_R 1
 | #define HAVE_FORK 1
 | #define HAVE_VFORK 1
 | #define HAVE_WORKING_VFORK 1
 | #define HAVE_WORKING_FORK 1
 | #define HAVE_VPRINTF 1
 | #define HAVE_DOPRNT 1
 | #define HAVE_DECL_SNPRINTF 1
 | #define HAVE_DECL_VASPRINTF 0
 | #define HAVE_ERR 1
 | #define HAVE_FNMATCH 1
 | #define HAVE_GETENV 1
 | #define HAVE_ISBLANK 1
 | #define HAVE_LCHOWN 1
 | #define HAVE_MKDTEMP 1
 | #define HAVE_MKSTEMP 1
 | #define HAVE_SETENV 1
 | #define HAVE_SNPRINTF 1
 | #define HAVE_STATVFS 1
 | #define HAVE_STRDUP 1
 | #define HAVE_STRERROR 1
 | #define HAVE_STRLCAT 1
 | #define HAVE_STRLCPY 1
 | #define HAVE_STRSEP 1
 | #define HAVE_STRTOLL 1
 | #define HAVE_UNSETENV 1
 | #define HAVE_USLEEP 1
 | #define HAVE_UTIMES 1
 | #define HAVE_WARN 1
 | #define HAVE_LIBSOCKET 1
 | #define HAVE_LIBNSL 1
 | #define HAVE_SOCKLEN_T 1
 | #define HAVE_STRUCT_ADDRINFO 1
 | #define HAVE_STRUCT_IN6_ADDR 1
 | #define HAVE_STRUCT_SOCKADDR_IN6 1
 | /* end confdefs.h.  */
 | #ifdef HAVE_SYS_TYPES_H
 | # include <sys/types.h>
 | #endif
 | #include <sys/socket.h>
 | 
 | 
 | int
 | main ()
 | {
 | if (sizeof ((struct sockaddr_storage)))
 |        return 0;
 |   ;
 |   return 0;
 | }
 configure:11045: result: yes
 configure:11062: checking for getnameinfo
 configure:11118: cc -o conftest -g   conftest.c -lnsl -lsocket  >&5
 "conftest.c", line 155: warning: statement not reached
 configure:11125: $? = 0
 configure:11147: result: yes
 configure:11062: checking for gai_strerror
 configure:11118: cc -o conftest -g   conftest.c -lnsl -lsocket  >&5
 "conftest.c", line 156: warning: statement not reached
 configure:11125: $? = 0
 configure:11147: result: yes
 configure:11062: checking for getaddrinfo
 configure:11118: cc -o conftest -g   conftest.c -lnsl -lsocket  >&5
 "conftest.c", line 157: warning: statement not reached
 configure:11125: $? = 0
 configure:11147: result: yes
 configure:11176: checking for getenv
 configure:11261: result: yes
 configure:11176: checking for setenv
 configure:11261: result: yes
 configure:11176: checking for unsetenv
 configure:11261: result: yes
 configure:11289: checking for mkdtemp
 configure:11374: result: yes
 configure:11289: checking for mkstemp
 configure:11374: result: yes
 configure:11404: checking for bcopy
 configure:11460: cc -o conftest -g   conftest.c -lnsl -lsocket  >&5
 "conftest.c", line 163: warning: statement not reached
 configure:11467: $? = 0
 configure:11489: result: yes
 configure:11404: checking for bzero
 configure:11460: cc -o conftest -g   conftest.c -lnsl -lsocket  >&5
 "conftest.c", line 164: warning: statement not reached
 configure:11467: $? = 0
 configure:11489: result: yes
 configure:11404: checking for memset
 configure:11460: cc -o conftest -g   conftest.c -lnsl -lsocket  >&5
 "conftest.c", line 165: warning: statement not reached
 configure:11467: $? = 0
 configure:11489: result: yes
 configure:11404: checking for memcpy
 configure:11460: cc -o conftest -g   conftest.c -lnsl -lsocket  >&5
 "conftest.c", line 166: warning: statement not reached
 configure:11467: $? = 0
 configure:11489: result: yes
 configure:11404: checking for setlocale
 configure:11460: cc -o conftest -g   conftest.c -lnsl -lsocket  >&5
 "conftest.c", line 167: warning: statement not reached
 configure:11467: $? = 0
 configure:11489: result: yes
 configure:11507: checking for getmode
 configure:11563: cc -o conftest -g   conftest.c -lnsl -lsocket  >&5
 "conftest.c", line 168: warning: statement not reached
 Undefined                      first referenced
  symbol                            in file
 getmode                             conftest.o
 ld: fatal: Symbol referencing errors. No output written to conftest
 configure:11570: $? = 1
 configure: failed program was:
 | /* confdefs.h.  */
 | #define PACKAGE_NAME "libnbcompat"
 | #define PACKAGE_TARNAME "libnbcompat"
 | #define PACKAGE_VERSION "20080519"
 | #define PACKAGE_STRING "libnbcompat 20080519"
 | #define PACKAGE_BUGREPORT "grant%NetBSD.org@localhost"
 | #define STDC_HEADERS 1
 | #define TIME_WITH_SYS_TIME 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_MEMORY_H 1
 | #define HAVE_STRINGS_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_ALLOCA_H 1
 | #define HAVE_ASSERT_H 1
 | #define HAVE_CTYPE_H 1
 | #define HAVE_DIRENT_H 1
 | #define HAVE_ERR_H 1
 | #define HAVE_ERRNO_H 1
 | #define HAVE_FCNTL_H 1
 | #define HAVE_FNMATCH_H 1
 | #define HAVE_GRP_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_LIMITS_H 1
 | #define HAVE_NETDB_H 1
 | #define HAVE_PWD_H 1
 | #define HAVE_SIGNAL_H 1
 | #define HAVE_STDARG_H 1
 | #define HAVE_STDDEF_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_STDIO_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_SYS_BYTEORDER_H 1
 | #define HAVE_SYS_FILE_H 1
 | #define HAVE_SYS_MKDEV_H 1
 | #define HAVE_SYS_PARAM_H 1
 | #define HAVE_SYS_SOCKET_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_SYS_STATFS_H 1
 | #define HAVE_SYS_STATVFS_H 1
 | #define HAVE_SYS_TIME_H 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_UIO_H 1
 | #define HAVE_SYS_VFS_H 1
 | #define HAVE_SYSEXITS_H 1
 | #define HAVE_TIME_H 1
 | #define HAVE_TZFILE_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_UTIME_H 1
 | #define HAVE_SYS_MOUNT_H 1
 | #define HAVE_GLOB_H 1
 | #define HAVE_NBCOMPAT_GLOB 1
 | #define HAVE_SYS_QUEUE_H 1
 | #define HAVE_NBCOMPAT_QUEUE 1
 | #define HAVE_REGEX_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_SHA1_H 1
 | #define HAVE_SHA2_H 1
 | #define HAVE_NBCOMPAT_MD5 1
 | #define HAVE_NBCOMPAT_RMD160 1
 | #define HAVE_NBCOMPAT_SHA1 1
 | #define HAVE_NBCOMPAT_SHA2 1
 | #define HAVE_DECL_OPTIND 1
 | #define HAVE_DECL_OPTRESET 0
 | #define HAVE_GETOPT_H 1
 | #define HAVE_NBCOMPAT_VIS 1
 | #define HAVE___ATTRIBUTE__ 1
 | #define HAVE_UINTPTR_T 1
 | #define HAVE_LONG_LONG 1
 | #define HAVE_LONG_DOUBLE 1
 | #define HAVE_FSID_T 1
 | #define SIZEOF_OFF_T 4
 | #define HAVE_STDLIB_H 1
 | #define HAVE_MALLOC 1
 | #define HAVE_DECL_STRERROR_R 1
 | #define HAVE_STRERROR_R 1
 | #define HAVE_FORK 1
 | #define HAVE_VFORK 1
 | #define HAVE_WORKING_VFORK 1
 | #define HAVE_WORKING_FORK 1
 | #define HAVE_VPRINTF 1
 | #define HAVE_DOPRNT 1
 | #define HAVE_DECL_SNPRINTF 1
 | #define HAVE_DECL_VASPRINTF 0
 | #define HAVE_ERR 1
 | #define HAVE_FNMATCH 1
 | #define HAVE_GETENV 1
 | #define HAVE_ISBLANK 1
 | #define HAVE_LCHOWN 1
 | #define HAVE_MKDTEMP 1
 | #define HAVE_MKSTEMP 1
 | #define HAVE_SETENV 1
 | #define HAVE_SNPRINTF 1
 | #define HAVE_STATVFS 1
 | #define HAVE_STRDUP 1
 | #define HAVE_STRERROR 1
 | #define HAVE_STRLCAT 1
 | #define HAVE_STRLCPY 1
 | #define HAVE_STRSEP 1
 | #define HAVE_STRTOLL 1
 | #define HAVE_UNSETENV 1
 | #define HAVE_USLEEP 1
 | #define HAVE_UTIMES 1
 | #define HAVE_WARN 1
 | #define HAVE_LIBSOCKET 1
 | #define HAVE_LIBNSL 1
 | #define HAVE_SOCKLEN_T 1
 | #define HAVE_STRUCT_ADDRINFO 1
 | #define HAVE_STRUCT_IN6_ADDR 1
 | #define HAVE_STRUCT_SOCKADDR_IN6 1
 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
 | #define HAVE_GETNAMEINFO 1
 | #define HAVE_GAI_STRERROR 1
 | #define HAVE_GETADDRINFO 1
 | #define HAVE_GETENV 1
 | #define HAVE_SETENV 1
 | #define HAVE_UNSETENV 1
 | #define HAVE_MKDTEMP 1
 | #define HAVE_MKSTEMP 1
 | #define HAVE_BCOPY 1
 | #define HAVE_BZERO 1
 | #define HAVE_MEMSET 1
 | #define HAVE_MEMCPY 1
 | #define HAVE_SETLOCALE 1
 | /* end confdefs.h.  */
 | /* Define getmode to an innocuous variant, in case <limits.h> declares 
getmode.
 |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
 | #define getmode innocuous_getmode
 | 
 | /* System header to define __stub macros and hopefully few prototypes,
 |     which can conflict with char getmode (); 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 getmode
 | 
 | /* Override any GCC internal prototype to avoid an error.
 |    Use char because int might match the return type of a GCC
 |    builtin and then its argument prototype would still apply.  */
 | #ifdef __cplusplus
 | extern "C"
 | #endif
 | char getmode ();
 | /* 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_getmode || defined __stub___getmode
 | choke me
 | #endif
 | 
 | int
 | main ()
 | {
 | return getmode ();
 |   ;
 |   return 0;
 | }
 configure:11592: result: no
 configure:11507: checking for setmode
 configure:11563: cc -o conftest -g   conftest.c -lnsl -lsocket  >&5
 "conftest.c", line 168: warning: statement not reached
 Undefined                      first referenced
  symbol                            in file
 setmode                             conftest.o
 ld: fatal: Symbol referencing errors. No output written to conftest
 configure:11570: $? = 1
 configure: failed program was:
 | /* confdefs.h.  */
 | #define PACKAGE_NAME "libnbcompat"
 | #define PACKAGE_TARNAME "libnbcompat"
 | #define PACKAGE_VERSION "20080519"
 | #define PACKAGE_STRING "libnbcompat 20080519"
 | #define PACKAGE_BUGREPORT "grant%NetBSD.org@localhost"
 | #define STDC_HEADERS 1
 | #define TIME_WITH_SYS_TIME 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_MEMORY_H 1
 | #define HAVE_STRINGS_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_ALLOCA_H 1
 | #define HAVE_ASSERT_H 1
 | #define HAVE_CTYPE_H 1
 | #define HAVE_DIRENT_H 1
 | #define HAVE_ERR_H 1
 | #define HAVE_ERRNO_H 1
 | #define HAVE_FCNTL_H 1
 | #define HAVE_FNMATCH_H 1
 | #define HAVE_GRP_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_LIMITS_H 1
 | #define HAVE_NETDB_H 1
 | #define HAVE_PWD_H 1
 | #define HAVE_SIGNAL_H 1
 | #define HAVE_STDARG_H 1
 | #define HAVE_STDDEF_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_STDIO_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_SYS_BYTEORDER_H 1
 | #define HAVE_SYS_FILE_H 1
 | #define HAVE_SYS_MKDEV_H 1
 | #define HAVE_SYS_PARAM_H 1
 | #define HAVE_SYS_SOCKET_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_SYS_STATFS_H 1
 | #define HAVE_SYS_STATVFS_H 1
 | #define HAVE_SYS_TIME_H 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_UIO_H 1
 | #define HAVE_SYS_VFS_H 1
 | #define HAVE_SYSEXITS_H 1
 | #define HAVE_TIME_H 1
 | #define HAVE_TZFILE_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_UTIME_H 1
 | #define HAVE_SYS_MOUNT_H 1
 | #define HAVE_GLOB_H 1
 | #define HAVE_NBCOMPAT_GLOB 1
 | #define HAVE_SYS_QUEUE_H 1
 | #define HAVE_NBCOMPAT_QUEUE 1
 | #define HAVE_REGEX_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_SHA1_H 1
 | #define HAVE_SHA2_H 1
 | #define HAVE_NBCOMPAT_MD5 1
 | #define HAVE_NBCOMPAT_RMD160 1
 | #define HAVE_NBCOMPAT_SHA1 1
 | #define HAVE_NBCOMPAT_SHA2 1
 | #define HAVE_DECL_OPTIND 1
 | #define HAVE_DECL_OPTRESET 0
 | #define HAVE_GETOPT_H 1
 | #define HAVE_NBCOMPAT_VIS 1
 | #define HAVE___ATTRIBUTE__ 1
 | #define HAVE_UINTPTR_T 1
 | #define HAVE_LONG_LONG 1
 | #define HAVE_LONG_DOUBLE 1
 | #define HAVE_FSID_T 1
 | #define SIZEOF_OFF_T 4
 | #define HAVE_STDLIB_H 1
 | #define HAVE_MALLOC 1
 | #define HAVE_DECL_STRERROR_R 1
 | #define HAVE_STRERROR_R 1
 | #define HAVE_FORK 1
 | #define HAVE_VFORK 1
 | #define HAVE_WORKING_VFORK 1
 | #define HAVE_WORKING_FORK 1
 | #define HAVE_VPRINTF 1
 | #define HAVE_DOPRNT 1
 | #define HAVE_DECL_SNPRINTF 1
 | #define HAVE_DECL_VASPRINTF 0
 | #define HAVE_ERR 1
 | #define HAVE_FNMATCH 1
 | #define HAVE_GETENV 1
 | #define HAVE_ISBLANK 1
 | #define HAVE_LCHOWN 1
 | #define HAVE_MKDTEMP 1
 | #define HAVE_MKSTEMP 1
 | #define HAVE_SETENV 1
 | #define HAVE_SNPRINTF 1
 | #define HAVE_STATVFS 1
 | #define HAVE_STRDUP 1
 | #define HAVE_STRERROR 1
 | #define HAVE_STRLCAT 1
 | #define HAVE_STRLCPY 1
 | #define HAVE_STRSEP 1
 | #define HAVE_STRTOLL 1
 | #define HAVE_UNSETENV 1
 | #define HAVE_USLEEP 1
 | #define HAVE_UTIMES 1
 | #define HAVE_WARN 1
 | #define HAVE_LIBSOCKET 1
 | #define HAVE_LIBNSL 1
 | #define HAVE_SOCKLEN_T 1
 | #define HAVE_STRUCT_ADDRINFO 1
 | #define HAVE_STRUCT_IN6_ADDR 1
 | #define HAVE_STRUCT_SOCKADDR_IN6 1
 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
 | #define HAVE_GETNAMEINFO 1
 | #define HAVE_GAI_STRERROR 1
 | #define HAVE_GETADDRINFO 1
 | #define HAVE_GETENV 1
 | #define HAVE_SETENV 1
 | #define HAVE_UNSETENV 1
 | #define HAVE_MKDTEMP 1
 | #define HAVE_MKSTEMP 1
 | #define HAVE_BCOPY 1
 | #define HAVE_BZERO 1
 | #define HAVE_MEMSET 1
 | #define HAVE_MEMCPY 1
 | #define HAVE_SETLOCALE 1
 | /* end confdefs.h.  */
 | /* Define setmode to an innocuous variant, in case <limits.h> declares 
setmode.
 |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
 | #define setmode innocuous_setmode
 | 
 | /* System header to define __stub macros and hopefully few prototypes,
 |     which can conflict with char setmode (); 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 setmode
 | 
 | /* Override any GCC internal prototype to avoid an error.
 |    Use char because int might match the return type of a GCC
 |    builtin and then its argument prototype would still apply.  */
 | #ifdef __cplusplus
 | extern "C"
 | #endif
 | char setmode ();
 | /* 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_setmode || defined __stub___setmode
 | choke me
 | #endif
 | 
 | int
 | main ()
 | {
 | return setmode ();
 |   ;
 |   return 0;
 | }
 configure:11592: result: no
 configure:11615: checking whether endgrent is declared
 configure:11644: cc -c -g  conftest.c >&5
 "conftest.c", line 169: undefined symbol: endgrent
 cc: acomp failed for conftest.c
 configure:11651: $? = 2
 configure: failed program was:
 | /* confdefs.h.  */
 | #define PACKAGE_NAME "libnbcompat"
 | #define PACKAGE_TARNAME "libnbcompat"
 | #define PACKAGE_VERSION "20080519"
 | #define PACKAGE_STRING "libnbcompat 20080519"
 | #define PACKAGE_BUGREPORT "grant%NetBSD.org@localhost"
 | #define STDC_HEADERS 1
 | #define TIME_WITH_SYS_TIME 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_MEMORY_H 1
 | #define HAVE_STRINGS_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_ALLOCA_H 1
 | #define HAVE_ASSERT_H 1
 | #define HAVE_CTYPE_H 1
 | #define HAVE_DIRENT_H 1
 | #define HAVE_ERR_H 1
 | #define HAVE_ERRNO_H 1
 | #define HAVE_FCNTL_H 1
 | #define HAVE_FNMATCH_H 1
 | #define HAVE_GRP_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_LIMITS_H 1
 | #define HAVE_NETDB_H 1
 | #define HAVE_PWD_H 1
 | #define HAVE_SIGNAL_H 1
 | #define HAVE_STDARG_H 1
 | #define HAVE_STDDEF_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_STDIO_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_SYS_BYTEORDER_H 1
 | #define HAVE_SYS_FILE_H 1
 | #define HAVE_SYS_MKDEV_H 1
 | #define HAVE_SYS_PARAM_H 1
 | #define HAVE_SYS_SOCKET_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_SYS_STATFS_H 1
 | #define HAVE_SYS_STATVFS_H 1
 | #define HAVE_SYS_TIME_H 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_UIO_H 1
 | #define HAVE_SYS_VFS_H 1
 | #define HAVE_SYSEXITS_H 1
 | #define HAVE_TIME_H 1
 | #define HAVE_TZFILE_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_UTIME_H 1
 | #define HAVE_SYS_MOUNT_H 1
 | #define HAVE_GLOB_H 1
 | #define HAVE_NBCOMPAT_GLOB 1
 | #define HAVE_SYS_QUEUE_H 1
 | #define HAVE_NBCOMPAT_QUEUE 1
 | #define HAVE_REGEX_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_SHA1_H 1
 | #define HAVE_SHA2_H 1
 | #define HAVE_NBCOMPAT_MD5 1
 | #define HAVE_NBCOMPAT_RMD160 1
 | #define HAVE_NBCOMPAT_SHA1 1
 | #define HAVE_NBCOMPAT_SHA2 1
 | #define HAVE_DECL_OPTIND 1
 | #define HAVE_DECL_OPTRESET 0
 | #define HAVE_GETOPT_H 1
 | #define HAVE_NBCOMPAT_VIS 1
 | #define HAVE___ATTRIBUTE__ 1
 | #define HAVE_UINTPTR_T 1
 | #define HAVE_LONG_LONG 1
 | #define HAVE_LONG_DOUBLE 1
 | #define HAVE_FSID_T 1
 | #define SIZEOF_OFF_T 4
 | #define HAVE_STDLIB_H 1
 | #define HAVE_MALLOC 1
 | #define HAVE_DECL_STRERROR_R 1
 | #define HAVE_STRERROR_R 1
 | #define HAVE_FORK 1
 | #define HAVE_VFORK 1
 | #define HAVE_WORKING_VFORK 1
 | #define HAVE_WORKING_FORK 1
 | #define HAVE_VPRINTF 1
 | #define HAVE_DOPRNT 1
 | #define HAVE_DECL_SNPRINTF 1
 | #define HAVE_DECL_VASPRINTF 0
 | #define HAVE_ERR 1
 | #define HAVE_FNMATCH 1
 | #define HAVE_GETENV 1
 | #define HAVE_ISBLANK 1
 | #define HAVE_LCHOWN 1
 | #define HAVE_MKDTEMP 1
 | #define HAVE_MKSTEMP 1
 | #define HAVE_SETENV 1
 | #define HAVE_SNPRINTF 1
 | #define HAVE_STATVFS 1
 | #define HAVE_STRDUP 1
 | #define HAVE_STRERROR 1
 | #define HAVE_STRLCAT 1
 | #define HAVE_STRLCPY 1
 | #define HAVE_STRSEP 1
 | #define HAVE_STRTOLL 1
 | #define HAVE_UNSETENV 1
 | #define HAVE_USLEEP 1
 | #define HAVE_UTIMES 1
 | #define HAVE_WARN 1
 | #define HAVE_LIBSOCKET 1
 | #define HAVE_LIBNSL 1
 | #define HAVE_SOCKLEN_T 1
 | #define HAVE_STRUCT_ADDRINFO 1
 | #define HAVE_STRUCT_IN6_ADDR 1
 | #define HAVE_STRUCT_SOCKADDR_IN6 1
 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
 | #define HAVE_GETNAMEINFO 1
 | #define HAVE_GAI_STRERROR 1
 | #define HAVE_GETADDRINFO 1
 | #define HAVE_GETENV 1
 | #define HAVE_SETENV 1
 | #define HAVE_UNSETENV 1
 | #define HAVE_MKDTEMP 1
 | #define HAVE_MKSTEMP 1
 | #define HAVE_BCOPY 1
 | #define HAVE_BZERO 1
 | #define HAVE_MEMSET 1
 | #define HAVE_MEMCPY 1
 | #define HAVE_SETLOCALE 1
 | /* end confdefs.h.  */
 | #include <stdio.h>
 | #ifdef HAVE_SYS_TYPES_H
 | # include <sys/types.h>
 | #endif
 | #ifdef HAVE_SYS_STAT_H
 | # include <sys/stat.h>
 | #endif
 | #ifdef STDC_HEADERS
 | # include <stdlib.h>
 | # include <stddef.h>
 | #else
 | # ifdef HAVE_STDLIB_H
 | #  include <stdlib.h>
 | # endif
 | #endif
 | #ifdef HAVE_STRING_H
 | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
 | #  include <memory.h>
 | # endif
 | # include <string.h>
 | #endif
 | #ifdef HAVE_STRINGS_H
 | # include <strings.h>
 | #endif
 | #ifdef HAVE_INTTYPES_H
 | # include <inttypes.h>
 | #endif
 | #ifdef HAVE_STDINT_H
 | # include <stdint.h>
 | #endif
 | #ifdef HAVE_UNISTD_H
 | # include <unistd.h>
 | #endif
 | int
 | main ()
 | {
 | #ifndef endgrent
 |   (void) endgrent;
 | #endif
 | 
 |   ;
 |   return 0;
 | }
 configure:11666: result: no
 configure:11682: checking whether endpwent is declared
 configure:11711: cc -c -g  conftest.c >&5
 "conftest.c", line 170: undefined symbol: endpwent
 cc: acomp failed for conftest.c
 configure:11718: $? = 2
 configure: failed program was:
 | /* confdefs.h.  */
 | #define PACKAGE_NAME "libnbcompat"
 | #define PACKAGE_TARNAME "libnbcompat"
 | #define PACKAGE_VERSION "20080519"
 | #define PACKAGE_STRING "libnbcompat 20080519"
 | #define PACKAGE_BUGREPORT "grant%NetBSD.org@localhost"
 | #define STDC_HEADERS 1
 | #define TIME_WITH_SYS_TIME 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_MEMORY_H 1
 | #define HAVE_STRINGS_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_ALLOCA_H 1
 | #define HAVE_ASSERT_H 1
 | #define HAVE_CTYPE_H 1
 | #define HAVE_DIRENT_H 1
 | #define HAVE_ERR_H 1
 | #define HAVE_ERRNO_H 1
 | #define HAVE_FCNTL_H 1
 | #define HAVE_FNMATCH_H 1
 | #define HAVE_GRP_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_LIMITS_H 1
 | #define HAVE_NETDB_H 1
 | #define HAVE_PWD_H 1
 | #define HAVE_SIGNAL_H 1
 | #define HAVE_STDARG_H 1
 | #define HAVE_STDDEF_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_STDIO_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_SYS_BYTEORDER_H 1
 | #define HAVE_SYS_FILE_H 1
 | #define HAVE_SYS_MKDEV_H 1
 | #define HAVE_SYS_PARAM_H 1
 | #define HAVE_SYS_SOCKET_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_SYS_STATFS_H 1
 | #define HAVE_SYS_STATVFS_H 1
 | #define HAVE_SYS_TIME_H 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_UIO_H 1
 | #define HAVE_SYS_VFS_H 1
 | #define HAVE_SYSEXITS_H 1
 | #define HAVE_TIME_H 1
 | #define HAVE_TZFILE_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_UTIME_H 1
 | #define HAVE_SYS_MOUNT_H 1
 | #define HAVE_GLOB_H 1
 | #define HAVE_NBCOMPAT_GLOB 1
 | #define HAVE_SYS_QUEUE_H 1
 | #define HAVE_NBCOMPAT_QUEUE 1
 | #define HAVE_REGEX_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_SHA1_H 1
 | #define HAVE_SHA2_H 1
 | #define HAVE_NBCOMPAT_MD5 1
 | #define HAVE_NBCOMPAT_RMD160 1
 | #define HAVE_NBCOMPAT_SHA1 1
 | #define HAVE_NBCOMPAT_SHA2 1
 | #define HAVE_DECL_OPTIND 1
 | #define HAVE_DECL_OPTRESET 0
 | #define HAVE_GETOPT_H 1
 | #define HAVE_NBCOMPAT_VIS 1
 | #define HAVE___ATTRIBUTE__ 1
 | #define HAVE_UINTPTR_T 1
 | #define HAVE_LONG_LONG 1
 | #define HAVE_LONG_DOUBLE 1
 | #define HAVE_FSID_T 1
 | #define SIZEOF_OFF_T 4
 | #define HAVE_STDLIB_H 1
 | #define HAVE_MALLOC 1
 | #define HAVE_DECL_STRERROR_R 1
 | #define HAVE_STRERROR_R 1
 | #define HAVE_FORK 1
 | #define HAVE_VFORK 1
 | #define HAVE_WORKING_VFORK 1
 | #define HAVE_WORKING_FORK 1
 | #define HAVE_VPRINTF 1
 | #define HAVE_DOPRNT 1
 | #define HAVE_DECL_SNPRINTF 1
 | #define HAVE_DECL_VASPRINTF 0
 | #define HAVE_ERR 1
 | #define HAVE_FNMATCH 1
 | #define HAVE_GETENV 1
 | #define HAVE_ISBLANK 1
 | #define HAVE_LCHOWN 1
 | #define HAVE_MKDTEMP 1
 | #define HAVE_MKSTEMP 1
 | #define HAVE_SETENV 1
 | #define HAVE_SNPRINTF 1
 | #define HAVE_STATVFS 1
 | #define HAVE_STRDUP 1
 | #define HAVE_STRERROR 1
 | #define HAVE_STRLCAT 1
 | #define HAVE_STRLCPY 1
 | #define HAVE_STRSEP 1
 | #define HAVE_STRTOLL 1
 | #define HAVE_UNSETENV 1
 | #define HAVE_USLEEP 1
 | #define HAVE_UTIMES 1
 | #define HAVE_WARN 1
 | #define HAVE_LIBSOCKET 1
 | #define HAVE_LIBNSL 1
 | #define HAVE_SOCKLEN_T 1
 | #define HAVE_STRUCT_ADDRINFO 1
 | #define HAVE_STRUCT_IN6_ADDR 1
 | #define HAVE_STRUCT_SOCKADDR_IN6 1
 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
 | #define HAVE_GETNAMEINFO 1
 | #define HAVE_GAI_STRERROR 1
 | #define HAVE_GETADDRINFO 1
 | #define HAVE_GETENV 1
 | #define HAVE_SETENV 1
 | #define HAVE_UNSETENV 1
 | #define HAVE_MKDTEMP 1
 | #define HAVE_MKSTEMP 1
 | #define HAVE_BCOPY 1
 | #define HAVE_BZERO 1
 | #define HAVE_MEMSET 1
 | #define HAVE_MEMCPY 1
 | #define HAVE_SETLOCALE 1
 | #define HAVE_DECL_ENDGRENT 0
 | /* end confdefs.h.  */
 | #include <stdio.h>
 | #ifdef HAVE_SYS_TYPES_H
 | # include <sys/types.h>
 | #endif
 | #ifdef HAVE_SYS_STAT_H
 | # include <sys/stat.h>
 | #endif
 | #ifdef STDC_HEADERS
 | # include <stdlib.h>
 | # include <stddef.h>
 | #else
 | # ifdef HAVE_STDLIB_H
 | #  include <stdlib.h>
 | # endif
 | #endif
 | #ifdef HAVE_STRING_H
 | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
 | #  include <memory.h>
 | # endif
 | # include <string.h>
 | #endif
 | #ifdef HAVE_STRINGS_H
 | # include <strings.h>
 | #endif
 | #ifdef HAVE_INTTYPES_H
 | # include <inttypes.h>
 | #endif
 | #ifdef HAVE_STDINT_H
 | # include <stdint.h>
 | #endif
 | #ifdef HAVE_UNISTD_H
 | # include <unistd.h>
 | #endif
 | int
 | main ()
 | {
 | #ifndef endpwent
 |   (void) endpwent;
 | #endif
 | 
 |   ;
 |   return 0;
 | }
 configure:11733: result: no
 configure:11764: checking for gid_from_group
 configure:11820: cc -o conftest -g   conftest.c -lnsl -lsocket  >&5
 "conftest.c", line 170: warning: statement not reached
 Undefined                      first referenced
  symbol                            in file
 gid_from_group                      conftest.o
 ld: fatal: Symbol referencing errors. No output written to conftest
 configure:11827: $? = 1
 configure: failed program was:
 | /* confdefs.h.  */
 | #define PACKAGE_NAME "libnbcompat"
 | #define PACKAGE_TARNAME "libnbcompat"
 | #define PACKAGE_VERSION "20080519"
 | #define PACKAGE_STRING "libnbcompat 20080519"
 | #define PACKAGE_BUGREPORT "grant%NetBSD.org@localhost"
 | #define STDC_HEADERS 1
 | #define TIME_WITH_SYS_TIME 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_MEMORY_H 1
 | #define HAVE_STRINGS_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_ALLOCA_H 1
 | #define HAVE_ASSERT_H 1
 | #define HAVE_CTYPE_H 1
 | #define HAVE_DIRENT_H 1
 | #define HAVE_ERR_H 1
 | #define HAVE_ERRNO_H 1
 | #define HAVE_FCNTL_H 1
 | #define HAVE_FNMATCH_H 1
 | #define HAVE_GRP_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_LIMITS_H 1
 | #define HAVE_NETDB_H 1
 | #define HAVE_PWD_H 1
 | #define HAVE_SIGNAL_H 1
 | #define HAVE_STDARG_H 1
 | #define HAVE_STDDEF_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_STDIO_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_SYS_BYTEORDER_H 1
 | #define HAVE_SYS_FILE_H 1
 | #define HAVE_SYS_MKDEV_H 1
 | #define HAVE_SYS_PARAM_H 1
 | #define HAVE_SYS_SOCKET_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_SYS_STATFS_H 1
 | #define HAVE_SYS_STATVFS_H 1
 | #define HAVE_SYS_TIME_H 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_UIO_H 1
 | #define HAVE_SYS_VFS_H 1
 | #define HAVE_SYSEXITS_H 1
 | #define HAVE_TIME_H 1
 | #define HAVE_TZFILE_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_UTIME_H 1
 | #define HAVE_SYS_MOUNT_H 1
 | #define HAVE_GLOB_H 1
 | #define HAVE_NBCOMPAT_GLOB 1
 | #define HAVE_SYS_QUEUE_H 1
 | #define HAVE_NBCOMPAT_QUEUE 1
 | #define HAVE_REGEX_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_SHA1_H 1
 | #define HAVE_SHA2_H 1
 | #define HAVE_NBCOMPAT_MD5 1
 | #define HAVE_NBCOMPAT_RMD160 1
 | #define HAVE_NBCOMPAT_SHA1 1
 | #define HAVE_NBCOMPAT_SHA2 1
 | #define HAVE_DECL_OPTIND 1
 | #define HAVE_DECL_OPTRESET 0
 | #define HAVE_GETOPT_H 1
 | #define HAVE_NBCOMPAT_VIS 1
 | #define HAVE___ATTRIBUTE__ 1
 | #define HAVE_UINTPTR_T 1
 | #define HAVE_LONG_LONG 1
 | #define HAVE_LONG_DOUBLE 1
 | #define HAVE_FSID_T 1
 | #define SIZEOF_OFF_T 4
 | #define HAVE_STDLIB_H 1
 | #define HAVE_MALLOC 1
 | #define HAVE_DECL_STRERROR_R 1
 | #define HAVE_STRERROR_R 1
 | #define HAVE_FORK 1
 | #define HAVE_VFORK 1
 | #define HAVE_WORKING_VFORK 1
 | #define HAVE_WORKING_FORK 1
 | #define HAVE_VPRINTF 1
 | #define HAVE_DOPRNT 1
 | #define HAVE_DECL_SNPRINTF 1
 | #define HAVE_DECL_VASPRINTF 0
 | #define HAVE_ERR 1
 | #define HAVE_FNMATCH 1
 | #define HAVE_GETENV 1
 | #define HAVE_ISBLANK 1
 | #define HAVE_LCHOWN 1
 | #define HAVE_MKDTEMP 1
 | #define HAVE_MKSTEMP 1
 | #define HAVE_SETENV 1
 | #define HAVE_SNPRINTF 1
 | #define HAVE_STATVFS 1
 | #define HAVE_STRDUP 1
 | #define HAVE_STRERROR 1
 | #define HAVE_STRLCAT 1
 | #define HAVE_STRLCPY 1
 | #define HAVE_STRSEP 1
 | #define HAVE_STRTOLL 1
 | #define HAVE_UNSETENV 1
 | #define HAVE_USLEEP 1
 | #define HAVE_UTIMES 1
 | #define HAVE_WARN 1
 | #define HAVE_LIBSOCKET 1
 | #define HAVE_LIBNSL 1
 | #define HAVE_SOCKLEN_T 1
 | #define HAVE_STRUCT_ADDRINFO 1
 | #define HAVE_STRUCT_IN6_ADDR 1
 | #define HAVE_STRUCT_SOCKADDR_IN6 1
 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
 | #define HAVE_GETNAMEINFO 1
 | #define HAVE_GAI_STRERROR 1
 | #define HAVE_GETADDRINFO 1
 | #define HAVE_GETENV 1
 | #define HAVE_SETENV 1
 | #define HAVE_UNSETENV 1
 | #define HAVE_MKDTEMP 1
 | #define HAVE_MKSTEMP 1
 | #define HAVE_BCOPY 1
 | #define HAVE_BZERO 1
 | #define HAVE_MEMSET 1
 | #define HAVE_MEMCPY 1
 | #define HAVE_SETLOCALE 1
 | #define HAVE_DECL_ENDGRENT 0
 | #define HAVE_DECL_ENDPWENT 0
 | /* end confdefs.h.  */
 | /* Define gid_from_group to an innocuous variant, in case <limits.h> 
declares gid_from_group.
 |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
 | #define gid_from_group innocuous_gid_from_group
 | 
 | /* System header to define __stub macros and hopefully few prototypes,
 |     which can conflict with char gid_from_group (); 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 gid_from_group
 | 
 | /* Override any GCC internal prototype to avoid an error.
 |    Use char because int might match the return type of a GCC
 |    builtin and then its argument prototype would still apply.  */
 | #ifdef __cplusplus
 | extern "C"
 | #endif
 | char gid_from_group ();
 | /* 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_gid_from_group || defined __stub___gid_from_group
 | choke me
 | #endif
 | 
 | int
 | main ()
 | {
 | return gid_from_group ();
 |   ;
 |   return 0;
 | }
 configure:11849: result: no
 configure:11764: checking for group_from_gid
 configure:11820: cc -o conftest -g   conftest.c -lnsl -lsocket  >&5
 "conftest.c", line 170: warning: statement not reached
 Undefined                      first referenced
  symbol                            in file
 group_from_gid                      conftest.o
 ld: fatal: Symbol referencing errors. No output written to conftest
 configure:11827: $? = 1
 configure: failed program was:
 | /* confdefs.h.  */
 | #define PACKAGE_NAME "libnbcompat"
 | #define PACKAGE_TARNAME "libnbcompat"
 | #define PACKAGE_VERSION "20080519"
 | #define PACKAGE_STRING "libnbcompat 20080519"
 | #define PACKAGE_BUGREPORT "grant%NetBSD.org@localhost"
 | #define STDC_HEADERS 1
 | #define TIME_WITH_SYS_TIME 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_MEMORY_H 1
 | #define HAVE_STRINGS_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_ALLOCA_H 1
 | #define HAVE_ASSERT_H 1
 | #define HAVE_CTYPE_H 1
 | #define HAVE_DIRENT_H 1
 | #define HAVE_ERR_H 1
 | #define HAVE_ERRNO_H 1
 | #define HAVE_FCNTL_H 1
 | #define HAVE_FNMATCH_H 1
 | #define HAVE_GRP_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_LIMITS_H 1
 | #define HAVE_NETDB_H 1
 | #define HAVE_PWD_H 1
 | #define HAVE_SIGNAL_H 1
 | #define HAVE_STDARG_H 1
 | #define HAVE_STDDEF_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_STDIO_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_SYS_BYTEORDER_H 1
 | #define HAVE_SYS_FILE_H 1
 | #define HAVE_SYS_MKDEV_H 1
 | #define HAVE_SYS_PARAM_H 1
 | #define HAVE_SYS_SOCKET_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_SYS_STATFS_H 1
 | #define HAVE_SYS_STATVFS_H 1
 | #define HAVE_SYS_TIME_H 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_UIO_H 1
 | #define HAVE_SYS_VFS_H 1
 | #define HAVE_SYSEXITS_H 1
 | #define HAVE_TIME_H 1
 | #define HAVE_TZFILE_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_UTIME_H 1
 | #define HAVE_SYS_MOUNT_H 1
 | #define HAVE_GLOB_H 1
 | #define HAVE_NBCOMPAT_GLOB 1
 | #define HAVE_SYS_QUEUE_H 1
 | #define HAVE_NBCOMPAT_QUEUE 1
 | #define HAVE_REGEX_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_SHA1_H 1
 | #define HAVE_SHA2_H 1
 | #define HAVE_NBCOMPAT_MD5 1
 | #define HAVE_NBCOMPAT_RMD160 1
 | #define HAVE_NBCOMPAT_SHA1 1
 | #define HAVE_NBCOMPAT_SHA2 1
 | #define HAVE_DECL_OPTIND 1
 | #define HAVE_DECL_OPTRESET 0
 | #define HAVE_GETOPT_H 1
 | #define HAVE_NBCOMPAT_VIS 1
 | #define HAVE___ATTRIBUTE__ 1
 | #define HAVE_UINTPTR_T 1
 | #define HAVE_LONG_LONG 1
 | #define HAVE_LONG_DOUBLE 1
 | #define HAVE_FSID_T 1
 | #define SIZEOF_OFF_T 4
 | #define HAVE_STDLIB_H 1
 | #define HAVE_MALLOC 1
 | #define HAVE_DECL_STRERROR_R 1
 | #define HAVE_STRERROR_R 1
 | #define HAVE_FORK 1
 | #define HAVE_VFORK 1
 | #define HAVE_WORKING_VFORK 1
 | #define HAVE_WORKING_FORK 1
 | #define HAVE_VPRINTF 1
 | #define HAVE_DOPRNT 1
 | #define HAVE_DECL_SNPRINTF 1
 | #define HAVE_DECL_VASPRINTF 0
 | #define HAVE_ERR 1
 | #define HAVE_FNMATCH 1
 | #define HAVE_GETENV 1
 | #define HAVE_ISBLANK 1
 | #define HAVE_LCHOWN 1
 | #define HAVE_MKDTEMP 1
 | #define HAVE_MKSTEMP 1
 | #define HAVE_SETENV 1
 | #define HAVE_SNPRINTF 1
 | #define HAVE_STATVFS 1
 | #define HAVE_STRDUP 1
 | #define HAVE_STRERROR 1
 | #define HAVE_STRLCAT 1
 | #define HAVE_STRLCPY 1
 | #define HAVE_STRSEP 1
 | #define HAVE_STRTOLL 1
 | #define HAVE_UNSETENV 1
 | #define HAVE_USLEEP 1
 | #define HAVE_UTIMES 1
 | #define HAVE_WARN 1
 | #define HAVE_LIBSOCKET 1
 | #define HAVE_LIBNSL 1
 | #define HAVE_SOCKLEN_T 1
 | #define HAVE_STRUCT_ADDRINFO 1
 | #define HAVE_STRUCT_IN6_ADDR 1
 | #define HAVE_STRUCT_SOCKADDR_IN6 1
 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
 | #define HAVE_GETNAMEINFO 1
 | #define HAVE_GAI_STRERROR 1
 | #define HAVE_GETADDRINFO 1
 | #define HAVE_GETENV 1
 | #define HAVE_SETENV 1
 | #define HAVE_UNSETENV 1
 | #define HAVE_MKDTEMP 1
 | #define HAVE_MKSTEMP 1
 | #define HAVE_BCOPY 1
 | #define HAVE_BZERO 1
 | #define HAVE_MEMSET 1
 | #define HAVE_MEMCPY 1
 | #define HAVE_SETLOCALE 1
 | #define HAVE_DECL_ENDGRENT 0
 | #define HAVE_DECL_ENDPWENT 0
 | /* end confdefs.h.  */
 | /* Define group_from_gid to an innocuous variant, in case <limits.h> 
declares group_from_gid.
 |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
 | #define group_from_gid innocuous_group_from_gid
 | 
 | /* System header to define __stub macros and hopefully few prototypes,
 |     which can conflict with char group_from_gid (); 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 group_from_gid
 | 
 | /* Override any GCC internal prototype to avoid an error.
 |    Use char because int might match the return type of a GCC
 |    builtin and then its argument prototype would still apply.  */
 | #ifdef __cplusplus
 | extern "C"
 | #endif
 | char group_from_gid ();
 | /* 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_group_from_gid || defined __stub___group_from_gid
 | choke me
 | #endif
 | 
 | int
 | main ()
 | {
 | return group_from_gid ();
 |   ;
 |   return 0;
 | }
 configure:11849: result: no
 configure:11764: checking for pwcache_groupdb
 configure:11820: cc -o conftest -g   conftest.c -lnsl -lsocket  >&5
 "conftest.c", line 170: warning: statement not reached
 Undefined                      first referenced
  symbol                            in file
 pwcache_groupdb                     conftest.o
 ld: fatal: Symbol referencing errors. No output written to conftest
 configure:11827: $? = 1
 configure: failed program was:
 | /* confdefs.h.  */
 | #define PACKAGE_NAME "libnbcompat"
 | #define PACKAGE_TARNAME "libnbcompat"
 | #define PACKAGE_VERSION "20080519"
 | #define PACKAGE_STRING "libnbcompat 20080519"
 | #define PACKAGE_BUGREPORT "grant%NetBSD.org@localhost"
 | #define STDC_HEADERS 1
 | #define TIME_WITH_SYS_TIME 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_MEMORY_H 1
 | #define HAVE_STRINGS_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_ALLOCA_H 1
 | #define HAVE_ASSERT_H 1
 | #define HAVE_CTYPE_H 1
 | #define HAVE_DIRENT_H 1
 | #define HAVE_ERR_H 1
 | #define HAVE_ERRNO_H 1
 | #define HAVE_FCNTL_H 1
 | #define HAVE_FNMATCH_H 1
 | #define HAVE_GRP_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_LIMITS_H 1
 | #define HAVE_NETDB_H 1
 | #define HAVE_PWD_H 1
 | #define HAVE_SIGNAL_H 1
 | #define HAVE_STDARG_H 1
 | #define HAVE_STDDEF_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_STDIO_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_SYS_BYTEORDER_H 1
 | #define HAVE_SYS_FILE_H 1
 | #define HAVE_SYS_MKDEV_H 1
 | #define HAVE_SYS_PARAM_H 1
 | #define HAVE_SYS_SOCKET_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_SYS_STATFS_H 1
 | #define HAVE_SYS_STATVFS_H 1
 | #define HAVE_SYS_TIME_H 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_UIO_H 1
 | #define HAVE_SYS_VFS_H 1
 | #define HAVE_SYSEXITS_H 1
 | #define HAVE_TIME_H 1
 | #define HAVE_TZFILE_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_UTIME_H 1
 | #define HAVE_SYS_MOUNT_H 1
 | #define HAVE_GLOB_H 1
 | #define HAVE_NBCOMPAT_GLOB 1
 | #define HAVE_SYS_QUEUE_H 1
 | #define HAVE_NBCOMPAT_QUEUE 1
 | #define HAVE_REGEX_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_SHA1_H 1
 | #define HAVE_SHA2_H 1
 | #define HAVE_NBCOMPAT_MD5 1
 | #define HAVE_NBCOMPAT_RMD160 1
 | #define HAVE_NBCOMPAT_SHA1 1
 | #define HAVE_NBCOMPAT_SHA2 1
 | #define HAVE_DECL_OPTIND 1
 | #define HAVE_DECL_OPTRESET 0
 | #define HAVE_GETOPT_H 1
 | #define HAVE_NBCOMPAT_VIS 1
 | #define HAVE___ATTRIBUTE__ 1
 | #define HAVE_UINTPTR_T 1
 | #define HAVE_LONG_LONG 1
 | #define HAVE_LONG_DOUBLE 1
 | #define HAVE_FSID_T 1
 | #define SIZEOF_OFF_T 4
 | #define HAVE_STDLIB_H 1
 | #define HAVE_MALLOC 1
 | #define HAVE_DECL_STRERROR_R 1
 | #define HAVE_STRERROR_R 1
 | #define HAVE_FORK 1
 | #define HAVE_VFORK 1
 | #define HAVE_WORKING_VFORK 1
 | #define HAVE_WORKING_FORK 1
 | #define HAVE_VPRINTF 1
 | #define HAVE_DOPRNT 1
 | #define HAVE_DECL_SNPRINTF 1
 | #define HAVE_DECL_VASPRINTF 0
 | #define HAVE_ERR 1
 | #define HAVE_FNMATCH 1
 | #define HAVE_GETENV 1
 | #define HAVE_ISBLANK 1
 | #define HAVE_LCHOWN 1
 | #define HAVE_MKDTEMP 1
 | #define HAVE_MKSTEMP 1
 | #define HAVE_SETENV 1
 | #define HAVE_SNPRINTF 1
 | #define HAVE_STATVFS 1
 | #define HAVE_STRDUP 1
 | #define HAVE_STRERROR 1
 | #define HAVE_STRLCAT 1
 | #define HAVE_STRLCPY 1
 | #define HAVE_STRSEP 1
 | #define HAVE_STRTOLL 1
 | #define HAVE_UNSETENV 1
 | #define HAVE_USLEEP 1
 | #define HAVE_UTIMES 1
 | #define HAVE_WARN 1
 | #define HAVE_LIBSOCKET 1
 | #define HAVE_LIBNSL 1
 | #define HAVE_SOCKLEN_T 1
 | #define HAVE_STRUCT_ADDRINFO 1
 | #define HAVE_STRUCT_IN6_ADDR 1
 | #define HAVE_STRUCT_SOCKADDR_IN6 1
 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
 | #define HAVE_GETNAMEINFO 1
 | #define HAVE_GAI_STRERROR 1
 | #define HAVE_GETADDRINFO 1
 | #define HAVE_GETENV 1
 | #define HAVE_SETENV 1
 | #define HAVE_UNSETENV 1
 | #define HAVE_MKDTEMP 1
 | #define HAVE_MKSTEMP 1
 | #define HAVE_BCOPY 1
 | #define HAVE_BZERO 1
 | #define HAVE_MEMSET 1
 | #define HAVE_MEMCPY 1
 | #define HAVE_SETLOCALE 1
 | #define HAVE_DECL_ENDGRENT 0
 | #define HAVE_DECL_ENDPWENT 0
 | /* end confdefs.h.  */
 | /* Define pwcache_groupdb to an innocuous variant, in case <limits.h> 
declares pwcache_groupdb.
 |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
 | #define pwcache_groupdb innocuous_pwcache_groupdb
 | 
 | /* System header to define __stub macros and hopefully few prototypes,
 |     which can conflict with char pwcache_groupdb (); 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 pwcache_groupdb
 | 
 | /* Override any GCC internal prototype to avoid an error.
 |    Use char because int might match the return type of a GCC
 |    builtin and then its argument prototype would still apply.  */
 | #ifdef __cplusplus
 | extern "C"
 | #endif
 | char pwcache_groupdb ();
 | /* 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_pwcache_groupdb || defined __stub___pwcache_groupdb
 | choke me
 | #endif
 | 
 | int
 | main ()
 | {
 | return pwcache_groupdb ();
 |   ;
 |   return 0;
 | }
 configure:11849: result: no
 configure:11764: checking for pwcache_userdb
 configure:11820: cc -o conftest -g   conftest.c -lnsl -lsocket  >&5
 "conftest.c", line 170: warning: statement not reached
 Undefined                      first referenced
  symbol                            in file
 pwcache_userdb                      conftest.o
 ld: fatal: Symbol referencing errors. No output written to conftest
 configure:11827: $? = 1
 configure: failed program was:
 | /* confdefs.h.  */
 | #define PACKAGE_NAME "libnbcompat"
 | #define PACKAGE_TARNAME "libnbcompat"
 | #define PACKAGE_VERSION "20080519"
 | #define PACKAGE_STRING "libnbcompat 20080519"
 | #define PACKAGE_BUGREPORT "grant%NetBSD.org@localhost"
 | #define STDC_HEADERS 1
 | #define TIME_WITH_SYS_TIME 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_MEMORY_H 1
 | #define HAVE_STRINGS_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_ALLOCA_H 1
 | #define HAVE_ASSERT_H 1
 | #define HAVE_CTYPE_H 1
 | #define HAVE_DIRENT_H 1
 | #define HAVE_ERR_H 1
 | #define HAVE_ERRNO_H 1
 | #define HAVE_FCNTL_H 1
 | #define HAVE_FNMATCH_H 1
 | #define HAVE_GRP_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_LIMITS_H 1
 | #define HAVE_NETDB_H 1
 | #define HAVE_PWD_H 1
 | #define HAVE_SIGNAL_H 1
 | #define HAVE_STDARG_H 1
 | #define HAVE_STDDEF_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_STDIO_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_SYS_BYTEORDER_H 1
 | #define HAVE_SYS_FILE_H 1
 | #define HAVE_SYS_MKDEV_H 1
 | #define HAVE_SYS_PARAM_H 1
 | #define HAVE_SYS_SOCKET_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_SYS_STATFS_H 1
 | #define HAVE_SYS_STATVFS_H 1
 | #define HAVE_SYS_TIME_H 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_UIO_H 1
 | #define HAVE_SYS_VFS_H 1
 | #define HAVE_SYSEXITS_H 1
 | #define HAVE_TIME_H 1
 | #define HAVE_TZFILE_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_UTIME_H 1
 | #define HAVE_SYS_MOUNT_H 1
 | #define HAVE_GLOB_H 1
 | #define HAVE_NBCOMPAT_GLOB 1
 | #define HAVE_SYS_QUEUE_H 1
 | #define HAVE_NBCOMPAT_QUEUE 1
 | #define HAVE_REGEX_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_SHA1_H 1
 | #define HAVE_SHA2_H 1
 | #define HAVE_NBCOMPAT_MD5 1
 | #define HAVE_NBCOMPAT_RMD160 1
 | #define HAVE_NBCOMPAT_SHA1 1
 | #define HAVE_NBCOMPAT_SHA2 1
 | #define HAVE_DECL_OPTIND 1
 | #define HAVE_DECL_OPTRESET 0
 | #define HAVE_GETOPT_H 1
 | #define HAVE_NBCOMPAT_VIS 1
 | #define HAVE___ATTRIBUTE__ 1
 | #define HAVE_UINTPTR_T 1
 | #define HAVE_LONG_LONG 1
 | #define HAVE_LONG_DOUBLE 1
 | #define HAVE_FSID_T 1
 | #define SIZEOF_OFF_T 4
 | #define HAVE_STDLIB_H 1
 | #define HAVE_MALLOC 1
 | #define HAVE_DECL_STRERROR_R 1
 | #define HAVE_STRERROR_R 1
 | #define HAVE_FORK 1
 | #define HAVE_VFORK 1
 | #define HAVE_WORKING_VFORK 1
 | #define HAVE_WORKING_FORK 1
 | #define HAVE_VPRINTF 1
 | #define HAVE_DOPRNT 1
 | #define HAVE_DECL_SNPRINTF 1
 | #define HAVE_DECL_VASPRINTF 0
 | #define HAVE_ERR 1
 | #define HAVE_FNMATCH 1
 | #define HAVE_GETENV 1
 | #define HAVE_ISBLANK 1
 | #define HAVE_LCHOWN 1
 | #define HAVE_MKDTEMP 1
 | #define HAVE_MKSTEMP 1
 | #define HAVE_SETENV 1
 | #define HAVE_SNPRINTF 1
 | #define HAVE_STATVFS 1
 | #define HAVE_STRDUP 1
 | #define HAVE_STRERROR 1
 | #define HAVE_STRLCAT 1
 | #define HAVE_STRLCPY 1
 | #define HAVE_STRSEP 1
 | #define HAVE_STRTOLL 1
 | #define HAVE_UNSETENV 1
 | #define HAVE_USLEEP 1
 | #define HAVE_UTIMES 1
 | #define HAVE_WARN 1
 | #define HAVE_LIBSOCKET 1
 | #define HAVE_LIBNSL 1
 | #define HAVE_SOCKLEN_T 1
 | #define HAVE_STRUCT_ADDRINFO 1
 | #define HAVE_STRUCT_IN6_ADDR 1
 | #define HAVE_STRUCT_SOCKADDR_IN6 1
 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
 | #define HAVE_GETNAMEINFO 1
 | #define HAVE_GAI_STRERROR 1
 | #define HAVE_GETADDRINFO 1
 | #define HAVE_GETENV 1
 | #define HAVE_SETENV 1
 | #define HAVE_UNSETENV 1
 | #define HAVE_MKDTEMP 1
 | #define HAVE_MKSTEMP 1
 | #define HAVE_BCOPY 1
 | #define HAVE_BZERO 1
 | #define HAVE_MEMSET 1
 | #define HAVE_MEMCPY 1
 | #define HAVE_SETLOCALE 1
 | #define HAVE_DECL_ENDGRENT 0
 | #define HAVE_DECL_ENDPWENT 0
 | /* end confdefs.h.  */
 | /* Define pwcache_userdb to an innocuous variant, in case <limits.h> 
declares pwcache_userdb.
 |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
 | #define pwcache_userdb innocuous_pwcache_userdb
 | 
 | /* System header to define __stub macros and hopefully few prototypes,
 |     which can conflict with char pwcache_userdb (); 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 pwcache_userdb
 | 
 | /* Override any GCC internal prototype to avoid an error.
 |    Use char because int might match the return type of a GCC
 |    builtin and then its argument prototype would still apply.  */
 | #ifdef __cplusplus
 | extern "C"
 | #endif
 | char pwcache_userdb ();
 | /* 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_pwcache_userdb || defined __stub___pwcache_userdb
 | choke me
 | #endif
 | 
 | int
 | main ()
 | {
 | return pwcache_userdb ();
 |   ;
 |   return 0;
 | }
 configure:11849: result: no
 configure:11764: checking for uid_from_user
 configure:11820: cc -o conftest -g   conftest.c -lnsl -lsocket  >&5
 "conftest.c", line 170: warning: statement not reached
 Undefined                      first referenced
  symbol                            in file
 uid_from_user                       conftest.o
 ld: fatal: Symbol referencing errors. No output written to conftest
 configure:11827: $? = 1
 configure: failed program was:
 | /* confdefs.h.  */
 | #define PACKAGE_NAME "libnbcompat"
 | #define PACKAGE_TARNAME "libnbcompat"
 | #define PACKAGE_VERSION "20080519"
 | #define PACKAGE_STRING "libnbcompat 20080519"
 | #define PACKAGE_BUGREPORT "grant%NetBSD.org@localhost"
 | #define STDC_HEADERS 1
 | #define TIME_WITH_SYS_TIME 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_MEMORY_H 1
 | #define HAVE_STRINGS_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_ALLOCA_H 1
 | #define HAVE_ASSERT_H 1
 | #define HAVE_CTYPE_H 1
 | #define HAVE_DIRENT_H 1
 | #define HAVE_ERR_H 1
 | #define HAVE_ERRNO_H 1
 | #define HAVE_FCNTL_H 1
 | #define HAVE_FNMATCH_H 1
 | #define HAVE_GRP_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_LIMITS_H 1
 | #define HAVE_NETDB_H 1
 | #define HAVE_PWD_H 1
 | #define HAVE_SIGNAL_H 1
 | #define HAVE_STDARG_H 1
 | #define HAVE_STDDEF_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_STDIO_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_SYS_BYTEORDER_H 1
 | #define HAVE_SYS_FILE_H 1
 | #define HAVE_SYS_MKDEV_H 1
 | #define HAVE_SYS_PARAM_H 1
 | #define HAVE_SYS_SOCKET_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_SYS_STATFS_H 1
 | #define HAVE_SYS_STATVFS_H 1
 | #define HAVE_SYS_TIME_H 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_UIO_H 1
 | #define HAVE_SYS_VFS_H 1
 | #define HAVE_SYSEXITS_H 1
 | #define HAVE_TIME_H 1
 | #define HAVE_TZFILE_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_UTIME_H 1
 | #define HAVE_SYS_MOUNT_H 1
 | #define HAVE_GLOB_H 1
 | #define HAVE_NBCOMPAT_GLOB 1
 | #define HAVE_SYS_QUEUE_H 1
 | #define HAVE_NBCOMPAT_QUEUE 1
 | #define HAVE_REGEX_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_SHA1_H 1
 | #define HAVE_SHA2_H 1
 | #define HAVE_NBCOMPAT_MD5 1
 | #define HAVE_NBCOMPAT_RMD160 1
 | #define HAVE_NBCOMPAT_SHA1 1
 | #define HAVE_NBCOMPAT_SHA2 1
 | #define HAVE_DECL_OPTIND 1
 | #define HAVE_DECL_OPTRESET 0
 | #define HAVE_GETOPT_H 1
 | #define HAVE_NBCOMPAT_VIS 1
 | #define HAVE___ATTRIBUTE__ 1
 | #define HAVE_UINTPTR_T 1
 | #define HAVE_LONG_LONG 1
 | #define HAVE_LONG_DOUBLE 1
 | #define HAVE_FSID_T 1
 | #define SIZEOF_OFF_T 4
 | #define HAVE_STDLIB_H 1
 | #define HAVE_MALLOC 1
 | #define HAVE_DECL_STRERROR_R 1
 | #define HAVE_STRERROR_R 1
 | #define HAVE_FORK 1
 | #define HAVE_VFORK 1
 | #define HAVE_WORKING_VFORK 1
 | #define HAVE_WORKING_FORK 1
 | #define HAVE_VPRINTF 1
 | #define HAVE_DOPRNT 1
 | #define HAVE_DECL_SNPRINTF 1
 | #define HAVE_DECL_VASPRINTF 0
 | #define HAVE_ERR 1
 | #define HAVE_FNMATCH 1
 | #define HAVE_GETENV 1
 | #define HAVE_ISBLANK 1
 | #define HAVE_LCHOWN 1
 | #define HAVE_MKDTEMP 1
 | #define HAVE_MKSTEMP 1
 | #define HAVE_SETENV 1
 | #define HAVE_SNPRINTF 1
 | #define HAVE_STATVFS 1
 | #define HAVE_STRDUP 1
 | #define HAVE_STRERROR 1
 | #define HAVE_STRLCAT 1
 | #define HAVE_STRLCPY 1
 | #define HAVE_STRSEP 1
 | #define HAVE_STRTOLL 1
 | #define HAVE_UNSETENV 1
 | #define HAVE_USLEEP 1
 | #define HAVE_UTIMES 1
 | #define HAVE_WARN 1
 | #define HAVE_LIBSOCKET 1
 | #define HAVE_LIBNSL 1
 | #define HAVE_SOCKLEN_T 1
 | #define HAVE_STRUCT_ADDRINFO 1
 | #define HAVE_STRUCT_IN6_ADDR 1
 | #define HAVE_STRUCT_SOCKADDR_IN6 1
 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
 | #define HAVE_GETNAMEINFO 1
 | #define HAVE_GAI_STRERROR 1
 | #define HAVE_GETADDRINFO 1
 | #define HAVE_GETENV 1
 | #define HAVE_SETENV 1
 | #define HAVE_UNSETENV 1
 | #define HAVE_MKDTEMP 1
 | #define HAVE_MKSTEMP 1
 | #define HAVE_BCOPY 1
 | #define HAVE_BZERO 1
 | #define HAVE_MEMSET 1
 | #define HAVE_MEMCPY 1
 | #define HAVE_SETLOCALE 1
 | #define HAVE_DECL_ENDGRENT 0
 | #define HAVE_DECL_ENDPWENT 0
 | /* end confdefs.h.  */
 | /* Define uid_from_user to an innocuous variant, in case <limits.h> declares 
uid_from_user.
 |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
 | #define uid_from_user innocuous_uid_from_user
 | 
 | /* System header to define __stub macros and hopefully few prototypes,
 |     which can conflict with char uid_from_user (); 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 uid_from_user
 | 
 | /* Override any GCC internal prototype to avoid an error.
 |    Use char because int might match the return type of a GCC
 |    builtin and then its argument prototype would still apply.  */
 | #ifdef __cplusplus
 | extern "C"
 | #endif
 | char uid_from_user ();
 | /* 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_uid_from_user || defined __stub___uid_from_user
 | choke me
 | #endif
 | 
 | int
 | main ()
 | {
 | return uid_from_user ();
 |   ;
 |   return 0;
 | }
 configure:11849: result: no
 configure:11764: checking for user_from_uid
 configure:11820: cc -o conftest -g   conftest.c -lnsl -lsocket  >&5
 "conftest.c", line 170: warning: statement not reached
 Undefined                      first referenced
  symbol                            in file
 user_from_uid                       conftest.o
 ld: fatal: Symbol referencing errors. No output written to conftest
 configure:11827: $? = 1
 configure: failed program was:
 | /* confdefs.h.  */
 | #define PACKAGE_NAME "libnbcompat"
 | #define PACKAGE_TARNAME "libnbcompat"
 | #define PACKAGE_VERSION "20080519"
 | #define PACKAGE_STRING "libnbcompat 20080519"
 | #define PACKAGE_BUGREPORT "grant%NetBSD.org@localhost"
 | #define STDC_HEADERS 1
 | #define TIME_WITH_SYS_TIME 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_MEMORY_H 1
 | #define HAVE_STRINGS_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_ALLOCA_H 1
 | #define HAVE_ASSERT_H 1
 | #define HAVE_CTYPE_H 1
 | #define HAVE_DIRENT_H 1
 | #define HAVE_ERR_H 1
 | #define HAVE_ERRNO_H 1
 | #define HAVE_FCNTL_H 1
 | #define HAVE_FNMATCH_H 1
 | #define HAVE_GRP_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_LIMITS_H 1
 | #define HAVE_NETDB_H 1
 | #define HAVE_PWD_H 1
 | #define HAVE_SIGNAL_H 1
 | #define HAVE_STDARG_H 1
 | #define HAVE_STDDEF_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_STDIO_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_SYS_BYTEORDER_H 1
 | #define HAVE_SYS_FILE_H 1
 | #define HAVE_SYS_MKDEV_H 1
 | #define HAVE_SYS_PARAM_H 1
 | #define HAVE_SYS_SOCKET_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_SYS_STATFS_H 1
 | #define HAVE_SYS_STATVFS_H 1
 | #define HAVE_SYS_TIME_H 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_UIO_H 1
 | #define HAVE_SYS_VFS_H 1
 | #define HAVE_SYSEXITS_H 1
 | #define HAVE_TIME_H 1
 | #define HAVE_TZFILE_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_UTIME_H 1
 | #define HAVE_SYS_MOUNT_H 1
 | #define HAVE_GLOB_H 1
 | #define HAVE_NBCOMPAT_GLOB 1
 | #define HAVE_SYS_QUEUE_H 1
 | #define HAVE_NBCOMPAT_QUEUE 1
 | #define HAVE_REGEX_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_SHA1_H 1
 | #define HAVE_SHA2_H 1
 | #define HAVE_NBCOMPAT_MD5 1
 | #define HAVE_NBCOMPAT_RMD160 1
 | #define HAVE_NBCOMPAT_SHA1 1
 | #define HAVE_NBCOMPAT_SHA2 1
 | #define HAVE_DECL_OPTIND 1
 | #define HAVE_DECL_OPTRESET 0
 | #define HAVE_GETOPT_H 1
 | #define HAVE_NBCOMPAT_VIS 1
 | #define HAVE___ATTRIBUTE__ 1
 | #define HAVE_UINTPTR_T 1
 | #define HAVE_LONG_LONG 1
 | #define HAVE_LONG_DOUBLE 1
 | #define HAVE_FSID_T 1
 | #define SIZEOF_OFF_T 4
 | #define HAVE_STDLIB_H 1
 | #define HAVE_MALLOC 1
 | #define HAVE_DECL_STRERROR_R 1
 | #define HAVE_STRERROR_R 1
 | #define HAVE_FORK 1
 | #define HAVE_VFORK 1
 | #define HAVE_WORKING_VFORK 1
 | #define HAVE_WORKING_FORK 1
 | #define HAVE_VPRINTF 1
 | #define HAVE_DOPRNT 1
 | #define HAVE_DECL_SNPRINTF 1
 | #define HAVE_DECL_VASPRINTF 0
 | #define HAVE_ERR 1
 | #define HAVE_FNMATCH 1
 | #define HAVE_GETENV 1
 | #define HAVE_ISBLANK 1
 | #define HAVE_LCHOWN 1
 | #define HAVE_MKDTEMP 1
 | #define HAVE_MKSTEMP 1
 | #define HAVE_SETENV 1
 | #define HAVE_SNPRINTF 1
 | #define HAVE_STATVFS 1
 | #define HAVE_STRDUP 1
 | #define HAVE_STRERROR 1
 | #define HAVE_STRLCAT 1
 | #define HAVE_STRLCPY 1
 | #define HAVE_STRSEP 1
 | #define HAVE_STRTOLL 1
 | #define HAVE_UNSETENV 1
 | #define HAVE_USLEEP 1
 | #define HAVE_UTIMES 1
 | #define HAVE_WARN 1
 | #define HAVE_LIBSOCKET 1
 | #define HAVE_LIBNSL 1
 | #define HAVE_SOCKLEN_T 1
 | #define HAVE_STRUCT_ADDRINFO 1
 | #define HAVE_STRUCT_IN6_ADDR 1
 | #define HAVE_STRUCT_SOCKADDR_IN6 1
 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
 | #define HAVE_GETNAMEINFO 1
 | #define HAVE_GAI_STRERROR 1
 | #define HAVE_GETADDRINFO 1
 | #define HAVE_GETENV 1
 | #define HAVE_SETENV 1
 | #define HAVE_UNSETENV 1
 | #define HAVE_MKDTEMP 1
 | #define HAVE_MKSTEMP 1
 | #define HAVE_BCOPY 1
 | #define HAVE_BZERO 1
 | #define HAVE_MEMSET 1
 | #define HAVE_MEMCPY 1
 | #define HAVE_SETLOCALE 1
 | #define HAVE_DECL_ENDGRENT 0
 | #define HAVE_DECL_ENDPWENT 0
 | /* end confdefs.h.  */
 | /* Define user_from_uid to an innocuous variant, in case <limits.h> declares 
user_from_uid.
 |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
 | #define user_from_uid innocuous_user_from_uid
 | 
 | /* System header to define __stub macros and hopefully few prototypes,
 |     which can conflict with char user_from_uid (); 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 user_from_uid
 | 
 | /* Override any GCC internal prototype to avoid an error.
 |    Use char because int might match the return type of a GCC
 |    builtin and then its argument prototype would still apply.  */
 | #ifdef __cplusplus
 | extern "C"
 | #endif
 | char user_from_uid ();
 | /* 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_user_from_uid || defined __stub___user_from_uid
 | choke me
 | #endif
 | 
 | int
 | main ()
 | {
 | return user_from_uid ();
 |   ;
 |   return 0;
 | }
 configure:11849: result: no
 configure:11872: checking for fts_open
 configure:11928: cc -o conftest -g   conftest.c -lnsl -lsocket  >&5
 "conftest.c", line 170: warning: statement not reached
 Undefined                      first referenced
  symbol                            in file
 fts_open                            conftest.o
 ld: fatal: Symbol referencing errors. No output written to conftest
 configure:11935: $? = 1
 configure: failed program was:
 | /* confdefs.h.  */
 | #define PACKAGE_NAME "libnbcompat"
 | #define PACKAGE_TARNAME "libnbcompat"
 | #define PACKAGE_VERSION "20080519"
 | #define PACKAGE_STRING "libnbcompat 20080519"
 | #define PACKAGE_BUGREPORT "grant%NetBSD.org@localhost"
 | #define STDC_HEADERS 1
 | #define TIME_WITH_SYS_TIME 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_MEMORY_H 1
 | #define HAVE_STRINGS_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_ALLOCA_H 1
 | #define HAVE_ASSERT_H 1
 | #define HAVE_CTYPE_H 1
 | #define HAVE_DIRENT_H 1
 | #define HAVE_ERR_H 1
 | #define HAVE_ERRNO_H 1
 | #define HAVE_FCNTL_H 1
 | #define HAVE_FNMATCH_H 1
 | #define HAVE_GRP_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_LIMITS_H 1
 | #define HAVE_NETDB_H 1
 | #define HAVE_PWD_H 1
 | #define HAVE_SIGNAL_H 1
 | #define HAVE_STDARG_H 1
 | #define HAVE_STDDEF_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_STDIO_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_SYS_BYTEORDER_H 1
 | #define HAVE_SYS_FILE_H 1
 | #define HAVE_SYS_MKDEV_H 1
 | #define HAVE_SYS_PARAM_H 1
 | #define HAVE_SYS_SOCKET_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_SYS_STATFS_H 1
 | #define HAVE_SYS_STATVFS_H 1
 | #define HAVE_SYS_TIME_H 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_UIO_H 1
 | #define HAVE_SYS_VFS_H 1
 | #define HAVE_SYSEXITS_H 1
 | #define HAVE_TIME_H 1
 | #define HAVE_TZFILE_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_UTIME_H 1
 | #define HAVE_SYS_MOUNT_H 1
 | #define HAVE_GLOB_H 1
 | #define HAVE_NBCOMPAT_GLOB 1
 | #define HAVE_SYS_QUEUE_H 1
 | #define HAVE_NBCOMPAT_QUEUE 1
 | #define HAVE_REGEX_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_SHA1_H 1
 | #define HAVE_SHA2_H 1
 | #define HAVE_NBCOMPAT_MD5 1
 | #define HAVE_NBCOMPAT_RMD160 1
 | #define HAVE_NBCOMPAT_SHA1 1
 | #define HAVE_NBCOMPAT_SHA2 1
 | #define HAVE_DECL_OPTIND 1
 | #define HAVE_DECL_OPTRESET 0
 | #define HAVE_GETOPT_H 1
 | #define HAVE_NBCOMPAT_VIS 1
 | #define HAVE___ATTRIBUTE__ 1
 | #define HAVE_UINTPTR_T 1
 | #define HAVE_LONG_LONG 1
 | #define HAVE_LONG_DOUBLE 1
 | #define HAVE_FSID_T 1
 | #define SIZEOF_OFF_T 4
 | #define HAVE_STDLIB_H 1
 | #define HAVE_MALLOC 1
 | #define HAVE_DECL_STRERROR_R 1
 | #define HAVE_STRERROR_R 1
 | #define HAVE_FORK 1
 | #define HAVE_VFORK 1
 | #define HAVE_WORKING_VFORK 1
 | #define HAVE_WORKING_FORK 1
 | #define HAVE_VPRINTF 1
 | #define HAVE_DOPRNT 1
 | #define HAVE_DECL_SNPRINTF 1
 | #define HAVE_DECL_VASPRINTF 0
 | #define HAVE_ERR 1
 | #define HAVE_FNMATCH 1
 | #define HAVE_GETENV 1
 | #define HAVE_ISBLANK 1
 | #define HAVE_LCHOWN 1
 | #define HAVE_MKDTEMP 1
 | #define HAVE_MKSTEMP 1
 | #define HAVE_SETENV 1
 | #define HAVE_SNPRINTF 1
 | #define HAVE_STATVFS 1
 | #define HAVE_STRDUP 1
 | #define HAVE_STRERROR 1
 | #define HAVE_STRLCAT 1
 | #define HAVE_STRLCPY 1
 | #define HAVE_STRSEP 1
 | #define HAVE_STRTOLL 1
 | #define HAVE_UNSETENV 1
 | #define HAVE_USLEEP 1
 | #define HAVE_UTIMES 1
 | #define HAVE_WARN 1
 | #define HAVE_LIBSOCKET 1
 | #define HAVE_LIBNSL 1
 | #define HAVE_SOCKLEN_T 1
 | #define HAVE_STRUCT_ADDRINFO 1
 | #define HAVE_STRUCT_IN6_ADDR 1
 | #define HAVE_STRUCT_SOCKADDR_IN6 1
 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
 | #define HAVE_GETNAMEINFO 1
 | #define HAVE_GAI_STRERROR 1
 | #define HAVE_GETADDRINFO 1
 | #define HAVE_GETENV 1
 | #define HAVE_SETENV 1
 | #define HAVE_UNSETENV 1
 | #define HAVE_MKDTEMP 1
 | #define HAVE_MKSTEMP 1
 | #define HAVE_BCOPY 1
 | #define HAVE_BZERO 1
 | #define HAVE_MEMSET 1
 | #define HAVE_MEMCPY 1
 | #define HAVE_SETLOCALE 1
 | #define HAVE_DECL_ENDGRENT 0
 | #define HAVE_DECL_ENDPWENT 0
 | /* end confdefs.h.  */
 | /* Define fts_open to an innocuous variant, in case <limits.h> declares 
fts_open.
 |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
 | #define fts_open innocuous_fts_open
 | 
 | /* System header to define __stub macros and hopefully few prototypes,
 |     which can conflict with char fts_open (); 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 fts_open
 | 
 | /* Override any GCC internal prototype to avoid an error.
 |    Use char because int might match the return type of a GCC
 |    builtin and then its argument prototype would still apply.  */
 | #ifdef __cplusplus
 | extern "C"
 | #endif
 | char fts_open ();
 | /* 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_fts_open || defined __stub___fts_open
 | choke me
 | #endif
 | 
 | int
 | main ()
 | {
 | return fts_open ();
 |   ;
 |   return 0;
 | }
 configure:11955: result: no
 configure:11977: checking for timegm
 configure:12033: cc -o conftest -g   conftest.c -lnsl -lsocket  >&5
 "conftest.c", line 171: warning: statement not reached
 Undefined                      first referenced
  symbol                            in file
 timegm                              conftest.o
 ld: fatal: Symbol referencing errors. No output written to conftest
 configure:12040: $? = 1
 configure: failed program was:
 | /* confdefs.h.  */
 | #define PACKAGE_NAME "libnbcompat"
 | #define PACKAGE_TARNAME "libnbcompat"
 | #define PACKAGE_VERSION "20080519"
 | #define PACKAGE_STRING "libnbcompat 20080519"
 | #define PACKAGE_BUGREPORT "grant%NetBSD.org@localhost"
 | #define STDC_HEADERS 1
 | #define TIME_WITH_SYS_TIME 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_MEMORY_H 1
 | #define HAVE_STRINGS_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_ALLOCA_H 1
 | #define HAVE_ASSERT_H 1
 | #define HAVE_CTYPE_H 1
 | #define HAVE_DIRENT_H 1
 | #define HAVE_ERR_H 1
 | #define HAVE_ERRNO_H 1
 | #define HAVE_FCNTL_H 1
 | #define HAVE_FNMATCH_H 1
 | #define HAVE_GRP_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_LIMITS_H 1
 | #define HAVE_NETDB_H 1
 | #define HAVE_PWD_H 1
 | #define HAVE_SIGNAL_H 1
 | #define HAVE_STDARG_H 1
 | #define HAVE_STDDEF_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_STDIO_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_SYS_BYTEORDER_H 1
 | #define HAVE_SYS_FILE_H 1
 | #define HAVE_SYS_MKDEV_H 1
 | #define HAVE_SYS_PARAM_H 1
 | #define HAVE_SYS_SOCKET_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_SYS_STATFS_H 1
 | #define HAVE_SYS_STATVFS_H 1
 | #define HAVE_SYS_TIME_H 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_UIO_H 1
 | #define HAVE_SYS_VFS_H 1
 | #define HAVE_SYSEXITS_H 1
 | #define HAVE_TIME_H 1
 | #define HAVE_TZFILE_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_UTIME_H 1
 | #define HAVE_SYS_MOUNT_H 1
 | #define HAVE_GLOB_H 1
 | #define HAVE_NBCOMPAT_GLOB 1
 | #define HAVE_SYS_QUEUE_H 1
 | #define HAVE_NBCOMPAT_QUEUE 1
 | #define HAVE_REGEX_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_SHA1_H 1
 | #define HAVE_SHA2_H 1
 | #define HAVE_NBCOMPAT_MD5 1
 | #define HAVE_NBCOMPAT_RMD160 1
 | #define HAVE_NBCOMPAT_SHA1 1
 | #define HAVE_NBCOMPAT_SHA2 1
 | #define HAVE_DECL_OPTIND 1
 | #define HAVE_DECL_OPTRESET 0
 | #define HAVE_GETOPT_H 1
 | #define HAVE_NBCOMPAT_VIS 1
 | #define HAVE___ATTRIBUTE__ 1
 | #define HAVE_UINTPTR_T 1
 | #define HAVE_LONG_LONG 1
 | #define HAVE_LONG_DOUBLE 1
 | #define HAVE_FSID_T 1
 | #define SIZEOF_OFF_T 4
 | #define HAVE_STDLIB_H 1
 | #define HAVE_MALLOC 1
 | #define HAVE_DECL_STRERROR_R 1
 | #define HAVE_STRERROR_R 1
 | #define HAVE_FORK 1
 | #define HAVE_VFORK 1
 | #define HAVE_WORKING_VFORK 1
 | #define HAVE_WORKING_FORK 1
 | #define HAVE_VPRINTF 1
 | #define HAVE_DOPRNT 1
 | #define HAVE_DECL_SNPRINTF 1
 | #define HAVE_DECL_VASPRINTF 0
 | #define HAVE_ERR 1
 | #define HAVE_FNMATCH 1
 | #define HAVE_GETENV 1
 | #define HAVE_ISBLANK 1
 | #define HAVE_LCHOWN 1
 | #define HAVE_MKDTEMP 1
 | #define HAVE_MKSTEMP 1
 | #define HAVE_SETENV 1
 | #define HAVE_SNPRINTF 1
 | #define HAVE_STATVFS 1
 | #define HAVE_STRDUP 1
 | #define HAVE_STRERROR 1
 | #define HAVE_STRLCAT 1
 | #define HAVE_STRLCPY 1
 | #define HAVE_STRSEP 1
 | #define HAVE_STRTOLL 1
 | #define HAVE_UNSETENV 1
 | #define HAVE_USLEEP 1
 | #define HAVE_UTIMES 1
 | #define HAVE_WARN 1
 | #define HAVE_LIBSOCKET 1
 | #define HAVE_LIBNSL 1
 | #define HAVE_SOCKLEN_T 1
 | #define HAVE_STRUCT_ADDRINFO 1
 | #define HAVE_STRUCT_IN6_ADDR 1
 | #define HAVE_STRUCT_SOCKADDR_IN6 1
 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
 | #define HAVE_GETNAMEINFO 1
 | #define HAVE_GAI_STRERROR 1
 | #define HAVE_GETADDRINFO 1
 | #define HAVE_GETENV 1
 | #define HAVE_SETENV 1
 | #define HAVE_UNSETENV 1
 | #define HAVE_MKDTEMP 1
 | #define HAVE_MKSTEMP 1
 | #define HAVE_BCOPY 1
 | #define HAVE_BZERO 1
 | #define HAVE_MEMSET 1
 | #define HAVE_MEMCPY 1
 | #define HAVE_SETLOCALE 1
 | #define HAVE_DECL_ENDGRENT 0
 | #define HAVE_DECL_ENDPWENT 0
 | #define HAVE_NBCOMPAT_FTS 1
 | /* end confdefs.h.  */
 | /* Define timegm to an innocuous variant, in case <limits.h> declares timegm.
 |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
 | #define timegm innocuous_timegm
 | 
 | /* System header to define __stub macros and hopefully few prototypes,
 |     which can conflict with char timegm (); 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 timegm
 | 
 | /* Override any GCC internal prototype to avoid an error.
 |    Use char because int might match the return type of a GCC
 |    builtin and then its argument prototype would still apply.  */
 | #ifdef __cplusplus
 | extern "C"
 | #endif
 | char timegm ();
 | /* 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_timegm || defined __stub___timegm
 | choke me
 | #endif
 | 
 | int
 | main ()
 | {
 | return timegm ();
 |   ;
 |   return 0;
 | }
 configure:12060: result: no
 configure:12096: checking poll.h usability
 configure:12113: cc -c -g  conftest.c >&5
 configure:12120: $? = 0
 configure:12134: result: yes
 configure:12138: checking poll.h presence
 configure:12153: cc -E  conftest.c
 configure:12160: $? = 0
 configure:12174: result: yes
 configure:12207: checking for poll.h
 configure:12216: result: yes
 configure:12096: checking sys/poll.h usability
 configure:12113: cc -c -g  conftest.c >&5
 configure:12120: $? = 0
 configure:12134: result: yes
 configure:12138: checking sys/poll.h presence
 configure:12153: cc -E  conftest.c
 configure:12160: $? = 0
 configure:12174: result: yes
 configure:12207: checking for sys/poll.h
 configure:12216: result: yes
 configure:12236: checking for poll.h
 configure:12243: result: yes
 configure:12236: checking for sys/poll.h
 configure:12243: result: yes
 configure:12388: checking for poll
 configure:12444: cc -o conftest -g   conftest.c -lnsl -lsocket  >&5
 "conftest.c", line 175: warning: statement not reached
 configure:12451: $? = 0
 configure:12471: result: yes
 configure:12476: checking if poll() is implemented natively
 configure:12512: cc -c -g  conftest.c >&5
 configure:12519: $? = 0
 configure:12535: result: yes
 configure:12571: checking for getpassphrase
 configure:12627: cc -o conftest -g   conftest.c -lnsl -lsocket  >&5
 "conftest.c", line 175: warning: statement not reached
 configure:12634: $? = 0
 configure:12656: result: yes
 configure:12571: checking for getpgrp
 configure:12627: cc -o conftest -g   conftest.c -lnsl -lsocket  >&5
 "conftest.c", line 176: warning: statement not reached
 configure:12634: $? = 0
 configure:12656: result: yes
 configure:12571: checking for memmove
 configure:12627: cc -o conftest -g   conftest.c -lnsl -lsocket  >&5
 "conftest.c", line 177: warning: statement not reached
 configure:12634: $? = 0
 configure:12656: result: yes
 configure:12571: checking for select
 configure:12627: cc -o conftest -g   conftest.c -lnsl -lsocket  >&5
 "conftest.c", line 178: warning: statement not reached
 configure:12634: $? = 0
 configure:12656: result: yes
 configure:12668: checking for getpgrp
 configure:12751: result: yes
 configure:12754: checking whether getpgrp requires zero arguments
 configure:12781: cc -c -g  conftest.c >&5
 "conftest.c", line 179: prototype mismatch: 1 arg passed, 0 expected
 cc: acomp failed for conftest.c
 configure:12788: $? = 2
 configure: failed program was:
 | /* confdefs.h.  */
 | #define PACKAGE_NAME "libnbcompat"
 | #define PACKAGE_TARNAME "libnbcompat"
 | #define PACKAGE_VERSION "20080519"
 | #define PACKAGE_STRING "libnbcompat 20080519"
 | #define PACKAGE_BUGREPORT "grant%NetBSD.org@localhost"
 | #define STDC_HEADERS 1
 | #define TIME_WITH_SYS_TIME 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_MEMORY_H 1
 | #define HAVE_STRINGS_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_ALLOCA_H 1
 | #define HAVE_ASSERT_H 1
 | #define HAVE_CTYPE_H 1
 | #define HAVE_DIRENT_H 1
 | #define HAVE_ERR_H 1
 | #define HAVE_ERRNO_H 1
 | #define HAVE_FCNTL_H 1
 | #define HAVE_FNMATCH_H 1
 | #define HAVE_GRP_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_LIMITS_H 1
 | #define HAVE_NETDB_H 1
 | #define HAVE_PWD_H 1
 | #define HAVE_SIGNAL_H 1
 | #define HAVE_STDARG_H 1
 | #define HAVE_STDDEF_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_STDIO_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_SYS_BYTEORDER_H 1
 | #define HAVE_SYS_FILE_H 1
 | #define HAVE_SYS_MKDEV_H 1
 | #define HAVE_SYS_PARAM_H 1
 | #define HAVE_SYS_SOCKET_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_SYS_STATFS_H 1
 | #define HAVE_SYS_STATVFS_H 1
 | #define HAVE_SYS_TIME_H 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_UIO_H 1
 | #define HAVE_SYS_VFS_H 1
 | #define HAVE_SYSEXITS_H 1
 | #define HAVE_TIME_H 1
 | #define HAVE_TZFILE_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_UTIME_H 1
 | #define HAVE_SYS_MOUNT_H 1
 | #define HAVE_GLOB_H 1
 | #define HAVE_NBCOMPAT_GLOB 1
 | #define HAVE_SYS_QUEUE_H 1
 | #define HAVE_NBCOMPAT_QUEUE 1
 | #define HAVE_REGEX_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_SHA1_H 1
 | #define HAVE_SHA2_H 1
 | #define HAVE_NBCOMPAT_MD5 1
 | #define HAVE_NBCOMPAT_RMD160 1
 | #define HAVE_NBCOMPAT_SHA1 1
 | #define HAVE_NBCOMPAT_SHA2 1
 | #define HAVE_DECL_OPTIND 1
 | #define HAVE_DECL_OPTRESET 0
 | #define HAVE_GETOPT_H 1
 | #define HAVE_NBCOMPAT_VIS 1
 | #define HAVE___ATTRIBUTE__ 1
 | #define HAVE_UINTPTR_T 1
 | #define HAVE_LONG_LONG 1
 | #define HAVE_LONG_DOUBLE 1
 | #define HAVE_FSID_T 1
 | #define SIZEOF_OFF_T 4
 | #define HAVE_STDLIB_H 1
 | #define HAVE_MALLOC 1
 | #define HAVE_DECL_STRERROR_R 1
 | #define HAVE_STRERROR_R 1
 | #define HAVE_FORK 1
 | #define HAVE_VFORK 1
 | #define HAVE_WORKING_VFORK 1
 | #define HAVE_WORKING_FORK 1
 | #define HAVE_VPRINTF 1
 | #define HAVE_DOPRNT 1
 | #define HAVE_DECL_SNPRINTF 1
 | #define HAVE_DECL_VASPRINTF 0
 | #define HAVE_ERR 1
 | #define HAVE_FNMATCH 1
 | #define HAVE_GETENV 1
 | #define HAVE_ISBLANK 1
 | #define HAVE_LCHOWN 1
 | #define HAVE_MKDTEMP 1
 | #define HAVE_MKSTEMP 1
 | #define HAVE_SETENV 1
 | #define HAVE_SNPRINTF 1
 | #define HAVE_STATVFS 1
 | #define HAVE_STRDUP 1
 | #define HAVE_STRERROR 1
 | #define HAVE_STRLCAT 1
 | #define HAVE_STRLCPY 1
 | #define HAVE_STRSEP 1
 | #define HAVE_STRTOLL 1
 | #define HAVE_UNSETENV 1
 | #define HAVE_USLEEP 1
 | #define HAVE_UTIMES 1
 | #define HAVE_WARN 1
 | #define HAVE_LIBSOCKET 1
 | #define HAVE_LIBNSL 1
 | #define HAVE_SOCKLEN_T 1
 | #define HAVE_STRUCT_ADDRINFO 1
 | #define HAVE_STRUCT_IN6_ADDR 1
 | #define HAVE_STRUCT_SOCKADDR_IN6 1
 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
 | #define HAVE_GETNAMEINFO 1
 | #define HAVE_GAI_STRERROR 1
 | #define HAVE_GETADDRINFO 1
 | #define HAVE_GETENV 1
 | #define HAVE_SETENV 1
 | #define HAVE_UNSETENV 1
 | #define HAVE_MKDTEMP 1
 | #define HAVE_MKSTEMP 1
 | #define HAVE_BCOPY 1
 | #define HAVE_BZERO 1
 | #define HAVE_MEMSET 1
 | #define HAVE_MEMCPY 1
 | #define HAVE_SETLOCALE 1
 | #define HAVE_DECL_ENDGRENT 0
 | #define HAVE_DECL_ENDPWENT 0
 | #define HAVE_NBCOMPAT_FTS 1
 | #define HAVE_POLL_H 1
 | #define HAVE_SYS_POLL_H 1
 | #define HAVE_POLL_H 1
 | #define HAVE_SYS_POLL_H 1
 | #define HAVE_GETPASSPHRASE 1
 | #define HAVE_GETPGRP 1
 | #define HAVE_MEMMOVE 1
 | #define HAVE_SELECT 1
 | /* end confdefs.h.  */
 | #include <stdio.h>
 | #ifdef HAVE_SYS_TYPES_H
 | # include <sys/types.h>
 | #endif
 | #ifdef HAVE_SYS_STAT_H
 | # include <sys/stat.h>
 | #endif
 | #ifdef STDC_HEADERS
 | # include <stdlib.h>
 | # include <stddef.h>
 | #else
 | # ifdef HAVE_STDLIB_H
 | #  include <stdlib.h>
 | # endif
 | #endif
 | #ifdef HAVE_STRING_H
 | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
 | #  include <memory.h>
 | # endif
 | # include <string.h>
 | #endif
 | #ifdef HAVE_STRINGS_H
 | # include <strings.h>
 | #endif
 | #ifdef HAVE_INTTYPES_H
 | # include <inttypes.h>
 | #endif
 | #ifdef HAVE_STDINT_H
 | # include <stdint.h>
 | #endif
 | #ifdef HAVE_UNISTD_H
 | # include <unistd.h>
 | #endif
 | int
 | main ()
 | {
 | getpgrp (0);
 |   ;
 |   return 0;
 | }
 configure:12804: result: yes
 configure:12817: checking for struct statfs.f_flags
 configure:12846: cc -c -g  conftest.c >&5
 "/usr/include/sys/statfs.h", line 52: syntax error before or at: ino_t
 "conftest.c", line 150: undefined struct/union member: f_flags
 cc: acomp failed for conftest.c
 configure:12853: $? = 2
 configure: failed program was:
 | /* confdefs.h.  */
 | #define PACKAGE_NAME "libnbcompat"
 | #define PACKAGE_TARNAME "libnbcompat"
 | #define PACKAGE_VERSION "20080519"
 | #define PACKAGE_STRING "libnbcompat 20080519"
 | #define PACKAGE_BUGREPORT "grant%NetBSD.org@localhost"
 | #define STDC_HEADERS 1
 | #define TIME_WITH_SYS_TIME 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_MEMORY_H 1
 | #define HAVE_STRINGS_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_ALLOCA_H 1
 | #define HAVE_ASSERT_H 1
 | #define HAVE_CTYPE_H 1
 | #define HAVE_DIRENT_H 1
 | #define HAVE_ERR_H 1
 | #define HAVE_ERRNO_H 1
 | #define HAVE_FCNTL_H 1
 | #define HAVE_FNMATCH_H 1
 | #define HAVE_GRP_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_LIMITS_H 1
 | #define HAVE_NETDB_H 1
 | #define HAVE_PWD_H 1
 | #define HAVE_SIGNAL_H 1
 | #define HAVE_STDARG_H 1
 | #define HAVE_STDDEF_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_STDIO_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_SYS_BYTEORDER_H 1
 | #define HAVE_SYS_FILE_H 1
 | #define HAVE_SYS_MKDEV_H 1
 | #define HAVE_SYS_PARAM_H 1
 | #define HAVE_SYS_SOCKET_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_SYS_STATFS_H 1
 | #define HAVE_SYS_STATVFS_H 1
 | #define HAVE_SYS_TIME_H 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_UIO_H 1
 | #define HAVE_SYS_VFS_H 1
 | #define HAVE_SYSEXITS_H 1
 | #define HAVE_TIME_H 1
 | #define HAVE_TZFILE_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_UTIME_H 1
 | #define HAVE_SYS_MOUNT_H 1
 | #define HAVE_GLOB_H 1
 | #define HAVE_NBCOMPAT_GLOB 1
 | #define HAVE_SYS_QUEUE_H 1
 | #define HAVE_NBCOMPAT_QUEUE 1
 | #define HAVE_REGEX_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_SHA1_H 1
 | #define HAVE_SHA2_H 1
 | #define HAVE_NBCOMPAT_MD5 1
 | #define HAVE_NBCOMPAT_RMD160 1
 | #define HAVE_NBCOMPAT_SHA1 1
 | #define HAVE_NBCOMPAT_SHA2 1
 | #define HAVE_DECL_OPTIND 1
 | #define HAVE_DECL_OPTRESET 0
 | #define HAVE_GETOPT_H 1
 | #define HAVE_NBCOMPAT_VIS 1
 | #define HAVE___ATTRIBUTE__ 1
 | #define HAVE_UINTPTR_T 1
 | #define HAVE_LONG_LONG 1
 | #define HAVE_LONG_DOUBLE 1
 | #define HAVE_FSID_T 1
 | #define SIZEOF_OFF_T 4
 | #define HAVE_STDLIB_H 1
 | #define HAVE_MALLOC 1
 | #define HAVE_DECL_STRERROR_R 1
 | #define HAVE_STRERROR_R 1
 | #define HAVE_FORK 1
 | #define HAVE_VFORK 1
 | #define HAVE_WORKING_VFORK 1
 | #define HAVE_WORKING_FORK 1
 | #define HAVE_VPRINTF 1
 | #define HAVE_DOPRNT 1
 | #define HAVE_DECL_SNPRINTF 1
 | #define HAVE_DECL_VASPRINTF 0
 | #define HAVE_ERR 1
 | #define HAVE_FNMATCH 1
 | #define HAVE_GETENV 1
 | #define HAVE_ISBLANK 1
 | #define HAVE_LCHOWN 1
 | #define HAVE_MKDTEMP 1
 | #define HAVE_MKSTEMP 1
 | #define HAVE_SETENV 1
 | #define HAVE_SNPRINTF 1
 | #define HAVE_STATVFS 1
 | #define HAVE_STRDUP 1
 | #define HAVE_STRERROR 1
 | #define HAVE_STRLCAT 1
 | #define HAVE_STRLCPY 1
 | #define HAVE_STRSEP 1
 | #define HAVE_STRTOLL 1
 | #define HAVE_UNSETENV 1
 | #define HAVE_USLEEP 1
 | #define HAVE_UTIMES 1
 | #define HAVE_WARN 1
 | #define HAVE_LIBSOCKET 1
 | #define HAVE_LIBNSL 1
 | #define HAVE_SOCKLEN_T 1
 | #define HAVE_STRUCT_ADDRINFO 1
 | #define HAVE_STRUCT_IN6_ADDR 1
 | #define HAVE_STRUCT_SOCKADDR_IN6 1
 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
 | #define HAVE_GETNAMEINFO 1
 | #define HAVE_GAI_STRERROR 1
 | #define HAVE_GETADDRINFO 1
 | #define HAVE_GETENV 1
 | #define HAVE_SETENV 1
 | #define HAVE_UNSETENV 1
 | #define HAVE_MKDTEMP 1
 | #define HAVE_MKSTEMP 1
 | #define HAVE_BCOPY 1
 | #define HAVE_BZERO 1
 | #define HAVE_MEMSET 1
 | #define HAVE_MEMCPY 1
 | #define HAVE_SETLOCALE 1
 | #define HAVE_DECL_ENDGRENT 0
 | #define HAVE_DECL_ENDPWENT 0
 | #define HAVE_NBCOMPAT_FTS 1
 | #define HAVE_POLL_H 1
 | #define HAVE_SYS_POLL_H 1
 | #define HAVE_POLL_H 1
 | #define HAVE_SYS_POLL_H 1
 | #define HAVE_GETPASSPHRASE 1
 | #define HAVE_GETPGRP 1
 | #define HAVE_MEMMOVE 1
 | #define HAVE_SELECT 1
 | #define GETPGRP_VOID 1
 | /* end confdefs.h.  */
 |  #include <sys/statfs.h>
 | 
 | int
 | main ()
 | {
 | static struct statfs ac_aggr;
 | if (ac_aggr.f_flags)
 | return 0;
 |   ;
 |   return 0;
 | }
 configure:12887: cc -c -g  conftest.c >&5
 "/usr/include/sys/statfs.h", line 52: syntax error before or at: ino_t
 "conftest.c", line 150: undefined struct/union member: f_flags
 cc: acomp failed for conftest.c
 configure:12894: $? = 2
 configure: failed program was:
 | /* confdefs.h.  */
 | #define PACKAGE_NAME "libnbcompat"
 | #define PACKAGE_TARNAME "libnbcompat"
 | #define PACKAGE_VERSION "20080519"
 | #define PACKAGE_STRING "libnbcompat 20080519"
 | #define PACKAGE_BUGREPORT "grant%NetBSD.org@localhost"
 | #define STDC_HEADERS 1
 | #define TIME_WITH_SYS_TIME 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_MEMORY_H 1
 | #define HAVE_STRINGS_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_ALLOCA_H 1
 | #define HAVE_ASSERT_H 1
 | #define HAVE_CTYPE_H 1
 | #define HAVE_DIRENT_H 1
 | #define HAVE_ERR_H 1
 | #define HAVE_ERRNO_H 1
 | #define HAVE_FCNTL_H 1
 | #define HAVE_FNMATCH_H 1
 | #define HAVE_GRP_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_LIMITS_H 1
 | #define HAVE_NETDB_H 1
 | #define HAVE_PWD_H 1
 | #define HAVE_SIGNAL_H 1
 | #define HAVE_STDARG_H 1
 | #define HAVE_STDDEF_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_STDIO_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_SYS_BYTEORDER_H 1
 | #define HAVE_SYS_FILE_H 1
 | #define HAVE_SYS_MKDEV_H 1
 | #define HAVE_SYS_PARAM_H 1
 | #define HAVE_SYS_SOCKET_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_SYS_STATFS_H 1
 | #define HAVE_SYS_STATVFS_H 1
 | #define HAVE_SYS_TIME_H 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_UIO_H 1
 | #define HAVE_SYS_VFS_H 1
 | #define HAVE_SYSEXITS_H 1
 | #define HAVE_TIME_H 1
 | #define HAVE_TZFILE_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_UTIME_H 1
 | #define HAVE_SYS_MOUNT_H 1
 | #define HAVE_GLOB_H 1
 | #define HAVE_NBCOMPAT_GLOB 1
 | #define HAVE_SYS_QUEUE_H 1
 | #define HAVE_NBCOMPAT_QUEUE 1
 | #define HAVE_REGEX_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_SHA1_H 1
 | #define HAVE_SHA2_H 1
 | #define HAVE_NBCOMPAT_MD5 1
 | #define HAVE_NBCOMPAT_RMD160 1
 | #define HAVE_NBCOMPAT_SHA1 1
 | #define HAVE_NBCOMPAT_SHA2 1
 | #define HAVE_DECL_OPTIND 1
 | #define HAVE_DECL_OPTRESET 0
 | #define HAVE_GETOPT_H 1
 | #define HAVE_NBCOMPAT_VIS 1
 | #define HAVE___ATTRIBUTE__ 1
 | #define HAVE_UINTPTR_T 1
 | #define HAVE_LONG_LONG 1
 | #define HAVE_LONG_DOUBLE 1
 | #define HAVE_FSID_T 1
 | #define SIZEOF_OFF_T 4
 | #define HAVE_STDLIB_H 1
 | #define HAVE_MALLOC 1
 | #define HAVE_DECL_STRERROR_R 1
 | #define HAVE_STRERROR_R 1
 | #define HAVE_FORK 1
 | #define HAVE_VFORK 1
 | #define HAVE_WORKING_VFORK 1
 | #define HAVE_WORKING_FORK 1
 | #define HAVE_VPRINTF 1
 | #define HAVE_DOPRNT 1
 | #define HAVE_DECL_SNPRINTF 1
 | #define HAVE_DECL_VASPRINTF 0
 | #define HAVE_ERR 1
 | #define HAVE_FNMATCH 1
 | #define HAVE_GETENV 1
 | #define HAVE_ISBLANK 1
 | #define HAVE_LCHOWN 1
 | #define HAVE_MKDTEMP 1
 | #define HAVE_MKSTEMP 1
 | #define HAVE_SETENV 1
 | #define HAVE_SNPRINTF 1
 | #define HAVE_STATVFS 1
 | #define HAVE_STRDUP 1
 | #define HAVE_STRERROR 1
 | #define HAVE_STRLCAT 1
 | #define HAVE_STRLCPY 1
 | #define HAVE_STRSEP 1
 | #define HAVE_STRTOLL 1
 | #define HAVE_UNSETENV 1
 | #define HAVE_USLEEP 1
 | #define HAVE_UTIMES 1
 | #define HAVE_WARN 1
 | #define HAVE_LIBSOCKET 1
 | #define HAVE_LIBNSL 1
 | #define HAVE_SOCKLEN_T 1
 | #define HAVE_STRUCT_ADDRINFO 1
 | #define HAVE_STRUCT_IN6_ADDR 1
 | #define HAVE_STRUCT_SOCKADDR_IN6 1
 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
 | #define HAVE_GETNAMEINFO 1
 | #define HAVE_GAI_STRERROR 1
 | #define HAVE_GETADDRINFO 1
 | #define HAVE_GETENV 1
 | #define HAVE_SETENV 1
 | #define HAVE_UNSETENV 1
 | #define HAVE_MKDTEMP 1
 | #define HAVE_MKSTEMP 1
 | #define HAVE_BCOPY 1
 | #define HAVE_BZERO 1
 | #define HAVE_MEMSET 1
 | #define HAVE_MEMCPY 1
 | #define HAVE_SETLOCALE 1
 | #define HAVE_DECL_ENDGRENT 0
 | #define HAVE_DECL_ENDPWENT 0
 | #define HAVE_NBCOMPAT_FTS 1
 | #define HAVE_POLL_H 1
 | #define HAVE_SYS_POLL_H 1
 | #define HAVE_POLL_H 1
 | #define HAVE_SYS_POLL_H 1
 | #define HAVE_GETPASSPHRASE 1
 | #define HAVE_GETPGRP 1
 | #define HAVE_MEMMOVE 1
 | #define HAVE_SELECT 1
 | #define GETPGRP_VOID 1
 | /* end confdefs.h.  */
 |  #include <sys/statfs.h>
 | 
 | int
 | main ()
 | {
 | static struct statfs ac_aggr;
 | if (sizeof ac_aggr.f_flags)
 | return 0;
 |   ;
 |   return 0;
 | }
 configure:12912: result: no
 configure:12925: checking for struct statfs.f_fsize
 configure:12954: cc -c -g  conftest.c >&5
 "/usr/include/sys/statfs.h", line 52: syntax error before or at: ino_t
 "conftest.c", line 150: undefined struct/union member: f_fsize
 cc: acomp failed for conftest.c
 configure:12961: $? = 2
 configure: failed program was:
 | /* confdefs.h.  */
 | #define PACKAGE_NAME "libnbcompat"
 | #define PACKAGE_TARNAME "libnbcompat"
 | #define PACKAGE_VERSION "20080519"
 | #define PACKAGE_STRING "libnbcompat 20080519"
 | #define PACKAGE_BUGREPORT "grant%NetBSD.org@localhost"
 | #define STDC_HEADERS 1
 | #define TIME_WITH_SYS_TIME 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_MEMORY_H 1
 | #define HAVE_STRINGS_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_ALLOCA_H 1
 | #define HAVE_ASSERT_H 1
 | #define HAVE_CTYPE_H 1
 | #define HAVE_DIRENT_H 1
 | #define HAVE_ERR_H 1
 | #define HAVE_ERRNO_H 1
 | #define HAVE_FCNTL_H 1
 | #define HAVE_FNMATCH_H 1
 | #define HAVE_GRP_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_LIMITS_H 1
 | #define HAVE_NETDB_H 1
 | #define HAVE_PWD_H 1
 | #define HAVE_SIGNAL_H 1
 | #define HAVE_STDARG_H 1
 | #define HAVE_STDDEF_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_STDIO_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_SYS_BYTEORDER_H 1
 | #define HAVE_SYS_FILE_H 1
 | #define HAVE_SYS_MKDEV_H 1
 | #define HAVE_SYS_PARAM_H 1
 | #define HAVE_SYS_SOCKET_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_SYS_STATFS_H 1
 | #define HAVE_SYS_STATVFS_H 1
 | #define HAVE_SYS_TIME_H 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_UIO_H 1
 | #define HAVE_SYS_VFS_H 1
 | #define HAVE_SYSEXITS_H 1
 | #define HAVE_TIME_H 1
 | #define HAVE_TZFILE_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_UTIME_H 1
 | #define HAVE_SYS_MOUNT_H 1
 | #define HAVE_GLOB_H 1
 | #define HAVE_NBCOMPAT_GLOB 1
 | #define HAVE_SYS_QUEUE_H 1
 | #define HAVE_NBCOMPAT_QUEUE 1
 | #define HAVE_REGEX_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_SHA1_H 1
 | #define HAVE_SHA2_H 1
 | #define HAVE_NBCOMPAT_MD5 1
 | #define HAVE_NBCOMPAT_RMD160 1
 | #define HAVE_NBCOMPAT_SHA1 1
 | #define HAVE_NBCOMPAT_SHA2 1
 | #define HAVE_DECL_OPTIND 1
 | #define HAVE_DECL_OPTRESET 0
 | #define HAVE_GETOPT_H 1
 | #define HAVE_NBCOMPAT_VIS 1
 | #define HAVE___ATTRIBUTE__ 1
 | #define HAVE_UINTPTR_T 1
 | #define HAVE_LONG_LONG 1
 | #define HAVE_LONG_DOUBLE 1
 | #define HAVE_FSID_T 1
 | #define SIZEOF_OFF_T 4
 | #define HAVE_STDLIB_H 1
 | #define HAVE_MALLOC 1
 | #define HAVE_DECL_STRERROR_R 1
 | #define HAVE_STRERROR_R 1
 | #define HAVE_FORK 1
 | #define HAVE_VFORK 1
 | #define HAVE_WORKING_VFORK 1
 | #define HAVE_WORKING_FORK 1
 | #define HAVE_VPRINTF 1
 | #define HAVE_DOPRNT 1
 | #define HAVE_DECL_SNPRINTF 1
 | #define HAVE_DECL_VASPRINTF 0
 | #define HAVE_ERR 1
 | #define HAVE_FNMATCH 1
 | #define HAVE_GETENV 1
 | #define HAVE_ISBLANK 1
 | #define HAVE_LCHOWN 1
 | #define HAVE_MKDTEMP 1
 | #define HAVE_MKSTEMP 1
 | #define HAVE_SETENV 1
 | #define HAVE_SNPRINTF 1
 | #define HAVE_STATVFS 1
 | #define HAVE_STRDUP 1
 | #define HAVE_STRERROR 1
 | #define HAVE_STRLCAT 1
 | #define HAVE_STRLCPY 1
 | #define HAVE_STRSEP 1
 | #define HAVE_STRTOLL 1
 | #define HAVE_UNSETENV 1
 | #define HAVE_USLEEP 1
 | #define HAVE_UTIMES 1
 | #define HAVE_WARN 1
 | #define HAVE_LIBSOCKET 1
 | #define HAVE_LIBNSL 1
 | #define HAVE_SOCKLEN_T 1
 | #define HAVE_STRUCT_ADDRINFO 1
 | #define HAVE_STRUCT_IN6_ADDR 1
 | #define HAVE_STRUCT_SOCKADDR_IN6 1
 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
 | #define HAVE_GETNAMEINFO 1
 | #define HAVE_GAI_STRERROR 1
 | #define HAVE_GETADDRINFO 1
 | #define HAVE_GETENV 1
 | #define HAVE_SETENV 1
 | #define HAVE_UNSETENV 1
 | #define HAVE_MKDTEMP 1
 | #define HAVE_MKSTEMP 1
 | #define HAVE_BCOPY 1
 | #define HAVE_BZERO 1
 | #define HAVE_MEMSET 1
 | #define HAVE_MEMCPY 1
 | #define HAVE_SETLOCALE 1
 | #define HAVE_DECL_ENDGRENT 0
 | #define HAVE_DECL_ENDPWENT 0
 | #define HAVE_NBCOMPAT_FTS 1
 | #define HAVE_POLL_H 1
 | #define HAVE_SYS_POLL_H 1
 | #define HAVE_POLL_H 1
 | #define HAVE_SYS_POLL_H 1
 | #define HAVE_GETPASSPHRASE 1
 | #define HAVE_GETPGRP 1
 | #define HAVE_MEMMOVE 1
 | #define HAVE_SELECT 1
 | #define GETPGRP_VOID 1
 | /* end confdefs.h.  */
 |  #include <sys/statfs.h>
 | 
 | int
 | main ()
 | {
 | static struct statfs ac_aggr;
 | if (ac_aggr.f_fsize)
 | return 0;
 |   ;
 |   return 0;
 | }
 configure:12995: cc -c -g  conftest.c >&5
 "/usr/include/sys/statfs.h", line 52: syntax error before or at: ino_t
 "conftest.c", line 150: undefined struct/union member: f_fsize
 cc: acomp failed for conftest.c
 configure:13002: $? = 2
 configure: failed program was:
 | /* confdefs.h.  */
 | #define PACKAGE_NAME "libnbcompat"
 | #define PACKAGE_TARNAME "libnbcompat"
 | #define PACKAGE_VERSION "20080519"
 | #define PACKAGE_STRING "libnbcompat 20080519"
 | #define PACKAGE_BUGREPORT "grant%NetBSD.org@localhost"
 | #define STDC_HEADERS 1
 | #define TIME_WITH_SYS_TIME 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_MEMORY_H 1
 | #define HAVE_STRINGS_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_ALLOCA_H 1
 | #define HAVE_ASSERT_H 1
 | #define HAVE_CTYPE_H 1
 | #define HAVE_DIRENT_H 1
 | #define HAVE_ERR_H 1
 | #define HAVE_ERRNO_H 1
 | #define HAVE_FCNTL_H 1
 | #define HAVE_FNMATCH_H 1
 | #define HAVE_GRP_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_LIMITS_H 1
 | #define HAVE_NETDB_H 1
 | #define HAVE_PWD_H 1
 | #define HAVE_SIGNAL_H 1
 | #define HAVE_STDARG_H 1
 | #define HAVE_STDDEF_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_STDIO_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_SYS_BYTEORDER_H 1
 | #define HAVE_SYS_FILE_H 1
 | #define HAVE_SYS_MKDEV_H 1
 | #define HAVE_SYS_PARAM_H 1
 | #define HAVE_SYS_SOCKET_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_SYS_STATFS_H 1
 | #define HAVE_SYS_STATVFS_H 1
 | #define HAVE_SYS_TIME_H 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_UIO_H 1
 | #define HAVE_SYS_VFS_H 1
 | #define HAVE_SYSEXITS_H 1
 | #define HAVE_TIME_H 1
 | #define HAVE_TZFILE_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_UTIME_H 1
 | #define HAVE_SYS_MOUNT_H 1
 | #define HAVE_GLOB_H 1
 | #define HAVE_NBCOMPAT_GLOB 1
 | #define HAVE_SYS_QUEUE_H 1
 | #define HAVE_NBCOMPAT_QUEUE 1
 | #define HAVE_REGEX_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_SHA1_H 1
 | #define HAVE_SHA2_H 1
 | #define HAVE_NBCOMPAT_MD5 1
 | #define HAVE_NBCOMPAT_RMD160 1
 | #define HAVE_NBCOMPAT_SHA1 1
 | #define HAVE_NBCOMPAT_SHA2 1
 | #define HAVE_DECL_OPTIND 1
 | #define HAVE_DECL_OPTRESET 0
 | #define HAVE_GETOPT_H 1
 | #define HAVE_NBCOMPAT_VIS 1
 | #define HAVE___ATTRIBUTE__ 1
 | #define HAVE_UINTPTR_T 1
 | #define HAVE_LONG_LONG 1
 | #define HAVE_LONG_DOUBLE 1
 | #define HAVE_FSID_T 1
 | #define SIZEOF_OFF_T 4
 | #define HAVE_STDLIB_H 1
 | #define HAVE_MALLOC 1
 | #define HAVE_DECL_STRERROR_R 1
 | #define HAVE_STRERROR_R 1
 | #define HAVE_FORK 1
 | #define HAVE_VFORK 1
 | #define HAVE_WORKING_VFORK 1
 | #define HAVE_WORKING_FORK 1
 | #define HAVE_VPRINTF 1
 | #define HAVE_DOPRNT 1
 | #define HAVE_DECL_SNPRINTF 1
 | #define HAVE_DECL_VASPRINTF 0
 | #define HAVE_ERR 1
 | #define HAVE_FNMATCH 1
 | #define HAVE_GETENV 1
 | #define HAVE_ISBLANK 1
 | #define HAVE_LCHOWN 1
 | #define HAVE_MKDTEMP 1
 | #define HAVE_MKSTEMP 1
 | #define HAVE_SETENV 1
 | #define HAVE_SNPRINTF 1
 | #define HAVE_STATVFS 1
 | #define HAVE_STRDUP 1
 | #define HAVE_STRERROR 1
 | #define HAVE_STRLCAT 1
 | #define HAVE_STRLCPY 1
 | #define HAVE_STRSEP 1
 | #define HAVE_STRTOLL 1
 | #define HAVE_UNSETENV 1
 | #define HAVE_USLEEP 1
 | #define HAVE_UTIMES 1
 | #define HAVE_WARN 1
 | #define HAVE_LIBSOCKET 1
 | #define HAVE_LIBNSL 1
 | #define HAVE_SOCKLEN_T 1
 | #define HAVE_STRUCT_ADDRINFO 1
 | #define HAVE_STRUCT_IN6_ADDR 1
 | #define HAVE_STRUCT_SOCKADDR_IN6 1
 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
 | #define HAVE_GETNAMEINFO 1
 | #define HAVE_GAI_STRERROR 1
 | #define HAVE_GETADDRINFO 1
 | #define HAVE_GETENV 1
 | #define HAVE_SETENV 1
 | #define HAVE_UNSETENV 1
 | #define HAVE_MKDTEMP 1
 | #define HAVE_MKSTEMP 1
 | #define HAVE_BCOPY 1
 | #define HAVE_BZERO 1
 | #define HAVE_MEMSET 1
 | #define HAVE_MEMCPY 1
 | #define HAVE_SETLOCALE 1
 | #define HAVE_DECL_ENDGRENT 0
 | #define HAVE_DECL_ENDPWENT 0
 | #define HAVE_NBCOMPAT_FTS 1
 | #define HAVE_POLL_H 1
 | #define HAVE_SYS_POLL_H 1
 | #define HAVE_POLL_H 1
 | #define HAVE_SYS_POLL_H 1
 | #define HAVE_GETPASSPHRASE 1
 | #define HAVE_GETPGRP 1
 | #define HAVE_MEMMOVE 1
 | #define HAVE_SELECT 1
 | #define GETPGRP_VOID 1
 | /* end confdefs.h.  */
 |  #include <sys/statfs.h>
 | 
 | int
 | main ()
 | {
 | static struct statfs ac_aggr;
 | if (sizeof ac_aggr.f_fsize)
 | return 0;
 |   ;
 |   return 0;
 | }
 configure:13020: result: no
 configure:13033: checking for struct statfs.f_iosize
 configure:13062: cc -c -g  conftest.c >&5
 "/usr/include/sys/statfs.h", line 52: syntax error before or at: ino_t
 "conftest.c", line 150: undefined struct/union member: f_iosize
 cc: acomp failed for conftest.c
 configure:13069: $? = 2
 configure: failed program was:
 | /* confdefs.h.  */
 | #define PACKAGE_NAME "libnbcompat"
 | #define PACKAGE_TARNAME "libnbcompat"
 | #define PACKAGE_VERSION "20080519"
 | #define PACKAGE_STRING "libnbcompat 20080519"
 | #define PACKAGE_BUGREPORT "grant%NetBSD.org@localhost"
 | #define STDC_HEADERS 1
 | #define TIME_WITH_SYS_TIME 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_MEMORY_H 1
 | #define HAVE_STRINGS_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_ALLOCA_H 1
 | #define HAVE_ASSERT_H 1
 | #define HAVE_CTYPE_H 1
 | #define HAVE_DIRENT_H 1
 | #define HAVE_ERR_H 1
 | #define HAVE_ERRNO_H 1
 | #define HAVE_FCNTL_H 1
 | #define HAVE_FNMATCH_H 1
 | #define HAVE_GRP_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_LIMITS_H 1
 | #define HAVE_NETDB_H 1
 | #define HAVE_PWD_H 1
 | #define HAVE_SIGNAL_H 1
 | #define HAVE_STDARG_H 1
 | #define HAVE_STDDEF_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_STDIO_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_SYS_BYTEORDER_H 1
 | #define HAVE_SYS_FILE_H 1
 | #define HAVE_SYS_MKDEV_H 1
 | #define HAVE_SYS_PARAM_H 1
 | #define HAVE_SYS_SOCKET_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_SYS_STATFS_H 1
 | #define HAVE_SYS_STATVFS_H 1
 | #define HAVE_SYS_TIME_H 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_UIO_H 1
 | #define HAVE_SYS_VFS_H 1
 | #define HAVE_SYSEXITS_H 1
 | #define HAVE_TIME_H 1
 | #define HAVE_TZFILE_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_UTIME_H 1
 | #define HAVE_SYS_MOUNT_H 1
 | #define HAVE_GLOB_H 1
 | #define HAVE_NBCOMPAT_GLOB 1
 | #define HAVE_SYS_QUEUE_H 1
 | #define HAVE_NBCOMPAT_QUEUE 1
 | #define HAVE_REGEX_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_SHA1_H 1
 | #define HAVE_SHA2_H 1
 | #define HAVE_NBCOMPAT_MD5 1
 | #define HAVE_NBCOMPAT_RMD160 1
 | #define HAVE_NBCOMPAT_SHA1 1
 | #define HAVE_NBCOMPAT_SHA2 1
 | #define HAVE_DECL_OPTIND 1
 | #define HAVE_DECL_OPTRESET 0
 | #define HAVE_GETOPT_H 1
 | #define HAVE_NBCOMPAT_VIS 1
 | #define HAVE___ATTRIBUTE__ 1
 | #define HAVE_UINTPTR_T 1
 | #define HAVE_LONG_LONG 1
 | #define HAVE_LONG_DOUBLE 1
 | #define HAVE_FSID_T 1
 | #define SIZEOF_OFF_T 4
 | #define HAVE_STDLIB_H 1
 | #define HAVE_MALLOC 1
 | #define HAVE_DECL_STRERROR_R 1
 | #define HAVE_STRERROR_R 1
 | #define HAVE_FORK 1
 | #define HAVE_VFORK 1
 | #define HAVE_WORKING_VFORK 1
 | #define HAVE_WORKING_FORK 1
 | #define HAVE_VPRINTF 1
 | #define HAVE_DOPRNT 1
 | #define HAVE_DECL_SNPRINTF 1
 | #define HAVE_DECL_VASPRINTF 0
 | #define HAVE_ERR 1
 | #define HAVE_FNMATCH 1
 | #define HAVE_GETENV 1
 | #define HAVE_ISBLANK 1
 | #define HAVE_LCHOWN 1
 | #define HAVE_MKDTEMP 1
 | #define HAVE_MKSTEMP 1
 | #define HAVE_SETENV 1
 | #define HAVE_SNPRINTF 1
 | #define HAVE_STATVFS 1
 | #define HAVE_STRDUP 1
 | #define HAVE_STRERROR 1
 | #define HAVE_STRLCAT 1
 | #define HAVE_STRLCPY 1
 | #define HAVE_STRSEP 1
 | #define HAVE_STRTOLL 1
 | #define HAVE_UNSETENV 1
 | #define HAVE_USLEEP 1
 | #define HAVE_UTIMES 1
 | #define HAVE_WARN 1
 | #define HAVE_LIBSOCKET 1
 | #define HAVE_LIBNSL 1
 | #define HAVE_SOCKLEN_T 1
 | #define HAVE_STRUCT_ADDRINFO 1
 | #define HAVE_STRUCT_IN6_ADDR 1
 | #define HAVE_STRUCT_SOCKADDR_IN6 1
 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
 | #define HAVE_GETNAMEINFO 1
 | #define HAVE_GAI_STRERROR 1
 | #define HAVE_GETADDRINFO 1
 | #define HAVE_GETENV 1
 | #define HAVE_SETENV 1
 | #define HAVE_UNSETENV 1
 | #define HAVE_MKDTEMP 1
 | #define HAVE_MKSTEMP 1
 | #define HAVE_BCOPY 1
 | #define HAVE_BZERO 1
 | #define HAVE_MEMSET 1
 | #define HAVE_MEMCPY 1
 | #define HAVE_SETLOCALE 1
 | #define HAVE_DECL_ENDGRENT 0
 | #define HAVE_DECL_ENDPWENT 0
 | #define HAVE_NBCOMPAT_FTS 1
 | #define HAVE_POLL_H 1
 | #define HAVE_SYS_POLL_H 1
 | #define HAVE_POLL_H 1
 | #define HAVE_SYS_POLL_H 1
 | #define HAVE_GETPASSPHRASE 1
 | #define HAVE_GETPGRP 1
 | #define HAVE_MEMMOVE 1
 | #define HAVE_SELECT 1
 | #define GETPGRP_VOID 1
 | /* end confdefs.h.  */
 |  #include <sys/statfs.h>
 | 
 | int
 | main ()
 | {
 | static struct statfs ac_aggr;
 | if (ac_aggr.f_iosize)
 | return 0;
 |   ;
 |   return 0;
 | }
 configure:13103: cc -c -g  conftest.c >&5
 "/usr/include/sys/statfs.h", line 52: syntax error before or at: ino_t
 "conftest.c", line 150: undefined struct/union member: f_iosize
 cc: acomp failed for conftest.c
 configure:13110: $? = 2
 configure: failed program was:
 | /* confdefs.h.  */
 | #define PACKAGE_NAME "libnbcompat"
 | #define PACKAGE_TARNAME "libnbcompat"
 | #define PACKAGE_VERSION "20080519"
 | #define PACKAGE_STRING "libnbcompat 20080519"
 | #define PACKAGE_BUGREPORT "grant%NetBSD.org@localhost"
 | #define STDC_HEADERS 1
 | #define TIME_WITH_SYS_TIME 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_MEMORY_H 1
 | #define HAVE_STRINGS_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_ALLOCA_H 1
 | #define HAVE_ASSERT_H 1
 | #define HAVE_CTYPE_H 1
 | #define HAVE_DIRENT_H 1
 | #define HAVE_ERR_H 1
 | #define HAVE_ERRNO_H 1
 | #define HAVE_FCNTL_H 1
 | #define HAVE_FNMATCH_H 1
 | #define HAVE_GRP_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_LIMITS_H 1
 | #define HAVE_NETDB_H 1
 | #define HAVE_PWD_H 1
 | #define HAVE_SIGNAL_H 1
 | #define HAVE_STDARG_H 1
 | #define HAVE_STDDEF_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_STDIO_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_SYS_BYTEORDER_H 1
 | #define HAVE_SYS_FILE_H 1
 | #define HAVE_SYS_MKDEV_H 1
 | #define HAVE_SYS_PARAM_H 1
 | #define HAVE_SYS_SOCKET_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_SYS_STATFS_H 1
 | #define HAVE_SYS_STATVFS_H 1
 | #define HAVE_SYS_TIME_H 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_UIO_H 1
 | #define HAVE_SYS_VFS_H 1
 | #define HAVE_SYSEXITS_H 1
 | #define HAVE_TIME_H 1
 | #define HAVE_TZFILE_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_UTIME_H 1
 | #define HAVE_SYS_MOUNT_H 1
 | #define HAVE_GLOB_H 1
 | #define HAVE_NBCOMPAT_GLOB 1
 | #define HAVE_SYS_QUEUE_H 1
 | #define HAVE_NBCOMPAT_QUEUE 1
 | #define HAVE_REGEX_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_SHA1_H 1
 | #define HAVE_SHA2_H 1
 | #define HAVE_NBCOMPAT_MD5 1
 | #define HAVE_NBCOMPAT_RMD160 1
 | #define HAVE_NBCOMPAT_SHA1 1
 | #define HAVE_NBCOMPAT_SHA2 1
 | #define HAVE_DECL_OPTIND 1
 | #define HAVE_DECL_OPTRESET 0
 | #define HAVE_GETOPT_H 1
 | #define HAVE_NBCOMPAT_VIS 1
 | #define HAVE___ATTRIBUTE__ 1
 | #define HAVE_UINTPTR_T 1
 | #define HAVE_LONG_LONG 1
 | #define HAVE_LONG_DOUBLE 1
 | #define HAVE_FSID_T 1
 | #define SIZEOF_OFF_T 4
 | #define HAVE_STDLIB_H 1
 | #define HAVE_MALLOC 1
 | #define HAVE_DECL_STRERROR_R 1
 | #define HAVE_STRERROR_R 1
 | #define HAVE_FORK 1
 | #define HAVE_VFORK 1
 | #define HAVE_WORKING_VFORK 1
 | #define HAVE_WORKING_FORK 1
 | #define HAVE_VPRINTF 1
 | #define HAVE_DOPRNT 1
 | #define HAVE_DECL_SNPRINTF 1
 | #define HAVE_DECL_VASPRINTF 0
 | #define HAVE_ERR 1
 | #define HAVE_FNMATCH 1
 | #define HAVE_GETENV 1
 | #define HAVE_ISBLANK 1
 | #define HAVE_LCHOWN 1
 | #define HAVE_MKDTEMP 1
 | #define HAVE_MKSTEMP 1
 | #define HAVE_SETENV 1
 | #define HAVE_SNPRINTF 1
 | #define HAVE_STATVFS 1
 | #define HAVE_STRDUP 1
 | #define HAVE_STRERROR 1
 | #define HAVE_STRLCAT 1
 | #define HAVE_STRLCPY 1
 | #define HAVE_STRSEP 1
 | #define HAVE_STRTOLL 1
 | #define HAVE_UNSETENV 1
 | #define HAVE_USLEEP 1
 | #define HAVE_UTIMES 1
 | #define HAVE_WARN 1
 | #define HAVE_LIBSOCKET 1
 | #define HAVE_LIBNSL 1
 | #define HAVE_SOCKLEN_T 1
 | #define HAVE_STRUCT_ADDRINFO 1
 | #define HAVE_STRUCT_IN6_ADDR 1
 | #define HAVE_STRUCT_SOCKADDR_IN6 1
 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
 | #define HAVE_GETNAMEINFO 1
 | #define HAVE_GAI_STRERROR 1
 | #define HAVE_GETADDRINFO 1
 | #define HAVE_GETENV 1
 | #define HAVE_SETENV 1
 | #define HAVE_UNSETENV 1
 | #define HAVE_MKDTEMP 1
 | #define HAVE_MKSTEMP 1
 | #define HAVE_BCOPY 1
 | #define HAVE_BZERO 1
 | #define HAVE_MEMSET 1
 | #define HAVE_MEMCPY 1
 | #define HAVE_SETLOCALE 1
 | #define HAVE_DECL_ENDGRENT 0
 | #define HAVE_DECL_ENDPWENT 0
 | #define HAVE_NBCOMPAT_FTS 1
 | #define HAVE_POLL_H 1
 | #define HAVE_SYS_POLL_H 1
 | #define HAVE_POLL_H 1
 | #define HAVE_SYS_POLL_H 1
 | #define HAVE_GETPASSPHRASE 1
 | #define HAVE_GETPGRP 1
 | #define HAVE_MEMMOVE 1
 | #define HAVE_SELECT 1
 | #define GETPGRP_VOID 1
 | /* end confdefs.h.  */
 |  #include <sys/statfs.h>
 | 
 | int
 | main ()
 | {
 | static struct statfs ac_aggr;
 | if (sizeof ac_aggr.f_iosize)
 | return 0;
 |   ;
 |   return 0;
 | }
 configure:13128: result: no
 configure:13141: checking for struct dirent.d_namlen
 configure:13184: cc -c -g  conftest.c >&5
 "conftest.c", line 164: undefined struct/union member: d_namlen
 cc: acomp failed for conftest.c
 configure:13191: $? = 2
 configure: failed program was:
 | /* confdefs.h.  */
 | #define PACKAGE_NAME "libnbcompat"
 | #define PACKAGE_TARNAME "libnbcompat"
 | #define PACKAGE_VERSION "20080519"
 | #define PACKAGE_STRING "libnbcompat 20080519"
 | #define PACKAGE_BUGREPORT "grant%NetBSD.org@localhost"
 | #define STDC_HEADERS 1
 | #define TIME_WITH_SYS_TIME 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_MEMORY_H 1
 | #define HAVE_STRINGS_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_ALLOCA_H 1
 | #define HAVE_ASSERT_H 1
 | #define HAVE_CTYPE_H 1
 | #define HAVE_DIRENT_H 1
 | #define HAVE_ERR_H 1
 | #define HAVE_ERRNO_H 1
 | #define HAVE_FCNTL_H 1
 | #define HAVE_FNMATCH_H 1
 | #define HAVE_GRP_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_LIMITS_H 1
 | #define HAVE_NETDB_H 1
 | #define HAVE_PWD_H 1
 | #define HAVE_SIGNAL_H 1
 | #define HAVE_STDARG_H 1
 | #define HAVE_STDDEF_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_STDIO_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_SYS_BYTEORDER_H 1
 | #define HAVE_SYS_FILE_H 1
 | #define HAVE_SYS_MKDEV_H 1
 | #define HAVE_SYS_PARAM_H 1
 | #define HAVE_SYS_SOCKET_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_SYS_STATFS_H 1
 | #define HAVE_SYS_STATVFS_H 1
 | #define HAVE_SYS_TIME_H 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_UIO_H 1
 | #define HAVE_SYS_VFS_H 1
 | #define HAVE_SYSEXITS_H 1
 | #define HAVE_TIME_H 1
 | #define HAVE_TZFILE_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_UTIME_H 1
 | #define HAVE_SYS_MOUNT_H 1
 | #define HAVE_GLOB_H 1
 | #define HAVE_NBCOMPAT_GLOB 1
 | #define HAVE_SYS_QUEUE_H 1
 | #define HAVE_NBCOMPAT_QUEUE 1
 | #define HAVE_REGEX_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_SHA1_H 1
 | #define HAVE_SHA2_H 1
 | #define HAVE_NBCOMPAT_MD5 1
 | #define HAVE_NBCOMPAT_RMD160 1
 | #define HAVE_NBCOMPAT_SHA1 1
 | #define HAVE_NBCOMPAT_SHA2 1
 | #define HAVE_DECL_OPTIND 1
 | #define HAVE_DECL_OPTRESET 0
 | #define HAVE_GETOPT_H 1
 | #define HAVE_NBCOMPAT_VIS 1
 | #define HAVE___ATTRIBUTE__ 1
 | #define HAVE_UINTPTR_T 1
 | #define HAVE_LONG_LONG 1
 | #define HAVE_LONG_DOUBLE 1
 | #define HAVE_FSID_T 1
 | #define SIZEOF_OFF_T 4
 | #define HAVE_STDLIB_H 1
 | #define HAVE_MALLOC 1
 | #define HAVE_DECL_STRERROR_R 1
 | #define HAVE_STRERROR_R 1
 | #define HAVE_FORK 1
 | #define HAVE_VFORK 1
 | #define HAVE_WORKING_VFORK 1
 | #define HAVE_WORKING_FORK 1
 | #define HAVE_VPRINTF 1
 | #define HAVE_DOPRNT 1
 | #define HAVE_DECL_SNPRINTF 1
 | #define HAVE_DECL_VASPRINTF 0
 | #define HAVE_ERR 1
 | #define HAVE_FNMATCH 1
 | #define HAVE_GETENV 1
 | #define HAVE_ISBLANK 1
 | #define HAVE_LCHOWN 1
 | #define HAVE_MKDTEMP 1
 | #define HAVE_MKSTEMP 1
 | #define HAVE_SETENV 1
 | #define HAVE_SNPRINTF 1
 | #define HAVE_STATVFS 1
 | #define HAVE_STRDUP 1
 | #define HAVE_STRERROR 1
 | #define HAVE_STRLCAT 1
 | #define HAVE_STRLCPY 1
 | #define HAVE_STRSEP 1
 | #define HAVE_STRTOLL 1
 | #define HAVE_UNSETENV 1
 | #define HAVE_USLEEP 1
 | #define HAVE_UTIMES 1
 | #define HAVE_WARN 1
 | #define HAVE_LIBSOCKET 1
 | #define HAVE_LIBNSL 1
 | #define HAVE_SOCKLEN_T 1
 | #define HAVE_STRUCT_ADDRINFO 1
 | #define HAVE_STRUCT_IN6_ADDR 1
 | #define HAVE_STRUCT_SOCKADDR_IN6 1
 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
 | #define HAVE_GETNAMEINFO 1
 | #define HAVE_GAI_STRERROR 1
 | #define HAVE_GETADDRINFO 1
 | #define HAVE_GETENV 1
 | #define HAVE_SETENV 1
 | #define HAVE_UNSETENV 1
 | #define HAVE_MKDTEMP 1
 | #define HAVE_MKSTEMP 1
 | #define HAVE_BCOPY 1
 | #define HAVE_BZERO 1
 | #define HAVE_MEMSET 1
 | #define HAVE_MEMCPY 1
 | #define HAVE_SETLOCALE 1
 | #define HAVE_DECL_ENDGRENT 0
 | #define HAVE_DECL_ENDPWENT 0
 | #define HAVE_NBCOMPAT_FTS 1
 | #define HAVE_POLL_H 1
 | #define HAVE_SYS_POLL_H 1
 | #define HAVE_POLL_H 1
 | #define HAVE_SYS_POLL_H 1
 | #define HAVE_GETPASSPHRASE 1
 | #define HAVE_GETPGRP 1
 | #define HAVE_MEMMOVE 1
 | #define HAVE_SELECT 1
 | #define GETPGRP_VOID 1
 | /* end confdefs.h.  */
 |  #include <sys/types.h>
 |        #if HAVE_DIRENT_H
 |        # include <dirent.h>
 |        #else
 |        # define dirent direct
 |        # if HAVE_SYS_NDIR_H
 |        #  include <sys/ndir.h>
 |        # endif
 |        # if HAVE_SYS_DIR_H
 |        #  include <sys/dir.h>
 |        # endif
 |        # if HAVE_NDIR_H
 |        #  include <ndir.h>
 |        # endif
 |        #endif
 | 
 | int
 | main ()
 | {
 | static struct dirent ac_aggr;
 | if (ac_aggr.d_namlen)
 | return 0;
 |   ;
 |   return 0;
 | }
 configure:13239: cc -c -g  conftest.c >&5
 "conftest.c", line 164: undefined struct/union member: d_namlen
 cc: acomp failed for conftest.c
 configure:13246: $? = 2
 configure: failed program was:
 | /* confdefs.h.  */
 | #define PACKAGE_NAME "libnbcompat"
 | #define PACKAGE_TARNAME "libnbcompat"
 | #define PACKAGE_VERSION "20080519"
 | #define PACKAGE_STRING "libnbcompat 20080519"
 | #define PACKAGE_BUGREPORT "grant%NetBSD.org@localhost"
 | #define STDC_HEADERS 1
 | #define TIME_WITH_SYS_TIME 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_MEMORY_H 1
 | #define HAVE_STRINGS_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_ALLOCA_H 1
 | #define HAVE_ASSERT_H 1
 | #define HAVE_CTYPE_H 1
 | #define HAVE_DIRENT_H 1
 | #define HAVE_ERR_H 1
 | #define HAVE_ERRNO_H 1
 | #define HAVE_FCNTL_H 1
 | #define HAVE_FNMATCH_H 1
 | #define HAVE_GRP_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_LIMITS_H 1
 | #define HAVE_NETDB_H 1
 | #define HAVE_PWD_H 1
 | #define HAVE_SIGNAL_H 1
 | #define HAVE_STDARG_H 1
 | #define HAVE_STDDEF_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_STDIO_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_SYS_BYTEORDER_H 1
 | #define HAVE_SYS_FILE_H 1
 | #define HAVE_SYS_MKDEV_H 1
 | #define HAVE_SYS_PARAM_H 1
 | #define HAVE_SYS_SOCKET_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_SYS_STATFS_H 1
 | #define HAVE_SYS_STATVFS_H 1
 | #define HAVE_SYS_TIME_H 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_UIO_H 1
 | #define HAVE_SYS_VFS_H 1
 | #define HAVE_SYSEXITS_H 1
 | #define HAVE_TIME_H 1
 | #define HAVE_TZFILE_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_UTIME_H 1
 | #define HAVE_SYS_MOUNT_H 1
 | #define HAVE_GLOB_H 1
 | #define HAVE_NBCOMPAT_GLOB 1
 | #define HAVE_SYS_QUEUE_H 1
 | #define HAVE_NBCOMPAT_QUEUE 1
 | #define HAVE_REGEX_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_MD5_H 1
 | #define HAVE_SHA1_H 1
 | #define HAVE_SHA2_H 1
 | #define HAVE_NBCOMPAT_MD5 1
 | #define HAVE_NBCOMPAT_RMD160 1
 | #define HAVE_NBCOMPAT_SHA1 1
 | #define HAVE_NBCOMPAT_SHA2 1
 | #define HAVE_DECL_OPTIND 1
 | #define HAVE_DECL_OPTRESET 0
 | #define HAVE_GETOPT_H 1
 | #define HAVE_NBCOMPAT_VIS 1
 | #define HAVE___ATTRIBUTE__ 1
 | #define HAVE_UINTPTR_T 1
 | #define HAVE_LONG_LONG 1
 | #define HAVE_LONG_DOUBLE 1
 | #define HAVE_FSID_T 1
 | #define SIZEOF_OFF_T 4
 | #define HAVE_STDLIB_H 1
 | #define HAVE_MALLOC 1
 | #define HAVE_DECL_STRERROR_R 1
 | #define HAVE_STRERROR_R 1
 | #define HAVE_FORK 1
 | #define HAVE_VFORK 1
 | #define HAVE_WORKING_VFORK 1
 | #define HAVE_WORKING_FORK 1
 | #define HAVE_VPRINTF 1
 | #define HAVE_DOPRNT 1
 | #define HAVE_DECL_SNPRINTF 1
 | #define HAVE_DECL_VASPRINTF 0
 | #define HAVE_ERR 1
 | #define HAVE_FNMATCH 1
 | #define HAVE_GETENV 1
 | #define HAVE_ISBLANK 1
 | #define HAVE_LCHOWN 1
 | #define HAVE_MKDTEMP 1
 | #define HAVE_MKSTEMP 1
 | #define HAVE_SETENV 1
 | #define HAVE_SNPRINTF 1
 | #define HAVE_STATVFS 1
 | #define HAVE_STRDUP 1
 | #define HAVE_STRERROR 1
 | #define HAVE_STRLCAT 1
 | #define HAVE_STRLCPY 1
 | #define HAVE_STRSEP 1
 | #define HAVE_STRTOLL 1
 | #define HAVE_UNSETENV 1
 | #define HAVE_USLEEP 1
 | #define HAVE_UTIMES 1
 | #define HAVE_WARN 1
 | #define HAVE_LIBSOCKET 1
 | #define HAVE_LIBNSL 1
 | #define HAVE_SOCKLEN_T 1
 | #define HAVE_STRUCT_ADDRINFO 1
 | #define HAVE_STRUCT_IN6_ADDR 1
 | #define HAVE_STRUCT_SOCKADDR_IN6 1
 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
 | #define HAVE_GETNAMEINFO 1
 | #define HAVE_GAI_STRERROR 1
 | #define HAVE_GETADDRINFO 1
 | #define HAVE_GETENV 1
 | #define HAVE_SETENV 1
 | #define HAVE_UNSETENV 1
 | #define HAVE_MKDTEMP 1
 | #define HAVE_MKSTEMP 1
 | #define HAVE_BCOPY 1
 | #define HAVE_BZERO 1
 | #define HAVE_MEMSET 1
 | #define HAVE_MEMCPY 1
 | #define HAVE_SETLOCALE 1
 | #define HAVE_DECL_ENDGRENT 0
 | #define HAVE_DECL_ENDPWENT 0
 | #define HAVE_NBCOMPAT_FTS 1
 | #define HAVE_POLL_H 1
 | #define HAVE_SYS_POLL_H 1
 | #define HAVE_POLL_H 1
 | #define HAVE_SYS_POLL_H 1
 | #define HAVE_GETPASSPHRASE 1
 | #define HAVE_GETPGRP 1
 | #define HAVE_MEMMOVE 1
 | #define HAVE_SELECT 1
 | #define GETPGRP_VOID 1
 | /* end confdefs.h.  */
 |  #include <sys/types.h>
 |        #if HAVE_DIRENT_H
 |        # include <dirent.h>
 |        #else
 |        # define dirent direct
 |        # if HAVE_SYS_NDIR_H
 |        #  include <sys/ndir.h>
 |        # endif
 |        # if HAVE_SYS_DIR_H
 |        #  include <sys/dir.h>
 |        # endif
 |        # if HAVE_NDIR_H
 |        #  include <ndir.h>
 |        # endif
 |        #endif
 | 
 | int
 | main ()
 | {
 | static struct dirent ac_aggr;
 | if (sizeof ac_aggr.d_namlen)
 | return 0;
 |   ;
 |   return 0;
 | }
 configure:13264: result: no
 configure:13276: checking for DIR.dd_fd
 configure:13319: cc -c -g  conftest.c >&5
 configure:13326: $? = 0
 configure:13399: result: yes
 configure:13413: checking for dirfd
 configure:13452: cc -o conftest -g   conftest.c -lnsl -lsocket  >&5
 configure:13459: $? = 0
 configure:13468: result: yes
 configure:13493: checking *printf() support for %lld
 configure:13520: cc -o conftest -g   conftest.c -lnsl -lsocket  >&5
 "conftest.c", line 151: warning: implicit function declaration: strcmp
 configure:13524: $? = 0
 configure:13530: ./conftest
 configure:13534: $? = 0
 configure:13537: result: yes
 configure:13641: checking for strtoll
 configure:13726: result: yes
 configure:13751: checking if vsnprintf is standards compliant
 configure:13784: cc -o conftest -g   conftest.c -lnsl -lsocket  >&5
 configure:13788: $? = 0
 configure:13794: ./conftest
 configure:13798: $? = 0
 configure:13801: result: yes
 configure:13901: updating cache config.cache
 configure:13938: creating ./config.status
 
 ## ---------------------- ##
 ## Running config.status. ##
 ## ---------------------- ##
 
 This file was extended by libnbcompat config.status 20080519, which was
 generated by GNU Autoconf 2.62.  Invocation command line was
 
   CONFIG_FILES    = 
   CONFIG_HEADERS  = 
   CONFIG_LINKS    = 
   CONFIG_COMMANDS = 
   $ ./config.status 
 
 on opensolaris
 
 config.status:881: creating Makefile
 config.status:881: creating nbcompat/config.h
 
 ## ---------------- ##
 ## Cache variables. ##
 ## ---------------- ##
 
 ac_cv___attribute__=yes
 ac_cv_build=i386-pc-solaris2.11
 ac_cv_c_bigendian=no
 ac_cv_c_compiler_gnu=no
 ac_cv_c_int16_t=yes
 ac_cv_c_int32_t=yes
 ac_cv_c_int64_t=yes
 ac_cv_c_int8_t=yes
 ac_cv_c_uint16_t=yes
 ac_cv_c_uint32_t=yes
 ac_cv_c_uint64_t=yes
 ac_cv_c_uint8_t=yes
 ac_cv_env_CC_set=set
 ac_cv_env_CC_value=cc
 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_LDFLAGS_set=''
 ac_cv_env_LDFLAGS_value=''
 ac_cv_env_LIBS_set=''
 ac_cv_env_LIBS_value=''
 ac_cv_env_build_alias_set=''
 ac_cv_env_build_alias_value=''
 ac_cv_env_host_alias_set=''
 ac_cv_env_host_alias_value=''
 ac_cv_env_target_alias_set=''
 ac_cv_env_target_alias_value=''
 ac_cv_func_MD5File=no
 ac_cv_func_RMD160File=no
 ac_cv_func_SHA1File=no
 ac_cv_func_SHA512_File=no
 ac_cv_func__doprnt=yes
 ac_cv_func_asprintf=no
 ac_cv_func_bcopy=yes
 ac_cv_func_bzero=yes
 ac_cv_func_err=yes
 ac_cv_func_fgetln=no
 ac_cv_func_fnmatch=yes
 ac_cv_func_fork=yes
 ac_cv_func_fork_works=yes
 ac_cv_func_fparseln=no
 ac_cv_func_fts_open=no
 ac_cv_func_gai_strerror=yes
 ac_cv_func_getaddrinfo=yes
 ac_cv_func_getenv=yes
 ac_cv_func_getmode=no
 ac_cv_func_getnameinfo=yes
 ac_cv_func_getpassphrase=yes
 ac_cv_func_getpgrp=yes
 ac_cv_func_getpgrp_void=yes
 ac_cv_func_gid_from_group=no
 ac_cv_func_group_from_gid=no
 ac_cv_func_isblank=yes
 ac_cv_func_lchflags=no
 ac_cv_func_lchmod=no
 ac_cv_func_lchown=yes
 ac_cv_func_lutimes=no
 ac_cv_func_malloc_0_nonnull=yes
 ac_cv_func_memcpy=yes
 ac_cv_func_memmove=yes
 ac_cv_func_memset=yes
 ac_cv_func_mkdtemp=yes
 ac_cv_func_mkstemp=yes
 ac_cv_func_poll=yes
 ac_cv_func_pwcache_groupdb=no
 ac_cv_func_pwcache_userdb=no
 ac_cv_func_regexec=yes
 ac_cv_func_select=yes
 ac_cv_func_setenv=yes
 ac_cv_func_setgroupent=no
 ac_cv_func_setlocale=yes
 ac_cv_func_setmode=no
 ac_cv_func_setpassent=no
 ac_cv_func_setprogname=no
 ac_cv_func_shquote=no
 ac_cv_func_snprintf=yes
 ac_cv_func_statvfs=yes
 ac_cv_func_strdup=yes
 ac_cv_func_strerror=yes
 ac_cv_func_strerror_r=yes
 ac_cv_func_strerror_r_char_p=no
 ac_cv_func_strlcat=yes
 ac_cv_func_strlcpy=yes
 ac_cv_func_strmode=no
 ac_cv_func_strsep=yes
 ac_cv_func_strtoll=yes
 ac_cv_func_timegm=no
 ac_cv_func_uid_from_user=no
 ac_cv_func_unsetenv=yes
 ac_cv_func_user_from_uid=no
 ac_cv_func_usleep=yes
 ac_cv_func_utimes=yes
 ac_cv_func_vfork=yes
 ac_cv_func_vfork_works=yes
 ac_cv_func_vprintf=yes
 ac_cv_func_warn=yes
 ac_cv_have_decl_endgrent=no
 ac_cv_have_decl_endpwent=no
 ac_cv_have_decl_optind=yes
 ac_cv_have_decl_optreset=no
 ac_cv_have_decl_snprintf=yes
 ac_cv_have_decl_strerror_r=yes
 ac_cv_have_decl_vasprintf=no
 ac_cv_header_alloca_h=yes
 ac_cv_header_assert_h=yes
 ac_cv_header_ctype_h=yes
 ac_cv_header_dirent_h=yes
 ac_cv_header_err_h=yes
 ac_cv_header_errno_h=yes
 ac_cv_header_fcntl_h=yes
 ac_cv_header_fnmatch_h=yes
 ac_cv_header_fts_h=no
 ac_cv_header_getopt_h=yes
 ac_cv_header_glob_h=yes
 ac_cv_header_grp_h=yes
 ac_cv_header_inttypes_h=yes
 ac_cv_header_libutil_h=no
 ac_cv_header_limits_h=yes
 ac_cv_header_machine_endian_h=no
 ac_cv_header_md5_h=yes
 ac_cv_header_memory_h=yes
 ac_cv_header_ndir_h=no
 ac_cv_header_netdb_h=yes
 ac_cv_header_paths_h=no
 ac_cv_header_poll_h=yes
 ac_cv_header_pwd_h=yes
 ac_cv_header_regex_h=yes
 ac_cv_header_rmd160_h=no
 ac_cv_header_sha1_h=yes
 ac_cv_header_sha2_h=yes
 ac_cv_header_signal_h=yes
 ac_cv_header_stdarg_h=yes
 ac_cv_header_stdc=yes
 ac_cv_header_stddef_h=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_byteorder_h=yes
 ac_cv_header_sys_cdefs_h=no
 ac_cv_header_sys_dir_h=no
 ac_cv_header_sys_endian_h=no
 ac_cv_header_sys_file_h=yes
 ac_cv_header_sys_mkdev_h=yes
 ac_cv_header_sys_mount_h=yes
 ac_cv_header_sys_ndir_h=no
 ac_cv_header_sys_param_h=yes
 ac_cv_header_sys_poll_h=yes
 ac_cv_header_sys_queue_h=yes
 ac_cv_header_sys_socket_h=yes
 ac_cv_header_sys_stat_h=yes
 ac_cv_header_sys_statfs_h=yes
 ac_cv_header_sys_statvfs_h=yes
 ac_cv_header_sys_time_h=yes
 ac_cv_header_sys_ttycom_h=no
 ac_cv_header_sys_types_h=yes
 ac_cv_header_sys_uio_h=yes
 ac_cv_header_sys_vfs_h=yes
 ac_cv_header_sysexits_h=yes
 ac_cv_header_termcap_h=no
 ac_cv_header_time=yes
 ac_cv_header_time_h=yes
 ac_cv_header_tzfile_h=yes
 ac_cv_header_unistd_h=yes
 ac_cv_header_util_h=no
 ac_cv_header_utime_h=yes
 ac_cv_header_vfork_h=no
 ac_cv_header_vis_h=no
 ac_cv_host=i386-pc-solaris2.11
 ac_cv_lib_nsl_gethostbyname=yes
 ac_cv_lib_socket_socket=yes
 ac_cv_lib_util_fparseln=no
 ac_cv_member_DIR_dd_fd=yes
 ac_cv_member_struct_dirent_d_namlen=no
 ac_cv_member_struct_statfs_f_flags=no
 ac_cv_member_struct_statfs_f_fsize=no
 ac_cv_member_struct_statfs_f_iosize=no
 ac_cv_objext=o
 ac_cv_path_EGREP='/usr/bin/ggrep -E'
 ac_cv_path_GREP=/usr/bin/ggrep
 ac_cv_path_install='/usr/bin/ginstall -c'
 ac_cv_prog_AR=ar
 ac_cv_prog_AWK=gawk
 ac_cv_prog_CPP='cc -E'
 ac_cv_prog_ac_ct_CC=cc
 ac_cv_prog_ac_ct_RANLIB=ranlib
 ac_cv_prog_cc_c89=''
 ac_cv_prog_cc_g=yes
 ac_cv_prog_make_make_set=yes
 ac_cv_sizeof_off_t=4
 ac_cv_type_fsid_t=yes
 ac_cv_type_long_double=yes
 ac_cv_type_long_long=yes
 ac_cv_type_pid_t=yes
 ac_cv_type_size_t=yes
 ac_cv_type_socklen_t=yes
 ac_cv_type_struct_addrinfo=yes
 ac_cv_type_struct_in6_addr=yes
 ac_cv_type_struct_sockaddr_in6=yes
 ac_cv_type_struct_sockaddr_storage=yes
 ac_cv_type_uintptr_t=yes
 pkg_cv_have_md5init=yes
 pkg_cv_have_poll_h=yes
 pkg_cv_have_struct_option=yes
 pkg_cv_native_poll=yes
 
 ## ----------------- ##
 ## Output variables. ##
 ## ----------------- ##
 
 AR='ar'
 AUTOCONF='./missing --run autoconf'
 AUTOHEADER='./missing --run autoheader'
 AWK='gawk'
 CANONICAL_HOST='i386-pc-solaris2.11'
 CC='cc'
 CFLAGS='-g'
 CPP='cc -E'
 CPPFLAGS=''
 DEFS='-DHAVE_CONFIG_H'
 ECHO_C='\c'
 ECHO_N=''
 ECHO_T=''
 EGREP='/usr/bin/ggrep -E'
 EXEEXT=''
 GREP='/usr/bin/ggrep'
 INCLUDES=''
 INSTALL_DATA='${INSTALL} -m 644'
 INSTALL_PROGRAM='${INSTALL}'
 INSTALL_SCRIPT='${INSTALL}'
 LDFLAGS=''
 LIBOBJS=' ${LIBOBJDIR}glob$U.o ${LIBOBJDIR}md5c$U.o ${LIBOBJDIR}md5hl$U.o 
${LIBOBJDIR}rmd160$U.o ${LIBOBJDIR}rmd160hl$U.o ${LIBOBJDIR}sha1$U.o 
${LIBOBJDIR}sha1hl$U.o ${LIBOBJDIR}sha2$U.o ${LIBOBJDIR}sha2hl$U.o 
${LIBOBJDIR}vis$U.o ${LIBOBJDIR}unvis$U.o ${LIBOBJDIR}asprintf$U.o 
${LIBOBJDIR}fgetln$U.o ${LIBOBJDIR}fparseln$U.o ${LIBOBJDIR}lchflags$U.o 
${LIBOBJDIR}lchmod$U.o ${LIBOBJDIR}lutimes$U.o ${LIBOBJDIR}setgroupent$U.o 
${LIBOBJDIR}setpassent$U.o ${LIBOBJDIR}setprogname$U.o ${LIBOBJDIR}shquote$U.o 
${LIBOBJDIR}strmode$U.o ${LIBOBJDIR}setmode$U.o ${LIBOBJDIR}pwcache$U.o 
${LIBOBJDIR}fts$U.o ${LIBOBJDIR}timegm$U.o'
 LIBS='-lnsl -lsocket '
 LN_S='ln -s'
 LTLIBOBJS=' ${LIBOBJDIR}glob$U.lo ${LIBOBJDIR}md5c$U.lo ${LIBOBJDIR}md5hl$U.lo 
${LIBOBJDIR}rmd160$U.lo ${LIBOBJDIR}rmd160hl$U.lo ${LIBOBJDIR}sha1$U.lo 
${LIBOBJDIR}sha1hl$U.lo ${LIBOBJDIR}sha2$U.lo ${LIBOBJDIR}sha2hl$U.lo 
${LIBOBJDIR}vis$U.lo ${LIBOBJDIR}unvis$U.lo ${LIBOBJDIR}asprintf$U.lo 
${LIBOBJDIR}fgetln$U.lo ${LIBOBJDIR}fparseln$U.lo ${LIBOBJDIR}lchflags$U.lo 
${LIBOBJDIR}lchmod$U.lo ${LIBOBJDIR}lutimes$U.lo ${LIBOBJDIR}setgroupent$U.lo 
${LIBOBJDIR}setpassent$U.lo ${LIBOBJDIR}setprogname$U.lo 
${LIBOBJDIR}shquote$U.lo ${LIBOBJDIR}strmode$U.lo ${LIBOBJDIR}setmode$U.lo 
${LIBOBJDIR}pwcache$U.lo ${LIBOBJDIR}fts$U.lo ${LIBOBJDIR}timegm$U.lo'
 OBJEXT='o'
 PACKAGE_BUGREPORT='grant%NetBSD.org@localhost'
 PACKAGE_NAME='libnbcompat'
 PACKAGE_STRING='libnbcompat 20080519'
 PACKAGE_TARNAME='libnbcompat'
 PACKAGE_VERSION='20080519'
 PATH_SEPARATOR=':'
 RANLIB='ranlib'
 SET_MAKE=''
 SHELL='/bin/sh'
 WITH_DB=''
 ac_ct_CC='cc'
 bindir='${exec_prefix}/bin'
 build='i386-pc-solaris2.11'
 build_alias=''
 build_cpu='i386'
 build_os='solaris2.11'
 build_vendor='pc'
 datadir='${datarootdir}'
 datarootdir='${prefix}/share'
 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
 dvidir='${docdir}'
 exec_prefix='${prefix}'
 host='i386-pc-solaris2.11'
 host_alias=''
 host_cpu='i386'
 host_os='solaris2.11'
 host_vendor='pc'
 htmldir='${docdir}'
 includedir='${prefix}/include'
 infodir='${datarootdir}/info'
 libdir='${exec_prefix}/lib'
 libexecdir='${exec_prefix}/libexec'
 localedir='${datarootdir}/locale'
 localstatedir='${prefix}/var'
 mandir='/opt/pkg/man'
 oldincludedir='/usr/include'
 pdfdir='${docdir}'
 prefix='/opt/pkg'
 program_transform_name='s,x,x,'
 psdir='${docdir}'
 sbindir='${exec_prefix}/sbin'
 sharedstatedir='${prefix}/com'
 sysconfdir='/opt/pkg/etc'
 target_alias=''
 
 ## ----------- ##
 ## confdefs.h. ##
 ## ----------- ##
 
 #define PACKAGE_NAME "libnbcompat"
 #define PACKAGE_TARNAME "libnbcompat"
 #define PACKAGE_VERSION "20080519"
 #define PACKAGE_STRING "libnbcompat 20080519"
 #define PACKAGE_BUGREPORT "grant%NetBSD.org@localhost"
 #define STDC_HEADERS 1
 #define TIME_WITH_SYS_TIME 1
 #define HAVE_SYS_TYPES_H 1
 #define HAVE_SYS_STAT_H 1
 #define HAVE_STDLIB_H 1
 #define HAVE_STRING_H 1
 #define HAVE_MEMORY_H 1
 #define HAVE_STRINGS_H 1
 #define HAVE_INTTYPES_H 1
 #define HAVE_STDINT_H 1
 #define HAVE_UNISTD_H 1
 #define HAVE_ALLOCA_H 1
 #define HAVE_ASSERT_H 1
 #define HAVE_CTYPE_H 1
 #define HAVE_DIRENT_H 1
 #define HAVE_ERR_H 1
 #define HAVE_ERRNO_H 1
 #define HAVE_FCNTL_H 1
 #define HAVE_FNMATCH_H 1
 #define HAVE_GRP_H 1
 #define HAVE_INTTYPES_H 1
 #define HAVE_LIMITS_H 1
 #define HAVE_NETDB_H 1
 #define HAVE_PWD_H 1
 #define HAVE_SIGNAL_H 1
 #define HAVE_STDARG_H 1
 #define HAVE_STDDEF_H 1
 #define HAVE_STDINT_H 1
 #define HAVE_STDIO_H 1
 #define HAVE_STDLIB_H 1
 #define HAVE_STRING_H 1
 #define HAVE_SYS_BYTEORDER_H 1
 #define HAVE_SYS_FILE_H 1
 #define HAVE_SYS_MKDEV_H 1
 #define HAVE_SYS_PARAM_H 1
 #define HAVE_SYS_SOCKET_H 1
 #define HAVE_SYS_STAT_H 1
 #define HAVE_SYS_STATFS_H 1
 #define HAVE_SYS_STATVFS_H 1
 #define HAVE_SYS_TIME_H 1
 #define HAVE_SYS_TYPES_H 1
 #define HAVE_SYS_UIO_H 1
 #define HAVE_SYS_VFS_H 1
 #define HAVE_SYSEXITS_H 1
 #define HAVE_TIME_H 1
 #define HAVE_TZFILE_H 1
 #define HAVE_UNISTD_H 1
 #define HAVE_UTIME_H 1
 #define HAVE_SYS_MOUNT_H 1
 #define HAVE_GLOB_H 1
 #define HAVE_NBCOMPAT_GLOB 1
 #define HAVE_SYS_QUEUE_H 1
 #define HAVE_NBCOMPAT_QUEUE 1
 #define HAVE_REGEX_H 1
 #define HAVE_MD5_H 1
 #define HAVE_MD5_H 1
 #define HAVE_SHA1_H 1
 #define HAVE_SHA2_H 1
 #define HAVE_NBCOMPAT_MD5 1
 #define HAVE_NBCOMPAT_RMD160 1
 #define HAVE_NBCOMPAT_SHA1 1
 #define HAVE_NBCOMPAT_SHA2 1
 #define HAVE_DECL_OPTIND 1
 #define HAVE_DECL_OPTRESET 0
 #define HAVE_GETOPT_H 1
 #define HAVE_NBCOMPAT_VIS 1
 #define HAVE___ATTRIBUTE__ 1
 #define HAVE_UINTPTR_T 1
 #define HAVE_LONG_LONG 1
 #define HAVE_LONG_DOUBLE 1
 #define HAVE_FSID_T 1
 #define SIZEOF_OFF_T 4
 #define HAVE_STDLIB_H 1
 #define HAVE_MALLOC 1
 #define HAVE_DECL_STRERROR_R 1
 #define HAVE_STRERROR_R 1
 #define HAVE_FORK 1
 #define HAVE_VFORK 1
 #define HAVE_WORKING_VFORK 1
 #define HAVE_WORKING_FORK 1
 #define HAVE_VPRINTF 1
 #define HAVE_DOPRNT 1
 #define HAVE_DECL_SNPRINTF 1
 #define HAVE_DECL_VASPRINTF 0
 #define HAVE_ERR 1
 #define HAVE_FNMATCH 1
 #define HAVE_GETENV 1
 #define HAVE_ISBLANK 1
 #define HAVE_LCHOWN 1
 #define HAVE_MKDTEMP 1
 #define HAVE_MKSTEMP 1
 #define HAVE_SETENV 1
 #define HAVE_SNPRINTF 1
 #define HAVE_STATVFS 1
 #define HAVE_STRDUP 1
 #define HAVE_STRERROR 1
 #define HAVE_STRLCAT 1
 #define HAVE_STRLCPY 1
 #define HAVE_STRSEP 1
 #define HAVE_STRTOLL 1
 #define HAVE_UNSETENV 1
 #define HAVE_USLEEP 1
 #define HAVE_UTIMES 1
 #define HAVE_WARN 1
 #define HAVE_LIBSOCKET 1
 #define HAVE_LIBNSL 1
 #define HAVE_SOCKLEN_T 1
 #define HAVE_STRUCT_ADDRINFO 1
 #define HAVE_STRUCT_IN6_ADDR 1
 #define HAVE_STRUCT_SOCKADDR_IN6 1
 #define HAVE_STRUCT_SOCKADDR_STORAGE 1
 #define HAVE_GETNAMEINFO 1
 #define HAVE_GAI_STRERROR 1
 #define HAVE_GETADDRINFO 1
 #define HAVE_GETENV 1
 #define HAVE_SETENV 1
 #define HAVE_UNSETENV 1
 #define HAVE_MKDTEMP 1
 #define HAVE_MKSTEMP 1
 #define HAVE_BCOPY 1
 #define HAVE_BZERO 1
 #define HAVE_MEMSET 1
 #define HAVE_MEMCPY 1
 #define HAVE_SETLOCALE 1
 #define HAVE_DECL_ENDGRENT 0
 #define HAVE_DECL_ENDPWENT 0
 #define HAVE_NBCOMPAT_FTS 1
 #define HAVE_POLL_H 1
 #define HAVE_SYS_POLL_H 1
 #define HAVE_POLL_H 1
 #define HAVE_SYS_POLL_H 1
 #define HAVE_GETPASSPHRASE 1
 #define HAVE_GETPGRP 1
 #define HAVE_MEMMOVE 1
 #define HAVE_SELECT 1
 #define GETPGRP_VOID 1
 #define HAVE_DIR_DD_FD 1
 #define HAVE_DIRFD 1
 #define HAVE_WORKING_LONG_LONG 1
 #define HAVE_STRTOLL 1
 
 configure: exit 0
 
 --Boundary_(ID_0xNukPeLvw4YRvb7JqcF2g)--
 


Home | Main Index | Thread Index | Old Index