diff options
author | wiz <wiz@pkgsrc.org> | 2002-10-02 21:10:10 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-10-02 21:10:10 +0000 |
commit | 9fae80ae8ecc99d018ed63fcd8cf89a1bd9a98fd (patch) | |
tree | e5812bf251aefe730f3b8065dec150c50256cb6c /net/ucd-snmp | |
parent | b8ce6fd21e609d22c41fb688665094cd88996128 (diff) | |
download | pkgsrc-9fae80ae8ecc99d018ed63fcd8cf89a1bd9a98fd.tar.gz |
autoconf dependency not needed -- we already have a configure.
While here, delete unnecessary parts of said configure patch.
Diffstat (limited to 'net/ucd-snmp')
-rw-r--r-- | net/ucd-snmp/Makefile | 5 | ||||
-rw-r--r-- | net/ucd-snmp/distinfo | 4 | ||||
-rw-r--r-- | net/ucd-snmp/patches/patch-ah | 3244 |
3 files changed, 17 insertions, 3236 deletions
diff --git a/net/ucd-snmp/Makefile b/net/ucd-snmp/Makefile index a3856aa50ba..ef1eee5fe5c 100644 --- a/net/ucd-snmp/Makefile +++ b/net/ucd-snmp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2002/08/25 18:39:39 jlam Exp $ +# $NetBSD: Makefile,v 1.47 2002/10/02 21:10:10 wiz Exp $ DISTNAME= ucd-snmp-4.2.4 CATEGORIES= net @@ -13,8 +13,6 @@ COMMENT= Extensible SNMP implementation CONFLICTS+= net-snmp-[0-9]* -BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf - BUILD_DEFS+= USE_INET6 USE_BUILDLINK2= # defined @@ -73,7 +71,6 @@ pre-configure: ${LN} -s ${FILESDIR}/disklabel.h ${BUILDLINK_DIR}/include/sys . endif .endif - cd ${WRKSRC} && ${LOCALBASE}/bin/autoreconf # # Adapt for the fact that the default I've seen of ac_max_sed_cmds=90 # will not work w/ built-in sed on Solaris. diff --git a/net/ucd-snmp/distinfo b/net/ucd-snmp/distinfo index 389f5d5e7dc..3bbb9c179b4 100644 --- a/net/ucd-snmp/distinfo +++ b/net/ucd-snmp/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.7 2002/08/25 18:39:40 jlam Exp $ +$NetBSD: distinfo,v 1.8 2002/10/02 21:10:11 wiz Exp $ SHA1 (ucd-snmp-4.2.4.tar.gz) = b1dbf7c5f6971f1f4419d50630a4b34b82ddc57b Size (ucd-snmp-4.2.4.tar.gz) = 1706471 bytes @@ -8,4 +8,4 @@ SHA1 (patch-ac) = 62464c314e6e896810901d89ff8f0bf8ea86e16a SHA1 (patch-ad) = c84a3eb4b28d83f7cc731b1174be74e56c08a00a SHA1 (patch-af) = 61b69b70ffeecd715b7691f5d78862d7c216754b SHA1 (patch-ag) = 8234307641a3a276f32ea2d2516268a31c1c5e97 -SHA1 (patch-ah) = b023ee3b1c7d3e12e06e513fbd0167fb1cdca9f6 +SHA1 (patch-ah) = dc336507e41ebfe87003e602493637946beaa201 diff --git a/net/ucd-snmp/patches/patch-ah b/net/ucd-snmp/patches/patch-ah index bff8ad4116d..840c70efe40 100644 --- a/net/ucd-snmp/patches/patch-ah +++ b/net/ucd-snmp/patches/patch-ah @@ -1,8 +1,8 @@ -$NetBSD: patch-ah,v 1.4 2002/04/09 09:53:55 itojun Exp $ +$NetBSD: patch-ah,v 1.5 2002/10/02 21:10:12 wiz Exp $ ---- configure.orig Mon Apr 8 23:45:00 2002 -+++ configure Tue Apr 9 18:29:20 2002 -@@ -8180,105 +8180,21 @@ +--- configure.orig Mon Apr 8 16:45:00 2002 ++++ configure +@@ -8180,105 +8180,21 @@ else fi @@ -121,349 +121,7 @@ $NetBSD: patch-ah,v 1.4 2002/04/09 09:53:55 itojun Exp $ 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 -@@ -8286,7 +8202,7 @@ - ac_save_LIBS="$LIBS" - LIBS="-lkstat $LIBS" - cat > conftest.$ac_ext <<EOF --#line 8290 "configure" -+#line 8206 "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 -@@ -8297,7 +8213,7 @@ - kstat_lookup() - ; return 0; } - EOF --if { (eval echo configure:8301: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:8217: \"$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 -@@ -8325,7 +8241,7 @@ - fi - - echo $ac_n "checking for kvm_read in -lkvm""... $ac_c" 1>&6 --echo "configure:8329: checking for kvm_read in -lkvm" >&5 -+echo "configure:8245: 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 -@@ -8333,7 +8249,7 @@ - ac_save_LIBS="$LIBS" - LIBS="-lkvm $LIBS" - cat > conftest.$ac_ext <<EOF --#line 8337 "configure" -+#line 8253 "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 -@@ -8344,7 +8260,7 @@ - kvm_read() - ; return 0; } - EOF --if { (eval echo configure:8348: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:8264: \"$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 -@@ -8372,7 +8288,7 @@ - fi - - echo $ac_n "checking for nlist in -lmld""... $ac_c" 1>&6 --echo "configure:8376: checking for nlist in -lmld" >&5 -+echo "configure:8292: 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 -@@ -8380,7 +8296,7 @@ - ac_save_LIBS="$LIBS" - LIBS="-lmld $LIBS" - cat > conftest.$ac_ext <<EOF --#line 8384 "configure" -+#line 8300 "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 -@@ -8391,7 +8307,7 @@ - nlist() - ; return 0; } - EOF --if { (eval echo configure:8395: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:8311: \"$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 -@@ -8419,7 +8335,7 @@ - fi - - echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6 --echo "configure:8423: checking for dlopen in -ldl" >&5 -+echo "configure:8339: checking for dlopen in -ldl" >&5 - ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'` - if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -@@ -8427,7 +8343,7 @@ - ac_save_LIBS="$LIBS" - LIBS="-ldl $LIBS" - cat > conftest.$ac_ext <<EOF --#line 8431 "configure" -+#line 8347 "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 -@@ -8438,7 +8354,7 @@ - dlopen() - ; return 0; } - EOF --if { (eval echo configure:8442: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:8358: \"$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 -@@ -8469,7 +8385,7 @@ - if test "x$tryopenssl" != "xno"; then - if test "x$tryrsaref" != "xno"; then - echo $ac_n "checking for RSAPrivateDecrypt in -lrsaref""... $ac_c" 1>&6 --echo "configure:8473: checking for RSAPrivateDecrypt in -lrsaref" >&5 -+echo "configure:8389: checking for RSAPrivateDecrypt in -lrsaref" >&5 - ac_lib_var=`echo rsaref'_'RSAPrivateDecrypt | sed 'y%./+-%__p_%'` - if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -@@ -8477,7 +8393,7 @@ - ac_save_LIBS="$LIBS" - LIBS="-lrsaref $LIBS" - cat > conftest.$ac_ext <<EOF --#line 8481 "configure" -+#line 8397 "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 -@@ -8488,7 +8404,7 @@ - RSAPrivateDecrypt() - ; return 0; } - EOF --if { (eval echo configure:8492: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:8408: \"$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 -@@ -8516,7 +8432,7 @@ - fi - - echo $ac_n "checking for RSA_PKCS1_RSAref in -lRSAglue""... $ac_c" 1>&6 --echo "configure:8520: checking for RSA_PKCS1_RSAref in -lRSAglue" >&5 -+echo "configure:8436: checking for RSA_PKCS1_RSAref in -lRSAglue" >&5 - ac_lib_var=`echo RSAglue'_'RSA_PKCS1_RSAref | sed 'y%./+-%__p_%'` - if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -@@ -8524,7 +8440,7 @@ - ac_save_LIBS="$LIBS" - LIBS="-lRSAglue $LIBS" - cat > conftest.$ac_ext <<EOF --#line 8528 "configure" -+#line 8444 "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 -@@ -8535,7 +8451,7 @@ - RSA_PKCS1_RSAref() - ; return 0; } - EOF --if { (eval echo configure:8539: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:8455: \"$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 -@@ -8565,7 +8481,7 @@ - fi - - echo $ac_n "checking for EVP_md5 in -lcrypto""... $ac_c" 1>&6 --echo "configure:8569: checking for EVP_md5 in -lcrypto" >&5 -+echo "configure:8485: checking for EVP_md5 in -lcrypto" >&5 - ac_lib_var=`echo crypto'_'EVP_md5 | sed 'y%./+-%__p_%'` - if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -@@ -8573,7 +8489,7 @@ - ac_save_LIBS="$LIBS" - LIBS="-lcrypto $LIBS" - cat > conftest.$ac_ext <<EOF --#line 8577 "configure" -+#line 8493 "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 -@@ -8584,7 +8500,7 @@ - EVP_md5() - ; return 0; } - EOF --if { (eval echo configure:8588: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:8504: \"$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 -@@ -8614,12 +8530,12 @@ - fi - - echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 --echo "configure:8618: checking for ANSI C header files" >&5 -+echo "configure:8534: 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 8623 "configure" -+#line 8539 "configure" - #include "confdefs.h" - #include <stdlib.h> - #include <stdarg.h> -@@ -8627,7 +8543,7 @@ - #include <float.h> - EOF - ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" --{ (eval echo configure:8631: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -+{ (eval echo configure:8547: \"$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* -@@ -8644,7 +8560,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 8648 "configure" -+#line 8564 "configure" - #include "confdefs.h" - #include <string.h> - EOF -@@ -8662,7 +8578,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 8666 "configure" -+#line 8582 "configure" - #include "confdefs.h" - #include <stdlib.h> - EOF -@@ -8683,7 +8599,7 @@ - : - else - cat > conftest.$ac_ext <<EOF --#line 8687 "configure" -+#line 8603 "configure" - #include "confdefs.h" - #include <ctype.h> - #define ISLOWER(c) ('a' <= (c) && (c) <= 'z') -@@ -8694,7 +8610,7 @@ - exit (0); } - - EOF --if { (eval echo configure:8698: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null -+if { (eval echo configure:8614: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null - then - : - else -@@ -8722,12 +8638,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:8726: checking for $ac_hdr that defines DIR" >&5 -+echo "configure:8642: 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 8731 "configure" -+#line 8647 "configure" - #include "confdefs.h" - #include <sys/types.h> - #include <$ac_hdr> -@@ -8735,7 +8651,7 @@ - DIR *dirp = 0; - ; return 0; } - EOF --if { (eval echo configure:8739: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:8655: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* - eval "ac_cv_header_dirent_$ac_safe=yes" - else -@@ -8760,7 +8676,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:8764: checking for opendir in -ldir" >&5 -+echo "configure:8680: 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 -@@ -8768,7 +8684,7 @@ - ac_save_LIBS="$LIBS" - LIBS="-ldir $LIBS" - cat > conftest.$ac_ext <<EOF --#line 8772 "configure" -+#line 8688 "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 -@@ -8779,7 +8695,7 @@ - opendir() - ; return 0; } - EOF --if { (eval echo configure:8783: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:8699: \"$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 -@@ -8801,7 +8717,7 @@ - - else - echo $ac_n "checking for opendir in -lx""... $ac_c" 1>&6 --echo "configure:8805: checking for opendir in -lx" >&5 -+echo "configure:8721: 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 -@@ -8809,7 +8725,7 @@ - ac_save_LIBS="$LIBS" - LIBS="-lx $LIBS" - cat > conftest.$ac_ext <<EOF --#line 8813 "configure" -+#line 8729 "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 -@@ -8820,7 +8736,7 @@ - opendir() - ; return 0; } - EOF --if { (eval echo configure:8824: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:8740: \"$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 -@@ -8843,12 +8759,12 @@ - fi - - echo $ac_n "checking for sys/wait.h that is POSIX.1 compatible""... $ac_c" 1>&6 --echo "configure:8847: checking for sys/wait.h that is POSIX.1 compatible" >&5 -+echo "configure:8763: 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 8852 "configure" -+#line 8768 "configure" - #include "confdefs.h" - #include <sys/types.h> - #include <sys/wait.h> -@@ -8864,7 +8780,7 @@ - s = WIFEXITED (s) ? WEXITSTATUS (s) : 1; - ; return 0; } - EOF --if { (eval echo configure:8868: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:8784: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* - ac_cv_header_sys_wait_h=yes - else -@@ -8884,21 +8800,21 @@ +@@ -8884,7 +8800,7 @@ EOF fi @@ -472,87 +130,7 @@ $NetBSD: patch-ah,v 1.4 2002/04/09 09:53:55 itojun Exp $ do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 --echo "configure:8892: checking for $ac_hdr" >&5 -+echo "configure:8808: 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 8897 "configure" -+#line 8813 "configure" - #include "confdefs.h" - #include <$ac_hdr> - EOF - ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" --{ (eval echo configure:8902: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -+{ (eval echo configure:8818: \"$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* -@@ -8928,17 +8844,17 @@ - do - ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` - echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 --echo "configure:8932: checking for $ac_hdr" >&5 -+echo "configure:8848: 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 8937 "configure" -+#line 8853 "configure" - #include "confdefs.h" - #include <$ac_hdr> - EOF - ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" --{ (eval echo configure:8942: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -+{ (eval echo configure:8858: \"$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* -@@ -8968,17 +8884,17 @@ - do - ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` - echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 --echo "configure:8972: checking for $ac_hdr" >&5 -+echo "configure:8888: 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 8977 "configure" -+#line 8893 "configure" - #include "confdefs.h" - #include <$ac_hdr> - EOF - ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" --{ (eval echo configure:8982: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -+{ (eval echo configure:8898: \"$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* -@@ -9008,17 +8924,17 @@ - do - ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` - echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 --echo "configure:9012: checking for $ac_hdr" >&5 -+echo "configure:8928: 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 9017 "configure" -+#line 8933 "configure" - #include "confdefs.h" - #include <$ac_hdr> - EOF - ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" --{ (eval echo configure:9022: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -+{ (eval echo configure:8938: \"$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* -@@ -9044,21 +8960,21 @@ +@@ -9044,7 +8960,7 @@ else fi done @@ -561,1490 +139,7 @@ $NetBSD: patch-ah,v 1.4 2002/04/09 09:53:55 itojun Exp $ do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 --echo "configure:9052: checking for $ac_hdr" >&5 -+echo "configure:8968: 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 9057 "configure" -+#line 8973 "configure" - #include "confdefs.h" - #include <$ac_hdr> - EOF - ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" --{ (eval echo configure:9062: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -+{ (eval echo configure:8978: \"$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* -@@ -9088,17 +9004,17 @@ - do - ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` - echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 --echo "configure:9092: checking for $ac_hdr" >&5 -+echo "configure:9008: 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 9097 "configure" -+#line 9013 "configure" - #include "confdefs.h" - #include <$ac_hdr> - EOF - ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" --{ (eval echo configure:9102: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -+{ (eval echo configure:9018: \"$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* -@@ -9128,17 +9044,17 @@ - do - ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` - echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 --echo "configure:9132: checking for $ac_hdr" >&5 -+echo "configure:9048: 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 9137 "configure" -+#line 9053 "configure" - #include "confdefs.h" - #include <$ac_hdr> - EOF - ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" --{ (eval echo configure:9142: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -+{ (eval echo configure:9058: \"$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* -@@ -9168,17 +9084,17 @@ - do - ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` - echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 --echo "configure:9172: checking for $ac_hdr" >&5 -+echo "configure:9088: 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 9177 "configure" -+#line 9093 "configure" - #include "confdefs.h" - #include <$ac_hdr> - EOF - ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" --{ (eval echo configure:9182: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -+{ (eval echo configure:9098: \"$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* -@@ -9208,17 +9124,17 @@ - do - ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` - echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 --echo "configure:9212: checking for $ac_hdr" >&5 -+echo "configure:9128: 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 9217 "configure" -+#line 9133 "configure" - #include "confdefs.h" - #include <$ac_hdr> - EOF - ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" --{ (eval echo configure:9222: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -+{ (eval echo configure:9138: \"$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* -@@ -9248,17 +9164,17 @@ - do - ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` - echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 --echo "configure:9252: checking for $ac_hdr" >&5 -+echo "configure:9168: 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 9257 "configure" -+#line 9173 "configure" - #include "confdefs.h" - #include <$ac_hdr> - EOF - ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" --{ (eval echo configure:9262: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -+{ (eval echo configure:9178: \"$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* -@@ -9288,17 +9204,17 @@ - do - ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` - echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 --echo "configure:9292: checking for $ac_hdr" >&5 -+echo "configure:9208: 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 9297 "configure" -+#line 9213 "configure" - #include "confdefs.h" - #include <$ac_hdr> - EOF - ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" --{ (eval echo configure:9302: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -+{ (eval echo configure:9218: \"$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* -@@ -9328,17 +9244,17 @@ - do - ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` - echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 --echo "configure:9332: checking for $ac_hdr" >&5 -+echo "configure:9248: 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 9337 "configure" -+#line 9253 "configure" - #include "confdefs.h" - #include <$ac_hdr> - EOF - ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" --{ (eval echo configure:9342: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -+{ (eval echo configure:9258: \"$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* -@@ -9359,7 +9275,7 @@ - #define $ac_tr_hdr 1 - EOF - echo $ac_n "checking for pkginfo in -ladm""... $ac_c" 1>&6 --echo "configure:9363: checking for pkginfo in -ladm" >&5 -+echo "configure:9279: checking for pkginfo in -ladm" >&5 - ac_lib_var=`echo adm'_'pkginfo | sed 'y%./+-%__p_%'` - if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -@@ -9367,7 +9283,7 @@ - ac_save_LIBS="$LIBS" - LIBS="-ladm $LIBS" - cat > conftest.$ac_ext <<EOF --#line 9371 "configure" -+#line 9287 "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 -@@ -9378,7 +9294,7 @@ - pkginfo() - ; return 0; } - EOF --if { (eval echo configure:9382: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:9298: \"$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 -@@ -9411,17 +9327,17 @@ - do - ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` - echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 --echo "configure:9415: checking for $ac_hdr" >&5 -+echo "configure:9331: 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 9420 "configure" -+#line 9336 "configure" - #include "confdefs.h" - #include <$ac_hdr> - EOF - ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" --{ (eval echo configure:9425: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -+{ (eval echo configure:9341: \"$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* -@@ -9451,17 +9367,17 @@ - do - ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` - echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 --echo "configure:9455: checking for $ac_hdr" >&5 -+echo "configure:9371: 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 9460 "configure" -+#line 9376 "configure" - #include "confdefs.h" - #include <$ac_hdr> - EOF - ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" --{ (eval echo configure:9465: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -+{ (eval echo configure:9381: \"$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* -@@ -9491,17 +9407,17 @@ - do - ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` - echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 --echo "configure:9495: checking for $ac_hdr" >&5 -+echo "configure:9411: 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 9500 "configure" -+#line 9416 "configure" - #include "confdefs.h" - #include <$ac_hdr> - EOF - ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" --{ (eval echo configure:9505: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -+{ (eval echo configure:9421: \"$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* -@@ -9531,17 +9447,17 @@ - do - ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` - echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 --echo "configure:9535: checking for $ac_hdr" >&5 -+echo "configure:9451: 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 9540 "configure" -+#line 9456 "configure" - #include "confdefs.h" - #include <$ac_hdr> - EOF - ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" --{ (eval echo configure:9545: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -+{ (eval echo configure:9461: \"$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* -@@ -9571,17 +9487,17 @@ - do - ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` - echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 --echo "configure:9575: checking for $ac_hdr" >&5 -+echo "configure:9491: 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 9580 "configure" -+#line 9496 "configure" - #include "confdefs.h" - #include <$ac_hdr> - EOF - ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" --{ (eval echo configure:9585: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -+{ (eval echo configure:9501: \"$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* -@@ -9609,12 +9525,12 @@ - - - echo $ac_n "checking for netinet/in_pcb.h""... $ac_c" 1>&6 --echo "configure:9613: checking for netinet/in_pcb.h" >&5 -+echo "configure:9529: checking for netinet/in_pcb.h" >&5 - if eval "test \"`echo '$''{'cv_have_netinet_in_pcb_h'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else - cat > conftest.$ac_ext <<EOF --#line 9618 "configure" -+#line 9534 "configure" - #include "confdefs.h" - - #include <netinet/in.h> -@@ -9622,7 +9538,7 @@ - - EOF - ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" --{ (eval echo configure:9626: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -+{ (eval echo configure:9542: \"$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* -@@ -9649,17 +9565,17 @@ - do - ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` - echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 --echo "configure:9653: checking for $ac_hdr" >&5 -+echo "configure:9569: 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 9658 "configure" -+#line 9574 "configure" - #include "confdefs.h" - #include <$ac_hdr> - EOF - ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" --{ (eval echo configure:9663: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -+{ (eval echo configure:9579: \"$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* -@@ -9689,7 +9605,7 @@ - # Extract the first word of "lpstat", so it can be a program name with args. - set dummy lpstat; ac_word=$2 - echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 --echo "configure:9693: checking for $ac_word" >&5 -+echo "configure:9609: checking for $ac_word" >&5 - if eval "test \"`echo '$''{'ac_cv_path_LPSTAT_PATH'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else -@@ -9734,12 +9650,12 @@ - for ac_func in cgetnext - do - echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 --echo "configure:9738: checking for $ac_func" >&5 -+echo "configure:9654: 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 9743 "configure" -+#line 9659 "configure" - #include "confdefs.h" - /* System header to define __stub macros and hopefully few prototypes, - which can conflict with char $ac_func(); below. */ -@@ -9762,7 +9678,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:9766: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:9682: \"$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 -@@ -9794,7 +9710,7 @@ - fi - - echo $ac_n "checking for authentication support""... $ac_c" 1>&6 --echo "configure:9798: checking for authentication support" >&5 -+echo "configure:9714: checking for authentication support" >&5 - if test "x$ac_cv_lib_crypto_EVP_md5" != "xyes" -o "x$ac_cv_header_openssl_hmac_h" != "xyes" -o "x$ac_cv_header_openssl_hmac_h" != "xyes"; then - cat >> confdefs.h <<\EOF - #define USE_INTERNAL_MD5 1 -@@ -9821,12 +9737,12 @@ - fi - - echo $ac_n "checking for off_t""... $ac_c" 1>&6 --echo "configure:9825: checking for off_t" >&5 -+echo "configure:9741: 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 9830 "configure" -+#line 9746 "configure" - #include "confdefs.h" - #include <sys/types.h> - #if STDC_HEADERS -@@ -9854,12 +9770,12 @@ - fi - - echo $ac_n "checking for pid_t""... $ac_c" 1>&6 --echo "configure:9858: checking for pid_t" >&5 -+echo "configure:9774: 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 9863 "configure" -+#line 9779 "configure" - #include "confdefs.h" - #include <sys/types.h> - #if STDC_HEADERS -@@ -9887,12 +9803,12 @@ - fi - - echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6 --echo "configure:9891: checking whether time.h and sys/time.h may both be included" >&5 -+echo "configure:9807: 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 9896 "configure" -+#line 9812 "configure" - #include "confdefs.h" - #include <sys/types.h> - #include <sys/time.h> -@@ -9901,7 +9817,7 @@ - struct tm *tp; - ; return 0; } - EOF --if { (eval echo configure:9905: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:9821: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* - ac_cv_header_time=yes - else -@@ -9923,12 +9839,12 @@ - - - echo $ac_n "checking for in_addr_t""... $ac_c" 1>&6 --echo "configure:9927: checking for in_addr_t" >&5 -+echo "configure:9843: 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 9932 "configure" -+#line 9848 "configure" - #include "confdefs.h" - #include <sys/types.h> - #if STDC_HEADERS -@@ -9960,7 +9876,7 @@ - fi - - echo $ac_n "checking for correct flags to ps""... $ac_c" 1>&6 --echo "configure:9964: checking for correct flags to ps" >&5 -+echo "configure:9880: 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 -@@ -10004,14 +9920,14 @@ - { echo "configure: error: Endianness has been specified, but you are not cross-compiling." 1>&2; exit 1; } - fi - echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6 --echo "configure:10008: checking whether byte ordering is bigendian" >&5 -+echo "configure:9924: 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 10015 "configure" -+#line 9931 "configure" - #include "confdefs.h" - #include <sys/types.h> - #include <sys/param.h> -@@ -10022,11 +9938,11 @@ - #endif - ; return 0; } - EOF --if { (eval echo configure:10026: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:9942: \"$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 10030 "configure" -+#line 9946 "configure" - #include "confdefs.h" - #include <sys/types.h> - #include <sys/param.h> -@@ -10037,7 +9953,7 @@ - #endif - ; return 0; } - EOF --if { (eval echo configure:10041: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:9957: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* - ac_cv_c_bigendian=yes - else -@@ -10057,7 +9973,7 @@ - { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; } - else - cat > conftest.$ac_ext <<EOF --#line 10061 "configure" -+#line 9977 "configure" - #include "confdefs.h" - main () { - /* Are we little or big endian? From Harbison&Steele. */ -@@ -10070,7 +9986,7 @@ - exit (u.c[sizeof (long) - 1] == 1); - } - EOF --if { (eval echo configure:10074: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null -+if { (eval echo configure:9990: \"$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 -@@ -10098,19 +10014,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:10102: checking for working alloca.h" >&5 -+echo "configure:10018: 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 10107 "configure" -+#line 10023 "configure" - #include "confdefs.h" - #include <alloca.h> - int main() { - char *p = alloca(2 * sizeof(int)); - ; return 0; } - EOF --if { (eval echo configure:10114: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:10030: \"$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 -@@ -10131,12 +10047,12 @@ - fi - - echo $ac_n "checking for alloca""... $ac_c" 1>&6 --echo "configure:10135: checking for alloca" >&5 -+echo "configure:10051: 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 10140 "configure" -+#line 10056 "configure" - #include "confdefs.h" - - #ifdef __GNUC__ -@@ -10164,7 +10080,7 @@ - char *p = (char *) alloca(1); - ; return 0; } - EOF --if { (eval echo configure:10168: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:10084: \"$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 -@@ -10196,12 +10112,12 @@ - - - echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6 --echo "configure:10200: checking whether alloca needs Cray hooks" >&5 -+echo "configure:10116: 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 10205 "configure" -+#line 10121 "configure" - #include "confdefs.h" - #if defined(CRAY) && ! defined(CRAY2) - webecray -@@ -10226,12 +10142,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:10230: checking for $ac_func" >&5 -+echo "configure:10146: 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 10235 "configure" -+#line 10151 "configure" - #include "confdefs.h" - /* System header to define __stub macros and hopefully few prototypes, - which can conflict with char $ac_func(); below. */ -@@ -10254,7 +10170,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:10258: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:10174: \"$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 -@@ -10281,7 +10197,7 @@ - fi - - echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6 --echo "configure:10285: checking stack direction for C alloca" >&5 -+echo "configure:10201: 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 -@@ -10289,7 +10205,7 @@ - ac_cv_c_stack_direction=0 - else - cat > conftest.$ac_ext <<EOF --#line 10293 "configure" -+#line 10209 "configure" - #include "confdefs.h" - find_stack_direction () - { -@@ -10308,7 +10224,7 @@ - exit (find_stack_direction() < 0); - } - EOF --if { (eval echo configure:10312: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null -+if { (eval echo configure:10228: \"$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 -@@ -10331,13 +10247,13 @@ - - if test $ac_cv_prog_gcc = yes; then - echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6 --echo "configure:10335: checking whether ${CC-cc} needs -traditional" >&5 -+echo "configure:10251: 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 10341 "configure" -+#line 10257 "configure" - #include "confdefs.h" - #include <sgtty.h> - Autoconf TIOCGETP -@@ -10355,7 +10271,7 @@ - - if test $ac_cv_prog_gcc_traditional = no; then - cat > conftest.$ac_ext <<EOF --#line 10359 "configure" -+#line 10275 "configure" - #include "confdefs.h" - #include <termio.h> - Autoconf TCGETA -@@ -10377,7 +10293,7 @@ - fi - - echo $ac_n "checking for 8-bit clean memcmp""... $ac_c" 1>&6 --echo "configure:10381: checking for 8-bit clean memcmp" >&5 -+echo "configure:10297: 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 -@@ -10385,7 +10301,7 @@ - ac_cv_func_memcmp_clean=no - else - cat > conftest.$ac_ext <<EOF --#line 10389 "configure" -+#line 10305 "configure" - #include "confdefs.h" - - main() -@@ -10395,7 +10311,7 @@ - } - - EOF --if { (eval echo configure:10399: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null -+if { (eval echo configure:10315: \"$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 -@@ -10413,12 +10329,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:10417: checking return type of signal handlers" >&5 -+echo "configure:10333: 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 10422 "configure" -+#line 10338 "configure" - #include "confdefs.h" - #include <sys/types.h> - #include <signal.h> -@@ -10435,7 +10351,7 @@ - int i; - ; return 0; } - EOF --if { (eval echo configure:10439: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:10355: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* - ac_cv_type_signal=void - else -@@ -10455,7 +10371,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:10459: checking for getmntent in -lsun" >&5 -+echo "configure:10375: 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 -@@ -10463,7 +10379,7 @@ - ac_save_LIBS="$LIBS" - LIBS="-lsun $LIBS" - cat > conftest.$ac_ext <<EOF --#line 10467 "configure" -+#line 10383 "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 -@@ -10474,7 +10390,7 @@ - getmntent() - ; return 0; } - EOF --if { (eval echo configure:10478: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:10394: \"$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 -@@ -10493,7 +10409,7 @@ - else - echo "$ac_t""no" 1>&6 - echo $ac_n "checking for getmntent in -lseq""... $ac_c" 1>&6 --echo "configure:10497: checking for getmntent in -lseq" >&5 -+echo "configure:10413: 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 -@@ -10501,7 +10417,7 @@ - ac_save_LIBS="$LIBS" - LIBS="-lseq $LIBS" - cat > conftest.$ac_ext <<EOF --#line 10505 "configure" -+#line 10421 "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 -@@ -10512,7 +10428,7 @@ - getmntent() - ; return 0; } - EOF --if { (eval echo configure:10516: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:10432: \"$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 -@@ -10531,7 +10447,7 @@ - else - echo "$ac_t""no" 1>&6 - echo $ac_n "checking for getmntent in -lgen""... $ac_c" 1>&6 --echo "configure:10535: checking for getmntent in -lgen" >&5 -+echo "configure:10451: 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 -@@ -10539,7 +10455,7 @@ - ac_save_LIBS="$LIBS" - LIBS="-lgen $LIBS" - cat > conftest.$ac_ext <<EOF --#line 10543 "configure" -+#line 10459 "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 -@@ -10550,7 +10466,7 @@ - getmntent() - ; return 0; } - EOF --if { (eval echo configure:10554: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:10470: \"$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 -@@ -10575,12 +10491,12 @@ - fi - - echo $ac_n "checking for getmntent""... $ac_c" 1>&6 --echo "configure:10579: checking for getmntent" >&5 -+echo "configure:10495: 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 10584 "configure" -+#line 10500 "configure" - #include "confdefs.h" - /* System header to define __stub macros and hopefully few prototypes, - which can conflict with char getmntent(); below. */ -@@ -10603,7 +10519,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:10607: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:10523: \"$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 -@@ -10628,12 +10544,12 @@ - for ac_func in setmntent gethostname uname gettimeofday select socket strtol strtoul - do - echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 --echo "configure:10632: checking for $ac_func" >&5 -+echo "configure:10548: 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 10637 "configure" -+#line 10553 "configure" - #include "confdefs.h" - /* System header to define __stub macros and hopefully few prototypes, - which can conflict with char $ac_func(); below. */ -@@ -10656,7 +10572,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:10660: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:10576: \"$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 -@@ -10683,12 +10599,12 @@ - for ac_func in strchr strdup memcpy memmove index bcopy strcasestr regcomp - do - echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 --echo "configure:10687: checking for $ac_func" >&5 -+echo "configure:10603: 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 10692 "configure" -+#line 10608 "configure" - #include "confdefs.h" - /* System header to define __stub macros and hopefully few prototypes, - which can conflict with char $ac_func(); below. */ -@@ -10711,7 +10627,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:10715: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:10631: \"$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 -@@ -10738,12 +10654,12 @@ - for ac_func in signal sigset sigblock sighold strerror setenv vsnprintf snprintf - do - echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 --echo "configure:10742: checking for $ac_func" >&5 -+echo "configure:10658: 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 10747 "configure" -+#line 10663 "configure" - #include "confdefs.h" - /* System header to define __stub macros and hopefully few prototypes, - which can conflict with char $ac_func(); below. */ -@@ -10766,7 +10682,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:10770: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:10686: \"$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 -@@ -10793,12 +10709,12 @@ - for ac_func in sigaction - do - echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 --echo "configure:10797: checking for $ac_func" >&5 -+echo "configure:10713: 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 10802 "configure" -+#line 10718 "configure" - #include "confdefs.h" - /* System header to define __stub macros and hopefully few prototypes, - which can conflict with char $ac_func(); below. */ -@@ -10821,7 +10737,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:10825: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:10741: \"$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 -@@ -10848,12 +10764,12 @@ - for ac_func in snprintf strtoul - do - echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 --echo "configure:10852: checking for $ac_func" >&5 -+echo "configure:10768: 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 10857 "configure" -+#line 10773 "configure" - #include "confdefs.h" - /* System header to define __stub macros and hopefully few prototypes, - which can conflict with char $ac_func(); below. */ -@@ -10876,7 +10792,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:10880: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:10796: \"$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 -@@ -10903,12 +10819,12 @@ - for ac_func in random lrand48 rand - do - echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 --echo "configure:10907: checking for $ac_func" >&5 -+echo "configure:10823: 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 10912 "configure" -+#line 10828 "configure" - #include "confdefs.h" - /* System header to define __stub macros and hopefully few prototypes, - which can conflict with char $ac_func(); below. */ -@@ -10931,7 +10847,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:10935: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:10851: \"$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 -@@ -10958,12 +10874,12 @@ - for ac_func in execv system fork getpid strncasecmp sigalrm - do - echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 --echo "configure:10962: checking for $ac_func" >&5 -+echo "configure:10878: 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 10967 "configure" -+#line 10883 "configure" - #include "confdefs.h" - /* System header to define __stub macros and hopefully few prototypes, - which can conflict with char $ac_func(); below. */ -@@ -10986,7 +10902,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:10990: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:10906: \"$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 -@@ -11013,12 +10929,12 @@ - for ac_func in rpmGetPath - do - echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 --echo "configure:11017: checking for $ac_func" >&5 -+echo "configure:10933: 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 11022 "configure" -+#line 10938 "configure" - #include "confdefs.h" - /* System header to define __stub macros and hopefully few prototypes, - which can conflict with char $ac_func(); below. */ -@@ -11041,7 +10957,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:11045: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:10961: \"$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 -@@ -11069,12 +10985,12 @@ - for ac_func in getloadavg - do - echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 --echo "configure:11073: checking for $ac_func" >&5 -+echo "configure:10989: 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 11078 "configure" -+#line 10994 "configure" - #include "confdefs.h" - /* System header to define __stub macros and hopefully few prototypes, - which can conflict with char $ac_func(); below. */ -@@ -11097,7 +11013,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:11101: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:11017: \"$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 -@@ -11124,12 +11040,12 @@ - for ac_func in kvm_openfiles nlist knlist - do - echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 --echo "configure:11128: checking for $ac_func" >&5 -+echo "configure:11044: 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 11133 "configure" -+#line 11049 "configure" - #include "confdefs.h" - /* System header to define __stub macros and hopefully few prototypes, - which can conflict with char $ac_func(); below. */ -@@ -11152,7 +11068,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:11156: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:11072: \"$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 -@@ -11179,12 +11095,12 @@ - for ac_func in statvfs statfs - do - echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 --echo "configure:11183: checking for $ac_func" >&5 -+echo "configure:11099: 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 11188 "configure" -+#line 11104 "configure" - #include "confdefs.h" - /* System header to define __stub macros and hopefully few prototypes, - which can conflict with char $ac_func(); below. */ -@@ -11207,7 +11123,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:11211: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:11127: \"$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 -@@ -11234,12 +11150,12 @@ - for ac_func in getdtablesize - do - echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 --echo "configure:11238: checking for $ac_func" >&5 -+echo "configure:11154: 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 11243 "configure" -+#line 11159 "configure" - #include "confdefs.h" - /* System header to define __stub macros and hopefully few prototypes, - which can conflict with char $ac_func(); below. */ -@@ -11262,7 +11178,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:11266: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:11182: \"$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 -@@ -11289,12 +11205,12 @@ - for ac_func in getfsstat kvm_getprocs - do - echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 --echo "configure:11293: checking for $ac_func" >&5 -+echo "configure:11209: 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 11298 "configure" -+#line 11214 "configure" - #include "confdefs.h" - /* System header to define __stub macros and hopefully few prototypes, - which can conflict with char $ac_func(); below. */ -@@ -11317,7 +11233,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:11321: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:11237: \"$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 -@@ -11344,12 +11260,12 @@ - for ac_func in usleep - do - echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 --echo "configure:11348: checking for $ac_func" >&5 -+echo "configure:11264: 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 11353 "configure" -+#line 11269 "configure" - #include "confdefs.h" - /* System header to define __stub macros and hopefully few prototypes, - which can conflict with char $ac_func(); below. */ -@@ -11372,7 +11288,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:11376: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:11292: \"$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 -@@ -11399,12 +11315,12 @@ - for ac_func in setlocale - do - echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 --echo "configure:11403: checking for $ac_func" >&5 -+echo "configure:11319: 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 11408 "configure" -+#line 11324 "configure" - #include "confdefs.h" - /* System header to define __stub macros and hopefully few prototypes, - which can conflict with char $ac_func(); below. */ -@@ -11427,7 +11343,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:11431: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:11347: \"$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 -@@ -11454,12 +11370,12 @@ - for ac_func in tcgetattr - do - echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 --echo "configure:11458: checking for $ac_func" >&5 -+echo "configure:11374: 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 11463 "configure" -+#line 11379 "configure" - #include "confdefs.h" - /* System header to define __stub macros and hopefully few prototypes, - which can conflict with char $ac_func(); below. */ -@@ -11482,7 +11398,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:11486: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:11402: \"$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 -@@ -11509,12 +11425,12 @@ - for ac_func in if_nameindex if_freenameindex - do - echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 --echo "configure:11513: checking for $ac_func" >&5 -+echo "configure:11429: 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 11518 "configure" -+#line 11434 "configure" - #include "confdefs.h" - /* System header to define __stub macros and hopefully few prototypes, - which can conflict with char $ac_func(); below. */ -@@ -11537,7 +11453,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:11541: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:11457: \"$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 -@@ -11564,12 +11480,12 @@ - for ac_func in getpagesize - do - echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 --echo "configure:11568: checking for $ac_func" >&5 -+echo "configure:11484: 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 11573 "configure" -+#line 11489 "configure" - #include "confdefs.h" - /* System header to define __stub macros and hopefully few prototypes, - which can conflict with char $ac_func(); below. */ -@@ -11592,7 +11508,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:11596: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:11512: \"$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 -@@ -11619,12 +11535,12 @@ - for ac_func in dlopen - do - echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 --echo "configure:11623: checking for $ac_func" >&5 -+echo "configure:11539: 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 11628 "configure" -+#line 11544 "configure" - #include "confdefs.h" - /* System header to define __stub macros and hopefully few prototypes, - which can conflict with char $ac_func(); below. */ -@@ -11647,7 +11563,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:11651: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:11567: \"$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 -@@ -11674,12 +11590,12 @@ - for ac_func in mkstemp - do - echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 --echo "configure:11678: checking for $ac_func" >&5 -+echo "configure:11594: 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 11683 "configure" -+#line 11599 "configure" - #include "confdefs.h" - /* System header to define __stub macros and hopefully few prototypes, - which can conflict with char $ac_func(); below. */ -@@ -11702,7 +11618,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:11706: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:11622: \"$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 -@@ -11729,12 +11645,12 @@ - for ac_func in getpwnam getgrnam setgid setuid setgroups - do - echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 --echo "configure:11733: checking for $ac_func" >&5 -+echo "configure:11649: 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 11738 "configure" -+#line 11654 "configure" - #include "confdefs.h" - /* System header to define __stub macros and hopefully few prototypes, - which can conflict with char $ac_func(); below. */ -@@ -11757,7 +11673,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:11761: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:11677: \"$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 -@@ -11783,12 +11699,12 @@ - - - echo $ac_n "checking for SIOCGIFADDR in sys/ioctl.h""... $ac_c" 1>&6 --echo "configure:11787: checking for SIOCGIFADDR in sys/ioctl.h" >&5 -+echo "configure:11703: 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 11792 "configure" -+#line 11708 "configure" - #include "confdefs.h" - - #ifdef HAVE_SYS_IOCTL_H -@@ -11821,7 +11737,7 @@ - - # ultrix - echo $ac_n "checking for two-argument statfs with struct fs_data (Ultrix)""... $ac_c" 1>&6 --echo "configure:11825: checking for two-argument statfs with struct fs_data (Ultrix)" >&5 -+echo "configure:11741: 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 -@@ -11829,7 +11745,7 @@ - fu_cv_sys_stat_fs_data=no - else - cat > conftest.$ac_ext <<EOF --#line 11833 "configure" -+#line 11749 "configure" - #include "confdefs.h" - - #ifdef HAVE_SYS_PARAM_H -@@ -11850,7 +11766,7 @@ - exit (statfs (".", &fsd) != 1); - } - EOF --if { (eval echo configure:11854: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null -+if { (eval echo configure:11770: \"$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 -@@ -11873,13 +11789,13 @@ - fi - - echo $ac_n "checking if __FUNCTION__ is defined""... $ac_c" 1>&6 --echo "configure:11877: checking if __FUNCTION__ is defined" >&5 -+echo "configure:11793: 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 11883 "configure" -+#line 11799 "configure" - #include "confdefs.h" - - int main() { -@@ -11888,7 +11804,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:11892: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:11808: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* - ac_cv_HAVE_CPP_UNDERBAR_FUNCTION_DEFINED=yes - else -@@ -11917,7 +11833,7 @@ - ac_uc_define=STRUCT_`echo "${ac_safe_struct}_HAS_${ac_safe_member}" | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` - - echo $ac_n "checking for sigaction.sa_sigaction""... $ac_c" 1>&6 --echo "configure:11921: checking for sigaction.sa_sigaction" >&5 -+echo "configure:11837: checking for sigaction.sa_sigaction" >&5 - if eval "test \"`echo '$''{'$ac_safe_all'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else -@@ -11930,7 +11846,7 @@ - defineit="no" - fi - cat > conftest.$ac_ext <<EOF --#line 11934 "configure" -+#line 11850 "configure" - #include "confdefs.h" - - -@@ -11948,7 +11864,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:11952: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:11868: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* - eval "${ac_safe_all}=yes" - else -@@ -11982,7 +11898,7 @@ - ac_uc_define=STRUCT_`echo "${ac_safe_struct}_HAS_${ac_safe_member}" | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` - - echo $ac_n "checking for sockaddr.sa_len""... $ac_c" 1>&6 --echo "configure:11986: checking for sockaddr.sa_len" >&5 -+echo "configure:11902: checking for sockaddr.sa_len" >&5 - if eval "test \"`echo '$''{'$ac_safe_all'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else -@@ -11995,7 +11911,7 @@ - defineit="no" - fi - cat > conftest.$ac_ext <<EOF --#line 11999 "configure" -+#line 11915 "configure" - #include "confdefs.h" - - -@@ -12017,7 +11933,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:12021: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:11937: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* - eval "${ac_safe_all}=yes" - else -@@ -12051,7 +11967,7 @@ - ac_uc_define=STRUCT_`echo "${ac_safe_struct}_HAS_${ac_safe_member}" | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` - - echo $ac_n "checking for sockaddr.sa_union.sa_generic.sa_family2""... $ac_c" 1>&6 --echo "configure:12055: checking for sockaddr.sa_union.sa_generic.sa_family2" >&5 -+echo "configure:11971: checking for sockaddr.sa_union.sa_generic.sa_family2" >&5 - if eval "test \"`echo '$''{'$ac_safe_all'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else -@@ -12064,7 +11980,7 @@ - defineit="no" - fi - cat > conftest.$ac_ext <<EOF --#line 12068 "configure" -+#line 11984 "configure" - #include "confdefs.h" - - -@@ -12086,7 +12002,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:12090: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:12006: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* - eval "${ac_safe_all}=yes" - else -@@ -12120,7 +12036,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:12124: checking for rtentry.rt_dst" >&5 -+echo "configure:12040: 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 -@@ -12133,7 +12049,7 @@ - defineit="no" - fi - cat > conftest.$ac_ext <<EOF --#line 12137 "configure" -+#line 12053 "configure" - #include "confdefs.h" - - -@@ -12141,11 +12057,7 @@ +@@ -12141,11 +12057,7 @@ cat > conftest.$ac_ext <<EOF #include <sys/param.h> #endif #include <sys/types.h> @@ -2056,32 +151,7 @@ $NetBSD: patch-ah,v 1.4 2002/04/09 09:53:55 itojun Exp $ #include <net/route.h> -@@ -12156,7 +12068,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:12160: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:12072: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* - eval "${ac_safe_all}=yes" - else -@@ -12183,25 +12095,21 @@ - - - echo $ac_n "checking type of rtentry structure""... $ac_c" 1>&6 --echo "configure:12187: checking type of rtentry structure" >&5 -+echo "configure:12099: 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 12194 "configure" -+#line 12106 "configure" - #include "confdefs.h" - - #ifdef HAVE_SYS_PARAM_H +@@ -12197,11 +12109,7 @@ cat > conftest.$ac_ext <<EOF #include <sys/param.h> #endif #include <sys/types.h> @@ -2093,24 +163,7 @@ $NetBSD: patch-ah,v 1.4 2002/04/09 09:53:55 itojun Exp $ #include <net/route.h> int main() { -@@ -12217,7 +12125,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:12221: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:12129: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* - ac_cv_RTENTRY_TYPE="BSD-4.4" - else -@@ -12228,18 +12136,14 @@ - - if test "x$ac_cv_RTENTRY_TYPE" = "x"; then - cat > conftest.$ac_ext <<EOF --#line 12232 "configure" -+#line 12140 "configure" - #include "confdefs.h" - - #ifdef HAVE_SYS_PARAM_H +@@ -12235,11 +12143,7 @@ cat > conftest.$ac_ext <<EOF #include <sys/param.h> #endif #include <sys/types.h> @@ -2122,46 +175,7 @@ $NetBSD: patch-ah,v 1.4 2002/04/09 09:53:55 itojun Exp $ #include <net/route.h> int main() { -@@ -12249,7 +12153,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:12253: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:12157: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* - ac_cv_RTENTRY_TYPE="BSD-4.3" - else -@@ -12278,12 +12182,12 @@ - - if test "x$ac_cv_RTENTRY_TYPE" = "xunknown"; then - echo $ac_n "checking for struct rtentry""... $ac_c" 1>&6 --echo "configure:12282: checking for struct rtentry" >&5 -+echo "configure:12186: 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 12287 "configure" -+#line 12191 "configure" - #include "confdefs.h" - #define KERNEL - #include <net/route.h> -@@ -12327,24 +12231,20 @@ - - 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:12331: checking for struct rtentry has a rt_next node" >&5 -+echo "configure:12235: 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 12337 "configure" -+#line 12241 "configure" - #include "confdefs.h" - - #ifdef HAVE_SYS_PARAM_H +@@ -12340,11 +12244,7 @@ cat > conftest.$ac_ext <<EOF #include <sys/param.h> #endif #include <sys/types.h> @@ -2173,34 +187,7 @@ $NetBSD: patch-ah,v 1.4 2002/04/09 09:53:55 itojun Exp $ #include <net/route.h> int main() { -@@ -12354,7 +12254,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:12358: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:12258: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* - ac_cv_struct_rtentry_rt_next=yes - else -@@ -12386,7 +12286,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:12390: checking for rtentry.rt_unit" >&5 -+echo "configure:12290: 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 -@@ -12399,7 +12299,7 @@ - defineit="" - fi - cat > conftest.$ac_ext <<EOF --#line 12403 "configure" -+#line 12303 "configure" - #include "confdefs.h" - - -@@ -12407,11 +12307,7 @@ +@@ -12407,11 +12307,7 @@ cat > conftest.$ac_ext <<EOF #include <sys/param.h> #endif #include <sys/types.h> @@ -2212,34 +199,7 @@ $NetBSD: patch-ah,v 1.4 2002/04/09 09:53:55 itojun Exp $ #include <net/route.h> -@@ -12422,7 +12318,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:12426: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:12322: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* - eval "${ac_safe_all}=yes" - else -@@ -12456,7 +12352,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:12460: checking for rtentry.rt_refcnt" >&5 -+echo "configure:12356: 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 -@@ -12469,7 +12365,7 @@ - defineit="" - fi - cat > conftest.$ac_ext <<EOF --#line 12473 "configure" -+#line 12369 "configure" - #include "confdefs.h" - - -@@ -12477,11 +12373,7 @@ +@@ -12477,11 +12373,7 @@ cat > conftest.$ac_ext <<EOF #include <sys/param.h> #endif #include <sys/types.h> @@ -2251,34 +211,7 @@ $NetBSD: patch-ah,v 1.4 2002/04/09 09:53:55 itojun Exp $ #include <net/route.h> -@@ -12492,7 +12384,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:12496: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:12388: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* - eval "${ac_safe_all}=yes" - else -@@ -12526,7 +12418,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:12530: checking for rtentry.rt_hash" >&5 -+echo "configure:12422: 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 -@@ -12539,7 +12431,7 @@ - defineit="" - fi - cat > conftest.$ac_ext <<EOF --#line 12543 "configure" -+#line 12435 "configure" - #include "confdefs.h" - - -@@ -12547,11 +12439,7 @@ +@@ -12547,11 +12439,7 @@ cat > conftest.$ac_ext <<EOF #include <sys/param.h> #endif #include <sys/types.h> @@ -2290,34 +223,7 @@ $NetBSD: patch-ah,v 1.4 2002/04/09 09:53:55 itojun Exp $ #include <net/route.h> -@@ -12562,7 +12450,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:12566: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:12454: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* - eval "${ac_safe_all}=yes" - else -@@ -12596,7 +12484,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:12600: checking for rtentry.rt_use" >&5 -+echo "configure:12488: 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 -@@ -12609,7 +12497,7 @@ - defineit="" - fi - cat > conftest.$ac_ext <<EOF --#line 12613 "configure" -+#line 12501 "configure" - #include "confdefs.h" - - -@@ -12617,11 +12505,7 @@ +@@ -12617,11 +12505,7 @@ cat > conftest.$ac_ext <<EOF #include <sys/param.h> #endif #include <sys/types.h> @@ -2329,1125 +235,3 @@ $NetBSD: patch-ah,v 1.4 2002/04/09 09:53:55 itojun Exp $ #include <net/route.h> -@@ -12632,7 +12516,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:12636: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:12520: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* - eval "${ac_safe_all}=yes" - else -@@ -12666,7 +12550,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:12670: checking for tcpstat.tcp_rcvmemdrop" >&5 -+echo "configure:12554: 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 -@@ -12679,7 +12563,7 @@ - defineit="" - fi - cat > conftest.$ac_ext <<EOF --#line 12683 "configure" -+#line 12567 "configure" - #include "confdefs.h" - - -@@ -12704,7 +12588,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:12708: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:12592: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* - eval "${ac_safe_all}=yes" - else -@@ -12739,7 +12623,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:12743: checking for ifnet.if_mtu" >&5 -+echo "configure:12627: 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 -@@ -12752,7 +12636,7 @@ - defineit="" - fi - cat > conftest.$ac_ext <<EOF --#line 12756 "configure" -+#line 12640 "configure" - #include "confdefs.h" - - -@@ -12774,7 +12658,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:12778: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:12662: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* - eval "${ac_safe_all}=yes" - else -@@ -12802,7 +12686,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:12806: checking if _KERNEL needs to be defined for if_mtu" >&5 -+echo "configure:12690: 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 -@@ -12811,7 +12695,7 @@ - ac_cv_IFNET_NEEDS_KERNEL=no - else - cat > conftest.$ac_ext <<EOF --#line 12815 "configure" -+#line 12699 "configure" - #include "confdefs.h" - - #define _KERNEL 1 -@@ -12835,7 +12719,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:12839: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:12723: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* - ac_cv_IFNET_NEEDS_KERNEL=yes - else -@@ -12867,7 +12751,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:12871: checking for ifaddr.ifa_next" >&5 -+echo "configure:12755: 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 -@@ -12880,7 +12764,7 @@ - defineit="" - fi - cat > conftest.$ac_ext <<EOF --#line 12884 "configure" -+#line 12768 "configure" - #include "confdefs.h" - - -@@ -12908,7 +12792,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:12912: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:12796: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* - eval "${ac_safe_all}=yes" - else -@@ -12943,7 +12827,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:12947: checking for ifnet.if_baudrate" >&5 -+echo "configure:12831: 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 -@@ -12956,7 +12840,7 @@ - defineit="" - fi - cat > conftest.$ac_ext <<EOF --#line 12960 "configure" -+#line 12844 "configure" - #include "confdefs.h" - - -@@ -13015,7 +12899,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:13019: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:12903: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* - eval "${ac_safe_all}=yes" - else -@@ -13050,7 +12934,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.ifs_value""... $ac_c" 1>&6 --echo "configure:13054: checking for ifnet.if_baudrate.ifs_value" >&5 -+echo "configure:12938: checking for ifnet.if_baudrate.ifs_value" >&5 - if eval "test \"`echo '$''{'$ac_safe_all'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else -@@ -13063,7 +12947,7 @@ - defineit="" - fi - cat > conftest.$ac_ext <<EOF --#line 13067 "configure" -+#line 12951 "configure" - #include "confdefs.h" - - -@@ -13122,7 +13006,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:13126: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:13010: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* - eval "${ac_safe_all}=yes" - else -@@ -13157,7 +13041,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:13161: checking for ifnet.if_speed" >&5 -+echo "configure:13045: 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 -@@ -13170,7 +13054,7 @@ - defineit="" - fi - cat > conftest.$ac_ext <<EOF --#line 13174 "configure" -+#line 13058 "configure" - #include "confdefs.h" - - -@@ -13229,7 +13113,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:13233: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:13117: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* - eval "${ac_safe_all}=yes" - else -@@ -13264,7 +13148,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:13268: checking for ifnet.if_type" >&5 -+echo "configure:13152: 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 -@@ -13277,7 +13161,7 @@ - defineit="" - fi - cat > conftest.$ac_ext <<EOF --#line 13281 "configure" -+#line 13165 "configure" - #include "confdefs.h" - - -@@ -13336,7 +13220,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:13340: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:13224: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* - eval "${ac_safe_all}=yes" - else -@@ -13371,7 +13255,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:13375: checking for ifnet.if_imcasts" >&5 -+echo "configure:13259: 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 -@@ -13384,7 +13268,7 @@ - defineit="" - fi - cat > conftest.$ac_ext <<EOF --#line 13388 "configure" -+#line 13272 "configure" - #include "confdefs.h" - - -@@ -13443,7 +13327,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:13447: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:13331: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* - eval "${ac_safe_all}=yes" - else -@@ -13478,7 +13362,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:13482: checking for ifnet.if_iqdrops" >&5 -+echo "configure:13366: 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 -@@ -13491,7 +13375,7 @@ - defineit="" - fi - cat > conftest.$ac_ext <<EOF --#line 13495 "configure" -+#line 13379 "configure" - #include "confdefs.h" - - -@@ -13550,7 +13434,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:13554: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:13438: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* - eval "${ac_safe_all}=yes" - else -@@ -13585,7 +13469,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:13589: checking for ifnet.if_noproto" >&5 -+echo "configure:13473: 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 -@@ -13598,7 +13482,7 @@ - defineit="" - fi - cat > conftest.$ac_ext <<EOF --#line 13602 "configure" -+#line 13486 "configure" - #include "confdefs.h" - - -@@ -13657,7 +13541,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:13661: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:13545: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* - eval "${ac_safe_all}=yes" - else -@@ -13692,7 +13576,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:13696: checking for ifnet.if_omcasts" >&5 -+echo "configure:13580: 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 -@@ -13705,7 +13589,7 @@ - defineit="" - fi - cat > conftest.$ac_ext <<EOF --#line 13709 "configure" -+#line 13593 "configure" - #include "confdefs.h" - - -@@ -13764,7 +13648,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:13768: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:13652: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* - eval "${ac_safe_all}=yes" - else -@@ -13799,7 +13683,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:13803: checking for ifnet.if_xname" >&5 -+echo "configure:13687: 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 -@@ -13812,7 +13696,7 @@ - defineit="no" - fi - cat > conftest.$ac_ext <<EOF --#line 13816 "configure" -+#line 13700 "configure" - #include "confdefs.h" - - -@@ -13871,7 +13755,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:13875: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:13759: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* - eval "${ac_safe_all}=yes" - else -@@ -13906,7 +13790,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:13910: checking for ifnet.if_lastchange.tv_sec" >&5 -+echo "configure:13794: 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 -@@ -13919,7 +13803,7 @@ - defineit="" - fi - cat > conftest.$ac_ext <<EOF --#line 13923 "configure" -+#line 13807 "configure" - #include "confdefs.h" - - -@@ -13978,7 +13862,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:13982: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:13866: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* - eval "${ac_safe_all}=yes" - else -@@ -14013,7 +13897,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:14017: checking for ifnet.if_obytes" >&5 -+echo "configure:13901: 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 -@@ -14026,7 +13910,7 @@ - defineit="" - fi - cat > conftest.$ac_ext <<EOF --#line 14030 "configure" -+#line 13914 "configure" - #include "confdefs.h" - - -@@ -14085,7 +13969,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:14089: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:13973: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* - eval "${ac_safe_all}=yes" - else -@@ -14120,7 +14004,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:14124: checking for ifnet.if_ibytes" >&5 -+echo "configure:14008: 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 -@@ -14133,7 +14017,7 @@ - defineit="" - fi - cat > conftest.$ac_ext <<EOF --#line 14137 "configure" -+#line 14021 "configure" - #include "confdefs.h" - - -@@ -14192,7 +14076,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:14196: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:14080: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* - eval "${ac_safe_all}=yes" - else -@@ -14227,7 +14111,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:14231: checking for ifnet.if_addrlist" >&5 -+echo "configure:14115: 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 -@@ -14240,7 +14124,7 @@ - defineit="" - fi - cat > conftest.$ac_ext <<EOF --#line 14244 "configure" -+#line 14128 "configure" - #include "confdefs.h" - - -@@ -14299,7 +14183,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:14303: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:14187: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* - eval "${ac_safe_all}=yes" - else -@@ -14334,7 +14218,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:14338: checking for ifnet.if_addrhead.tqh_first" >&5 -+echo "configure:14222: 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 -@@ -14347,7 +14231,7 @@ - defineit="" - fi - cat > conftest.$ac_ext <<EOF --#line 14351 "configure" -+#line 14235 "configure" - #include "confdefs.h" - - -@@ -14406,7 +14290,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:14410: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:14294: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* - eval "${ac_safe_all}=yes" - else -@@ -14441,7 +14325,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:14445: checking for udpstat.udps_discard" >&5 -+echo "configure:14329: 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 -@@ -14454,7 +14338,7 @@ - defineit="" - fi - cat > conftest.$ac_ext <<EOF --#line 14458 "configure" -+#line 14342 "configure" - #include "confdefs.h" - - -@@ -14480,7 +14364,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:14484: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:14368: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* - eval "${ac_safe_all}=yes" - else -@@ -14514,7 +14398,7 @@ - ac_uc_define=STRUCT_`echo "${ac_safe_struct}_HAS_${ac_safe_member}" | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` - - echo $ac_n "checking for udpstat.udps_noport""... $ac_c" 1>&6 --echo "configure:14518: checking for udpstat.udps_noport" >&5 -+echo "configure:14402: checking for udpstat.udps_noport" >&5 - if eval "test \"`echo '$''{'$ac_safe_all'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else -@@ -14527,7 +14411,7 @@ - defineit="" - fi - cat > conftest.$ac_ext <<EOF --#line 14531 "configure" -+#line 14415 "configure" - #include "confdefs.h" - - -@@ -14553,7 +14437,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:14557: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:14441: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* - eval "${ac_safe_all}=yes" - else -@@ -14587,7 +14471,7 @@ - ac_uc_define=STRUCT_`echo "${ac_safe_struct}_HAS_${ac_safe_member}" | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` - - echo $ac_n "checking for udpstat.udps_noportbcast""... $ac_c" 1>&6 --echo "configure:14591: checking for udpstat.udps_noportbcast" >&5 -+echo "configure:14475: checking for udpstat.udps_noportbcast" >&5 - if eval "test \"`echo '$''{'$ac_safe_all'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else -@@ -14600,7 +14484,7 @@ - defineit="" - fi - cat > conftest.$ac_ext <<EOF --#line 14604 "configure" -+#line 14488 "configure" - #include "confdefs.h" - - -@@ -14626,7 +14510,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:14630: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:14514: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* - eval "${ac_safe_all}=yes" - else -@@ -14660,7 +14544,7 @@ - ac_uc_define=STRUCT_`echo "${ac_safe_struct}_HAS_${ac_safe_member}" | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` - - echo $ac_n "checking for udpstat.udps_fullsock""... $ac_c" 1>&6 --echo "configure:14664: checking for udpstat.udps_fullsock" >&5 -+echo "configure:14548: checking for udpstat.udps_fullsock" >&5 - if eval "test \"`echo '$''{'$ac_safe_all'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else -@@ -14673,7 +14557,7 @@ - defineit="" - fi - cat > conftest.$ac_ext <<EOF --#line 14677 "configure" -+#line 14561 "configure" - #include "confdefs.h" - - -@@ -14699,7 +14583,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:14703: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:14587: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* - eval "${ac_safe_all}=yes" - else -@@ -14733,7 +14617,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:14737: checking for arphd.at_next" >&5 -+echo "configure:14621: 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 -@@ -14746,7 +14630,7 @@ - defineit="" - fi - cat > conftest.$ac_ext <<EOF --#line 14750 "configure" -+#line 14634 "configure" - #include "confdefs.h" - - -@@ -14774,7 +14658,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:14778: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:14662: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* - eval "${ac_safe_all}=yes" - else -@@ -14808,7 +14692,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:14812: checking for swdevt.sw_nblksenabled" >&5 -+echo "configure:14696: 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 -@@ -14821,7 +14705,7 @@ - defineit="" - fi - cat > conftest.$ac_ext <<EOF --#line 14825 "configure" -+#line 14709 "configure" - #include "confdefs.h" - - -@@ -14837,7 +14721,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:14841: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:14725: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* - eval "${ac_safe_all}=yes" - else -@@ -14871,7 +14755,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:14875: checking for statvfs.f_frsize" >&5 -+echo "configure:14759: 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 -@@ -14884,7 +14768,7 @@ - defineit="" - fi - cat > conftest.$ac_ext <<EOF --#line 14888 "configure" -+#line 14772 "configure" - #include "confdefs.h" - - -@@ -14906,7 +14790,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:14910: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:14794: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* - eval "${ac_safe_all}=yes" - else -@@ -14940,7 +14824,7 @@ - ac_uc_define=STRUCT_`echo "${ac_safe_struct}_HAS_${ac_safe_member}" | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` - - echo $ac_n "checking for statvfs.f_files""... $ac_c" 1>&6 --echo "configure:14944: checking for statvfs.f_files" >&5 -+echo "configure:14828: checking for statvfs.f_files" >&5 - if eval "test \"`echo '$''{'$ac_safe_all'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else -@@ -14953,7 +14837,7 @@ - defineit="" - fi - cat > conftest.$ac_ext <<EOF --#line 14957 "configure" -+#line 14841 "configure" - #include "confdefs.h" - - -@@ -14975,7 +14859,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:14979: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:14863: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* - eval "${ac_safe_all}=yes" - else -@@ -15009,7 +14893,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:15013: checking for nlist.n_value" >&5 -+echo "configure:14897: 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 -@@ -15022,7 +14906,7 @@ - defineit="" - fi - cat > conftest.$ac_ext <<EOF --#line 15026 "configure" -+#line 14910 "configure" - #include "confdefs.h" - - -@@ -15038,7 +14922,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:15042: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:14926: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* - eval "${ac_safe_all}=yes" - else -@@ -15072,7 +14956,7 @@ - ac_uc_define=STRUCT_`echo "${ac_safe_struct}_HAS_${ac_safe_member}" | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` - - echo $ac_n "checking for ipstat.ips_cantforward""... $ac_c" 1>&6 --echo "configure:15076: checking for ipstat.ips_cantforward" >&5 -+echo "configure:14960: checking for ipstat.ips_cantforward" >&5 - if eval "test \"`echo '$''{'$ac_safe_all'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else -@@ -15085,7 +14969,7 @@ - defineit="" - fi - cat > conftest.$ac_ext <<EOF --#line 15089 "configure" -+#line 14973 "configure" - #include "confdefs.h" - - -@@ -15105,7 +14989,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:15109: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:14993: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* - eval "${ac_safe_all}=yes" - else -@@ -15139,7 +15023,7 @@ - ac_uc_define=STRUCT_`echo "${ac_safe_struct}_HAS_${ac_safe_member}" | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` - - echo $ac_n "checking for ipstat.ips_cantfrag""... $ac_c" 1>&6 --echo "configure:15143: checking for ipstat.ips_cantfrag" >&5 -+echo "configure:15027: checking for ipstat.ips_cantfrag" >&5 - if eval "test \"`echo '$''{'$ac_safe_all'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else -@@ -15152,7 +15036,7 @@ - defineit="" - fi - cat > conftest.$ac_ext <<EOF --#line 15156 "configure" -+#line 15040 "configure" - #include "confdefs.h" - - -@@ -15172,7 +15056,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:15176: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:15060: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* - eval "${ac_safe_all}=yes" - else -@@ -15206,7 +15090,7 @@ - ac_uc_define=STRUCT_`echo "${ac_safe_struct}_HAS_${ac_safe_member}" | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` - - echo $ac_n "checking for ipstat.ips_delivered""... $ac_c" 1>&6 --echo "configure:15210: checking for ipstat.ips_delivered" >&5 -+echo "configure:15094: checking for ipstat.ips_delivered" >&5 - if eval "test \"`echo '$''{'$ac_safe_all'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else -@@ -15219,7 +15103,7 @@ - defineit="" - fi - cat > conftest.$ac_ext <<EOF --#line 15223 "configure" -+#line 15107 "configure" - #include "confdefs.h" - - -@@ -15239,7 +15123,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:15243: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:15127: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* - eval "${ac_safe_all}=yes" - else -@@ -15273,7 +15157,7 @@ - ac_uc_define=STRUCT_`echo "${ac_safe_struct}_HAS_${ac_safe_member}" | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` - - echo $ac_n "checking for ipstat.ips_fragdropped""... $ac_c" 1>&6 --echo "configure:15277: checking for ipstat.ips_fragdropped" >&5 -+echo "configure:15161: checking for ipstat.ips_fragdropped" >&5 - if eval "test \"`echo '$''{'$ac_safe_all'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else -@@ -15286,7 +15170,7 @@ - defineit="" - fi - cat > conftest.$ac_ext <<EOF --#line 15290 "configure" -+#line 15174 "configure" - #include "confdefs.h" - - -@@ -15306,7 +15190,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:15310: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:15194: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* - eval "${ac_safe_all}=yes" - else -@@ -15340,7 +15224,7 @@ - ac_uc_define=STRUCT_`echo "${ac_safe_struct}_HAS_${ac_safe_member}" | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` - - echo $ac_n "checking for ipstat.ips_fragtimeout""... $ac_c" 1>&6 --echo "configure:15344: checking for ipstat.ips_fragtimeout" >&5 -+echo "configure:15228: checking for ipstat.ips_fragtimeout" >&5 - if eval "test \"`echo '$''{'$ac_safe_all'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else -@@ -15353,7 +15237,7 @@ - defineit="" - fi - cat > conftest.$ac_ext <<EOF --#line 15357 "configure" -+#line 15241 "configure" - #include "confdefs.h" - - -@@ -15373,7 +15257,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:15377: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:15261: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* - eval "${ac_safe_all}=yes" - else -@@ -15407,7 +15291,7 @@ - ac_uc_define=STRUCT_`echo "${ac_safe_struct}_HAS_${ac_safe_member}" | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` - - echo $ac_n "checking for ipstat.ips_localout""... $ac_c" 1>&6 --echo "configure:15411: checking for ipstat.ips_localout" >&5 -+echo "configure:15295: checking for ipstat.ips_localout" >&5 - if eval "test \"`echo '$''{'$ac_safe_all'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else -@@ -15420,7 +15304,7 @@ - defineit="" - fi - cat > conftest.$ac_ext <<EOF --#line 15424 "configure" -+#line 15308 "configure" - #include "confdefs.h" - - -@@ -15440,7 +15324,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:15444: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:15328: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* - eval "${ac_safe_all}=yes" - else -@@ -15474,7 +15358,7 @@ - ac_uc_define=STRUCT_`echo "${ac_safe_struct}_HAS_${ac_safe_member}" | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` - - echo $ac_n "checking for ipstat.ips_noproto""... $ac_c" 1>&6 --echo "configure:15478: checking for ipstat.ips_noproto" >&5 -+echo "configure:15362: checking for ipstat.ips_noproto" >&5 - if eval "test \"`echo '$''{'$ac_safe_all'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else -@@ -15487,7 +15371,7 @@ - defineit="" - fi - cat > conftest.$ac_ext <<EOF --#line 15491 "configure" -+#line 15375 "configure" - #include "confdefs.h" - - -@@ -15507,7 +15391,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:15511: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:15395: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* - eval "${ac_safe_all}=yes" - else -@@ -15541,7 +15425,7 @@ - ac_uc_define=STRUCT_`echo "${ac_safe_struct}_HAS_${ac_safe_member}" | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` - - echo $ac_n "checking for ipstat.ips_noroute""... $ac_c" 1>&6 --echo "configure:15545: checking for ipstat.ips_noroute" >&5 -+echo "configure:15429: checking for ipstat.ips_noroute" >&5 - if eval "test \"`echo '$''{'$ac_safe_all'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else -@@ -15554,7 +15438,7 @@ - defineit="" - fi - cat > conftest.$ac_ext <<EOF --#line 15558 "configure" -+#line 15442 "configure" - #include "confdefs.h" - - -@@ -15574,7 +15458,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:15578: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:15462: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* - eval "${ac_safe_all}=yes" - else -@@ -15608,7 +15492,7 @@ - ac_uc_define=STRUCT_`echo "${ac_safe_struct}_HAS_${ac_safe_member}" | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` - - echo $ac_n "checking for ipstat.ips_odropped""... $ac_c" 1>&6 --echo "configure:15612: checking for ipstat.ips_odropped" >&5 -+echo "configure:15496: checking for ipstat.ips_odropped" >&5 - if eval "test \"`echo '$''{'$ac_safe_all'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else -@@ -15621,7 +15505,7 @@ - defineit="" - fi - cat > conftest.$ac_ext <<EOF --#line 15625 "configure" -+#line 15509 "configure" - #include "confdefs.h" - - -@@ -15641,7 +15525,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:15645: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:15529: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* - eval "${ac_safe_all}=yes" - else -@@ -15675,7 +15559,7 @@ - ac_uc_define=STRUCT_`echo "${ac_safe_struct}_HAS_${ac_safe_member}" | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` - - echo $ac_n "checking for ipstat.ips_ofragments""... $ac_c" 1>&6 --echo "configure:15679: checking for ipstat.ips_ofragments" >&5 -+echo "configure:15563: checking for ipstat.ips_ofragments" >&5 - if eval "test \"`echo '$''{'$ac_safe_all'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else -@@ -15688,7 +15572,7 @@ - defineit="" - fi - cat > conftest.$ac_ext <<EOF --#line 15692 "configure" -+#line 15576 "configure" - #include "confdefs.h" - - -@@ -15708,7 +15592,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:15712: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:15596: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* - eval "${ac_safe_all}=yes" - else -@@ -15742,7 +15626,7 @@ - ac_uc_define=STRUCT_`echo "${ac_safe_struct}_HAS_${ac_safe_member}" | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` - - echo $ac_n "checking for ipstat.ips_reassembled""... $ac_c" 1>&6 --echo "configure:15746: checking for ipstat.ips_reassembled" >&5 -+echo "configure:15630: checking for ipstat.ips_reassembled" >&5 - if eval "test \"`echo '$''{'$ac_safe_all'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else -@@ -15755,7 +15639,7 @@ - defineit="" - fi - cat > conftest.$ac_ext <<EOF --#line 15759 "configure" -+#line 15643 "configure" - #include "confdefs.h" - - -@@ -15775,7 +15659,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:15779: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:15663: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* - eval "${ac_safe_all}=yes" - else -@@ -15806,7 +15690,7 @@ - echo "configure: warning: Can't check sysctl, manually define CAN_USE_SYSCTL if platform support available" 1>&2 - else - echo $ac_n "checking if sysctl can read kernel information""... $ac_c" 1>&6 --echo "configure:15810: checking if sysctl can read kernel information" >&5 -+echo "configure:15694: 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 -@@ -15814,7 +15698,7 @@ - ac_cv_CAN_USE_SYSCTL=no - else - cat > conftest.$ac_ext <<EOF --#line 15818 "configure" -+#line 15702 "configure" - #include "confdefs.h" - - #if TIME_WITH_SYS_TIME -@@ -15852,7 +15736,7 @@ - } - - EOF --if { (eval echo configure:15856: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null -+if { (eval echo configure:15740: \"$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 -@@ -15877,12 +15761,12 @@ - fi - - echo $ac_n "checking whether TCP timers depend on \`hz'""... $ac_c" 1>&6 --echo "configure:15881: checking whether TCP timers depend on \`hz'" >&5 -+echo "configure:15765: checking whether TCP timers depend on \`hz'" >&5 - if eval "test \"`echo '$''{'ac_cv_TCPTV_NEEDS_HZ'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else - cat > conftest.$ac_ext <<EOF --#line 15886 "configure" -+#line 15770 "configure" - #include "confdefs.h" - #include <netinet/tcp_timer.h> - TCPTV_SRTTDFLT -@@ -15912,7 +15796,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:15916: checking if you have run configure before" >&5 -+echo "configure:15800: 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 -@@ -15967,7 +15851,7 @@ - - System Contact Information" | tail -1` - echo $ac_n "checking $MSG_CHECK""... $ac_c" 1>&6 --echo "configure:15971: checking $MSG_CHECK" >&5 -+echo "configure:15855: 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 -@@ -16027,7 +15911,7 @@ - - System Location" | tail -1` - echo $ac_n "checking $MSG_CHECK""... $ac_c" 1>&6 --echo "configure:16031: checking $MSG_CHECK" >&5 -+echo "configure:15915: 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 -@@ -16093,7 +15977,7 @@ - - Location to write logfile" | tail -1` - echo $ac_n "checking $MSG_CHECK""... $ac_c" 1>&6 --echo "configure:16097: checking $MSG_CHECK" >&5 -+echo "configure:15981: 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 -@@ -16158,7 +16042,7 @@ - - Location to write persistent information" | tail -1` - echo $ac_n "checking $MSG_CHECK""... $ac_c" 1>&6 --echo "configure:16162: checking $MSG_CHECK" >&5 -+echo "configure:16046: 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 |