=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== ifstat-1.1/autogen.sh-3- ifstat-1.1/autogen.sh:4:srcdir=`dirname $0` ifstat-1.1/autogen.sh-5- ifstat-1.1/autogen.sh-6-# name of the current package ifstat-1.1/autogen.sh:7:PKG_NAME=`basename \`(cd $srcdir; pwd)\`` ifstat-1.1/autogen.sh-8- ############################################## ifstat-1.1/install-sh-85- ifstat-1.1/install-sh:86: -t=*) transformarg=`echo $1 | sed 's/-t=//'` ifstat-1.1/install-sh-87- shift ############################################## ifstat-1.1/install-sh-89- ifstat-1.1/install-sh:90: -b=*) transformbasename=`echo $1 | sed 's/-b=//'` ifstat-1.1/install-sh-91- shift ############################################## ifstat-1.1/install-sh-151- then ifstat-1.1/install-sh:152: dst="$dst"/`basename $src` ifstat-1.1/install-sh-153- else ############################################## ifstat-1.1/install-sh-158-## this sed command emulates the dirname command ifstat-1.1/install-sh:159:dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'` ifstat-1.1/install-sh-160- ############################################## ifstat-1.1/install-sh-172-IFS='%' ifstat-1.1/install-sh:173:set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'` ifstat-1.1/install-sh-174-IFS="${oIFS}" ############################################## ifstat-1.1/install-sh-206- then ifstat-1.1/install-sh:207: dstfile=`basename $dst` ifstat-1.1/install-sh-208- else ############################################## ifstat-1.1/install-sh-216- then ifstat-1.1/install-sh:217: dstfile=`basename $dst` ifstat-1.1/install-sh-218- else ############################################## ifstat-1.1/libifstat-config.in-16- case "$1" in ifstat-1.1/libifstat-config.in:17: -*=*) optarg=`echo "$1" | sed 's/[-_a-zA-Z0-9]*=//'` ;; ifstat-1.1/libifstat-config.in-18- *) optarg= ;; ############################################## ifstat-1.1/configure-93- case "$ac_option" in ifstat-1.1/configure:94: -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;; ifstat-1.1/configure-95- *) ac_optarg= ;; ############################################## ifstat-1.1/configure-125- -disable-* | --disable-*) ifstat-1.1/configure:126: ac_feature=`echo $ac_option|sed -e 's/-*disable-//'` ifstat-1.1/configure-127- # Reject names that are not valid shell variable names. ifstat-1.1/configure:128: if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then ifstat-1.1/configure-129- { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; } ifstat-1.1/configure-130- fi ifstat-1.1/configure:131: ac_feature=`echo $ac_feature| sed 's/-/_/g'` ifstat-1.1/configure-132- eval "enable_${ac_feature}=no" ;; ############################################## ifstat-1.1/configure-134- -enable-* | --enable-*) ifstat-1.1/configure:135: ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'` ifstat-1.1/configure-136- # Reject names that are not valid shell variable names. ifstat-1.1/configure:137: if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then ifstat-1.1/configure-138- { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; } ifstat-1.1/configure-139- fi ifstat-1.1/configure:140: ac_feature=`echo $ac_feature| sed 's/-/_/g'` ifstat-1.1/configure-141- case "$ac_option" in ############################################## ifstat-1.1/configure-365- -with-* | --with-*) ifstat-1.1/configure:366: ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'` ifstat-1.1/configure-367- # Reject names that are not valid shell variable names. ifstat-1.1/configure:368: if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then ifstat-1.1/configure-369- { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; } ifstat-1.1/configure-370- fi ifstat-1.1/configure:371: ac_package=`echo $ac_package| sed 's/-/_/g'` ifstat-1.1/configure-372- case "$ac_option" in ############################################## ifstat-1.1/configure-378- -without-* | --without-*) ifstat-1.1/configure:379: ac_package=`echo $ac_option|sed -e 's/-*without-//'` ifstat-1.1/configure-380- # Reject names that are not valid shell variable names. ifstat-1.1/configure:381: if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then ifstat-1.1/configure-382- { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; } ifstat-1.1/configure-383- fi ifstat-1.1/configure:384: ac_package=`echo $ac_package| sed 's/-/_/g'` ifstat-1.1/configure-385- eval "with_${ac_package}=no" ;; ############################################## ifstat-1.1/configure-408- *) ifstat-1.1/configure:409: if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then ifstat-1.1/configure-410- echo "configure: warning: $ac_option: invalid host type" 1>&2 ############################################## ifstat-1.1/configure-421-if test -n "$ac_prev"; then ifstat-1.1/configure:422: { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; } ifstat-1.1/configure-423-fi ############################################## ifstat-1.1/configure-486- ac_prog=$0 ifstat-1.1/configure:487: ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'` ifstat-1.1/configure-488- test "x$ac_confdir" = "x$ac_prog" && ac_confdir=. ############################################## ifstat-1.1/configure-502-fi ifstat-1.1/configure:503:srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'` ifstat-1.1/configure-504- ############################################## ifstat-1.1/configure-605-if test -z "$INSTALL"; then ifstat-1.1/configure:606:if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then ifstat-1.1/configure-607- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## ifstat-1.1/configure-659-echo "configure:660: checking for $ac_word" >&5 ifstat-1.1/configure:660:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then ifstat-1.1/configure-661- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## ifstat-1.1/configure-689-echo "configure:690: checking for $ac_word" >&5 ifstat-1.1/configure:690:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then ifstat-1.1/configure-691- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## ifstat-1.1/configure-740-echo "configure:741: checking for $ac_word" >&5 ifstat-1.1/configure:741:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then ifstat-1.1/configure-742- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## ifstat-1.1/configure-819-echo "configure:820: checking whether we are using GNU C" >&5 ifstat-1.1/configure:820:if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then ifstat-1.1/configure-821- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## ifstat-1.1/configure-847-echo "configure:848: checking whether ${CC-cc} accepts -g" >&5 ifstat-1.1/configure:848:if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then ifstat-1.1/configure-849- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## ifstat-1.1/configure-851- echo 'void f(){}' > conftest.c ifstat-1.1/configure:852:if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then ifstat-1.1/configure-853- ac_cv_prog_cc_g=yes ############################################## ifstat-1.1/configure-881-echo "configure:882: checking for $ac_word" >&5 ifstat-1.1/configure:882:if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then ifstat-1.1/configure-883- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## ifstat-1.1/configure-915-if test -z "$CPP"; then ifstat-1.1/configure:916:if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then ifstat-1.1/configure-917- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## ifstat-1.1/configure-931-{ (eval echo configure:932: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ifstat-1.1/configure:932:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` ifstat-1.1/configure-933-if test -z "$ac_err"; then ############################################## ifstat-1.1/configure-948-{ (eval echo configure:949: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ifstat-1.1/configure:949:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` ifstat-1.1/configure-950-if test -z "$ac_err"; then ############################################## ifstat-1.1/configure-965-{ (eval echo configure:966: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ifstat-1.1/configure:966:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` ifstat-1.1/configure-967-if test -z "$ac_err"; then ############################################## ifstat-1.1/configure-990-echo "configure:991: checking for ANSI C header files" >&5 ifstat-1.1/configure:991:if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then ifstat-1.1/configure-992- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## ifstat-1.1/configure-1003-{ (eval echo configure:1004: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ifstat-1.1/configure:1004:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` ifstat-1.1/configure-1005-if test -z "$ac_err"; then ############################################## ifstat-1.1/configure-1094-do ifstat-1.1/configure:1095:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` ifstat-1.1/configure-1096-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 ifstat-1.1/configure-1097-echo "configure:1098: checking for $ac_hdr" >&5 ifstat-1.1/configure:1098:if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then ifstat-1.1/configure-1099- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## ifstat-1.1/configure-1107-{ (eval echo configure:1108: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ifstat-1.1/configure:1108:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` ifstat-1.1/configure-1109-if test -z "$ac_err"; then ############################################## ifstat-1.1/configure-1120-fi ifstat-1.1/configure:1121:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then ifstat-1.1/configure-1122- echo "$ac_t""yes" 1>&6 ifstat-1.1/configure:1123: ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` ifstat-1.1/configure-1124- cat >> confdefs.h <<EOF ############################################## ifstat-1.1/configure-1134-echo "configure:1135: checking whether time.h and sys/time.h may both be included" >&5 ifstat-1.1/configure:1135:if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then ifstat-1.1/configure-1136- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## ifstat-1.1/configure-1169-do ifstat-1.1/configure:1170:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` ifstat-1.1/configure-1171-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 ifstat-1.1/configure-1172-echo "configure:1173: checking for $ac_hdr" >&5 ifstat-1.1/configure:1173:if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then ifstat-1.1/configure-1174- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## ifstat-1.1/configure-1182-{ (eval echo configure:1183: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ifstat-1.1/configure:1183:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` ifstat-1.1/configure-1184-if test -z "$ac_err"; then ############################################## ifstat-1.1/configure-1195-fi ifstat-1.1/configure:1196:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then ifstat-1.1/configure-1197- echo "$ac_t""yes" 1>&6 ifstat-1.1/configure:1198: ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` ifstat-1.1/configure-1199- cat >> confdefs.h <<EOF ############################################## ifstat-1.1/configure-1209-echo "configure:1210: checking return type of signal handlers" >&5 ifstat-1.1/configure:1210:if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then ifstat-1.1/configure-1211- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## ifstat-1.1/configure-1252-echo "configure:1253: checking for $ac_func" >&5 ifstat-1.1/configure:1253:if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then ifstat-1.1/configure-1254- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## ifstat-1.1/configure-1291- ifstat-1.1/configure:1292:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then ifstat-1.1/configure-1293- echo "$ac_t""yes" 1>&6 ifstat-1.1/configure:1294: ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` ifstat-1.1/configure-1295- cat >> confdefs.h <<EOF ############################################## ifstat-1.1/configure-1412-echo "configure:1413: checking for kstat_open" >&5 ifstat-1.1/configure:1413:if eval "test \"`echo '$''{'ac_cv_func_kstat_open'+set}'`\" = set"; then ifstat-1.1/configure-1414- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## ifstat-1.1/configure-1451- ifstat-1.1/configure:1452:if eval "test \"`echo '$ac_cv_func_'kstat_open`\" = yes"; then ifstat-1.1/configure-1453- echo "$ac_t""yes" 1>&6 ############################################## ifstat-1.1/configure-1465-ac_lib_var=`echo kstat'_'kstat_open | sed 'y%./+-%__p_%'` ifstat-1.1/configure:1466:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then ifstat-1.1/configure-1467- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## ifstat-1.1/configure-1495-fi ifstat-1.1/configure:1496:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then ifstat-1.1/configure-1497- echo "$ac_t""yes" 1>&6 ############################################## ifstat-1.1/configure-1507-do ifstat-1.1/configure:1508:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` ifstat-1.1/configure-1509-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 ifstat-1.1/configure-1510-echo "configure:1511: checking for $ac_hdr" >&5 ifstat-1.1/configure:1511:if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then ifstat-1.1/configure-1512- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## ifstat-1.1/configure-1520-{ (eval echo configure:1521: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ifstat-1.1/configure:1521:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` ifstat-1.1/configure-1522-if test -z "$ac_err"; then ############################################## ifstat-1.1/configure-1533-fi ifstat-1.1/configure:1534:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then ifstat-1.1/configure-1535- echo "$ac_t""yes" 1>&6 ifstat-1.1/configure:1536: ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` ifstat-1.1/configure-1537- cat >> confdefs.h <<EOF ############################################## ifstat-1.1/configure-1560-echo "configure:1561: checking for net/if_mib.h" >&5 ifstat-1.1/configure:1561:if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then ifstat-1.1/configure-1562- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## ifstat-1.1/configure-1570-{ (eval echo configure:1571: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ifstat-1.1/configure:1571:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` ifstat-1.1/configure-1572-if test -z "$ac_err"; then ############################################## ifstat-1.1/configure-1583-fi ifstat-1.1/configure:1584:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then ifstat-1.1/configure-1585- echo "$ac_t""yes" 1>&6 ############################################## ifstat-1.1/configure-1587-echo "configure:1588: checking for sysctl" >&5 ifstat-1.1/configure:1588:if eval "test \"`echo '$''{'ac_cv_func_sysctl'+set}'`\" = set"; then ifstat-1.1/configure-1589- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## ifstat-1.1/configure-1626- ifstat-1.1/configure:1627:if eval "test \"`echo '$ac_cv_func_'sysctl`\" = yes"; then ifstat-1.1/configure-1628- echo "$ac_t""yes" 1>&6 ############################################## ifstat-1.1/configure-1642-do ifstat-1.1/configure:1643:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` ifstat-1.1/configure-1644-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 ifstat-1.1/configure-1645-echo "configure:1646: checking for $ac_hdr" >&5 ifstat-1.1/configure:1646:if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then ifstat-1.1/configure-1647- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## ifstat-1.1/configure-1655-{ (eval echo configure:1656: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ifstat-1.1/configure:1656:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` ifstat-1.1/configure-1657-if test -z "$ac_err"; then ############################################## ifstat-1.1/configure-1668-fi ifstat-1.1/configure:1669:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then ifstat-1.1/configure-1670- echo "$ac_t""yes" 1>&6 ifstat-1.1/configure:1671: ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` ifstat-1.1/configure-1672- cat >> confdefs.h <<EOF ############################################## ifstat-1.1/configure-1821-do ifstat-1.1/configure:1822:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` ifstat-1.1/configure-1823-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 ifstat-1.1/configure-1824-echo "configure:1825: checking for $ac_hdr" >&5 ifstat-1.1/configure:1825:if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then ifstat-1.1/configure-1826- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## ifstat-1.1/configure-1834-{ (eval echo configure:1835: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ifstat-1.1/configure:1835:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` ifstat-1.1/configure-1836-if test -z "$ac_err"; then ############################################## ifstat-1.1/configure-1847-fi ifstat-1.1/configure:1848:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then ifstat-1.1/configure-1849- echo "$ac_t""yes" 1>&6 ifstat-1.1/configure:1850: ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` ifstat-1.1/configure-1851- cat >> confdefs.h <<EOF ############################################## ifstat-1.1/configure-1861-echo "configure:1862: checking for sysctl" >&5 ifstat-1.1/configure:1862:if eval "test \"`echo '$''{'ac_cv_func_sysctl'+set}'`\" = set"; then ifstat-1.1/configure-1863- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## ifstat-1.1/configure-1900- ifstat-1.1/configure:1901:if eval "test \"`echo '$ac_cv_func_'sysctl`\" = yes"; then ifstat-1.1/configure-1902- echo "$ac_t""yes" 1>&6 ############################################## ifstat-1.1/configure-1963-echo "configure:1964: checking for kvm_openfiles" >&5 ifstat-1.1/configure:1964:if eval "test \"`echo '$''{'ac_cv_func_kvm_openfiles'+set}'`\" = set"; then ifstat-1.1/configure-1965- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## ifstat-1.1/configure-2002- ifstat-1.1/configure:2003:if eval "test \"`echo '$ac_cv_func_'kvm_openfiles`\" = yes"; then ifstat-1.1/configure-2004- echo "$ac_t""yes" 1>&6 ############################################## ifstat-1.1/configure-2016-ac_lib_var=`echo kvm'_'kvm_openfiles | sed 'y%./+-%__p_%'` ifstat-1.1/configure:2017:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then ifstat-1.1/configure-2018- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## ifstat-1.1/configure-2046-fi ifstat-1.1/configure:2047:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then ifstat-1.1/configure-2048- echo "$ac_t""yes" 1>&6 ############################################## ifstat-1.1/configure-2059-do ifstat-1.1/configure:2060:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` ifstat-1.1/configure-2061-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 ifstat-1.1/configure-2062-echo "configure:2063: checking for $ac_hdr" >&5 ifstat-1.1/configure:2063:if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then ifstat-1.1/configure-2064- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## ifstat-1.1/configure-2072-{ (eval echo configure:2073: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ifstat-1.1/configure:2073:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` ifstat-1.1/configure-2074-if test -z "$ac_err"; then ############################################## ifstat-1.1/configure-2085-fi ifstat-1.1/configure:2086:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then ifstat-1.1/configure-2087- echo "$ac_t""yes" 1>&6 ifstat-1.1/configure:2088: ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` ifstat-1.1/configure-2089- cat >> confdefs.h <<EOF ############################################## ifstat-1.1/configure-2096-echo "configure:2097: checking for $ac_func" >&5 ifstat-1.1/configure:2097:if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then ifstat-1.1/configure-2098- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## ifstat-1.1/configure-2135- ifstat-1.1/configure:2136:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then ifstat-1.1/configure-2137- echo "$ac_t""yes" 1>&6 ifstat-1.1/configure:2138: ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` ifstat-1.1/configure-2139- cat >> confdefs.h <<EOF ############################################## ifstat-1.1/configure-2175-echo "configure:2176: checking for nlist" >&5 ifstat-1.1/configure:2176:if eval "test \"`echo '$''{'ac_cv_func_nlist'+set}'`\" = set"; then ifstat-1.1/configure-2177- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## ifstat-1.1/configure-2214- ifstat-1.1/configure:2215:if eval "test \"`echo '$ac_cv_func_'nlist`\" = yes"; then ifstat-1.1/configure-2216- echo "$ac_t""yes" 1>&6 ############################################## ifstat-1.1/configure-2235-echo "configure:2236: checking for $ac_func" >&5 ifstat-1.1/configure:2236:if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then ifstat-1.1/configure-2237- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## ifstat-1.1/configure-2274- ifstat-1.1/configure:2275:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then ifstat-1.1/configure-2276- echo "$ac_t""yes" 1>&6 ifstat-1.1/configure:2277: ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` ifstat-1.1/configure-2278- cat >> confdefs.h <<EOF ############################################## ifstat-1.1/configure-2288-do ifstat-1.1/configure:2289:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` ifstat-1.1/configure-2290-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 ifstat-1.1/configure-2291-echo "configure:2292: checking for $ac_hdr" >&5 ifstat-1.1/configure:2292:if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then ifstat-1.1/configure-2293- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## ifstat-1.1/configure-2301-{ (eval echo configure:2302: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ifstat-1.1/configure:2302:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` ifstat-1.1/configure-2303-if test -z "$ac_err"; then ############################################## ifstat-1.1/configure-2314-fi ifstat-1.1/configure:2315:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then ifstat-1.1/configure-2316- echo "$ac_t""yes" 1>&6 ifstat-1.1/configure:2317: ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` ifstat-1.1/configure-2318- cat >> confdefs.h <<EOF ############################################## ifstat-1.1/configure-2330-do ifstat-1.1/configure:2331:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` ifstat-1.1/configure-2332-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 ifstat-1.1/configure-2333-echo "configure:2334: checking for $ac_hdr" >&5 ifstat-1.1/configure:2334:if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then ifstat-1.1/configure-2335- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## ifstat-1.1/configure-2343-{ (eval echo configure:2344: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ifstat-1.1/configure:2344:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` ifstat-1.1/configure-2345-if test -z "$ac_err"; then ############################################## ifstat-1.1/configure-2356-fi ifstat-1.1/configure:2357:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then ifstat-1.1/configure-2358- echo "$ac_t""yes" 1>&6 ifstat-1.1/configure:2359: ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` ifstat-1.1/configure-2360- cat >> confdefs.h <<EOF ############################################## ifstat-1.1/configure-2512-do ifstat-1.1/configure:2513:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` ifstat-1.1/configure-2514-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 ifstat-1.1/configure-2515-echo "configure:2516: checking for $ac_hdr" >&5 ifstat-1.1/configure:2516:if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then ifstat-1.1/configure-2517- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## ifstat-1.1/configure-2525-{ (eval echo configure:2526: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ifstat-1.1/configure:2526:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` ifstat-1.1/configure-2527-if test -z "$ac_err"; then ############################################## ifstat-1.1/configure-2538-fi ifstat-1.1/configure:2539:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then ifstat-1.1/configure-2540- echo "$ac_t""yes" 1>&6 ifstat-1.1/configure:2541: ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` ifstat-1.1/configure-2542- cat >> confdefs.h <<EOF ############################################## ifstat-1.1/configure-2639-echo "configure:2640: checking for socket" >&5 ifstat-1.1/configure:2640:if eval "test \"`echo '$''{'ac_cv_func_socket'+set}'`\" = set"; then ifstat-1.1/configure-2641- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## ifstat-1.1/configure-2678- ifstat-1.1/configure:2679:if eval "test \"`echo '$ac_cv_func_'socket`\" = yes"; then ifstat-1.1/configure-2680- echo "$ac_t""yes" 1>&6 ############################################## ifstat-1.1/configure-2692-ac_lib_var=`echo socket'_'socket | sed 'y%./+-%__p_%'` ifstat-1.1/configure:2693:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then ifstat-1.1/configure-2694- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## ifstat-1.1/configure-2722-fi ifstat-1.1/configure:2723:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then ifstat-1.1/configure-2724- echo "$ac_t""yes" 1>&6 ############################################## ifstat-1.1/configure-2740-echo "configure:2741: checking for if_nameindex" >&5 ifstat-1.1/configure:2741:if eval "test \"`echo '$''{'ac_cv_func_if_nameindex'+set}'`\" = set"; then ifstat-1.1/configure-2742- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## ifstat-1.1/configure-2779- ifstat-1.1/configure:2780:if eval "test \"`echo '$ac_cv_func_'if_nameindex`\" = yes"; then ifstat-1.1/configure-2781- echo "$ac_t""yes" 1>&6 ############################################## ifstat-1.1/configure-2793-ac_lib_var=`echo nsl'_'if_nameindex | sed 'y%./+-%__p_%'` ifstat-1.1/configure:2794:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then ifstat-1.1/configure-2795- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## ifstat-1.1/configure-2823-fi ifstat-1.1/configure:2824:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then ifstat-1.1/configure-2825- echo "$ac_t""yes" 1>&6 ############################################## ifstat-1.1/configure-2878-echo "configure:2879: checking for $ac_word" >&5 ifstat-1.1/configure:2879:if eval "test \"`echo '$''{'ac_cv_path_netsnmpconfig'+set}'`\" = set"; then ifstat-1.1/configure-2880- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## ifstat-1.1/configure-2911- if test "x$netsnmpconfig" != "xno"; then ifstat-1.1/configure:2912: CPPFLAGS="$CPPFLAGS `$netsnmpconfig --base-cflags 2>/dev/null`" ifstat-1.1/configure:2913: LDFLAGS="$LDFLAGS `$netsnmpconfig --libs 2>/dev/null`" ifstat-1.1/configure-2914- echo $ac_n "checking whether net-snmp-config hints compiles and links fine""... $ac_c" 1>&6 ############################################## ifstat-1.1/configure-2951-echo "configure:2952: checking for net-snmp/net-snmp-config.h" >&5 ifstat-1.1/configure:2952:if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then ifstat-1.1/configure-2953- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## ifstat-1.1/configure-2961-{ (eval echo configure:2962: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ifstat-1.1/configure:2962:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` ifstat-1.1/configure-2963-if test -z "$ac_err"; then ############################################## ifstat-1.1/configure-2974-fi ifstat-1.1/configure:2975:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then ifstat-1.1/configure-2976- echo "$ac_t""yes" 1>&6 ############################################## ifstat-1.1/configure-2982-echo "configure:2983: checking for ucd-snmp/ucd-snmp-config.h" >&5 ifstat-1.1/configure:2983:if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then ifstat-1.1/configure-2984- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## ifstat-1.1/configure-2992-{ (eval echo configure:2993: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ifstat-1.1/configure:2993:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` ifstat-1.1/configure-2994-if test -z "$ac_err"; then ############################################## ifstat-1.1/configure-3005-fi ifstat-1.1/configure:3006:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then ifstat-1.1/configure-3007- echo "$ac_t""yes" 1>&6 ############################################## ifstat-1.1/configure-3299- fi ifstat-1.1/configure:3300: ac_file=`expr $ac_file + 1` ifstat-1.1/configure-3301- ac_beg=$ac_end ifstat-1.1/configure:3302: ac_end=`expr $ac_end + $ac_max_sed_cmds` ifstat-1.1/configure-3303- fi ############################################## ifstat-1.1/configure-3317- case "$ac_file" in ifstat-1.1/configure:3318: *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'` ifstat-1.1/configure:3319: ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;; ifstat-1.1/configure-3320- *) ac_file_in="${ac_file}.in" ;; ############################################## ifstat-1.1/configure-3325- # Remove last slash and all that follows it. Not all systems have dirname. ifstat-1.1/configure:3326: ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'` ifstat-1.1/configure-3327- if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then ############################################## ifstat-1.1/configure-3329- test ! -d "$ac_dir" && mkdir "$ac_dir" ifstat-1.1/configure:3330: ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`" ifstat-1.1/configure-3331- # A "../" for each directory in $ac_dir_suffix. ifstat-1.1/configure:3332: ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'` ifstat-1.1/configure-3333- else ############################################## ifstat-1.1/configure-3339- if test -z "$ac_dots"; then top_srcdir=. ifstat-1.1/configure:3340: else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;; ifstat-1.1/configure-3341- /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;; ############################################## ifstat-1.1/configure-3353- rm -f "$ac_file" ifstat-1.1/configure:3354: configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure." ifstat-1.1/configure-3355- case "$ac_file" in ############################################## ifstat-1.1/configure-3360- ifstat-1.1/configure:3361: ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"` ifstat-1.1/configure-3362- sed -e "$ac_comsub ############################################## ifstat-1.1/configure-3399- case "$ac_file" in ifstat-1.1/configure:3400: *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'` ifstat-1.1/configure:3401: ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;; ifstat-1.1/configure-3402- *) ac_file_in="${ac_file}.in" ;; ############################################## ifstat-1.1/configure-3407- rm -f conftest.frag conftest.in conftest.out ifstat-1.1/configure:3408: ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"` ifstat-1.1/configure-3409- cat $ac_file_inputs > conftest.in ############################################## ifstat-1.1/configure-3467- # Remove last slash and all that follows it. Not all systems have dirname. ifstat-1.1/configure:3468: ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'` ifstat-1.1/configure-3469- if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then ############################################## ifstat-1.1/configure.in-388- if test "x$netsnmpconfig" != "xno"; then ifstat-1.1/configure.in:389: CPPFLAGS="$CPPFLAGS `$netsnmpconfig --base-cflags 2>/dev/null`" ifstat-1.1/configure.in:390: LDFLAGS="$LDFLAGS `$netsnmpconfig --libs 2>/dev/null`" ifstat-1.1/configure.in-391- AC_MSG_CHECKING([whether net-snmp-config hints compiles and links fine])