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

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

?? configure

?? ifstat源代碼
??
?? 第 1 頁(yè) / 共 5 頁(yè)
字號(hào):
		  #include <net/if.h>int main() {struct ifdatareq ifd;		  ioctl(0, SIOCGIFDATA, (char *) &ifd);		  ifd.ifd_ifd.ifi_ibytes = ifd.ifd_ifd.ifi_obytes;; return 0; }EOFif { (eval echo configure:1757: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then  rm -rf conftest*  with_ifdata=yeselse  echo "configure: failed program was:" >&5  cat conftest.$ac_ext >&5  rm -rf conftest*  with_ifdata=nofirm -f conftest*  echo "$ac_t""$with_ifdata" 1>&6  test "x$with_ifdata" = "xno" && with_ifdata=checkifrfiif test "x$with_ifdata" = "xcheckifr"; then  echo $ac_n "checking for SIOCGIFDATA and ifreq.ifr_data""... $ac_c" 1>&6echo "configure:1772: checking for SIOCGIFDATA and ifreq.ifr_data" >&5  cat > conftest.$ac_ext <<EOF#line 1774 "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		  #include <net/if.h>int main() {struct ifreq ifr; struct if_data ifd;                  ifr.ifr_data = &ifd;		  ioctl(0, SIOCGIFDATA, (char *) &ifr);		  ifd.ifi_ibytes = ifd.ifi_obytes;; return 0; }EOFif { (eval echo configure:1793: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then  rm -rf conftest*  with_ifdata=yes                   cat >> confdefs.h <<\EOF#define HAVE_IFREQ_IFR_DATA 1EOFelse  echo "configure: failed program was:" >&5  cat conftest.$ac_ext >&5  rm -rf conftest*  with_ifdata=nofirm -f conftest*  echo "$ac_t""$with_ifdata" 1>&6fiif test "x$with_ifdata" = "xyes"; then  cat >> confdefs.h <<\EOF#define USE_IFDATA 1EOF  local=yes  with_ioctl=yesfi# checking for route sysctl (*BSDs)test "x$with_route" = "xauto" -a "x$local" = "xyes" && with_route=noif test "x$with_route" != "xno"; then  for ac_hdr in sys/sysctl.h net/if_dl.hdoac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6echo "configure:1825: 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 1830 "configure"#include "confdefs.h"#include <$ac_hdr>EOFac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"{ (eval echo configure:1835: \"$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 sysctl""... $ac_c" 1>&6echo "configure:1862: 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 1867 "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:1890: \"$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_route=yeselse  echo "$ac_t""no" 1>&6with_route=nofi  if test "x$with_route" = "xyes"; then    echo $ac_n "checking for route info sysctl""... $ac_c" 1>&6echo "configure:1912: checking for route info sysctl" >&5    cat > conftest.$ac_ext <<EOF#line 1914 "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_DL_H	   	    #include <net/if_dl.h>		    #endifint main() {struct sockaddr_dl dl;                    struct if_msghdr ifm;		    int iflist[] = {CTL_NET, PF_ROUTE, 0, AF_LINK, NET_RT_IFLIST};                    ifm.ifm_type = dl.sdl_nlen;                    dl.sdl_data + ifm.ifm_msglen;		    ifm.ifm_data.ifi_ibytes;; return 0; }EOFif { (eval echo configure:1939: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then  rm -rf conftest*  with_route=yeselse  echo "configure: failed program was:" >&5  cat conftest.$ac_ext >&5  rm -rf conftest*  with_route=nofirm -f conftest*    echo "$ac_t""$with_route" 1>&6    if test "x$with_route" != "xno"; then      cat >> confdefs.h <<\EOF#define USE_ROUTE 1EOF      local=yes    fi  fifi# checking for kvm (*BSDs)test "x$with_kvm" = "xauto" -a "x$local" = "xyes" && with_kvm=noif test "x$with_kvm" != "xno"; then  echo $ac_n "checking for kvm_openfiles""... $ac_c" 1>&6echo "configure:1964: checking for kvm_openfiles" >&5if eval "test \"`echo '$''{'ac_cv_func_kvm_openfiles'+set}'`\" = set"; then  echo $ac_n "(cached) $ac_c" 1>&6else  cat > conftest.$ac_ext <<EOF#line 1969 "configure"#include "confdefs.h"/* System header to define __stub macros and hopefully few prototypes,    which can conflict with char kvm_openfiles(); 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 kvm_openfiles();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_kvm_openfiles) || defined (__stub___kvm_openfiles)choke me#elsekvm_openfiles();#endif; return 0; }EOFif { (eval echo configure:1992: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then  rm -rf conftest*  eval "ac_cv_func_kvm_openfiles=yes"else  echo "configure: failed program was:" >&5  cat conftest.$ac_ext >&5  rm -rf conftest*  eval "ac_cv_func_kvm_openfiles=no"firm -f conftest*fiif eval "test \"`echo '$ac_cv_func_'kvm_openfiles`\" = yes"; then  echo "$ac_t""yes" 1>&6  with_kvm=yeselse  echo "$ac_t""no" 1>&6with_kvm=nofi  if test "x$with_kvm" != "xyes" ; then    case "x$LIBS" in     *-lkvm*) ;;     *) echo $ac_n "checking for kvm_openfiles in -lkvm""... $ac_c" 1>&6echo "configure:2016: checking for kvm_openfiles in -lkvm" >&5ac_lib_var=`echo kvm'_'kvm_openfiles | 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="-lkvm  $LIBS"cat > conftest.$ac_ext <<EOF#line 2024 "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 kvm_openfiles();int main() {kvm_openfiles(); return 0; }EOFif { (eval echo configure:2035: \"$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 -lkvm"; with_kvm=yeselse  echo "$ac_t""no" 1>&6fi ;;    esac  fi  if test "x$with_kvm" != "xyes"; then    # see if emulation is possible    for ac_hdr in nlist.hdoac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6echo "configure:2063: 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 2068 "configure"#include "confdefs.h"#include <$ac_hdr>EOFac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"{ (eval echo configure:2073: \"$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       for ac_func in knlistdoecho $ac_n "checking for $ac_func""... $ac_c" 1>&6echo "configure:2097: checking for $ac_func" >&5if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then  echo $ac_n "(cached) $ac_c" 1>&6else  cat > conftest.$ac_ext <<EOF#line 2102 "configure"#include "confdefs.h"/* System header to define __stub macros and hopefully few prototypes,    which can conflict with char $ac_func(); 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 $ac_func();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_$ac_func) || defined (__stub___$ac_func)choke me#else$ac_func();#endif; return 0; }EOFif { (eval echo configure:2125: \"$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  echo "configure: failed program was:" >&5  cat conftest.$ac_ext >&5  rm -rf conftest*  eval "ac_cv_func_$ac_func=no"firm -f conftest*fiif eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then  echo "$ac_t""yes" 1>&6    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`  cat >> confdefs.h <<EOF#define $ac_tr_func 1EOF         with_kvm=yes        echo $ac_n "checking whether knlist takes 3 arguments""... $ac_c" 1>&6echo "configure:2146: checking whether knlist takes 3 arguments" >&5        cat > conftest.$ac_ext <<EOF#line 2148 "configure"#include "confdefs.h"#include <nlist.h>int main() {knlist((struct nlist *) 0, 0, 10);; return 0; }EOFif { (eval echo configure:2155: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then  rm -rf conftest*  knlist3=yeselse  echo "configure: failed program was:" >&5  cat conftest.$ac_ext >&5  rm -rf conftest*  knlist3=nofirm -f conftest*        echo "$ac_t""$knlist3" 1>&6        if test "x$knlist3" = "xyes"; then	  cat >> confdefs.h <<\EOF#define HAVE_KNLIST_ARGS3 1EOF        fi      else  echo "$ac_t""no" 1>&6echo $ac_n "checking for nlist""... $ac_c" 1>&6echo "configure:2176: checking for nlist" >&5if eval "test \"`echo '$''{'ac_cv_func_nlist'+set}'`\" = set"; then  echo $ac_n "(cached) $ac_c" 1>&6else  cat > conftest.$ac_ext <<EOF#line 2181 "configure"#include "confdefs.h"/* System header to define __stub macros and hopefully few prototypes,    which can c

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號(hào) Ctrl + =
減小字號(hào) Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
亚洲成a人v欧美综合天堂下载| 粉嫩aⅴ一区二区三区四区五区| 亚洲精品视频在线观看网站| 日本一区二区三区国色天香| 亚洲精品在线观看视频| 日韩欧美亚洲另类制服综合在线| 欧美美女一区二区在线观看| 欧美日韩国产另类一区| 欧美中文字幕一区二区三区亚洲| 91国产丝袜在线播放| 欧美在线观看视频一区二区 | 成人动漫视频在线| 国产不卡在线一区| 成人动漫av在线| 99久久国产免费看| 色综合一区二区| 在线免费观看不卡av| 欧美日韩一卡二卡| 欧美一区二区三区四区高清| 欧美一级片在线看| 久久综合精品国产一区二区三区| 久久综合久久综合久久| 中文字幕av一区二区三区高 | 亚洲啪啪综合av一区二区三区| 樱桃视频在线观看一区| 婷婷综合另类小说色区| 免费成人在线观看视频| 国产福利一区在线| 99久久夜色精品国产网站| 欧美中文字幕一区二区三区亚洲| 欧美一区二区性放荡片| 国产日韩v精品一区二区| 国产精品久久久久久一区二区三区 | 色综合中文字幕| 欧美精品久久久久久久多人混战| 欧美大片一区二区| 欧美经典一区二区| 亚洲最快最全在线视频| 免费成人性网站| 成人一区二区视频| 欧美专区亚洲专区| 久久你懂得1024| 亚洲伊人色欲综合网| 美国三级日本三级久久99| 国产成人欧美日韩在线电影| 91蜜桃免费观看视频| 欧美一级在线免费| 中文字幕+乱码+中文字幕一区| 亚洲一区二区三区四区不卡| 精彩视频一区二区三区| 91亚洲大成网污www| 日韩视频在线永久播放| 亚洲欧洲精品一区二区三区| 日韩精品国产欧美| 成人av网站免费| 91精品国产综合久久精品图片| 国产日本一区二区| 午夜精品久久久久久久久久| 成人高清视频在线| 日韩欧美国产一区在线观看| 亚洲视频免费在线观看| 精品一区二区三区av| 日本精品裸体写真集在线观看| 日韩精品一区二区在线| 亚洲自拍偷拍麻豆| 国产999精品久久久久久绿帽| 欧美人xxxx| 亚洲精品高清在线观看| 国产一本一道久久香蕉| 欧美疯狂性受xxxxx喷水图片| 中文字幕在线观看一区二区| 精品一二三四区| 欧美日韩高清在线播放| 亚洲欧洲日产国码二区| 国产成人综合自拍| 日韩久久精品一区| 亚洲香肠在线观看| 99视频一区二区| 久久久久久久久免费| 美女免费视频一区二区| 在线国产电影不卡| 国产精品美女久久久久aⅴ国产馆| 美女mm1313爽爽久久久蜜臀| 欧美日韩aaaaaa| 亚洲精品国产高清久久伦理二区| 国产成人鲁色资源国产91色综| 日韩一级二级三级精品视频| 亚洲国产精品久久久男人的天堂| av一二三不卡影片| 国产精品每日更新| 国产精品亚洲一区二区三区在线| 日韩亚洲电影在线| 爽爽淫人综合网网站 | 亚洲精品国产a久久久久久 | 日韩午夜激情av| 日韩精品视频网站| 欧美卡1卡2卡| 亚洲午夜久久久久久久久电影网 | 91成人免费在线视频| 一区在线观看视频| a亚洲天堂av| 国产精品美女久久久久久久网站| 成人免费视频免费观看| 中日韩免费视频中文字幕| 国产精品一区二区三区四区| 久久综合一区二区| 国产乱码精品一区二区三 | 久久国产精品无码网站| 91精品黄色片免费大全| 丝袜脚交一区二区| 欧美一区二区三区免费视频| 青青国产91久久久久久 | 五月综合激情日本mⅴ| 欧美日韩久久久一区| 丝袜美腿亚洲色图| 欧美岛国在线观看| 国产精品一区二区久久不卡| 国产亚洲欧美日韩日本| 国产99久久久久久免费看农村| 久久精品一二三| 成人高清视频免费观看| 欧美一区二区三区视频| 日韩av电影免费观看高清完整版在线观看| 久久你懂得1024| 青草av.久久免费一区| 欧美tickling网站挠脚心| 美女在线观看视频一区二区| 91精品国产一区二区| 日产国产高清一区二区三区| 99视频有精品| 午夜精品福利视频网站| 91精品国产综合久久精品app| 日日嗨av一区二区三区四区| 91精品蜜臀在线一区尤物| 日韩中文字幕麻豆| 日韩一区二区免费在线观看| 麻豆精品视频在线观看免费 | 欧洲视频一区二区| 午夜精品久久久久久久蜜桃app| 欧美一区二区在线看| 日韩不卡一二三区| 国产午夜精品福利| 99久久精品国产一区| 亚洲精品日日夜夜| 欧美高清你懂得| 亚洲va欧美va天堂v国产综合| 91精品国产欧美一区二区18| 韩国视频一区二区| 国产亚洲va综合人人澡精品| 91视频观看视频| 麻豆精品视频在线观看视频| 国产精品免费av| 欧美日韩免费在线视频| 捆绑紧缚一区二区三区视频| 欧美精品一区二| 风间由美一区二区三区在线观看| 亚洲少妇最新在线视频| 欧美日韩黄视频| 国产自产高清不卡| 一二三区精品福利视频| 日韩欧美在线影院| 国产成人av资源| 亚洲va欧美va国产va天堂影院| 久久久久久夜精品精品免费| 色综合久久久久久久久久久| 亚洲一区二区三区爽爽爽爽爽 | 成人av高清在线| 日韩成人av影视| 亚洲精品免费一二三区| 日韩精品一区二区三区在线观看| 99这里只有精品| 偷拍自拍另类欧美| 精品久久久久久久人人人人传媒 | 色婷婷av一区二区三区大白胸| 久草在线在线精品观看| 亚洲欧美色一区| 国产清纯白嫩初高生在线观看91 | 欧美放荡的少妇| 精品一区二区久久| 日韩精品每日更新| 一色桃子久久精品亚洲| 欧美mv日韩mv| 色综合久久中文综合久久牛| 国产成a人无v码亚洲福利| 视频一区二区三区中文字幕| 一区视频在线播放| 日韩精品一区二区三区三区免费 | 精品欧美黑人一区二区三区| 中文字幕视频一区| 91精品国产综合久久福利| 成+人+亚洲+综合天堂| 国产在线视视频有精品| 日日夜夜免费精品视频| 亚洲人一二三区| 久久久91精品国产一区二区精品| 在线电影一区二区三区| 欧美视频在线一区| av中文字幕不卡| 国产福利视频一区二区三区| 一区二区三区不卡视频在线观看|