diff options
author | itojun <itojun> | 2000-01-24 04:18:35 +0000 |
---|---|---|
committer | itojun <itojun> | 2000-01-24 04:18:35 +0000 |
commit | fba75623ea6d48b699599122cf230f529ff37762 (patch) | |
tree | d97c3cb66dd68b293dc3d835a75aed6f65222d76 /net/ucd-snmp | |
parent | 5fea2b2850958391d922f10273ec8ebc5b0923dd (diff) | |
download | pkgsrc-fba75623ea6d48b699599122cf230f529ff37762.tar.gz |
Be friendly with ELF-based netbsd systems.
(issue in ucd-snmp side - submitted diff to ucd-snmp-coders@ucdavis)
depend on devel/autoconf, to simplify the build.
ELF breakage reported from: "Michael L. Hitch" <mhitch@lightning.msu.montana.edu>
Diffstat (limited to 'net/ucd-snmp')
-rw-r--r-- | net/ucd-snmp/Makefile | 9 | ||||
-rw-r--r-- | net/ucd-snmp/files/md5 | 4 | ||||
-rw-r--r-- | net/ucd-snmp/files/patch-sum | 2 | ||||
-rw-r--r-- | net/ucd-snmp/patches/patch-aa | 2838 |
4 files changed, 11 insertions, 2842 deletions
diff --git a/net/ucd-snmp/Makefile b/net/ucd-snmp/Makefile index 62ee6e65f25..b0bb7718cb9 100644 --- a/net/ucd-snmp/Makefile +++ b/net/ucd-snmp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2000/01/23 15:13:49 itojun Exp $ +# $NetBSD: Makefile,v 1.18 2000/01/24 04:18:35 itojun Exp $ # FreeBSD Id: Makefile,v 1.18 1998/04/06 20:50:31 andreas Exp # @@ -9,12 +9,14 @@ MASTER_SITES= ftp://ucd-snmp.ucdavis.edu/ \ ftp://ftp.win.or.jp/pub/network/snmp/ucd-snmp/ PATCH_SITES= ftp://ftp.kame.net/pub/kame/misc/ -PATCHFILES= ucd-snmp-4.0.1-v6-20000124a.diff.gz +PATCHFILES= ucd-snmp-4.0.1-v6-20000124b.diff.gz PATCH_DIST_STRIP= -p1 MAINTAINER= packages@netbsd.org HOMEPAGE= http://ucd-snmp.ucdavis.edu/ +BUILD_DEPENDS+= autoreconf:../../devel/autoconf + BUILD_DEFS+= USE_INET6 .include "../../mk/bsd.prefs.mk" @@ -37,6 +39,9 @@ CONFIGURE_ARGS+=--with-mibdirs="${PREFIX}/share/snmp/mibs:${PREFIX}/lib/tnm2.1.8 post-extract: @${ECHO} 'int allow_severity, deny_severity;' >${WRKSRC}/snmplib/libwrap.c +pre-configure: + @(cd ${WRKSRC} && autoreconf) + post-install: @${MKDIR} ${PREFIX}/share/examples/ucd-snmp ${INSTALL_DATA} ${WRKSRC}/etc/* ${PREFIX}/share/examples/ucd-snmp diff --git a/net/ucd-snmp/files/md5 b/net/ucd-snmp/files/md5 index a5a5361fb5f..2b0ab219b9c 100644 --- a/net/ucd-snmp/files/md5 +++ b/net/ucd-snmp/files/md5 @@ -1,4 +1,4 @@ -$NetBSD: md5,v 1.8 2000/01/23 15:13:51 itojun Exp $ +$NetBSD: md5,v 1.9 2000/01/24 04:18:36 itojun Exp $ MD5 (ucd-snmp-4.0.1.tar.gz) = ba72a7b8c9efd226b72baf74d68d4511 -MD5 (ucd-snmp-4.0.1-v6-20000124a.diff.gz) = 1627d7a1d97ca4e2c8637c2ebd3eaeee +MD5 (ucd-snmp-4.0.1-v6-20000124b.diff.gz) = 3db3232aaa1946ea2c94e69015716643 diff --git a/net/ucd-snmp/files/patch-sum b/net/ucd-snmp/files/patch-sum index 333503f312c..ffa432edb21 100644 --- a/net/ucd-snmp/files/patch-sum +++ b/net/ucd-snmp/files/patch-sum @@ -1,6 +1,6 @@ <<<<<<< patch-sum -MD5 (patch-aa) = 2b9de19076a4b6d7659410a13c0c2462 +MD5 (patch-aa) = 18f90db165f673c2eb7ccefd485673c8 MD5 (patch-ab) = 987a91e4342366ad14270597057310f5 MD5 (patch-ac) = 189c05afa2b17c43454bf556bca6719b MD5 (patch-ad) = aa019550f1295b3fe9104932af25ce73 diff --git a/net/ucd-snmp/patches/patch-aa b/net/ucd-snmp/patches/patch-aa index 59f7c08eb51..0098e6f0203 100644 --- a/net/ucd-snmp/patches/patch-aa +++ b/net/ucd-snmp/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.9 2000/01/23 10:41:10 itojun Exp $ +$NetBSD: patch-aa,v 1.10 2000/01/24 04:18:37 itojun Exp $ --- configure.in.orig Fri Jan 21 07:52:17 2000 +++ configure.in Fri Jan 21 08:04:52 2000 @@ -407,7 +407,8 @@ @@ -110,2839 +110,3 @@ $NetBSD: patch-aa,v 1.9 2000/01/23 10:41:10 itojun Exp $ #include <net/route.h> ], rtentry, rt_use) ---- configure.orig Fri Jan 21 07:52:16 2000 -+++ configure Fri Jan 21 08:05:01 2000 -@@ -1910,7 +1910,8 @@ - else - SHLIB_CFLAGS="-Kpic" - fi -- SHLIB_EXTENSION="so" -+# SHLIB_EXTENSION="so" -+ SHLIB_EXTENSION="la" - SHLIB_VERSION= - SHLIB_LD_CMD="ld -r -o" - SHLIB_LDCONFIG_CMD= -@@ -1993,7 +1994,7 @@ - # Extract the first word of "ranlib", so it can be a program name with args. - set dummy ranlib; ac_word=$2 - echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 --echo "configure:1997: checking for $ac_word" >&5 -+echo "configure:1998: checking for $ac_word" >&5 - if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else -@@ -2021,7 +2022,7 @@ - fi - - echo $ac_n "checking for how to build the library""... $ac_c" 1>&6 --echo "configure:2025: checking for how to build the library" >&5 -+echo "configure:2026: checking for how to build the library" >&5 - echo "$ac_t""EXTENISON=$SHLIB_EXTENSION, VERSION=$SHLIB_VERSION, LD=$SHLIB_LD_CMD, LDCONFIG=$SHLIB_LDCONFIG_CMD, RANLIB=$RANLIB, CCFLAGS=$SHLIB_CFLAGS $CC_RUNTIME_ARG" 1>&6 - - if test "x$enable_ipv6" = "xyes"; then -@@ -2030,12 +2031,12 @@ - v6trylibc=no - - echo $ac_n "checking ipv6 stack type""... $ac_c" 1>&6 --echo "configure:2034: checking ipv6 stack type" >&5 -+echo "configure:2035: checking ipv6 stack type" >&5 - for i in v6d toshiba kame inria zeta linux; do - case $i in - v6d) - cat > conftest.$ac_ext <<EOF --#line 2039 "configure" -+#line 2040 "configure" - #include "confdefs.h" - dnl - #include </usr/local/v6/include/sys/types.h> -@@ -2055,7 +2056,7 @@ - ;; - toshiba) - cat > conftest.$ac_ext <<EOF --#line 2059 "configure" -+#line 2060 "configure" - #include "confdefs.h" - dnl - #include <sys/param.h> -@@ -2075,7 +2076,7 @@ - ;; - kame) - cat > conftest.$ac_ext <<EOF --#line 2079 "configure" -+#line 2080 "configure" - #include "confdefs.h" - dnl - #include <netinet/in.h> -@@ -2096,7 +2097,7 @@ - ;; - inria) - cat > conftest.$ac_ext <<EOF --#line 2100 "configure" -+#line 2101 "configure" - #include "confdefs.h" - dnl - #include <netinet/in.h> -@@ -2114,7 +2115,7 @@ - ;; - zeta) - cat > conftest.$ac_ext <<EOF --#line 2118 "configure" -+#line 2119 "configure" - #include "confdefs.h" - dnl - #include <sys/param.h> -@@ -2169,7 +2170,7 @@ - - - echo $ac_n "checking for and configuring mib modules to use""... $ac_c" 1>&6 --echo "configure:2173: checking for and configuring mib modules to use" >&5 -+echo "configure:2174: checking for and configuring mib modules to use" >&5 - - mibdir="agent/mibgroup" - module_list="" -@@ -2211,7 +2212,7 @@ - echo "$ac_t""$new_module_list." 1>&6 - - echo $ac_n "checking for and configuring mib modules pieces to use""... $ac_c" 1>&6 --echo "configure:2215: checking for and configuring mib modules pieces to use" >&5 -+echo "configure:2216: checking for and configuring mib modules pieces to use" >&5 - while test "x$new_module_list" != "x"; do - for i in $new_module_list - do -@@ -2292,7 +2293,7 @@ - done - module_list_o=`echo "$module_list_code " | sed 's/\([^ ]\) /\1.o /g'` - module_list_c=`echo "$module_list_code " | sed 's/\([^ ]\) /\1.c /g'` --mibgroup_list_o=`echo " $module_list_o " | sed 's@ \([^ ]*\)\.o@ mibgroup/\1.o @g'` -+mibgroup_list_o=`echo " $module_list_o " | sed -e 's@ \([^ ]*\)\.o@ mibgroup/\1.o @g' -e 's@ mibgroup/[^ ]*/\([^ /]*\).o@ mibgroup/\1.o@g'` - - - -@@ -2301,14 +2302,14 @@ - - echo "$ac_t""." 1>&6 - echo $ac_n "checking if directories neeed to be created""... $ac_c" 1>&6 --echo "configure:2305: checking if directories neeed to be created" >&5 -+echo "configure:2306: checking if directories neeed to be created" >&5 - for i in $module_directories; do - $srcdir/mkinstalldirs $i - done - echo "$ac_t""." 1>&6 - - echo $ac_n "checking default mib files to read""... $ac_c" 1>&6 --echo "configure:2312: checking default mib files to read" >&5 -+echo "configure:2313: checking default mib files to read" >&5 - if test "x$DEFAULT_MIBS" = "x"; then - DEFAULT_MIBS="$default_mibs" - fi -@@ -2320,7 +2321,7 @@ - - - echo $ac_n "checking for location of system kernel""... $ac_c" 1>&6 --echo "configure:2324: checking for location of system kernel" >&5 -+echo "configure:2325: checking for location of system kernel" >&5 - if eval "test \"`echo '$''{'ac_cv_KERNEL_LOC'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else -@@ -2356,7 +2357,7 @@ - - - echo $ac_n "checking for mount table location""... $ac_c" 1>&6 --echo "configure:2360: checking for mount table location" >&5 -+echo "configure:2361: checking for mount table location" >&5 - if eval "test \"`echo '$''{'ac_cv_ETC_MNTTAB'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else -@@ -2379,7 +2380,7 @@ - - - echo $ac_n "checking for location of swap device""... $ac_c" 1>&6 --echo "configure:2383: checking for location of swap device" >&5 -+echo "configure:2384: checking for location of swap device" >&5 - if eval "test \"`echo '$''{'ac_cv_DMEM_LOC'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else -@@ -2413,7 +2414,7 @@ - fi - - echo $ac_n "checking for nlist in -lelf""... $ac_c" 1>&6 --echo "configure:2417: checking for nlist in -lelf" >&5 -+echo "configure:2418: checking for nlist in -lelf" >&5 - ac_lib_var=`echo elf'_'nlist | sed 'y%./+-%__p_%'` - if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -@@ -2421,7 +2422,7 @@ - ac_save_LIBS="$LIBS" - LIBS="-lelf $LIBS" - cat > conftest.$ac_ext <<EOF --#line 2425 "configure" -+#line 2426 "configure" - #include "confdefs.h" - /* Override any gcc2 internal prototype to avoid an error. */ - /* We use char because int might match the return type of a gcc2 -@@ -2432,7 +2433,7 @@ - nlist() - ; return 0; } - EOF --if { (eval echo configure:2436: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:2437: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* - eval "ac_cv_lib_$ac_lib_var=yes" - else -@@ -2460,7 +2461,7 @@ - fi - - echo $ac_n "checking for asin in -lm""... $ac_c" 1>&6 --echo "configure:2464: checking for asin in -lm" >&5 -+echo "configure:2465: checking for asin in -lm" >&5 - ac_lib_var=`echo m'_'asin | sed 'y%./+-%__p_%'` - if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -@@ -2468,7 +2469,7 @@ - ac_save_LIBS="$LIBS" - LIBS="-lm $LIBS" - cat > conftest.$ac_ext <<EOF --#line 2472 "configure" -+#line 2473 "configure" - #include "confdefs.h" - /* Override any gcc2 internal prototype to avoid an error. */ - /* We use char because int might match the return type of a gcc2 -@@ -2479,7 +2480,7 @@ - asin() - ; return 0; } - EOF --if { (eval echo configure:2483: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:2484: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* - eval "ac_cv_lib_$ac_lib_var=yes" - else -@@ -2509,12 +2510,12 @@ - for ac_func in gethostbyname getservbyname - do - echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 --echo "configure:2513: checking for $ac_func" >&5 -+echo "configure:2514: checking for $ac_func" >&5 - if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else - cat > conftest.$ac_ext <<EOF --#line 2518 "configure" -+#line 2519 "configure" - #include "confdefs.h" - /* System header to define __stub macros and hopefully few prototypes, - which can conflict with char $ac_func(); below. */ -@@ -2537,7 +2538,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:2541: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:2542: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* - eval "ac_cv_func_$ac_func=yes" - else -@@ -2563,7 +2564,7 @@ - - if test "x$ac_cv_func_gethostbyname" != "xyes"; then - echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6 --echo "configure:2567: checking for gethostbyname in -lnsl" >&5 -+echo "configure:2568: checking for gethostbyname in -lnsl" >&5 - ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'` - if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -@@ -2571,7 +2572,7 @@ - ac_save_LIBS="$LIBS" - LIBS="-lnsl $LIBS" - cat > conftest.$ac_ext <<EOF --#line 2575 "configure" -+#line 2576 "configure" - #include "confdefs.h" - /* Override any gcc2 internal prototype to avoid an error. */ - /* We use char because int might match the return type of a gcc2 -@@ -2582,7 +2583,7 @@ - gethostbyname() - ; return 0; } - EOF --if { (eval echo configure:2586: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:2587: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* - eval "ac_cv_lib_$ac_lib_var=yes" - else -@@ -2618,7 +2619,7 @@ - fi - if test "x$ac_cv_func_getservbyname" != "xyes"; then - echo $ac_n "checking for getservbyname in -lsocket""... $ac_c" 1>&6 --echo "configure:2622: checking for getservbyname in -lsocket" >&5 -+echo "configure:2623: checking for getservbyname in -lsocket" >&5 - ac_lib_var=`echo socket'_'getservbyname | sed 'y%./+-%__p_%'` - if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -@@ -2626,7 +2627,7 @@ - ac_save_LIBS="$LIBS" - LIBS="-lsocket $LIBS" - cat > conftest.$ac_ext <<EOF --#line 2630 "configure" -+#line 2631 "configure" - #include "confdefs.h" - /* Override any gcc2 internal prototype to avoid an error. */ - /* We use char because int might match the return type of a gcc2 -@@ -2637,7 +2638,7 @@ - getservbyname() - ; return 0; } - EOF --if { (eval echo configure:2641: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:2642: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* - eval "ac_cv_lib_$ac_lib_var=yes" - else -@@ -2673,7 +2674,7 @@ - fi - - echo $ac_n "checking for zlibVersion in -lz""... $ac_c" 1>&6 --echo "configure:2677: checking for zlibVersion in -lz" >&5 -+echo "configure:2678: checking for zlibVersion in -lz" >&5 - ac_lib_var=`echo z'_'zlibVersion | sed 'y%./+-%__p_%'` - if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -@@ -2681,7 +2682,7 @@ - ac_save_LIBS="$LIBS" - LIBS="-lz $LIBS" - cat > conftest.$ac_ext <<EOF --#line 2685 "configure" -+#line 2686 "configure" - #include "confdefs.h" - /* Override any gcc2 internal prototype to avoid an error. */ - /* We use char because int might match the return type of a gcc2 -@@ -2692,7 +2693,7 @@ - zlibVersion() - ; return 0; } - EOF --if { (eval echo configure:2696: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:2697: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* - eval "ac_cv_lib_$ac_lib_var=yes" - else -@@ -2720,7 +2721,7 @@ - fi - - echo $ac_n "checking for dbopen in -ldb1""... $ac_c" 1>&6 --echo "configure:2724: checking for dbopen in -ldb1" >&5 -+echo "configure:2725: checking for dbopen in -ldb1" >&5 - ac_lib_var=`echo db1'_'dbopen | sed 'y%./+-%__p_%'` - if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -@@ -2728,7 +2729,7 @@ - ac_save_LIBS="$LIBS" - LIBS="-ldb1 -lz $LIBS" - cat > conftest.$ac_ext <<EOF --#line 2732 "configure" -+#line 2733 "configure" - #include "confdefs.h" - /* Override any gcc2 internal prototype to avoid an error. */ - /* We use char because int might match the return type of a gcc2 -@@ -2739,7 +2740,7 @@ - dbopen() - ; return 0; } - EOF --if { (eval echo configure:2743: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:2744: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* - eval "ac_cv_lib_$ac_lib_var=yes" - else -@@ -2768,7 +2769,7 @@ - - if test "x$ac_cv_lib_db1_dbopen" = "xno"; then - echo $ac_n "checking for dbopen in -ldb""... $ac_c" 1>&6 --echo "configure:2772: checking for dbopen in -ldb" >&5 -+echo "configure:2773: checking for dbopen in -ldb" >&5 - ac_lib_var=`echo db'_'dbopen | sed 'y%./+-%__p_%'` - if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -@@ -2776,7 +2777,7 @@ - ac_save_LIBS="$LIBS" - LIBS="-ldb -lz $LIBS" - cat > conftest.$ac_ext <<EOF --#line 2780 "configure" -+#line 2781 "configure" - #include "confdefs.h" - /* Override any gcc2 internal prototype to avoid an error. */ - /* We use char because int might match the return type of a gcc2 -@@ -2787,7 +2788,7 @@ - dbopen() - ; return 0; } - EOF --if { (eval echo configure:2791: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:2792: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* - eval "ac_cv_lib_$ac_lib_var=yes" - else -@@ -2816,7 +2817,7 @@ - fi - - echo $ac_n "checking for rpmdbOpen in -lrpm""... $ac_c" 1>&6 --echo "configure:2820: checking for rpmdbOpen in -lrpm" >&5 -+echo "configure:2821: checking for rpmdbOpen in -lrpm" >&5 - ac_lib_var=`echo rpm'_'rpmdbOpen | sed 'y%./+-%__p_%'` - if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -@@ -2824,7 +2825,7 @@ - ac_save_LIBS="$LIBS" - LIBS="-lrpm -lz $LIBS" - cat > conftest.$ac_ext <<EOF --#line 2828 "configure" -+#line 2829 "configure" - #include "confdefs.h" - /* Override any gcc2 internal prototype to avoid an error. */ - /* We use char because int might match the return type of a gcc2 -@@ -2835,7 +2836,7 @@ - rpmdbOpen() - ; return 0; } - EOF --if { (eval echo configure:2839: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:2840: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* - eval "ac_cv_lib_$ac_lib_var=yes" - else -@@ -2864,7 +2865,7 @@ - - - echo $ac_n "checking for kstat_lookup in -lkstat""... $ac_c" 1>&6 --echo "configure:2868: checking for kstat_lookup in -lkstat" >&5 -+echo "configure:2869: checking for kstat_lookup in -lkstat" >&5 - ac_lib_var=`echo kstat'_'kstat_lookup | sed 'y%./+-%__p_%'` - if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -@@ -2872,7 +2873,7 @@ - ac_save_LIBS="$LIBS" - LIBS="-lkstat $LIBS" - cat > conftest.$ac_ext <<EOF --#line 2876 "configure" -+#line 2877 "configure" - #include "confdefs.h" - /* Override any gcc2 internal prototype to avoid an error. */ - /* We use char because int might match the return type of a gcc2 -@@ -2883,7 +2884,7 @@ - kstat_lookup() - ; return 0; } - EOF --if { (eval echo configure:2887: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:2888: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* - eval "ac_cv_lib_$ac_lib_var=yes" - else -@@ -2911,7 +2912,7 @@ - fi - - echo $ac_n "checking for kvm_read in -lkvm""... $ac_c" 1>&6 --echo "configure:2915: checking for kvm_read in -lkvm" >&5 -+echo "configure:2916: checking for kvm_read in -lkvm" >&5 - ac_lib_var=`echo kvm'_'kvm_read | sed 'y%./+-%__p_%'` - if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -@@ -2919,7 +2920,7 @@ - ac_save_LIBS="$LIBS" - LIBS="-lkvm $LIBS" - cat > conftest.$ac_ext <<EOF --#line 2923 "configure" -+#line 2924 "configure" - #include "confdefs.h" - /* Override any gcc2 internal prototype to avoid an error. */ - /* We use char because int might match the return type of a gcc2 -@@ -2930,7 +2931,7 @@ - kvm_read() - ; return 0; } - EOF --if { (eval echo configure:2934: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:2935: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* - eval "ac_cv_lib_$ac_lib_var=yes" - else -@@ -2958,7 +2959,7 @@ - fi - - echo $ac_n "checking for nlist in -lmld""... $ac_c" 1>&6 --echo "configure:2962: checking for nlist in -lmld" >&5 -+echo "configure:2963: checking for nlist in -lmld" >&5 - ac_lib_var=`echo mld'_'nlist | sed 'y%./+-%__p_%'` - if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -@@ -2966,7 +2967,7 @@ - ac_save_LIBS="$LIBS" - LIBS="-lmld $LIBS" - cat > conftest.$ac_ext <<EOF --#line 2970 "configure" -+#line 2971 "configure" - #include "confdefs.h" - /* Override any gcc2 internal prototype to avoid an error. */ - /* We use char because int might match the return type of a gcc2 -@@ -2977,7 +2978,7 @@ - nlist() - ; return 0; } - EOF --if { (eval echo configure:2981: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:2982: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* - eval "ac_cv_lib_$ac_lib_var=yes" - else -@@ -3005,7 +3006,7 @@ - fi - - echo $ac_n "checking for SSLeay_version in -lcrypto""... $ac_c" 1>&6 --echo "configure:3009: checking for SSLeay_version in -lcrypto" >&5 -+echo "configure:3010: checking for SSLeay_version in -lcrypto" >&5 - ac_lib_var=`echo crypto'_'SSLeay_version | sed 'y%./+-%__p_%'` - if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -@@ -3013,7 +3014,7 @@ - ac_save_LIBS="$LIBS" - LIBS="-lcrypto $LIBS" - cat > conftest.$ac_ext <<EOF --#line 3017 "configure" -+#line 3018 "configure" - #include "confdefs.h" - /* Override any gcc2 internal prototype to avoid an error. */ - /* We use char because int might match the return type of a gcc2 -@@ -3024,7 +3025,7 @@ - SSLeay_version() - ; return 0; } - EOF --if { (eval echo configure:3028: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:3029: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* - eval "ac_cv_lib_$ac_lib_var=yes" - else -@@ -3052,7 +3053,7 @@ - fi - - echo $ac_n "checking for kmt_init in -lkmt""... $ac_c" 1>&6 --echo "configure:3056: checking for kmt_init in -lkmt" >&5 -+echo "configure:3057: checking for kmt_init in -lkmt" >&5 - ac_lib_var=`echo kmt'_'kmt_init | sed 'y%./+-%__p_%'` - if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -@@ -3060,7 +3061,7 @@ - ac_save_LIBS="$LIBS" - LIBS="-lkmt $LIBS" - cat > conftest.$ac_ext <<EOF --#line 3064 "configure" -+#line 3065 "configure" - #include "confdefs.h" - /* Override any gcc2 internal prototype to avoid an error. */ - /* We use char because int might match the return type of a gcc2 -@@ -3071,7 +3072,7 @@ - kmt_init() - ; return 0; } - EOF --if { (eval echo configure:3075: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:3076: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* - eval "ac_cv_lib_$ac_lib_var=yes" - else -@@ -3100,12 +3101,12 @@ - - - echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 --echo "configure:3104: checking for ANSI C header files" >&5 -+echo "configure:3105: checking for ANSI C header files" >&5 - if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else - cat > conftest.$ac_ext <<EOF --#line 3109 "configure" -+#line 3110 "configure" - #include "confdefs.h" - #include <stdlib.h> - #include <stdarg.h> -@@ -3113,7 +3114,7 @@ - #include <float.h> - EOF - ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" --{ (eval echo configure:3117: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -+{ (eval echo configure:3118: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } - ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` - if test -z "$ac_err"; then - rm -rf conftest* -@@ -3130,7 +3131,7 @@ - if test $ac_cv_header_stdc = yes; then - # SunOS 4.x string.h does not declare mem*, contrary to ANSI. - cat > conftest.$ac_ext <<EOF --#line 3134 "configure" -+#line 3135 "configure" - #include "confdefs.h" - #include <string.h> - EOF -@@ -3148,7 +3149,7 @@ - if test $ac_cv_header_stdc = yes; then - # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. - cat > conftest.$ac_ext <<EOF --#line 3152 "configure" -+#line 3153 "configure" - #include "confdefs.h" - #include <stdlib.h> - EOF -@@ -3169,7 +3170,7 @@ - : - else - cat > conftest.$ac_ext <<EOF --#line 3173 "configure" -+#line 3174 "configure" - #include "confdefs.h" - #include <ctype.h> - #define ISLOWER(c) ('a' <= (c) && (c) <= 'z') -@@ -3180,7 +3181,7 @@ - exit (0); } - - EOF --if { (eval echo configure:3184: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null -+if { (eval echo configure:3185: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null - then - : - else -@@ -3208,12 +3209,12 @@ - do - ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` - echo $ac_n "checking for $ac_hdr that defines DIR""... $ac_c" 1>&6 --echo "configure:3212: checking for $ac_hdr that defines DIR" >&5 -+echo "configure:3213: checking for $ac_hdr that defines DIR" >&5 - if eval "test \"`echo '$''{'ac_cv_header_dirent_$ac_safe'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else - cat > conftest.$ac_ext <<EOF --#line 3217 "configure" -+#line 3218 "configure" - #include "confdefs.h" - #include <sys/types.h> - #include <$ac_hdr> -@@ -3221,7 +3222,7 @@ - DIR *dirp = 0; - ; return 0; } - EOF --if { (eval echo configure:3225: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:3226: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* - eval "ac_cv_header_dirent_$ac_safe=yes" - else -@@ -3246,7 +3247,7 @@ - # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix. - if test $ac_header_dirent = dirent.h; then - echo $ac_n "checking for opendir in -ldir""... $ac_c" 1>&6 --echo "configure:3250: checking for opendir in -ldir" >&5 -+echo "configure:3251: checking for opendir in -ldir" >&5 - ac_lib_var=`echo dir'_'opendir | sed 'y%./+-%__p_%'` - if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -@@ -3254,7 +3255,7 @@ - ac_save_LIBS="$LIBS" - LIBS="-ldir $LIBS" - cat > conftest.$ac_ext <<EOF --#line 3258 "configure" -+#line 3259 "configure" - #include "confdefs.h" - /* Override any gcc2 internal prototype to avoid an error. */ - /* We use char because int might match the return type of a gcc2 -@@ -3265,7 +3266,7 @@ - opendir() - ; return 0; } - EOF --if { (eval echo configure:3269: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:3270: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* - eval "ac_cv_lib_$ac_lib_var=yes" - else -@@ -3287,7 +3288,7 @@ - - else - echo $ac_n "checking for opendir in -lx""... $ac_c" 1>&6 --echo "configure:3291: checking for opendir in -lx" >&5 -+echo "configure:3292: checking for opendir in -lx" >&5 - ac_lib_var=`echo x'_'opendir | sed 'y%./+-%__p_%'` - if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -@@ -3295,7 +3296,7 @@ - ac_save_LIBS="$LIBS" - LIBS="-lx $LIBS" - cat > conftest.$ac_ext <<EOF --#line 3299 "configure" -+#line 3300 "configure" - #include "confdefs.h" - /* Override any gcc2 internal prototype to avoid an error. */ - /* We use char because int might match the return type of a gcc2 -@@ -3306,7 +3307,7 @@ - opendir() - ; return 0; } - EOF --if { (eval echo configure:3310: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:3311: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* - eval "ac_cv_lib_$ac_lib_var=yes" - else -@@ -3329,12 +3330,12 @@ - fi - - echo $ac_n "checking for sys/wait.h that is POSIX.1 compatible""... $ac_c" 1>&6 --echo "configure:3333: checking for sys/wait.h that is POSIX.1 compatible" >&5 -+echo "configure:3334: checking for sys/wait.h that is POSIX.1 compatible" >&5 - if eval "test \"`echo '$''{'ac_cv_header_sys_wait_h'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else - cat > conftest.$ac_ext <<EOF --#line 3338 "configure" -+#line 3339 "configure" - #include "confdefs.h" - #include <sys/types.h> - #include <sys/wait.h> -@@ -3350,7 +3351,7 @@ - s = WIFEXITED (s) ? WEXITSTATUS (s) : 1; - ; return 0; } - EOF --if { (eval echo configure:3354: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:3355: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* - ac_cv_header_sys_wait_h=yes - else -@@ -3374,17 +3375,17 @@ - do - ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` - echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 --echo "configure:3378: checking for $ac_hdr" >&5 -+echo "configure:3379: checking for $ac_hdr" >&5 - if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else - cat > conftest.$ac_ext <<EOF --#line 3383 "configure" -+#line 3384 "configure" - #include "confdefs.h" - #include <$ac_hdr> - EOF - ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" --{ (eval echo configure:3388: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -+{ (eval echo configure:3389: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } - ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` - if test -z "$ac_err"; then - rm -rf conftest* -@@ -3414,17 +3415,17 @@ - do - ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` - echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 --echo "configure:3418: checking for $ac_hdr" >&5 -+echo "configure:3419: checking for $ac_hdr" >&5 - if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else - cat > conftest.$ac_ext <<EOF --#line 3423 "configure" -+#line 3424 "configure" - #include "confdefs.h" - #include <$ac_hdr> - EOF - ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" --{ (eval echo configure:3428: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -+{ (eval echo configure:3429: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } - ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` - if test -z "$ac_err"; then - rm -rf conftest* -@@ -3454,17 +3455,17 @@ - do - ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` - echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 --echo "configure:3458: checking for $ac_hdr" >&5 -+echo "configure:3459: checking for $ac_hdr" >&5 - if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else - cat > conftest.$ac_ext <<EOF --#line 3463 "configure" -+#line 3464 "configure" - #include "confdefs.h" - #include <$ac_hdr> - EOF - ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" --{ (eval echo configure:3468: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -+{ (eval echo configure:3469: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } - ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` - if test -z "$ac_err"; then - rm -rf conftest* -@@ -3494,17 +3495,17 @@ - do - ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` - echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 --echo "configure:3498: checking for $ac_hdr" >&5 -+echo "configure:3499: checking for $ac_hdr" >&5 - if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else - cat > conftest.$ac_ext <<EOF --#line 3503 "configure" -+#line 3504 "configure" - #include "confdefs.h" - #include <$ac_hdr> - EOF - ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" --{ (eval echo configure:3508: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -+{ (eval echo configure:3509: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } - ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` - if test -z "$ac_err"; then - rm -rf conftest* -@@ -3534,17 +3535,17 @@ - do - ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` - echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 --echo "configure:3538: checking for $ac_hdr" >&5 -+echo "configure:3539: checking for $ac_hdr" >&5 - if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else - cat > conftest.$ac_ext <<EOF --#line 3543 "configure" -+#line 3544 "configure" - #include "confdefs.h" - #include <$ac_hdr> - EOF - ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" --{ (eval echo configure:3548: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -+{ (eval echo configure:3549: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } - ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` - if test -z "$ac_err"; then - rm -rf conftest* -@@ -3574,17 +3575,17 @@ - do - ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` - echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 --echo "configure:3578: checking for $ac_hdr" >&5 -+echo "configure:3579: checking for $ac_hdr" >&5 - if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else - cat > conftest.$ac_ext <<EOF --#line 3583 "configure" -+#line 3584 "configure" - #include "confdefs.h" - #include <$ac_hdr> - EOF - ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" --{ (eval echo configure:3588: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -+{ (eval echo configure:3589: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } - ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` - if test -z "$ac_err"; then - rm -rf conftest* -@@ -3614,17 +3615,17 @@ - do - ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` - echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 --echo "configure:3618: checking for $ac_hdr" >&5 -+echo "configure:3619: checking for $ac_hdr" >&5 - if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else - cat > conftest.$ac_ext <<EOF --#line 3623 "configure" -+#line 3624 "configure" - #include "confdefs.h" - #include <$ac_hdr> - EOF - ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" --{ (eval echo configure:3628: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -+{ (eval echo configure:3629: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } - ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` - if test -z "$ac_err"; then - rm -rf conftest* -@@ -3654,17 +3655,17 @@ - do - ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` - echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 --echo "configure:3658: checking for $ac_hdr" >&5 -+echo "configure:3659: checking for $ac_hdr" >&5 - if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else - cat > conftest.$ac_ext <<EOF --#line 3663 "configure" -+#line 3664 "configure" - #include "confdefs.h" - #include <$ac_hdr> - EOF - ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" --{ (eval echo configure:3668: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -+{ (eval echo configure:3669: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } - ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` - if test -z "$ac_err"; then - rm -rf conftest* -@@ -3694,17 +3695,17 @@ - do - ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` - echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 --echo "configure:3698: checking for $ac_hdr" >&5 -+echo "configure:3699: checking for $ac_hdr" >&5 - if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else - cat > conftest.$ac_ext <<EOF --#line 3703 "configure" -+#line 3704 "configure" - #include "confdefs.h" - #include <$ac_hdr> - EOF - ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" --{ (eval echo configure:3708: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -+{ (eval echo configure:3709: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } - ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` - if test -z "$ac_err"; then - rm -rf conftest* -@@ -3734,17 +3735,17 @@ - do - ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` - echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 --echo "configure:3738: checking for $ac_hdr" >&5 -+echo "configure:3739: checking for $ac_hdr" >&5 - if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else - cat > conftest.$ac_ext <<EOF --#line 3743 "configure" -+#line 3744 "configure" - #include "confdefs.h" - #include <$ac_hdr> - EOF - ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" --{ (eval echo configure:3748: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -+{ (eval echo configure:3749: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } - ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` - if test -z "$ac_err"; then - rm -rf conftest* -@@ -3774,17 +3775,17 @@ - do - ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` - echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 --echo "configure:3778: checking for $ac_hdr" >&5 -+echo "configure:3779: checking for $ac_hdr" >&5 - if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else - cat > conftest.$ac_ext <<EOF --#line 3783 "configure" -+#line 3784 "configure" - #include "confdefs.h" - #include <$ac_hdr> - EOF - ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" --{ (eval echo configure:3788: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -+{ (eval echo configure:3789: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } - ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` - if test -z "$ac_err"; then - rm -rf conftest* -@@ -3814,17 +3815,17 @@ - do - ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` - echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 --echo "configure:3818: checking for $ac_hdr" >&5 -+echo "configure:3819: checking for $ac_hdr" >&5 - if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else - cat > conftest.$ac_ext <<EOF --#line 3823 "configure" -+#line 3824 "configure" - #include "confdefs.h" - #include <$ac_hdr> - EOF - ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" --{ (eval echo configure:3828: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -+{ (eval echo configure:3829: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } - ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` - if test -z "$ac_err"; then - rm -rf conftest* -@@ -3854,17 +3855,17 @@ - do - ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` - echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 --echo "configure:3858: checking for $ac_hdr" >&5 -+echo "configure:3859: checking for $ac_hdr" >&5 - if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else - cat > conftest.$ac_ext <<EOF --#line 3863 "configure" -+#line 3864 "configure" - #include "confdefs.h" - #include <$ac_hdr> - EOF - ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" --{ (eval echo configure:3868: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -+{ (eval echo configure:3869: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } - ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` - if test -z "$ac_err"; then - rm -rf conftest* -@@ -3894,17 +3895,17 @@ - do - ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` - echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 --echo "configure:3898: checking for $ac_hdr" >&5 -+echo "configure:3899: checking for $ac_hdr" >&5 - if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else - cat > conftest.$ac_ext <<EOF --#line 3903 "configure" -+#line 3904 "configure" - #include "confdefs.h" - #include <$ac_hdr> - EOF - ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" --{ (eval echo configure:3908: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -+{ (eval echo configure:3909: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } - ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` - if test -z "$ac_err"; then - rm -rf conftest* -@@ -3935,17 +3936,17 @@ - do - ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` - echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 --echo "configure:3939: checking for $ac_hdr" >&5 -+echo "configure:3940: checking for $ac_hdr" >&5 - if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else - cat > conftest.$ac_ext <<EOF --#line 3944 "configure" -+#line 3945 "configure" - #include "confdefs.h" - #include <$ac_hdr> - EOF - ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" --{ (eval echo configure:3949: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -+{ (eval echo configure:3950: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } - ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` - if test -z "$ac_err"; then - rm -rf conftest* -@@ -3980,12 +3981,12 @@ - fi - - echo $ac_n "checking for off_t""... $ac_c" 1>&6 --echo "configure:3984: checking for off_t" >&5 -+echo "configure:3985: checking for off_t" >&5 - if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else - cat > conftest.$ac_ext <<EOF --#line 3989 "configure" -+#line 3990 "configure" - #include "confdefs.h" - #include <sys/types.h> - #if STDC_HEADERS -@@ -4013,12 +4014,12 @@ - fi - - echo $ac_n "checking for pid_t""... $ac_c" 1>&6 --echo "configure:4017: checking for pid_t" >&5 -+echo "configure:4018: checking for pid_t" >&5 - if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else - cat > conftest.$ac_ext <<EOF --#line 4022 "configure" -+#line 4023 "configure" - #include "confdefs.h" - #include <sys/types.h> - #if STDC_HEADERS -@@ -4046,12 +4047,12 @@ - fi - - echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6 --echo "configure:4050: checking whether time.h and sys/time.h may both be included" >&5 -+echo "configure:4051: checking whether time.h and sys/time.h may both be included" >&5 - if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else - cat > conftest.$ac_ext <<EOF --#line 4055 "configure" -+#line 4056 "configure" - #include "confdefs.h" - #include <sys/types.h> - #include <sys/time.h> -@@ -4060,7 +4061,7 @@ - struct tm *tp; - ; return 0; } - EOF --if { (eval echo configure:4064: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:4065: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* - ac_cv_header_time=yes - else -@@ -4082,12 +4083,12 @@ - - - echo $ac_n "checking for in_addr_t""... $ac_c" 1>&6 --echo "configure:4086: checking for in_addr_t" >&5 -+echo "configure:4087: checking for in_addr_t" >&5 - if eval "test \"`echo '$''{'ac_cv_type_$1'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else - cat > conftest.$ac_ext <<EOF --#line 4091 "configure" -+#line 4092 "configure" - #include "confdefs.h" - #include <sys/types.h> - #if STDC_HEADERS -@@ -4119,7 +4120,7 @@ - fi - - echo $ac_n "checking for correct flags to ps""... $ac_c" 1>&6 --echo "configure:4123: checking for correct flags to ps" >&5 -+echo "configure:4124: checking for correct flags to ps" >&5 - if eval "test \"`echo '$''{'ac_cv_ps_flags'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else -@@ -4148,14 +4149,14 @@ - - - echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6 --echo "configure:4152: checking whether byte ordering is bigendian" >&5 -+echo "configure:4153: checking whether byte ordering is bigendian" >&5 - if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else - ac_cv_c_bigendian=unknown - # See if sys/param.h defines the BYTE_ORDER macro. - cat > conftest.$ac_ext <<EOF --#line 4159 "configure" -+#line 4160 "configure" - #include "confdefs.h" - #include <sys/types.h> - #include <sys/param.h> -@@ -4166,11 +4167,11 @@ - #endif - ; return 0; } - EOF --if { (eval echo configure:4170: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:4171: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* - # It does; now see whether it defined to BIG_ENDIAN or not. - cat > conftest.$ac_ext <<EOF --#line 4174 "configure" -+#line 4175 "configure" - #include "confdefs.h" - #include <sys/types.h> - #include <sys/param.h> -@@ -4181,7 +4182,7 @@ - #endif - ; return 0; } - EOF --if { (eval echo configure:4185: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:4186: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* - ac_cv_c_bigendian=yes - else -@@ -4201,7 +4202,7 @@ - { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; } - else - cat > conftest.$ac_ext <<EOF --#line 4205 "configure" -+#line 4206 "configure" - #include "confdefs.h" - main () { - /* Are we little or big endian? From Harbison&Steele. */ -@@ -4214,7 +4215,7 @@ - exit (u.c[sizeof (long) - 1] == 1); - } - EOF --if { (eval echo configure:4218: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null -+if { (eval echo configure:4219: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null - then - ac_cv_c_bigendian=no - else -@@ -4241,19 +4242,19 @@ - # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works - # for constant arguments. Useless! - echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6 --echo "configure:4245: checking for working alloca.h" >&5 -+echo "configure:4246: checking for working alloca.h" >&5 - if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else - cat > conftest.$ac_ext <<EOF --#line 4250 "configure" -+#line 4251 "configure" - #include "confdefs.h" - #include <alloca.h> - int main() { - char *p = alloca(2 * sizeof(int)); - ; return 0; } - EOF --if { (eval echo configure:4257: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:4258: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* - ac_cv_header_alloca_h=yes - else -@@ -4274,12 +4275,12 @@ - fi - - echo $ac_n "checking for alloca""... $ac_c" 1>&6 --echo "configure:4278: checking for alloca" >&5 -+echo "configure:4279: checking for alloca" >&5 - if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else - cat > conftest.$ac_ext <<EOF --#line 4283 "configure" -+#line 4284 "configure" - #include "confdefs.h" - - #ifdef __GNUC__ -@@ -4307,7 +4308,7 @@ - char *p = (char *) alloca(1); - ; return 0; } - EOF --if { (eval echo configure:4311: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:4312: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* - ac_cv_func_alloca_works=yes - else -@@ -4339,12 +4340,12 @@ - - - echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6 --echo "configure:4343: checking whether alloca needs Cray hooks" >&5 -+echo "configure:4344: checking whether alloca needs Cray hooks" >&5 - if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else - cat > conftest.$ac_ext <<EOF --#line 4348 "configure" -+#line 4349 "configure" - #include "confdefs.h" - #if defined(CRAY) && ! defined(CRAY2) - webecray -@@ -4369,12 +4370,12 @@ - if test $ac_cv_os_cray = yes; then - for ac_func in _getb67 GETB67 getb67; do - echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 --echo "configure:4373: checking for $ac_func" >&5 -+echo "configure:4374: checking for $ac_func" >&5 - if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else - cat > conftest.$ac_ext <<EOF --#line 4378 "configure" -+#line 4379 "configure" - #include "confdefs.h" - /* System header to define __stub macros and hopefully few prototypes, - which can conflict with char $ac_func(); below. */ -@@ -4397,7 +4398,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:4401: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:4402: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* - eval "ac_cv_func_$ac_func=yes" - else -@@ -4424,7 +4425,7 @@ - fi - - echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6 --echo "configure:4428: checking stack direction for C alloca" >&5 -+echo "configure:4429: checking stack direction for C alloca" >&5 - if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else -@@ -4432,7 +4433,7 @@ - ac_cv_c_stack_direction=0 - else - cat > conftest.$ac_ext <<EOF --#line 4436 "configure" -+#line 4437 "configure" - #include "confdefs.h" - find_stack_direction () - { -@@ -4451,7 +4452,7 @@ - exit (find_stack_direction() < 0); - } - EOF --if { (eval echo configure:4455: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null -+if { (eval echo configure:4456: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null - then - ac_cv_c_stack_direction=1 - else -@@ -4474,13 +4475,13 @@ - - if test $ac_cv_prog_gcc = yes; then - echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6 --echo "configure:4478: checking whether ${CC-cc} needs -traditional" >&5 -+echo "configure:4479: checking whether ${CC-cc} needs -traditional" >&5 - if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else - ac_pattern="Autoconf.*'x'" - cat > conftest.$ac_ext <<EOF --#line 4484 "configure" -+#line 4485 "configure" - #include "confdefs.h" - #include <sgtty.h> - Autoconf TIOCGETP -@@ -4498,7 +4499,7 @@ - - if test $ac_cv_prog_gcc_traditional = no; then - cat > conftest.$ac_ext <<EOF --#line 4502 "configure" -+#line 4503 "configure" - #include "confdefs.h" - #include <termio.h> - Autoconf TCGETA -@@ -4520,7 +4521,7 @@ - fi - - echo $ac_n "checking for 8-bit clean memcmp""... $ac_c" 1>&6 --echo "configure:4524: checking for 8-bit clean memcmp" >&5 -+echo "configure:4525: checking for 8-bit clean memcmp" >&5 - if eval "test \"`echo '$''{'ac_cv_func_memcmp_clean'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else -@@ -4528,7 +4529,7 @@ - ac_cv_func_memcmp_clean=no - else - cat > conftest.$ac_ext <<EOF --#line 4532 "configure" -+#line 4533 "configure" - #include "confdefs.h" - - main() -@@ -4538,7 +4539,7 @@ - } - - EOF --if { (eval echo configure:4542: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null -+if { (eval echo configure:4543: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null - then - ac_cv_func_memcmp_clean=yes - else -@@ -4556,12 +4557,12 @@ - test $ac_cv_func_memcmp_clean = no && LIBOBJS="$LIBOBJS memcmp.${ac_objext}" - - echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6 --echo "configure:4560: checking return type of signal handlers" >&5 -+echo "configure:4561: checking return type of signal handlers" >&5 - if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else - cat > conftest.$ac_ext <<EOF --#line 4565 "configure" -+#line 4566 "configure" - #include "confdefs.h" - #include <sys/types.h> - #include <signal.h> -@@ -4578,7 +4579,7 @@ - int i; - ; return 0; } - EOF --if { (eval echo configure:4582: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:4583: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* - ac_cv_type_signal=void - else -@@ -4598,7 +4599,7 @@ - - # getmntent is in -lsun on Irix 4, -lseq on Dynix/PTX, -lgen on Unixware. - echo $ac_n "checking for getmntent in -lsun""... $ac_c" 1>&6 --echo "configure:4602: checking for getmntent in -lsun" >&5 -+echo "configure:4603: checking for getmntent in -lsun" >&5 - ac_lib_var=`echo sun'_'getmntent | sed 'y%./+-%__p_%'` - if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -@@ -4606,7 +4607,7 @@ - ac_save_LIBS="$LIBS" - LIBS="-lsun $LIBS" - cat > conftest.$ac_ext <<EOF --#line 4610 "configure" -+#line 4611 "configure" - #include "confdefs.h" - /* Override any gcc2 internal prototype to avoid an error. */ - /* We use char because int might match the return type of a gcc2 -@@ -4617,7 +4618,7 @@ - getmntent() - ; return 0; } - EOF --if { (eval echo configure:4621: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:4622: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* - eval "ac_cv_lib_$ac_lib_var=yes" - else -@@ -4636,7 +4637,7 @@ - else - echo "$ac_t""no" 1>&6 - echo $ac_n "checking for getmntent in -lseq""... $ac_c" 1>&6 --echo "configure:4640: checking for getmntent in -lseq" >&5 -+echo "configure:4641: checking for getmntent in -lseq" >&5 - ac_lib_var=`echo seq'_'getmntent | sed 'y%./+-%__p_%'` - if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -@@ -4644,7 +4645,7 @@ - ac_save_LIBS="$LIBS" - LIBS="-lseq $LIBS" - cat > conftest.$ac_ext <<EOF --#line 4648 "configure" -+#line 4649 "configure" - #include "confdefs.h" - /* Override any gcc2 internal prototype to avoid an error. */ - /* We use char because int might match the return type of a gcc2 -@@ -4655,7 +4656,7 @@ - getmntent() - ; return 0; } - EOF --if { (eval echo configure:4659: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:4660: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* - eval "ac_cv_lib_$ac_lib_var=yes" - else -@@ -4674,7 +4675,7 @@ - else - echo "$ac_t""no" 1>&6 - echo $ac_n "checking for getmntent in -lgen""... $ac_c" 1>&6 --echo "configure:4678: checking for getmntent in -lgen" >&5 -+echo "configure:4679: checking for getmntent in -lgen" >&5 - ac_lib_var=`echo gen'_'getmntent | sed 'y%./+-%__p_%'` - if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -@@ -4682,7 +4683,7 @@ - ac_save_LIBS="$LIBS" - LIBS="-lgen $LIBS" - cat > conftest.$ac_ext <<EOF --#line 4686 "configure" -+#line 4687 "configure" - #include "confdefs.h" - /* Override any gcc2 internal prototype to avoid an error. */ - /* We use char because int might match the return type of a gcc2 -@@ -4693,7 +4694,7 @@ - getmntent() - ; return 0; } - EOF --if { (eval echo configure:4697: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:4698: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* - eval "ac_cv_lib_$ac_lib_var=yes" - else -@@ -4718,12 +4719,12 @@ - fi - - echo $ac_n "checking for getmntent""... $ac_c" 1>&6 --echo "configure:4722: checking for getmntent" >&5 -+echo "configure:4723: checking for getmntent" >&5 - if eval "test \"`echo '$''{'ac_cv_func_getmntent'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else - cat > conftest.$ac_ext <<EOF --#line 4727 "configure" -+#line 4728 "configure" - #include "confdefs.h" - /* System header to define __stub macros and hopefully few prototypes, - which can conflict with char getmntent(); below. */ -@@ -4746,7 +4747,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:4750: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:4751: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* - eval "ac_cv_func_getmntent=yes" - else -@@ -4771,12 +4772,12 @@ - for ac_func in setmntent gethostname uname gettimeofday select socket strtol - do - echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 --echo "configure:4775: checking for $ac_func" >&5 -+echo "configure:4776: checking for $ac_func" >&5 - if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else - cat > conftest.$ac_ext <<EOF --#line 4780 "configure" -+#line 4781 "configure" - #include "confdefs.h" - /* System header to define __stub macros and hopefully few prototypes, - which can conflict with char $ac_func(); below. */ -@@ -4799,7 +4800,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:4803: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:4804: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* - eval "ac_cv_func_$ac_func=yes" - else -@@ -4826,12 +4827,12 @@ - for ac_func in strchr strdup memcpy memmove index bcopy - do - echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 --echo "configure:4830: checking for $ac_func" >&5 -+echo "configure:4831: checking for $ac_func" >&5 - if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else - cat > conftest.$ac_ext <<EOF --#line 4835 "configure" -+#line 4836 "configure" - #include "confdefs.h" - /* System header to define __stub macros and hopefully few prototypes, - which can conflict with char $ac_func(); below. */ -@@ -4854,7 +4855,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:4858: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:4859: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* - eval "ac_cv_func_$ac_func=yes" - else -@@ -4881,12 +4882,12 @@ - for ac_func in signal sigset sigblock sighold strerror setenv vsnprintf - do - echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 --echo "configure:4885: checking for $ac_func" >&5 -+echo "configure:4886: checking for $ac_func" >&5 - if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else - cat > conftest.$ac_ext <<EOF --#line 4890 "configure" -+#line 4891 "configure" - #include "confdefs.h" - /* System header to define __stub macros and hopefully few prototypes, - which can conflict with char $ac_func(); below. */ -@@ -4909,7 +4910,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:4913: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:4914: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* - eval "ac_cv_func_$ac_func=yes" - else -@@ -4936,12 +4937,12 @@ - for ac_func in random lrand48 rand - do - echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 --echo "configure:4940: checking for $ac_func" >&5 -+echo "configure:4941: checking for $ac_func" >&5 - if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else - cat > conftest.$ac_ext <<EOF --#line 4945 "configure" -+#line 4946 "configure" - #include "confdefs.h" - /* System header to define __stub macros and hopefully few prototypes, - which can conflict with char $ac_func(); below. */ -@@ -4964,7 +4965,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:4968: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:4969: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* - eval "ac_cv_func_$ac_func=yes" - else -@@ -4991,12 +4992,12 @@ - for ac_func in rpmGetPath - do - echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 --echo "configure:4995: checking for $ac_func" >&5 -+echo "configure:4996: checking for $ac_func" >&5 - if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else - cat > conftest.$ac_ext <<EOF --#line 5000 "configure" -+#line 5001 "configure" - #include "confdefs.h" - /* System header to define __stub macros and hopefully few prototypes, - which can conflict with char $ac_func(); below. */ -@@ -5019,7 +5020,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:5023: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:5024: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* - eval "ac_cv_func_$ac_func=yes" - else -@@ -5047,12 +5048,12 @@ - for ac_func in getloadavg - do - echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 --echo "configure:5051: checking for $ac_func" >&5 -+echo "configure:5052: checking for $ac_func" >&5 - if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else - cat > conftest.$ac_ext <<EOF --#line 5056 "configure" -+#line 5057 "configure" - #include "confdefs.h" - /* System header to define __stub macros and hopefully few prototypes, - which can conflict with char $ac_func(); below. */ -@@ -5075,7 +5076,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:5079: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:5080: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* - eval "ac_cv_func_$ac_func=yes" - else -@@ -5102,12 +5103,12 @@ - for ac_func in kvm_openfiles nlist - do - echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 --echo "configure:5106: checking for $ac_func" >&5 -+echo "configure:5107: checking for $ac_func" >&5 - if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else - cat > conftest.$ac_ext <<EOF --#line 5111 "configure" -+#line 5112 "configure" - #include "confdefs.h" - /* System header to define __stub macros and hopefully few prototypes, - which can conflict with char $ac_func(); below. */ -@@ -5130,7 +5131,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:5134: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:5135: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* - eval "ac_cv_func_$ac_func=yes" - else -@@ -5157,12 +5158,12 @@ - for ac_func in statvfs statfs - do - echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 --echo "configure:5161: checking for $ac_func" >&5 -+echo "configure:5162: checking for $ac_func" >&5 - if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else - cat > conftest.$ac_ext <<EOF --#line 5166 "configure" -+#line 5167 "configure" - #include "confdefs.h" - /* System header to define __stub macros and hopefully few prototypes, - which can conflict with char $ac_func(); below. */ -@@ -5185,7 +5186,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:5189: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:5190: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* - eval "ac_cv_func_$ac_func=yes" - else -@@ -5212,12 +5213,12 @@ - for ac_func in getdtablesize - do - echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 --echo "configure:5216: checking for $ac_func" >&5 -+echo "configure:5217: checking for $ac_func" >&5 - if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else - cat > conftest.$ac_ext <<EOF --#line 5221 "configure" -+#line 5222 "configure" - #include "confdefs.h" - /* System header to define __stub macros and hopefully few prototypes, - which can conflict with char $ac_func(); below. */ -@@ -5240,7 +5241,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:5244: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:5245: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* - eval "ac_cv_func_$ac_func=yes" - else -@@ -5267,12 +5268,12 @@ - for ac_func in getfsstat kvm_getprocs - do - echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 --echo "configure:5271: checking for $ac_func" >&5 -+echo "configure:5272: checking for $ac_func" >&5 - if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else - cat > conftest.$ac_ext <<EOF --#line 5276 "configure" -+#line 5277 "configure" - #include "confdefs.h" - /* System header to define __stub macros and hopefully few prototypes, - which can conflict with char $ac_func(); below. */ -@@ -5295,7 +5296,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:5299: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:5300: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* - eval "ac_cv_func_$ac_func=yes" - else -@@ -5322,12 +5323,12 @@ - for ac_func in usleep - do - echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 --echo "configure:5326: checking for $ac_func" >&5 -+echo "configure:5327: checking for $ac_func" >&5 - if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else - cat > conftest.$ac_ext <<EOF --#line 5331 "configure" -+#line 5332 "configure" - #include "confdefs.h" - /* System header to define __stub macros and hopefully few prototypes, - which can conflict with char $ac_func(); below. */ -@@ -5350,7 +5351,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:5354: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:5355: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* - eval "ac_cv_func_$ac_func=yes" - else -@@ -5377,12 +5378,12 @@ - for ac_func in setlocale - do - echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 --echo "configure:5381: checking for $ac_func" >&5 -+echo "configure:5382: checking for $ac_func" >&5 - if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else - cat > conftest.$ac_ext <<EOF --#line 5386 "configure" -+#line 5387 "configure" - #include "confdefs.h" - /* System header to define __stub macros and hopefully few prototypes, - which can conflict with char $ac_func(); below. */ -@@ -5405,7 +5406,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:5409: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:5410: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* - eval "ac_cv_func_$ac_func=yes" - else -@@ -5432,12 +5433,12 @@ - for ac_func in tcgetattr - do - echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 --echo "configure:5436: checking for $ac_func" >&5 -+echo "configure:5437: checking for $ac_func" >&5 - if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else - cat > conftest.$ac_ext <<EOF --#line 5441 "configure" -+#line 5442 "configure" - #include "confdefs.h" - /* System header to define __stub macros and hopefully few prototypes, - which can conflict with char $ac_func(); below. */ -@@ -5460,7 +5461,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:5464: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:5465: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* - eval "ac_cv_func_$ac_func=yes" - else -@@ -5487,12 +5488,12 @@ - for ac_func in if_nameindex if_freenameindex - do - echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 --echo "configure:5491: checking for $ac_func" >&5 -+echo "configure:5492: checking for $ac_func" >&5 - if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else - cat > conftest.$ac_ext <<EOF --#line 5496 "configure" -+#line 5497 "configure" - #include "confdefs.h" - /* System header to define __stub macros and hopefully few prototypes, - which can conflict with char $ac_func(); below. */ -@@ -5515,7 +5516,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:5519: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:5520: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* - eval "ac_cv_func_$ac_func=yes" - else -@@ -5541,12 +5542,12 @@ - - - echo $ac_n "checking for SIOCGIFADDR in sys/ioctl.h""... $ac_c" 1>&6 --echo "configure:5545: checking for SIOCGIFADDR in sys/ioctl.h" >&5 -+echo "configure:5546: checking for SIOCGIFADDR in sys/ioctl.h" >&5 - if eval "test \"`echo '$''{'cv_sys_ioctl_h_has_SIOCGIFADDR'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else - cat > conftest.$ac_ext <<EOF --#line 5550 "configure" -+#line 5551 "configure" - #include "confdefs.h" - - #ifdef HAVE_SYS_IOCTL_H -@@ -5579,7 +5580,7 @@ - - # ultrix - echo $ac_n "checking for two-argument statfs with struct fs_data (Ultrix)""... $ac_c" 1>&6 --echo "configure:5583: checking for two-argument statfs with struct fs_data (Ultrix)" >&5 -+echo "configure:5584: checking for two-argument statfs with struct fs_data (Ultrix)" >&5 - if eval "test \"`echo '$''{'fu_cv_sys_stat_fs_data'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else -@@ -5587,7 +5588,7 @@ - fu_cv_sys_stat_fs_data=no - else - cat > conftest.$ac_ext <<EOF --#line 5591 "configure" -+#line 5592 "configure" - #include "confdefs.h" - #include <sys/types.h> - #ifdef HAVE_SYS_PARAM_H -@@ -5607,7 +5608,7 @@ - exit (statfs (".", &fsd) != 1); - } - EOF --if { (eval echo configure:5611: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null -+if { (eval echo configure:5612: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null - then - fu_cv_sys_stat_fs_data=yes - else -@@ -5630,13 +5631,13 @@ - fi - - echo $ac_n "checking if __FUNCTION__ is defined""... $ac_c" 1>&6 --echo "configure:5634: checking if __FUNCTION__ is defined" >&5 -+echo "configure:5635: checking if __FUNCTION__ is defined" >&5 - if eval "test \"`echo '$''{'ac_cv_HAVE_CPP_UNDERBAR_FUNCTION_DEFINED'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else - - cat > conftest.$ac_ext <<EOF --#line 5640 "configure" -+#line 5641 "configure" - #include "confdefs.h" - - int main() { -@@ -5645,7 +5646,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:5649: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:5650: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* - ac_cv_HAVE_CPP_UNDERBAR_FUNCTION_DEFINED=yes - else -@@ -5674,7 +5675,7 @@ - ac_uc_define=STRUCT_`echo "${ac_safe_struct}_HAS_${ac_safe_member}" | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` - - echo $ac_n "checking for rtentry.rt_dst""... $ac_c" 1>&6 --echo "configure:5678: checking for rtentry.rt_dst" >&5 -+echo "configure:5679: checking for rtentry.rt_dst" >&5 - if eval "test \"`echo '$''{'$ac_safe_all'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else -@@ -5687,16 +5688,12 @@ - defineit="no" - fi - cat > conftest.$ac_ext <<EOF --#line 5691 "configure" -+#line 5692 "configure" - #include "confdefs.h" - - - #include <sys/types.h> --#define KERNEL --#define _KERNEL - #include <sys/socket.h> --#undef KERNEL --#undef _KERNEL - #include <net/route.h> - - -@@ -5707,7 +5704,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:5711: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:5708: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* - eval "${ac_safe_all}=yes" - else -@@ -5734,22 +5731,18 @@ - - - echo $ac_n "checking type of rtentry structure""... $ac_c" 1>&6 --echo "configure:5738: checking type of rtentry structure" >&5 -+echo "configure:5735: checking type of rtentry structure" >&5 - if eval "test \"`echo '$''{'ac_cv_RTENTRY_TYPE'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else - - - cat > conftest.$ac_ext <<EOF --#line 5745 "configure" -+#line 5742 "configure" - #include "confdefs.h" - - #include <sys/types.h> --#define KERNEL --#define _KERNEL - #include <sys/socket.h> --#undef KERNEL --#undef _KERNEL - #include <net/route.h> - - int main() { -@@ -5765,7 +5758,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:5769: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:5762: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* - ac_cv_RTENTRY_TYPE="BSD-4.4" - else -@@ -5776,15 +5769,11 @@ - - if test "x$ac_cv_RTENTRY_TYPE" = "x"; then - cat > conftest.$ac_ext <<EOF --#line 5780 "configure" -+#line 5773 "configure" - #include "confdefs.h" - - #include <sys/types.h> --#define KERNEL --#define _KERNEL - #include <sys/socket.h> --#undef KERNEL --#undef _KERNEL - #include <net/route.h> - - int main() { -@@ -5794,7 +5783,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:5798: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:5787: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* - ac_cv_RTENTRY_TYPE="BSD-4.3" - else -@@ -5823,12 +5812,12 @@ - - if test "x$ac_cv_RTENTRY_TYPE" = "xunknown"; then - echo $ac_n "checking for struct rtentry""... $ac_c" 1>&6 --echo "configure:5827: checking for struct rtentry" >&5 -+echo "configure:5816: checking for struct rtentry" >&5 - if eval "test \"`echo '$''{'ac_cv_struct_rtentry'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else - cat > conftest.$ac_ext <<EOF --#line 5832 "configure" -+#line 5821 "configure" - #include "confdefs.h" - #define KERNEL - #include<net/route.h> -@@ -5872,21 +5861,17 @@ - - if test "x$ac_cv_RTENTRY_TYPE" = "xBSD-4.3"; then - echo $ac_n "checking for struct rtentry has a rt_next node""... $ac_c" 1>&6 --echo "configure:5876: checking for struct rtentry has a rt_next node" >&5 -+echo "configure:5865: checking for struct rtentry has a rt_next node" >&5 - if eval "test \"`echo '$''{'ac_cv_struct_rtentry_rt_next'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else - - cat > conftest.$ac_ext <<EOF --#line 5882 "configure" -+#line 5871 "configure" - #include "confdefs.h" - - #include <sys/types.h> --#define KERNEL --#define _KERNEL - #include <sys/socket.h> --#undef KERNEL --#undef _KERNEL - #include <net/route.h> - - int main() { -@@ -5896,7 +5881,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:5900: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:5885: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* - ac_cv_struct_rtentry_rt_next=yes - else -@@ -5928,7 +5913,7 @@ - ac_uc_define=STRUCT_`echo "${ac_safe_struct}_HAS_${ac_safe_member}" | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` - - echo $ac_n "checking for rtentry.rt_unit""... $ac_c" 1>&6 --echo "configure:5932: checking for rtentry.rt_unit" >&5 -+echo "configure:5917: checking for rtentry.rt_unit" >&5 - if eval "test \"`echo '$''{'$ac_safe_all'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else -@@ -5941,16 +5926,12 @@ - defineit="" - fi - cat > conftest.$ac_ext <<EOF --#line 5945 "configure" -+#line 5930 "configure" - #include "confdefs.h" - - - #include <sys/types.h> --#define KERNEL --#define _KERNEL - #include <sys/socket.h> --#undef KERNEL --#undef _KERNEL - #include <net/route.h> - - -@@ -5961,7 +5942,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:5965: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:5946: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* - eval "${ac_safe_all}=yes" - else -@@ -5995,7 +5976,7 @@ - ac_uc_define=STRUCT_`echo "${ac_safe_struct}_HAS_${ac_safe_member}" | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` - - echo $ac_n "checking for rtentry.rt_refcnt""... $ac_c" 1>&6 --echo "configure:5999: checking for rtentry.rt_refcnt" >&5 -+echo "configure:5980: checking for rtentry.rt_refcnt" >&5 - if eval "test \"`echo '$''{'$ac_safe_all'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else -@@ -6008,16 +5989,12 @@ - defineit="" - fi - cat > conftest.$ac_ext <<EOF --#line 6012 "configure" -+#line 5993 "configure" - #include "confdefs.h" - - - #include <sys/types.h> --#define KERNEL --#define _KERNEL - #include <sys/socket.h> --#undef KERNEL --#undef _KERNEL - #include <net/route.h> - - -@@ -6028,7 +6005,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:6032: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:6009: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* - eval "${ac_safe_all}=yes" - else -@@ -6062,7 +6039,7 @@ - ac_uc_define=STRUCT_`echo "${ac_safe_struct}_HAS_${ac_safe_member}" | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` - - echo $ac_n "checking for rtentry.rt_hash""... $ac_c" 1>&6 --echo "configure:6066: checking for rtentry.rt_hash" >&5 -+echo "configure:6043: checking for rtentry.rt_hash" >&5 - if eval "test \"`echo '$''{'$ac_safe_all'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else -@@ -6075,16 +6052,12 @@ - defineit="" - fi - cat > conftest.$ac_ext <<EOF --#line 6079 "configure" -+#line 6056 "configure" - #include "confdefs.h" - - - #include <sys/types.h> --#define KERNEL --#define _KERNEL - #include <sys/socket.h> --#undef KERNEL --#undef _KERNEL - #include <net/route.h> - - -@@ -6095,7 +6068,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:6099: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:6072: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* - eval "${ac_safe_all}=yes" - else -@@ -6129,7 +6102,7 @@ - ac_uc_define=STRUCT_`echo "${ac_safe_struct}_HAS_${ac_safe_member}" | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` - - echo $ac_n "checking for rtentry.rt_use""... $ac_c" 1>&6 --echo "configure:6133: checking for rtentry.rt_use" >&5 -+echo "configure:6106: checking for rtentry.rt_use" >&5 - if eval "test \"`echo '$''{'$ac_safe_all'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else -@@ -6142,16 +6115,12 @@ - defineit="" - fi - cat > conftest.$ac_ext <<EOF --#line 6146 "configure" -+#line 6119 "configure" - #include "confdefs.h" - - - #include <sys/types.h> --#define KERNEL --#define _KERNEL - #include <sys/socket.h> --#undef KERNEL --#undef _KERNEL - #include <net/route.h> - - -@@ -6162,7 +6131,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:6166: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:6135: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* - eval "${ac_safe_all}=yes" - else -@@ -6196,7 +6165,7 @@ - ac_uc_define=STRUCT_`echo "${ac_safe_struct}_HAS_${ac_safe_member}" | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` - - echo $ac_n "checking for tcpstat.tcp_rcvmemdrop""... $ac_c" 1>&6 --echo "configure:6200: checking for tcpstat.tcp_rcvmemdrop" >&5 -+echo "configure:6169: checking for tcpstat.tcp_rcvmemdrop" >&5 - if eval "test \"`echo '$''{'$ac_safe_all'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else -@@ -6209,7 +6178,7 @@ - defineit="" - fi - cat > conftest.$ac_ext <<EOF --#line 6213 "configure" -+#line 6182 "configure" - #include "confdefs.h" - - -@@ -6231,7 +6200,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:6235: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:6204: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* - eval "${ac_safe_all}=yes" - else -@@ -6266,7 +6235,7 @@ - ac_uc_define=STRUCT_`echo "${ac_safe_struct}_HAS_${ac_safe_member}" | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` - - echo $ac_n "checking for ifnet.if_mtu""... $ac_c" 1>&6 --echo "configure:6270: checking for ifnet.if_mtu" >&5 -+echo "configure:6239: checking for ifnet.if_mtu" >&5 - if eval "test \"`echo '$''{'$ac_safe_all'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else -@@ -6279,7 +6248,7 @@ - defineit="" - fi - cat > conftest.$ac_ext <<EOF --#line 6283 "configure" -+#line 6252 "configure" - #include "confdefs.h" - - -@@ -6298,7 +6267,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:6302: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:6271: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* - eval "${ac_safe_all}=yes" - else -@@ -6326,7 +6295,7 @@ - - if test "x$ac_cv_struct_ifnet_has_if_mtu" = "xno"; then - echo $ac_n "checking if _KERNEL needs to be defined for if_mtu""... $ac_c" 1>&6 --echo "configure:6330: checking if _KERNEL needs to be defined for if_mtu" >&5 -+echo "configure:6299: checking if _KERNEL needs to be defined for if_mtu" >&5 - if eval "test \"`echo '$''{'ac_cv_IFNET_NEEDS_KERNEL'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else -@@ -6335,7 +6304,7 @@ - ac_cv_IFNET_NEEDS_KERNEL=no - else - cat > conftest.$ac_ext <<EOF --#line 6339 "configure" -+#line 6308 "configure" - #include "confdefs.h" - - #define _KERNEL 1 -@@ -6356,7 +6325,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:6360: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:6329: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* - ac_cv_IFNET_NEEDS_KERNEL=yes - else -@@ -6388,7 +6357,7 @@ - ac_uc_define=STRUCT_`echo "${ac_safe_struct}_HAS_${ac_safe_member}" | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` - - echo $ac_n "checking for ifaddr.ifa_next""... $ac_c" 1>&6 --echo "configure:6392: checking for ifaddr.ifa_next" >&5 -+echo "configure:6361: checking for ifaddr.ifa_next" >&5 - if eval "test \"`echo '$''{'$ac_safe_all'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else -@@ -6401,7 +6370,7 @@ - defineit="" - fi - cat > conftest.$ac_ext <<EOF --#line 6405 "configure" -+#line 6374 "configure" - #include "confdefs.h" - - -@@ -6426,7 +6395,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:6430: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:6399: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* - eval "${ac_safe_all}=yes" - else -@@ -6461,7 +6430,7 @@ - ac_uc_define=STRUCT_`echo "${ac_safe_struct}_HAS_${ac_safe_member}" | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` - - echo $ac_n "checking for ifnet.if_baudrate""... $ac_c" 1>&6 --echo "configure:6465: checking for ifnet.if_baudrate" >&5 -+echo "configure:6434: checking for ifnet.if_baudrate" >&5 - if eval "test \"`echo '$''{'$ac_safe_all'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else -@@ -6474,7 +6443,7 @@ - defineit="" - fi - cat > conftest.$ac_ext <<EOF --#line 6478 "configure" -+#line 6447 "configure" - #include "confdefs.h" - - -@@ -6533,7 +6502,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:6537: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:6506: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* - eval "${ac_safe_all}=yes" - else -@@ -6568,7 +6537,7 @@ - ac_uc_define=STRUCT_`echo "${ac_safe_struct}_HAS_${ac_safe_member}" | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` - - echo $ac_n "checking for ifnet.if_speed""... $ac_c" 1>&6 --echo "configure:6572: checking for ifnet.if_speed" >&5 -+echo "configure:6541: checking for ifnet.if_speed" >&5 - if eval "test \"`echo '$''{'$ac_safe_all'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else -@@ -6581,7 +6550,7 @@ - defineit="" - fi - cat > conftest.$ac_ext <<EOF --#line 6585 "configure" -+#line 6554 "configure" - #include "confdefs.h" - - -@@ -6640,7 +6609,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:6644: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:6613: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* - eval "${ac_safe_all}=yes" - else -@@ -6675,7 +6644,7 @@ - ac_uc_define=STRUCT_`echo "${ac_safe_struct}_HAS_${ac_safe_member}" | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` - - echo $ac_n "checking for ifnet.if_type""... $ac_c" 1>&6 --echo "configure:6679: checking for ifnet.if_type" >&5 -+echo "configure:6648: checking for ifnet.if_type" >&5 - if eval "test \"`echo '$''{'$ac_safe_all'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else -@@ -6688,7 +6657,7 @@ - defineit="" - fi - cat > conftest.$ac_ext <<EOF --#line 6692 "configure" -+#line 6661 "configure" - #include "confdefs.h" - - -@@ -6747,7 +6716,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:6751: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:6720: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* - eval "${ac_safe_all}=yes" - else -@@ -6782,7 +6751,7 @@ - ac_uc_define=STRUCT_`echo "${ac_safe_struct}_HAS_${ac_safe_member}" | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` - - echo $ac_n "checking for ifnet.if_imcasts""... $ac_c" 1>&6 --echo "configure:6786: checking for ifnet.if_imcasts" >&5 -+echo "configure:6755: checking for ifnet.if_imcasts" >&5 - if eval "test \"`echo '$''{'$ac_safe_all'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else -@@ -6795,7 +6764,7 @@ - defineit="" - fi - cat > conftest.$ac_ext <<EOF --#line 6799 "configure" -+#line 6768 "configure" - #include "confdefs.h" - - -@@ -6854,7 +6823,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:6858: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:6827: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* - eval "${ac_safe_all}=yes" - else -@@ -6889,7 +6858,7 @@ - ac_uc_define=STRUCT_`echo "${ac_safe_struct}_HAS_${ac_safe_member}" | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` - - echo $ac_n "checking for ifnet.if_iqdrops""... $ac_c" 1>&6 --echo "configure:6893: checking for ifnet.if_iqdrops" >&5 -+echo "configure:6862: checking for ifnet.if_iqdrops" >&5 - if eval "test \"`echo '$''{'$ac_safe_all'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else -@@ -6902,7 +6871,7 @@ - defineit="" - fi - cat > conftest.$ac_ext <<EOF --#line 6906 "configure" -+#line 6875 "configure" - #include "confdefs.h" - - -@@ -6961,7 +6930,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:6965: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:6934: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* - eval "${ac_safe_all}=yes" - else -@@ -6996,7 +6965,7 @@ - ac_uc_define=STRUCT_`echo "${ac_safe_struct}_HAS_${ac_safe_member}" | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` - - echo $ac_n "checking for ifnet.if_noproto""... $ac_c" 1>&6 --echo "configure:7000: checking for ifnet.if_noproto" >&5 -+echo "configure:6969: checking for ifnet.if_noproto" >&5 - if eval "test \"`echo '$''{'$ac_safe_all'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else -@@ -7009,7 +6978,7 @@ - defineit="" - fi - cat > conftest.$ac_ext <<EOF --#line 7013 "configure" -+#line 6982 "configure" - #include "confdefs.h" - - -@@ -7068,7 +7037,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:7072: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:7041: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* - eval "${ac_safe_all}=yes" - else -@@ -7103,7 +7072,7 @@ - ac_uc_define=STRUCT_`echo "${ac_safe_struct}_HAS_${ac_safe_member}" | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` - - echo $ac_n "checking for ifnet.if_omcasts""... $ac_c" 1>&6 --echo "configure:7107: checking for ifnet.if_omcasts" >&5 -+echo "configure:7076: checking for ifnet.if_omcasts" >&5 - if eval "test \"`echo '$''{'$ac_safe_all'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else -@@ -7116,7 +7085,7 @@ - defineit="" - fi - cat > conftest.$ac_ext <<EOF --#line 7120 "configure" -+#line 7089 "configure" - #include "confdefs.h" - - -@@ -7175,7 +7144,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:7179: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:7148: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* - eval "${ac_safe_all}=yes" - else -@@ -7210,7 +7179,7 @@ - ac_uc_define=STRUCT_`echo "${ac_safe_struct}_HAS_${ac_safe_member}" | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` - - echo $ac_n "checking for ifnet.if_xname""... $ac_c" 1>&6 --echo "configure:7214: checking for ifnet.if_xname" >&5 -+echo "configure:7183: checking for ifnet.if_xname" >&5 - if eval "test \"`echo '$''{'$ac_safe_all'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else -@@ -7223,7 +7192,7 @@ - defineit="no" - fi - cat > conftest.$ac_ext <<EOF --#line 7227 "configure" -+#line 7196 "configure" - #include "confdefs.h" - - -@@ -7282,7 +7251,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:7286: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:7255: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* - eval "${ac_safe_all}=yes" - else -@@ -7317,7 +7286,7 @@ - ac_uc_define=STRUCT_`echo "${ac_safe_struct}_HAS_${ac_safe_member}" | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` - - echo $ac_n "checking for ifnet.if_lastchange.tv_sec""... $ac_c" 1>&6 --echo "configure:7321: checking for ifnet.if_lastchange.tv_sec" >&5 -+echo "configure:7290: checking for ifnet.if_lastchange.tv_sec" >&5 - if eval "test \"`echo '$''{'$ac_safe_all'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else -@@ -7330,7 +7299,7 @@ - defineit="" - fi - cat > conftest.$ac_ext <<EOF --#line 7334 "configure" -+#line 7303 "configure" - #include "confdefs.h" - - -@@ -7389,7 +7358,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:7393: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:7362: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* - eval "${ac_safe_all}=yes" - else -@@ -7424,7 +7393,7 @@ - ac_uc_define=STRUCT_`echo "${ac_safe_struct}_HAS_${ac_safe_member}" | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` - - echo $ac_n "checking for ifnet.if_obytes""... $ac_c" 1>&6 --echo "configure:7428: checking for ifnet.if_obytes" >&5 -+echo "configure:7397: checking for ifnet.if_obytes" >&5 - if eval "test \"`echo '$''{'$ac_safe_all'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else -@@ -7437,7 +7406,7 @@ - defineit="" - fi - cat > conftest.$ac_ext <<EOF --#line 7441 "configure" -+#line 7410 "configure" - #include "confdefs.h" - - -@@ -7496,7 +7465,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:7500: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:7469: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* - eval "${ac_safe_all}=yes" - else -@@ -7531,7 +7500,7 @@ - ac_uc_define=STRUCT_`echo "${ac_safe_struct}_HAS_${ac_safe_member}" | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` - - echo $ac_n "checking for ifnet.if_ibytes""... $ac_c" 1>&6 --echo "configure:7535: checking for ifnet.if_ibytes" >&5 -+echo "configure:7504: checking for ifnet.if_ibytes" >&5 - if eval "test \"`echo '$''{'$ac_safe_all'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else -@@ -7544,7 +7513,7 @@ - defineit="" - fi - cat > conftest.$ac_ext <<EOF --#line 7548 "configure" -+#line 7517 "configure" - #include "confdefs.h" - - -@@ -7603,7 +7572,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:7607: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:7576: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* - eval "${ac_safe_all}=yes" - else -@@ -7638,7 +7607,7 @@ - ac_uc_define=STRUCT_`echo "${ac_safe_struct}_HAS_${ac_safe_member}" | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` - - echo $ac_n "checking for ifnet.if_addrlist""... $ac_c" 1>&6 --echo "configure:7642: checking for ifnet.if_addrlist" >&5 -+echo "configure:7611: checking for ifnet.if_addrlist" >&5 - if eval "test \"`echo '$''{'$ac_safe_all'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else -@@ -7651,7 +7620,7 @@ - defineit="" - fi - cat > conftest.$ac_ext <<EOF --#line 7655 "configure" -+#line 7624 "configure" - #include "confdefs.h" - - -@@ -7710,7 +7679,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:7714: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:7683: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* - eval "${ac_safe_all}=yes" - else -@@ -7745,7 +7714,7 @@ - ac_uc_define=STRUCT_`echo "${ac_safe_struct}_HAS_${ac_safe_member}" | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` - - echo $ac_n "checking for ifnet.if_addrhead.tqh_first""... $ac_c" 1>&6 --echo "configure:7749: checking for ifnet.if_addrhead.tqh_first" >&5 -+echo "configure:7718: checking for ifnet.if_addrhead.tqh_first" >&5 - if eval "test \"`echo '$''{'$ac_safe_all'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else -@@ -7758,7 +7727,7 @@ - defineit="" - fi - cat > conftest.$ac_ext <<EOF --#line 7762 "configure" -+#line 7731 "configure" - #include "confdefs.h" - - -@@ -7817,7 +7786,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:7821: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:7790: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* - eval "${ac_safe_all}=yes" - else -@@ -7852,7 +7821,7 @@ - ac_uc_define=STRUCT_`echo "${ac_safe_struct}_HAS_${ac_safe_member}" | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` - - echo $ac_n "checking for udpstat.udps_discard""... $ac_c" 1>&6 --echo "configure:7856: checking for udpstat.udps_discard" >&5 -+echo "configure:7825: checking for udpstat.udps_discard" >&5 - if eval "test \"`echo '$''{'$ac_safe_all'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else -@@ -7865,7 +7834,7 @@ - defineit="" - fi - cat > conftest.$ac_ext <<EOF --#line 7869 "configure" -+#line 7838 "configure" - #include "confdefs.h" - - -@@ -7881,7 +7850,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:7885: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:7854: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* - eval "${ac_safe_all}=yes" - else -@@ -7915,7 +7884,7 @@ - ac_uc_define=STRUCT_`echo "${ac_safe_struct}_HAS_${ac_safe_member}" | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` - - echo $ac_n "checking for arphd.at_next""... $ac_c" 1>&6 --echo "configure:7919: checking for arphd.at_next" >&5 -+echo "configure:7888: checking for arphd.at_next" >&5 - if eval "test \"`echo '$''{'$ac_safe_all'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else -@@ -7928,7 +7897,7 @@ - defineit="" - fi - cat > conftest.$ac_ext <<EOF --#line 7932 "configure" -+#line 7901 "configure" - #include "confdefs.h" - - -@@ -7953,7 +7922,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:7957: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:7926: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* - eval "${ac_safe_all}=yes" - else -@@ -7987,7 +7956,7 @@ - ac_uc_define=STRUCT_`echo "${ac_safe_struct}_HAS_${ac_safe_member}" | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` - - echo $ac_n "checking for swdevt.sw_nblksenabled""... $ac_c" 1>&6 --echo "configure:7991: checking for swdevt.sw_nblksenabled" >&5 -+echo "configure:7960: checking for swdevt.sw_nblksenabled" >&5 - if eval "test \"`echo '$''{'$ac_safe_all'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else -@@ -8000,7 +7969,7 @@ - defineit="" - fi - cat > conftest.$ac_ext <<EOF --#line 8004 "configure" -+#line 7973 "configure" - #include "confdefs.h" - - -@@ -8016,7 +7985,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:8020: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:7989: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* - eval "${ac_safe_all}=yes" - else -@@ -8050,7 +8019,7 @@ - ac_uc_define=STRUCT_`echo "${ac_safe_struct}_HAS_${ac_safe_member}" | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` - - echo $ac_n "checking for statvfs.f_frsize""... $ac_c" 1>&6 --echo "configure:8054: checking for statvfs.f_frsize" >&5 -+echo "configure:8023: checking for statvfs.f_frsize" >&5 - if eval "test \"`echo '$''{'$ac_safe_all'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else -@@ -8063,7 +8032,7 @@ - defineit="" - fi - cat > conftest.$ac_ext <<EOF --#line 8067 "configure" -+#line 8036 "configure" - #include "confdefs.h" - - -@@ -8085,7 +8054,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:8089: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:8058: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* - eval "${ac_safe_all}=yes" - else -@@ -8119,7 +8088,7 @@ - ac_uc_define=STRUCT_`echo "${ac_safe_struct}_HAS_${ac_safe_member}" | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` - - echo $ac_n "checking for nlist.n_value""... $ac_c" 1>&6 --echo "configure:8123: checking for nlist.n_value" >&5 -+echo "configure:8092: checking for nlist.n_value" >&5 - if eval "test \"`echo '$''{'$ac_safe_all'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else -@@ -8132,7 +8101,7 @@ - defineit="" - fi - cat > conftest.$ac_ext <<EOF --#line 8136 "configure" -+#line 8105 "configure" - #include "confdefs.h" - - -@@ -8148,7 +8117,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:8152: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:8121: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* - eval "${ac_safe_all}=yes" - else -@@ -8176,7 +8145,7 @@ - - - echo $ac_n "checking if sysctl can read kernel information""... $ac_c" 1>&6 --echo "configure:8180: checking if sysctl can read kernel information" >&5 -+echo "configure:8149: checking if sysctl can read kernel information" >&5 - if eval "test \"`echo '$''{'ac_cv_CAN_USE_SYSCTL'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else -@@ -8184,7 +8153,7 @@ - { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; } - else - cat > conftest.$ac_ext <<EOF --#line 8188 "configure" -+#line 8157 "configure" - #include "confdefs.h" - - #if TIME_WITH_SYS_TIME -@@ -8222,7 +8191,7 @@ - } - - EOF --if { (eval echo configure:8226: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null -+if { (eval echo configure:8195: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null - then - ac_cv_CAN_USE_SYSCTL=yes - else -@@ -8246,12 +8215,12 @@ - fi - - echo $ac_n "checking for u_int8_t""... $ac_c" 1>&6 --echo "configure:8250: checking for u_int8_t" >&5 -+echo "configure:8219: checking for u_int8_t" >&5 - if eval "test \"`echo '$''{'ac_cv_type_u_int8_t'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else - cat > conftest.$ac_ext <<EOF --#line 8255 "configure" -+#line 8224 "configure" - #include "confdefs.h" - #include <sys/types.h> - #if STDC_HEADERS -@@ -8279,12 +8248,12 @@ - fi - - echo $ac_n "checking for u_int16_t""... $ac_c" 1>&6 --echo "configure:8283: checking for u_int16_t" >&5 -+echo "configure:8252: checking for u_int16_t" >&5 - if eval "test \"`echo '$''{'ac_cv_type_u_int16_t'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else - cat > conftest.$ac_ext <<EOF --#line 8288 "configure" -+#line 8257 "configure" - #include "confdefs.h" - #include <sys/types.h> - #if STDC_HEADERS -@@ -8312,12 +8281,12 @@ - fi - - echo $ac_n "checking for u_int32_t""... $ac_c" 1>&6 --echo "configure:8316: checking for u_int32_t" >&5 -+echo "configure:8285: checking for u_int32_t" >&5 - if eval "test \"`echo '$''{'ac_cv_type_u_int32_t'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else - cat > conftest.$ac_ext <<EOF --#line 8321 "configure" -+#line 8290 "configure" - #include "confdefs.h" - #include <sys/types.h> - #if STDC_HEADERS -@@ -8348,7 +8317,7 @@ - - if test "x$ac_cv_user_prompt_LOGFILE" = "x" -o "x$ac_cv_user_prompt_SYS_LOC" = "x" -o "x$ac_cv_user_prompt_SYS_CONTACT" = "x"; then - echo $ac_n "checking if you have run configure before""... $ac_c" 1>&6 --echo "configure:8352: checking if you have run configure before" >&5 -+echo "configure:8321: checking if you have run configure before" >&5 - if eval "test \"`echo '$''{'ac_cv_have_warned'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else -@@ -8403,7 +8372,7 @@ - - System Contact Information" | tail -1` - echo $ac_n "checking $MSG_CHECK""... $ac_c" 1>&6 --echo "configure:8407: checking $MSG_CHECK" >&5 -+echo "configure:8376: checking $MSG_CHECK" >&5 - if eval "test \"`echo '$''{'ac_cv_user_prompt_SYS_CONTACT'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else -@@ -8463,7 +8432,7 @@ - - System Location" | tail -1` - echo $ac_n "checking $MSG_CHECK""... $ac_c" 1>&6 --echo "configure:8467: checking $MSG_CHECK" >&5 -+echo "configure:8436: checking $MSG_CHECK" >&5 - if eval "test \"`echo '$''{'ac_cv_user_prompt_SYS_LOC'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else -@@ -8529,7 +8498,7 @@ - - Location to write logfile" | tail -1` - echo $ac_n "checking $MSG_CHECK""... $ac_c" 1>&6 --echo "configure:8533: checking $MSG_CHECK" >&5 -+echo "configure:8502: checking $MSG_CHECK" >&5 - if eval "test \"`echo '$''{'ac_cv_user_prompt_LOGFILE'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else -@@ -8594,7 +8563,7 @@ - - Location to write persistent information" | tail -1` - echo $ac_n "checking $MSG_CHECK""... $ac_c" 1>&6 --echo "configure:8598: checking $MSG_CHECK" >&5 -+echo "configure:8567: checking $MSG_CHECK" >&5 - if eval "test \"`echo '$''{'ac_cv_user_prompt_PERSISTENT_DIRECTORY'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else |