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

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? configure

?? linux下流量查看軟件,可以查看到每臺機子的具體流量
??
?? 第 1 頁 / 共 5 頁
字號:
  (eval $ac_compile) 2>&5  ac_status=$?  echo "$as_me:1699: \$? = $ac_status" >&5  (exit $ac_status); } &&         { ac_try='test -s conftest.$ac_objext'  { (eval echo "$as_me:1702: \"$ac_try\"") >&5  (eval $ac_try) 2>&5  ac_status=$?  echo "$as_me:1705: \$? = $ac_status" >&5  (exit $ac_status); }; }; then  breakelse  echo "$as_me: failed program was:" >&5cat conftest.$ac_ext >&5firm -f conftest.$ac_objext conftest.$ac_extdoneecho '#ifdef __cplusplus' >>confdefs.hecho $ac_declaration      >>confdefs.hecho '#endif'             >>confdefs.helse  echo "$as_me: failed program was:" >&5cat conftest.$ac_ext >&5firm -f conftest.$ac_objext conftest.$ac_extac_ext=cac_cpp='$CPP $CPPFLAGS'ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'ac_compiler_gnu=$ac_cv_c_compiler_gnu# Find a good install program.  We prefer a C program (faster),# so one script is as good as another.  But avoid the broken or# incompatible versions:# SysV /etc/install, /usr/sbin/install# SunOS /usr/etc/install# IRIX /sbin/install# AIX /bin/install# AmigaOS /C/install, which installs bootblocks on floppy discs# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag# AFS /usr/afsws/bin/install, which mishandles nonexistent args# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"# ./install, which can be erroneously created by make from ./install.sh.echo "$as_me:1741: checking for a BSD compatible install" >&5echo $ECHO_N "checking for a BSD compatible install... $ECHO_C" >&6if test -z "$INSTALL"; thenif test "${ac_cv_path_install+set}" = set; then  echo $ECHO_N "(cached) $ECHO_C" >&6else    ac_save_IFS=$IFS; IFS=$ac_path_separator  for ac_dir in $PATH; do    IFS=$ac_save_IFS    # Account for people who put trailing slashes in PATH elements.    case $ac_dir/ in    / | ./ | .// | /cC/* \    | /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* \    | /usr/ucb/* ) ;;    *)      # OSF1 and SCO ODT 3.0 have their own names for install.      # Don't use installbsd from OSF since it installs stuff as root      # by default.      for ac_prog in ginstall scoinst install; do        if $as_executable_p "$ac_dir/$ac_prog"; then	  if test $ac_prog = install &&            grep dspmsg "$ac_dir/$ac_prog" >/dev/null 2>&1; then	    # AIX install.  It has an incompatible calling convention.	    :	  elif test $ac_prog = install &&	    grep pwplus "$ac_dir/$ac_prog" >/dev/null 2>&1; then	    # program-specific install script used by HP pwplus--don't use.	    :	  else	    ac_cv_path_install="$ac_dir/$ac_prog -c"	    break 2	  fi	fi      done      ;;    esac  donefi  if test "${ac_cv_path_install+set}" = set; then    INSTALL=$ac_cv_path_install  else    # As a last resort, use the slow shell script.  We don't cache a    # path for INSTALL within a source directory, because that will    # break other packages using the cache if that directory is    # removed, or if the path is relative.    INSTALL=$ac_install_sh  fifiecho "$as_me:1790: result: $INSTALL" >&5echo "${ECHO_T}$INSTALL" >&6# Use test -z because SunOS4 sh mishandles braces in ${var-val}.# It thinks the first close brace ends the variable substitution.test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'for ac_prog in flex lexdo  # Extract the first word of "$ac_prog", so it can be a program name with args.set dummy $ac_prog; ac_word=$2echo "$as_me:1805: checking for $ac_word" >&5echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6if test "${ac_cv_prog_LEX+set}" = set; then  echo $ECHO_N "(cached) $ECHO_C" >&6else  if test -n "$LEX"; then  ac_cv_prog_LEX="$LEX" # Let the user override the test.else  ac_save_IFS=$IFS; IFS=$ac_path_separatorac_dummy="$PATH"for ac_dir in $ac_dummy; do  IFS=$ac_save_IFS  test -z "$ac_dir" && ac_dir=.  $as_executable_p "$ac_dir/$ac_word" || continueac_cv_prog_LEX="$ac_prog"echo "$as_me:1820: found $ac_dir/$ac_word" >&5breakdonefifiLEX=$ac_cv_prog_LEXif test -n "$LEX"; then  echo "$as_me:1828: result: $LEX" >&5echo "${ECHO_T}$LEX" >&6else  echo "$as_me:1831: result: no" >&5echo "${ECHO_T}no" >&6fi  test -n "$LEX" && breakdonetest -n "$LEX" || LEX=":"if test -z "$LEXLIB"then  echo "$as_me:1841: checking for yywrap in -lfl" >&5echo $ECHO_N "checking for yywrap in -lfl... $ECHO_C" >&6if test "${ac_cv_lib_fl_yywrap+set}" = set; then  echo $ECHO_N "(cached) $ECHO_C" >&6else  ac_check_lib_save_LIBS=$LIBSLIBS="-lfl  $LIBS"cat >conftest.$ac_ext <<_ACEOF#line 1849 "configure"#include "confdefs.h"/* Override any gcc2 internal prototype to avoid an error.  */#ifdef __cplusplusextern "C"#endif/* We use char because int might match the return type of a gcc2   builtin and then its argument prototype would still apply.  */char yywrap ();intmain (){yywrap ();  ;  return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:1868: \"$ac_link\"") >&5  (eval $ac_link) 2>&5  ac_status=$?  echo "$as_me:1871: \$? = $ac_status" >&5  (exit $ac_status); } &&         { ac_try='test -s conftest$ac_exeext'  { (eval echo "$as_me:1874: \"$ac_try\"") >&5  (eval $ac_try) 2>&5  ac_status=$?  echo "$as_me:1877: \$? = $ac_status" >&5  (exit $ac_status); }; }; then  ac_cv_lib_fl_yywrap=yeselse  echo "$as_me: failed program was:" >&5cat conftest.$ac_ext >&5ac_cv_lib_fl_yywrap=nofirm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_extLIBS=$ac_check_lib_save_LIBSfiecho "$as_me:1888: result: $ac_cv_lib_fl_yywrap" >&5echo "${ECHO_T}$ac_cv_lib_fl_yywrap" >&6if test $ac_cv_lib_fl_yywrap = yes; then  LEXLIB="-lfl"else  echo "$as_me:1893: checking for yywrap in -ll" >&5echo $ECHO_N "checking for yywrap in -ll... $ECHO_C" >&6if test "${ac_cv_lib_l_yywrap+set}" = set; then  echo $ECHO_N "(cached) $ECHO_C" >&6else  ac_check_lib_save_LIBS=$LIBSLIBS="-ll  $LIBS"cat >conftest.$ac_ext <<_ACEOF#line 1901 "configure"#include "confdefs.h"/* Override any gcc2 internal prototype to avoid an error.  */#ifdef __cplusplusextern "C"#endif/* We use char because int might match the return type of a gcc2   builtin and then its argument prototype would still apply.  */char yywrap ();intmain (){yywrap ();  ;  return 0;}_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:1920: \"$ac_link\"") >&5  (eval $ac_link) 2>&5  ac_status=$?  echo "$as_me:1923: \$? = $ac_status" >&5  (exit $ac_status); } &&         { ac_try='test -s conftest$ac_exeext'  { (eval echo "$as_me:1926: \"$ac_try\"") >&5  (eval $ac_try) 2>&5  ac_status=$?  echo "$as_me:1929: \$? = $ac_status" >&5  (exit $ac_status); }; }; then  ac_cv_lib_l_yywrap=yeselse  echo "$as_me: failed program was:" >&5cat conftest.$ac_ext >&5ac_cv_lib_l_yywrap=nofirm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_extLIBS=$ac_check_lib_save_LIBSfiecho "$as_me:1940: result: $ac_cv_lib_l_yywrap" >&5echo "${ECHO_T}$ac_cv_lib_l_yywrap" >&6if test $ac_cv_lib_l_yywrap = yes; then  LEXLIB="-ll"fififiif test "x$LEX" != "x:"; then  echo "$as_me:1951: checking lex output file root" >&5echo $ECHO_N "checking lex output file root... $ECHO_C" >&6if test "${ac_cv_prog_lex_root+set}" = set; then  echo $ECHO_N "(cached) $ECHO_C" >&6else  # The minimal lex program is just a single line: %%.  But some broken lexes# (Solaris, I think it was) want two %% lines, so accommodate them.echo '%%%%' | $LEXif test -f lex.yy.c; then  ac_cv_prog_lex_root=lex.yyelif test -f lexyy.c; then  ac_cv_prog_lex_root=lexyyelse  { { echo "$as_me:1965: error: cannot find output from $LEX; giving up" >&5echo "$as_me: error: cannot find output from $LEX; giving up" >&2;}   { (exit 1); exit 1; }; }fifiecho "$as_me:1970: result: $ac_cv_prog_lex_root" >&5echo "${ECHO_T}$ac_cv_prog_lex_root" >&6LEX_OUTPUT_ROOT=$ac_cv_prog_lex_rootecho "$as_me:1974: checking whether yytext is a pointer" >&5echo $ECHO_N "checking whether yytext is a pointer... $ECHO_C" >&6if test "${ac_cv_prog_lex_yytext_pointer+set}" = set; then  echo $ECHO_N "(cached) $ECHO_C" >&6else  # POSIX says lex can declare yytext either as a pointer or an array; the# default is implementation-dependent. Figure out which it is, since# not all implementations provide the %pointer and %array declarations.ac_cv_prog_lex_yytext_pointer=noecho 'extern char *yytext;' >>$LEX_OUTPUT_ROOT.cac_save_LIBS=$LIBSLIBS="$LIBS $LEXLIB"cat >conftest.$ac_ext <<_ACEOF`cat $LEX_OUTPUT_ROOT.c`_ACEOFrm -f conftest.$ac_objext conftest$ac_exeextif { (eval echo "$as_me:1990: \"$ac_link\"") >&5  (eval $ac_link) 2>&5  ac_status=$?  echo "$as_me:1993: \$? = $ac_status" >&5  (exit $ac_status); } &&         { ac_try='test -s conftest$ac_exeext'  { (eval echo "$as_me:1996: \"$ac_try\"") >&5  (eval $ac_try) 2>&5  ac_status=$?  echo "$as_me:1999: \$? = $ac_status" >&5  (exit $ac_status); }; }; then  ac_cv_prog_lex_yytext_pointer=yeselse  echo "$as_me: failed program was:" >&5cat conftest.$ac_ext >&5firm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_extLIBS=$ac_save_LIBSrm -f "${LEX_OUTPUT_ROOT}.c"fiecho "$as_me:2011: result: $ac_cv_prog_lex_yytext_pointer" >&5echo "${ECHO_T}$ac_cv_prog_lex_yytext_pointer" >&6if test $ac_cv_prog_lex_yytext_pointer = yes; thencat >>confdefs.h <<\EOF#define YYTEXT_POINTER 1EOFfifi# May be required for libgd on bsdac_ext=cac_cpp='$CPP $CPPFLAGS'ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'ac_compiler_gnu=$ac_cv_c_compiler_gnuecho "$as_me:2029: checking how to run the C preprocessor" >&5echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6# On Suns, sometimes $CPP names a directory.if test -n "$CPP" && test -d "$CPP"; then  CPP=fiif test -z "$CPP"; then  if test "${ac_cv_prog_CPP+set}" = set; then  echo $ECHO_N "(cached) $ECHO_C" >&6else      # Double quotes because CPP needs to be expanded    for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"    do      # break 2 since there is a loop in there.      ac_preproc_ok=falsefor ac_c_preproc_warn_flag in '' yesdo  # Use a header file that comes with gcc, so configuring glibc  # with a fresh cross-compiler works.  # On the NeXT, cc -E runs the code through the compiler's parser,  # not just through cpp. "Syntax error" is here to catch this case.  cat >conftest.$ac_ext <<_ACEOF#line 2051 "configure"#include "confdefs.h"#include <assert.h>                     Syntax error_ACEOFif { (eval echo "$as_me:2056: \"$ac_cpp conftest.$ac_ext\"") >&5  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1  ac_status=$?  egrep -v '^ *\+' conftest.er1 >conftest.err  rm -f conftest.er1  cat conftest.err >&5  echo "$as_me:2062: \$? = $ac_status" >&5  (exit $ac_status); } >/dev/null; then  if test -s conftest.err; then    ac_cpp_err=$ac_c_preproc_warn_flag  else    ac_cpp_err=  fielse  ac_cpp_err=yesfiif test -z "$ac_cpp_err"; then  :else  echo "$as_me: failed program was:" >&5  cat conftest.$ac_ext >&5  # Broken: fails on valid input.continuefirm -f conftest.err conftest.$ac_ext  # OK, works on sane cases.  Now check whether non-existent headers  # can be detected and how.  cat >conftest.$ac_ext <<_ACEOF#line 2085 "configure"#include "confdefs.h"#include <ac_nonexistent.h>_ACEOFif { (eval echo "$as_me:2089: \"$ac_cpp conftest.$ac_ext\"") >&5  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1  ac_status=$?  egrep -v '^ *\+' conftest.er1 >conftest.err  rm -f conftest.er1  cat conftest.err >&5  echo "$as_me:2095: \$? = $ac_status" >&5  (exit $ac_status); } >/dev/null; then  if test -s conftest.err; then    ac_cpp_err=$ac_c_preproc_warn_flag  else    ac_cpp_err=  fielse  ac_cpp_err=yesfiif test -z "$ac_cpp_err"; then  # Broken: success on invalid input.continueelse  echo "$as_me: failed program was:" >&5  cat conftest.$ac_ext >&5  # Passes both tests.ac_preproc_ok=:breakfirm -f conftest.err conftest.$ac_extdone# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.rm -f conftest.err conftest

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
日本不卡123| 日韩免费性生活视频播放| 中文字幕在线不卡| 99re亚洲国产精品| 亚洲一区二区在线免费看| 欧美日韩在线三区| 日本美女一区二区| 久久久电影一区二区三区| 风流少妇一区二区| 最新高清无码专区| 在线电影一区二区三区| 久久国产精品第一页| 中文字幕五月欧美| 91麻豆精品国产| 播五月开心婷婷综合| 免费视频最近日韩| 欧美精品色综合| 日韩中文字幕一区二区三区| 久久综合色一综合色88| 色婷婷av一区二区三区大白胸| 日本欧美大码aⅴ在线播放| 国产精品美女久久久久av爽李琼| 欧美日韩免费不卡视频一区二区三区| 老司机精品视频在线| 亚洲免费av网站| 欧美国产日韩在线观看| 欧美巨大另类极品videosbest| 国产精品综合在线视频| 一区二区不卡在线播放 | 欧美在线视频不卡| 成人免费黄色在线| 日本亚洲电影天堂| 日韩精品欧美精品| 亚洲成人一二三| 一区二区三区四区高清精品免费观看| 日韩一区二区电影在线| 欧美日韩国产不卡| 欧美日韩精品一区二区三区 | 欧美亚洲综合一区| 成人动漫av在线| 顶级嫩模精品视频在线看| 久久99久久精品| 国产乱色国产精品免费视频| 美女在线视频一区| 国内精品国产成人国产三级粉色| 卡一卡二国产精品 | 精品一区二区三区久久久| 亚洲韩国精品一区| 亚洲国产欧美在线人成| 日韩精品电影在线| 精品一区二区三区不卡| 成人综合在线观看| 一本一道综合狠狠老| 欧美日韩在线播放三区四区| 欧美日韩国产乱码电影| 日韩午夜小视频| 国产精品天美传媒| 一区二区三区四区乱视频| 亚洲 欧美综合在线网络| 久久精品国产精品亚洲精品| 成人精品鲁一区一区二区| 91片黄在线观看| 日韩欧美成人激情| 欧美国产综合一区二区| 首页亚洲欧美制服丝腿| 国产精品77777竹菊影视小说| 97久久人人超碰| 精品国产乱码久久久久久1区2区| 国产精品理伦片| 天天操天天色综合| 99国内精品久久| 欧美不卡一二三| 一区二区久久久久久| 黄色资源网久久资源365| av高清不卡在线| 欧美mv日韩mv国产| 亚洲自拍偷拍av| 91尤物视频在线观看| 欧美日韩美女一区二区| 欧美一区二区三区四区视频| 在线电影欧美成精品| 亚洲免费伊人电影| av午夜精品一区二区三区| 国产视频亚洲色图| 国内外成人在线| 日韩一区二区三区av| 日韩 欧美一区二区三区| 欧洲亚洲国产日韩| 国产一区二区在线免费观看| 日韩色在线观看| 久久99久久久欧美国产| 日韩一区二区精品在线观看| 狠狠色2019综合网| 午夜私人影院久久久久| 丰满放荡岳乱妇91ww| 久久影院视频免费| 国产在线精品免费| 天天操天天综合网| 欧美一级黄色录像| 国产精品一区二区免费不卡| 国产亚洲福利社区一区| 成人永久免费视频| 亚洲婷婷在线视频| 欧美日韩精品一区二区| 激情综合色综合久久综合| 欧美激情一二三区| 欧美日韩国产天堂| 精品制服美女久久| 成人免费在线播放视频| 欧美三级日韩三级| 狠狠色丁香婷婷综合| 视频在线观看91| 51精品视频一区二区三区| 国产在线日韩欧美| 亚洲精品国产高清久久伦理二区| 欧美久久久久久久久| 激情综合色丁香一区二区| 亚洲欧洲综合另类在线| 欧美一区二区在线不卡| 丰满少妇久久久久久久| 午夜精品国产更新| 国产精品毛片高清在线完整版| 在线观看成人免费视频| 国产福利电影一区二区三区| 亚欧色一区w666天堂| 久久久精品黄色| 欧美国产日韩在线观看| 久久久精品影视| 欧美午夜精品电影| 成人黄色网址在线观看| 久久99热这里只有精品| 午夜国产不卡在线观看视频| 欧美国产禁国产网站cc| 日韩一区二区免费视频| 欧美特级限制片免费在线观看| 波波电影院一区二区三区| 国产激情精品久久久第一区二区 | 久久久久久久久蜜桃| 欧美日韩国产高清一区二区| 日本电影亚洲天堂一区| 色综合色狠狠综合色| 欧美性受极品xxxx喷水| 国产精品久久久久久久午夜片| 欧美乱熟臀69xxxxxx| 欧美视频三区在线播放| 欧美色爱综合网| 欧美人伦禁忌dvd放荡欲情| 欧美日韩综合不卡| 欧美一级片免费看| 精品欧美乱码久久久久久1区2区| 欧美精品久久久久久久多人混战 | 欧美精品一区二区在线播放| 久久精品一二三| 成人欧美一区二区三区黑人麻豆| 亚洲精品欧美激情| 调教+趴+乳夹+国产+精品| 精品亚洲成a人| 99精品一区二区三区| 欧洲国内综合视频| 久久午夜免费电影| 亚洲精品老司机| 玖玖九九国产精品| 色婷婷av久久久久久久| 久久亚洲一区二区三区明星换脸 | 久久免费国产精品| 亚洲韩国精品一区| 国产高清亚洲一区| 欧美日韩在线观看一区二区| 精品久久久久久无| 亚洲一区在线电影| 久久99精品国产麻豆婷婷| 国产一区二区三区观看| 国产成人亚洲综合色影视| 欧洲激情一区二区| 成人激情开心网| 日韩欧美美女一区二区三区| 亚洲欧洲韩国日本视频| 麻豆精品视频在线观看| 欧美专区日韩专区| 国产精品乱码久久久久久| 久久99久久精品| 欧美一区二区福利在线| 亚洲综合色噜噜狠狠| 91在线你懂得| 日韩美女精品在线| 91日韩在线专区| 亚洲色图都市小说| 成人国产精品视频| 精品成人一区二区| 综合久久久久久| 亚洲欧洲日韩在线| 国产一区二区三区黄视频| 欧美大片在线观看一区二区| 免费久久99精品国产| 欧美一区二区私人影院日本| 天天免费综合色| 精品粉嫩aⅴ一区二区三区四区 | 中文字幕成人网| 99久久精品国产精品久久| 亚洲美女屁股眼交|