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

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

?? configure

?? linux下的撥號程序rp-pppoe.3.7
??
?? 第 1 頁 / 共 5 頁
字號:
# Check the compiler produces executables we can run.  If not, either# the compiler is broken, or we cross compile.echo "$as_me:$LINENO: checking whether we are cross compiling" >&5echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6echo "$as_me:$LINENO: result: $cross_compiling" >&5echo "${ECHO_T}$cross_compiling" >&6echo "$as_me:$LINENO: checking for suffix of executables" >&5echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5  (eval $ac_link) 2>&5  ac_status=$?  echo "$as_me:$LINENO: \$? = $ac_status" >&5  (exit $ac_status); }; then  # If both `conftest.exe' and `conftest' are `present' (well, observable)# catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will# work properly (i.e., refer to `conftest.exe'), while it won't with# `rm'.for ac_file in conftest.exe conftest conftest.*; do  test -f "$ac_file" || continue  case $ac_file in    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`	  export ac_cv_exeext	  break;;    * ) break;;  esacdoneelse  { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and linkSee \`config.log' for more details." >&5echo "$as_me: error: cannot compute suffix of executables: cannot compile and linkSee \`config.log' for more details." >&2;}   { (exit 1); exit 1; }; }firm -f conftest$ac_cv_exeextecho "$as_me:$LINENO: result: $ac_cv_exeext" >&5echo "${ECHO_T}$ac_cv_exeext" >&6rm -f conftest.$ac_extEXEEXT=$ac_cv_exeextac_exeext=$EXEEXTecho "$as_me:$LINENO: checking for suffix of object files" >&5echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6if test "${ac_cv_objext+set}" = set; then  echo $ECHO_N "(cached) $ECHO_C" >&6else  cat >conftest.$ac_ext <<_ACEOF/* confdefs.h.  */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h.  */intmain (){  ;  return 0;}_ACEOFrm -f conftest.o conftest.objif { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5  (eval $ac_compile) 2>&5  ac_status=$?  echo "$as_me:$LINENO: \$? = $ac_status" >&5  (exit $ac_status); }; then  for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do  case $ac_file in    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`       break;;  esacdoneelse  echo "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compileSee \`config.log' for more details." >&5echo "$as_me: error: cannot compute suffix of object files: cannot compileSee \`config.log' for more details." >&2;}   { (exit 1); exit 1; }; }firm -f conftest.$ac_cv_objext conftest.$ac_extfiecho "$as_me:$LINENO: result: $ac_cv_objext" >&5echo "${ECHO_T}$ac_cv_objext" >&6OBJEXT=$ac_cv_objextac_objext=$OBJEXTecho "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6if test "${ac_cv_c_compiler_gnu+set}" = set; then  echo $ECHO_N "(cached) $ECHO_C" >&6else  cat >conftest.$ac_ext <<_ACEOF/* confdefs.h.  */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h.  */intmain (){#ifndef __GNUC__       choke me#endif  ;  return 0;}_ACEOFrm -f conftest.$ac_objextif { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5  (eval $ac_compile) 2>conftest.er1  ac_status=$?  grep -v '^ *+' conftest.er1 >conftest.err  rm -f conftest.er1  cat conftest.err >&5  echo "$as_me:$LINENO: \$? = $ac_status" >&5  (exit $ac_status); } &&	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5  (eval $ac_try) 2>&5  ac_status=$?  echo "$as_me:$LINENO: \$? = $ac_status" >&5  (exit $ac_status); }; } &&	 { ac_try='test -s conftest.$ac_objext'  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5  (eval $ac_try) 2>&5  ac_status=$?  echo "$as_me:$LINENO: \$? = $ac_status" >&5  (exit $ac_status); }; }; then  ac_compiler_gnu=yeselse  echo "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_compiler_gnu=nofirm -f conftest.err conftest.$ac_objext conftest.$ac_extac_cv_c_compiler_gnu=$ac_compiler_gnufiecho "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6GCC=`test $ac_compiler_gnu = yes && echo yes`ac_test_CFLAGS=${CFLAGS+set}ac_save_CFLAGS=$CFLAGSCFLAGS="-g"echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6if test "${ac_cv_prog_cc_g+set}" = set; then  echo $ECHO_N "(cached) $ECHO_C" >&6else  cat >conftest.$ac_ext <<_ACEOF/* confdefs.h.  */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h.  */intmain (){  ;  return 0;}_ACEOFrm -f conftest.$ac_objextif { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5  (eval $ac_compile) 2>conftest.er1  ac_status=$?  grep -v '^ *+' conftest.er1 >conftest.err  rm -f conftest.er1  cat conftest.err >&5  echo "$as_me:$LINENO: \$? = $ac_status" >&5  (exit $ac_status); } &&	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5  (eval $ac_try) 2>&5  ac_status=$?  echo "$as_me:$LINENO: \$? = $ac_status" >&5  (exit $ac_status); }; } &&	 { ac_try='test -s conftest.$ac_objext'  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5  (eval $ac_try) 2>&5  ac_status=$?  echo "$as_me:$LINENO: \$? = $ac_status" >&5  (exit $ac_status); }; }; then  ac_cv_prog_cc_g=yeselse  echo "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_cv_prog_cc_g=nofirm -f conftest.err conftest.$ac_objext conftest.$ac_extfiecho "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5echo "${ECHO_T}$ac_cv_prog_cc_g" >&6if test "$ac_test_CFLAGS" = set; then  CFLAGS=$ac_save_CFLAGSelif test $ac_cv_prog_cc_g = yes; then  if test "$GCC" = yes; then    CFLAGS="-g -O2"  else    CFLAGS="-g"  fielse  if test "$GCC" = yes; then    CFLAGS="-O2"  else    CFLAGS=  fifiecho "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6if test "${ac_cv_prog_cc_stdc+set}" = set; then  echo $ECHO_N "(cached) $ECHO_C" >&6else  ac_cv_prog_cc_stdc=noac_save_CC=$CCcat >conftest.$ac_ext <<_ACEOF/* confdefs.h.  */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h.  */#include <stdarg.h>#include <stdio.h>#include <sys/types.h>#include <sys/stat.h>/* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */struct buf { int x; };FILE * (*rcsopen) (struct buf *, struct stat *, int);static char *e (p, i)     char **p;     int i;{  return p[i];}static char *f (char * (*g) (char **, int), char **p, ...){  char *s;  va_list v;  va_start (v,p);  s = g (p, va_arg (v,int));  va_end (v);  return s;}/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has   function prototypes and stuff, but not '\xHH' hex character constants.   These don't provoke an error unfortunately, instead are silently treated   as 'x'.  The following induces an error, until -std1 is added to get   proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an   array size at least.  It's necessary to write '\x00'==0 to get something   that's true only with -std1.  */int osf4_cc_array ['\x00' == 0 ? 1 : -1];int test (int i, double x);struct s1 {int (*f) (int a);};struct s2 {int (*f) (double a);};int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);int argc;char **argv;intmain (){return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];  ;  return 0;}_ACEOF# Don't try gcc -ansi; that turns off useful extensions and# breaks some systems' header files.# AIX			-qlanglvl=ansi# Ultrix and OSF/1	-std1# HP-UX 10.20 and later	-Ae# HP-UX older versions	-Aa -D_HPUX_SOURCE# SVR4			-Xc -D__EXTENSIONS__for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"do  CC="$ac_save_CC $ac_arg"  rm -f conftest.$ac_objextif { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5  (eval $ac_compile) 2>conftest.er1  ac_status=$?  grep -v '^ *+' conftest.er1 >conftest.err  rm -f conftest.er1  cat conftest.err >&5  echo "$as_me:$LINENO: \$? = $ac_status" >&5  (exit $ac_status); } &&	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5  (eval $ac_try) 2>&5  ac_status=$?  echo "$as_me:$LINENO: \$? = $ac_status" >&5  (exit $ac_status); }; } &&	 { ac_try='test -s conftest.$ac_objext'  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5  (eval $ac_try) 2>&5  ac_status=$?  echo "$as_me:$LINENO: \$? = $ac_status" >&5  (exit $ac_status); }; }; then  ac_cv_prog_cc_stdc=$ac_argbreakelse  echo "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5firm -f conftest.err conftest.$ac_objextdonerm -f conftest.$ac_ext conftest.$ac_objextCC=$ac_save_CCficase "x$ac_cv_prog_cc_stdc" in  x|xno)    echo "$as_me:$LINENO: result: none needed" >&5echo "${ECHO_T}none needed" >&6 ;;  *)    echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6    CC="$CC $ac_cv_prog_cc_stdc" ;;esac# Some people use a C++ compiler to compile C.  Since we use `exit',# in C++ we need to declare it.  In case someone uses the same compiler# for both compiling C and C++ we need to have the C++ compiler decide# the declaration of exit, since it's the most demanding environment.cat >conftest.$ac_ext <<_ACEOF#ifndef __cplusplus  choke me#endif_ACEOFrm -f conftest.$ac_objextif { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5  (eval $ac_compile) 2>conftest.er1  ac_status=$?  grep -v '^ *+' conftest.er1 >conftest.err  rm -f conftest.er1  cat conftest.err >&5  echo "$as_me:$LINENO: \$? = $ac_status" >&5  (exit $ac_status); } &&	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5  (eval $ac_try) 2>&5  ac_status=$?  echo "$as_me:$LINENO: \$? = $ac_status" >&5  (exit $ac_status); }; } &&	 { ac_try='test -s conftest.$ac_objext'  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5  (eval $ac_try) 2>&5  ac_status=$?  echo "$as_me:$LINENO: \$? = $ac_status" >&5  (exit $ac_status); }; }; then  for ac_declaration in \   '' \   'extern "C" void std::exit (int) throw (); using std::exit;' \   'extern "C" void std::exit (int); using std::exit;' \   'extern "C" void exit (int) throw ();' \   'extern "C" void exit (int);' \   'void exit (int);'do  cat >conftest.$ac_ext <<_ACEOF/* confdefs.h.  */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h.  */$ac_declaration#include <stdlib.h>intmain (){exit (42);  ;  return 0;}_ACEOFrm -f conftest.$ac_objextif { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5  (eval $ac_compile) 2>conftest.er1  ac_status=$?  grep -v '^ *+' conftest.er1 >conftest.err  rm -f conftest.er1  cat conftest.err >&5  echo "$as_me:$LINENO: \$? = $ac_status" >&5  (exit $ac_status); } &&	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5  (eval $ac_try) 2>&5  ac_status=$?  echo "$as_me:$LINENO: \$? = $ac_status" >&5  (exit $ac_status); }; } &&	 { ac_try='test -s conftest.$ac_objext'  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5  (eval $ac_try) 2>&5  ac_status=$?  echo "$as_me:$LINENO: \$? = $ac_status" >&5  (exit $ac_status); }; }; then  :else  echo "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5continuefirm -f conftest.err conftest.$ac_objext conftest.$ac_ext  cat >conftest.$ac_ext <<_ACEOF/* confdefs.h.  */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h.  */$ac_declarationintmain (){exit (42);  ;  return 0;

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
亚洲精品国产视频| 中文字幕一区二区不卡| 久久综合色天天久久综合图片| 亚洲视频你懂的| 老司机精品视频线观看86| 成人免费看片app下载| 粉嫩绯色av一区二区在线观看 | 国产精品网站导航| 亚洲丰满少妇videoshd| 国产综合一区二区| 欧美色网一区二区| 亚洲男人的天堂一区二区| 国产在线精品国自产拍免费| 欧美视频一区二区三区四区| 久久久久久久久一| 国产一区二区精品在线观看| 一本久久a久久精品亚洲| 91精品福利在线| 在线欧美日韩精品| **性色生活片久久毛片| 国产精品一区二区黑丝| aaa亚洲精品| 亚洲卡通欧美制服中文| 一本一本久久a久久精品综合麻豆| 久久成人免费日本黄色| 日韩免费视频一区| 国产老女人精品毛片久久| 日韩丝袜美女视频| 久久成人免费网站| 久久精品人人做人人爽人人| 激情综合色综合久久| 国产网红主播福利一区二区| 国产精一区二区三区| 国产精品毛片无遮挡高清| 91在线视频18| 亚洲午夜免费电影| 久久综合久久鬼色| 不卡一区中文字幕| 同产精品九九九| 久久久久99精品国产片| 99久久精品国产网站| 性做久久久久久久免费看| 日韩一级二级三级| 成人激情小说网站| 亚洲成av人影院| 久久久精品黄色| 欧美三区免费完整视频在线观看| 日韩免费视频一区二区| 国产大陆亚洲精品国产| 久久婷婷久久一区二区三区| 成人综合婷婷国产精品久久蜜臀| 91美女在线视频| 久久99这里只有精品| 亚洲精品中文在线观看| 国产区在线观看成人精品 | 久久激五月天综合精品| 中文字幕一区二区三区精华液| 久久91精品国产91久久小草 | 日韩欧美国产1| 99久久精品免费精品国产| 性欧美大战久久久久久久久| 国产精品毛片无遮挡高清| 精品国产一区二区精华| 欧美精品久久99| 制服丝袜在线91| 欧美一区二区视频在线观看2022| 亚洲mv在线观看| 亚洲夂夂婷婷色拍ww47| 一区二区三区免费看视频| 欧美国产一区视频在线观看| 色综合天天综合| 色激情天天射综合网| 欧美日韩中文字幕一区| 欧美日韩国产另类不卡| 欧美三区免费完整视频在线观看| 亚洲一区二区影院| 国产欧美日韩中文久久| 久久先锋影音av鲁色资源| 欧美一区二视频| 色狠狠综合天天综合综合| 高清免费成人av| 99国产精品久久久久久久久久| 一区二区三区免费| 最新国产の精品合集bt伙计| 亚洲中国最大av网站| 美国十次综合导航| 高清在线成人网| 欧美日韩国产一二三| 欧美va亚洲va| 成人欧美一区二区三区白人| 午夜a成v人精品| 成人美女在线视频| 欧美久久久久中文字幕| 欧美精品一区男女天堂| 中文字幕亚洲一区二区va在线| 色8久久精品久久久久久蜜| 欧美日韩中文精品| 国产精品乱码一区二区三区软件 | 一区二区三区在线影院| 国产一区在线精品| 精品欧美乱码久久久久久1区2区| 777奇米四色成人影色区| 亚洲精品国产a久久久久久 | 国产欧美精品一区二区色综合朱莉| 7777精品伊人久久久大香线蕉最新版| 播五月开心婷婷综合| 久久精品一区二区三区不卡牛牛 | 欧美日韩国产不卡| 日韩午夜在线观看| 久久国产欧美日韩精品| 精品奇米国产一区二区三区| 亚洲电影视频在线| 欧美夫妻性生活| 久久99精品久久久久久久久久久久| 免费成人深夜小野草| 欧美精品一区在线观看| 成人午夜电影网站| 亚洲国产欧美在线| 欧美精选一区二区| 激情综合亚洲精品| 亚洲精品亚洲人成人网在线播放| 亚洲电影在线播放| 精品88久久久久88久久久| gogo大胆日本视频一区| 亚洲第一av色| 国产精品电影院| 欧美一区二区精品| 色综合天天综合在线视频| 亚洲一区二区三区中文字幕| 久久综合色之久久综合| 色偷偷成人一区二区三区91| 毛片一区二区三区| 国产精品久久久久久久蜜臀| 91精品在线免费观看| 91啪亚洲精品| 国模套图日韩精品一区二区| 亚洲人午夜精品天堂一二香蕉| 国产91高潮流白浆在线麻豆| 亚洲国产精品人人做人人爽| 国产人妖乱国产精品人妖| 91精品国产综合久久久久久久久久 | 久久嫩草精品久久久精品一| 国产精品乱人伦| 99久久婷婷国产| 国产电影精品久久禁18| 免费一区二区视频| 婷婷夜色潮精品综合在线| 国产精品动漫网站| 国产精品午夜免费| 久久午夜老司机| 精品成人一区二区三区四区| 91精品国产综合久久福利| 欧美午夜精品免费| 91黄视频在线| 91偷拍与自偷拍精品| 成年人午夜久久久| 成人ar影院免费观看视频| 国产福利精品导航| 国产精一品亚洲二区在线视频| 日韩欧美久久久| 精品人在线二区三区| 精品美女在线观看| www国产精品av| 国产精品美女一区二区三区 | a4yy欧美一区二区三区| 成人一区二区三区中文字幕| jizzjizzjizz欧美| 欧美高清dvd| 国产亚洲欧美日韩在线一区| 亚洲欧美在线视频观看| 亚洲一二三级电影| 精品亚洲国内自在自线福利| 国产成a人无v码亚洲福利| 91福利国产成人精品照片| 欧美精品一卡两卡| 国产精品女主播av| 日韩专区中文字幕一区二区| 国产一区二区看久久| 在线精品视频小说1| 精品久久久久久综合日本欧美 | 丁香一区二区三区| 欧美在线一二三四区| 日本韩国视频一区二区| 久久夜色精品国产噜噜av| 一区二区三区精品在线| 日本欧美一区二区三区| 成人av在线看| 国产亚洲精品中文字幕| 丝袜美腿亚洲色图| 欧美亚洲国产怡红院影院| 欧美国产成人在线| 国产一区二区免费看| 7777女厕盗摄久久久| 亚洲午夜激情av| 色综合激情久久| 亚洲精品videosex极品| 99精品视频一区二区| 成人免费在线播放视频| 高清国产一区二区三区| 国产日本欧美一区二区|