亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關(guān)于我們
? 蟲蟲下載站

?? configure

?? ifstat源代碼
??
?? 第 1 頁 / 共 5 頁
字號(hào):
  with_proc=autofi# Check whether --with-kstat or --without-kstat was given.if test "${with_kstat+set}" = set; then  withval="$with_kstat"  :else  with_kstat=autofi# Check whether --with-ifmib or --without-ifmib was given.if test "${with_ifmib+set}" = set; then  withval="$with_ifmib"  :else  with_ifmib=autofi# Check whether --with-ifdata or --without-ifdata was given.if test "${with_ifdata+set}" = set; then  withval="$with_ifdata"  :else  with_ifdata=autofi# Check whether --with-route or --without-route was given.if test "${with_route+set}" = set; then  withval="$with_route"  :else  with_route=autofi# Check whether --with-kvm or --without-kvm was given.if test "${with_kvm+set}" = set; then  withval="$with_kvm"  :else  with_kvm=autofi# Check whether --with-dlpi or --without-dlpi was given.if test "${with_dlpi+set}" = set; then  withval="$with_dlpi"  :else  with_dlpi=autofi# Check whether --with-win32 or --without-win32 was given.if test "${with_win32+set}" = set; then  withval="$with_win32"  :else  with_win32=autofi# Check whether --with-snmp or --without-snmp was given.if test "${with_snmp+set}" = set; then  withval="$with_snmp"  :else  with_snmp=yesfiwith_ioctl=no # only enabled if needed by other driverslocal=no # yes if one driver is local# checking for proc (Linux)if test "x$with_proc" != "xno"; then  case "$with_proc" in     /*) file=$with_proc ;;     *) file=/proc/net/dev ;;  esac  echo $ac_n "checking for proc interface in $file""... $ac_c" 1>&6echo "configure:1390: checking for proc interface in $file" >&5  if grep -q Inter- $file 2>/dev/null; then    cat >> confdefs.h <<\EOF#define USE_PROC 1EOF    cat >> confdefs.h <<EOF#define PROC_FILE "$file"EOF    with_proc=yes    with_ioctl=yes    local=yes  else    with_proc=no  fi  echo "$ac_t""$with_proc" 1>&6fi# checking for kstat (Solaris)test "x$with_kstat" = "xauto" -a "x$local" = "xyes" && with_kstat=noif test "x$with_kstat" != "xno"; then  echo $ac_n "checking for kstat_open""... $ac_c" 1>&6echo "configure:1413: checking for kstat_open" >&5if eval "test \"`echo '$''{'ac_cv_func_kstat_open'+set}'`\" = set"; then  echo $ac_n "(cached) $ac_c" 1>&6else  cat > conftest.$ac_ext <<EOF#line 1418 "configure"#include "confdefs.h"/* System header to define __stub macros and hopefully few prototypes,    which can conflict with char kstat_open(); below.  */#include <assert.h>/* Override any gcc2 internal prototype to avoid an error.  *//* We use char because int might match the return type of a gcc2    builtin and then its argument prototype would still apply.  */char kstat_open();int main() {/* The GNU C library defines this for functions which it implements    to always fail with ENOSYS.  Some functions are actually named    something starting with __ and the normal name is an alias.  */#if defined (__stub_kstat_open) || defined (__stub___kstat_open)choke me#elsekstat_open();#endif; return 0; }EOFif { (eval echo configure:1441: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then  rm -rf conftest*  eval "ac_cv_func_kstat_open=yes"else  echo "configure: failed program was:" >&5  cat conftest.$ac_ext >&5  rm -rf conftest*  eval "ac_cv_func_kstat_open=no"firm -f conftest*fiif eval "test \"`echo '$ac_cv_func_'kstat_open`\" = yes"; then  echo "$ac_t""yes" 1>&6  with_kstat=yeselse  echo "$ac_t""no" 1>&6with_kstat=nofi  if test "x$with_kstat" != "xyes" ; then    case "x$LIBS" in      *-lkstat*) ;;      *) echo $ac_n "checking for kstat_open in -lkstat""... $ac_c" 1>&6echo "configure:1465: checking for kstat_open in -lkstat" >&5ac_lib_var=`echo kstat'_'kstat_open | sed 'y%./+-%__p_%'`if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then  echo $ac_n "(cached) $ac_c" 1>&6else  ac_save_LIBS="$LIBS"LIBS="-lkstat  $LIBS"cat > conftest.$ac_ext <<EOF#line 1473 "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    builtin and then its argument prototype would still apply.  */char kstat_open();int main() {kstat_open(); return 0; }EOFif { (eval echo configure:1484: \"$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  echo "configure: failed program was:" >&5  cat conftest.$ac_ext >&5  rm -rf conftest*  eval "ac_cv_lib_$ac_lib_var=no"firm -f conftest*LIBS="$ac_save_LIBS"fiif eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then  echo "$ac_t""yes" 1>&6  LIBS="$LIBS -lkstat"; with_kstat=yeselse  echo "$ac_t""no" 1>&6fi ;;    esac  fi  if test "x$with_kstat" = "xyes" ; then    for ac_hdr in kstat.hdoac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6echo "configure:1511: checking for $ac_hdr" >&5if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then  echo $ac_n "(cached) $ac_c" 1>&6else  cat > conftest.$ac_ext <<EOF#line 1516 "configure"#include "confdefs.h"#include <$ac_hdr>EOFac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"{ (eval echo configure:1521: \"$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*  eval "ac_cv_header_$ac_safe=yes"else  echo "$ac_err" >&5  echo "configure: failed program was:" >&5  cat conftest.$ac_ext >&5  rm -rf conftest*  eval "ac_cv_header_$ac_safe=no"firm -f conftest*fiif eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then  echo "$ac_t""yes" 1>&6    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`  cat >> confdefs.h <<EOF#define $ac_tr_hdr 1EOF else  echo "$ac_t""no" 1>&6fidone    cat >> confdefs.h <<\EOF#define USE_KSTAT 1EOF    with_ioctl=yes    local=yes  fifi# checking for ifmib (FreeBSD)test "x$with_ifmib" = "xauto" -a "x$local" = "xyes" && with_ifmib=noif test "x$with_ifmib" != "xno"; then  ac_safe=`echo "net/if_mib.h" | sed 'y%./+-%__p_%'`echo $ac_n "checking for net/if_mib.h""... $ac_c" 1>&6echo "configure:1561: checking for net/if_mib.h" >&5if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then  echo $ac_n "(cached) $ac_c" 1>&6else  cat > conftest.$ac_ext <<EOF#line 1566 "configure"#include "confdefs.h"#include <net/if_mib.h>EOFac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"{ (eval echo configure:1571: \"$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*  eval "ac_cv_header_$ac_safe=yes"else  echo "$ac_err" >&5  echo "configure: failed program was:" >&5  cat conftest.$ac_ext >&5  rm -rf conftest*  eval "ac_cv_header_$ac_safe=no"firm -f conftest*fiif eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then  echo "$ac_t""yes" 1>&6  echo $ac_n "checking for sysctl""... $ac_c" 1>&6echo "configure:1588: checking for sysctl" >&5if eval "test \"`echo '$''{'ac_cv_func_sysctl'+set}'`\" = set"; then  echo $ac_n "(cached) $ac_c" 1>&6else  cat > conftest.$ac_ext <<EOF#line 1593 "configure"#include "confdefs.h"/* System header to define __stub macros and hopefully few prototypes,    which can conflict with char sysctl(); below.  */#include <assert.h>/* Override any gcc2 internal prototype to avoid an error.  *//* We use char because int might match the return type of a gcc2    builtin and then its argument prototype would still apply.  */char sysctl();int main() {/* The GNU C library defines this for functions which it implements    to always fail with ENOSYS.  Some functions are actually named    something starting with __ and the normal name is an alias.  */#if defined (__stub_sysctl) || defined (__stub___sysctl)choke me#elsesysctl();#endif; return 0; }EOFif { (eval echo configure:1616: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then  rm -rf conftest*  eval "ac_cv_func_sysctl=yes"else  echo "configure: failed program was:" >&5  cat conftest.$ac_ext >&5  rm -rf conftest*  eval "ac_cv_func_sysctl=no"firm -f conftest*fiif eval "test \"`echo '$ac_cv_func_'sysctl`\" = yes"; then  echo "$ac_t""yes" 1>&6  with_ifmib=yeselse  echo "$ac_t""no" 1>&6with_ifmib=nofielse  echo "$ac_t""no" 1>&6with_ifmib=nofi  if test "x$with_ifmib" = "xyes"; then    for ac_hdr in sys/sysctl.h net/if_mib.hdoac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6echo "configure:1646: checking for $ac_hdr" >&5if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then  echo $ac_n "(cached) $ac_c" 1>&6else  cat > conftest.$ac_ext <<EOF#line 1651 "configure"#include "confdefs.h"#include <$ac_hdr>EOFac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"{ (eval echo configure:1656: \"$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*  eval "ac_cv_header_$ac_safe=yes"else  echo "$ac_err" >&5  echo "configure: failed program was:" >&5  cat conftest.$ac_ext >&5  rm -rf conftest*  eval "ac_cv_header_$ac_safe=no"firm -f conftest*fiif eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then  echo "$ac_t""yes" 1>&6    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`  cat >> confdefs.h <<EOF#define $ac_tr_hdr 1EOF else  echo "$ac_t""no" 1>&6fidone    echo $ac_n "checking for working ifmib sysctl""... $ac_c" 1>&6echo "configure:1683: checking for working ifmib sysctl" >&5    # try run since interface is available on darwin but doesn't work    if test "$cross_compiling" = yes; then  with_ifmib=maybeelse  cat > conftest.$ac_ext <<EOF#line 1689 "configure"#include "confdefs.h"#include <sys/types.h>		#include <sys/socket.h>	        #ifdef HAVE_SYS_PARAM_H   		#include <sys/param.h>		#endif		#ifdef HAVE_SYS_SYSCTL_H		#include <sys/sysctl.h>		#endif		#ifdef HAVE_NET_IF_H		#include <net/if.h>		#endif		#ifdef HAVE_NET_IF_MIB_H		#include <net/if_mib.h>		#endif		int ifcount[] = {CTL_NET, PF_LINK, NETLINK_GENERIC,				 IFMIB_SYSTEM, IFMIB_IFCOUNT};		int size;		int main() { return sysctl(ifcount, 5, NULL, &size, NULL, NULL); }EOFif { (eval echo configure:1710: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/nullthen  with_ifmib=yeselse  echo "configure: failed program was:" >&5  cat conftest.$ac_ext >&5  rm -fr conftest*  with_ifmib=nofirm -fr conftest*fi    echo "$ac_t""$with_ifmib" 1>&6    if test "x$with_ifmib" != "xno" ; then      cat >> confdefs.h <<\EOF#define USE_IFMIB 1EOF      local=yes    fi  fifi# checking for ioctl ifdata (Irix, ...)test "x$with_ifdata" = "xauto" -a "x$local" = "xyes" && with_ifdata=noif test "x$with_ifdata" != "xno"; then  echo $ac_n "checking for SIOCGIFDATA and ifdatareq""... $ac_c" 1>&6echo "configure:1737: checking for SIOCGIFDATA and ifdatareq" >&5  cat > conftest.$ac_ext <<EOF#line 1739 "configure"#include "confdefs.h"#include <sys/types.h>		  #include <sys/socket.h>		  #include <sys/ioctl.h>		  #ifdef HAVE_SYS_SOCKIO_H                  #include <sys/sockio.h>		  #endif		  #ifdef HAVE_NET_SOIOCTL_H 		  #include <net/soioctl.h>		  #endif

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號(hào) Ctrl + =
減小字號(hào) Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
国产精品伦理在线| 国产成人欧美日韩在线电影| 一区二区三区不卡视频在线观看 | 欧洲精品中文字幕| 国产aⅴ精品一区二区三区色成熟| 久久成人综合网| 精品中文av资源站在线观看| 捆绑调教一区二区三区| 老司机午夜精品| 激情五月婷婷综合网| 国产一区二区伦理片| 国产一区二区三区日韩| 国产一区二区三区精品视频| 国产在线精品一区二区夜色| 国产一区二区主播在线| 国产不卡一区视频| av中文字幕不卡| 在线国产亚洲欧美| 宅男在线国产精品| 久久嫩草精品久久久精品| 国产精品视频一二| 亚洲伦理在线精品| 视频在线观看91| 久久成人av少妇免费| 成人在线综合网| 欧美性受xxxx黑人xyx性爽| 久久精品欧美日韩| 国产香蕉久久精品综合网| 中文字幕在线不卡一区二区三区| 亚洲色图欧美在线| 亚洲成人免费看| 黄一区二区三区| 99麻豆久久久国产精品免费| 欧美三级中文字幕| 26uuu亚洲综合色欧美| 成人免费视频在线观看| 亚洲高清视频在线| 国产一区二区三区四区五区美女 | 国内精品伊人久久久久av一坑 | 国产午夜亚洲精品午夜鲁丝片 | 麻豆视频观看网址久久| 国产福利一区在线观看| 色婷婷综合激情| 91精品国产aⅴ一区二区| 国产日产欧美一区二区视频| 最新热久久免费视频| 欧美aaaaa成人免费观看视频| 国产suv精品一区二区三区| 欧美色图在线观看| 国产亚洲欧美在线| 五月天激情综合| 风间由美一区二区三区在线观看| 欧美日韩一区二区三区免费看| 精品福利一二区| 亚洲国产一区二区三区 | 久久蜜桃一区二区| 亚洲国产欧美日韩另类综合| 国产成人精品免费网站| 91精品久久久久久久99蜜桃| 亚洲欧洲成人av每日更新| 麻豆精品视频在线| 欧美亚男人的天堂| 国产精品久久久久久久久果冻传媒| 日韩精品乱码av一区二区| 99久久婷婷国产综合精品| 日韩一区二区在线免费观看| 亚洲免费在线观看| 国产东北露脸精品视频| 日韩一区二区在线观看视频 | 色偷偷成人一区二区三区91 | 日韩av电影天堂| 99久久精品国产精品久久| 日韩精品一区二| 亚洲va欧美va人人爽| 波多野结衣精品在线| 国产亚洲一二三区| 日韩国产欧美在线播放| 色婷婷av一区二区三区软件| 国产亚洲成aⅴ人片在线观看| 久久精品久久综合| 51精品秘密在线观看| 亚洲一区二区在线播放相泽| www.在线欧美| 国产精品色哟哟| 国产精品91xxx| 久久在线观看免费| 激情综合五月婷婷| 午夜一区二区三区视频| yourporn久久国产精品| 国产精品蜜臀在线观看| 国产美女精品一区二区三区| 日韩欧美一级二级三级久久久| 亚洲福利视频导航| 精品视频免费在线| 亚洲亚洲人成综合网络| 91看片淫黄大片一级在线观看| 中文字幕免费一区| 丁香亚洲综合激情啪啪综合| 精品国产不卡一区二区三区| 青椒成人免费视频| 欧美一级黄色录像| 麻豆精品一区二区综合av| 欧美日韩不卡视频| 石原莉奈在线亚洲二区| 欧美日韩五月天| 日本人妖一区二区| 欧美日韩成人综合天天影院| 亚洲一区二区三区中文字幕 | 欧美日本在线一区| 午夜在线成人av| 欧美一级片免费看| 亚洲综合免费观看高清完整版在线 | 91国偷自产一区二区三区观看 | 五月天视频一区| 欧美狂野另类xxxxoooo| 日本最新不卡在线| 精品国产一区二区精华| 国产一区不卡在线| 国产欧美日韩另类一区| 成人小视频在线观看| 国产精品久久久久久久午夜片| 99久久伊人精品| 一区二区三区欧美日| 欧美日韩精品欧美日韩精品一综合| 五月婷婷久久综合| 亚洲精品第一国产综合野| 91亚洲精品久久久蜜桃网站| 亚洲狠狠丁香婷婷综合久久久| 欧美优质美女网站| 日本欧美加勒比视频| 久久久久久久综合| 一本一道综合狠狠老| 午夜日韩在线观看| 久久这里只有精品6| 99精品欧美一区二区三区综合在线| 亚洲免费视频成人| 欧美一区二区三区在线电影| 国产精品一区二区在线看| 中文字幕佐山爱一区二区免费| 欧美日本乱大交xxxxx| 国产麻豆精品视频| 亚洲最大色网站| 欧美不卡一二三| 99久久精品一区| 毛片av一区二区| 国产精品成人免费 | 一区二区欧美国产| 日韩欧美电影一区| 91影视在线播放| 美女视频网站黄色亚洲| 中文字幕一区不卡| 欧美一级午夜免费电影| 国产很黄免费观看久久| 亚洲国产美女搞黄色| 国产无一区二区| 欧美理论在线播放| 91在线小视频| 久久9热精品视频| 亚洲一区二区三区美女| 久久九九久精品国产免费直播| 欧美午夜精品久久久久久超碰 | 欧美性一二三区| 国产精品一二一区| 石原莉奈一区二区三区在线观看| 国产欧美日韩另类一区| 666欧美在线视频| 91在线国产观看| 国产一区二区三区四区五区入口| 亚洲一区二区三区四区五区黄| 国产午夜精品久久久久久久 | 亚洲一区二区三区视频在线播放 | 亚洲国产精品二十页| 宅男在线国产精品| 欧美综合一区二区| 成人高清视频在线| 国产在线精品免费av| 午夜精品一区二区三区电影天堂 | 精品国产亚洲在线| 欧美三级蜜桃2在线观看| 成人av网站在线| 国产一区二区三区精品欧美日韩一区二区三区 | 国内久久婷婷综合| 欧美天堂一区二区三区| 国产不卡高清在线观看视频| 久久精品国产精品亚洲红杏| 亚洲成人一区在线| 一区二区在线观看免费| 国产精品美日韩| 国产欧美综合在线观看第十页| 欧美成人国产一区二区| 7777精品伊人久久久大香线蕉超级流畅| 色综合色综合色综合色综合色综合| 国产成人av一区二区三区在线 | 不卡的av在线| 成人高清av在线| 99视频一区二区三区| 波多野洁衣一区| 91免费在线看| 一本高清dvd不卡在线观看| 91在线观看一区二区|