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

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

?? configure

?? 同時支持IPv4和IPv6的BGP協議實現
??
?? 第 1 頁 / 共 4 頁
字號:
# File descriptor usage:# 0 standard input# 1 file creation# 2 errors and warnings# 3 some systems may open it to /dev/tty# 4 used on the Kubota Titan# 6 checking for... messages and results# 5 compiler messages saved in config.logif test "$silent" = yes; then  exec 6>/dev/nullelse  exec 6>&1fiexec 5>./config.logecho "\This file contains any messages produced by compilers whilerunning configure, to aid debugging if configure makes a mistake." 1>&5# Strip out --no-create and --no-recursion so they do not pile up.# Also quote any args containing shell metacharacters.ac_configure_args=for ac_argdo  case "$ac_arg" in  -no-create | --no-create | --no-creat | --no-crea | --no-cre \  | --no-cr | --no-c) ;;  -no-recursion | --no-recursion | --no-recursio | --no-recursi \  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;  *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)  ac_configure_args="$ac_configure_args '$ac_arg'" ;;  *) ac_configure_args="$ac_configure_args $ac_arg" ;;  esacdone# NLS nuisances.# Only set these to C if already set.  These must not be set unconditionally# because not all systems understand e.g. LANG=C (notably SCO).# Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!# Non-C LC_CTYPE values break the ctype check.if test "${LANG+set}"   = set; then LANG=C;   export LANG;   fiif test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fiif test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fiif test "${LC_CTYPE+set}"    = set; then LC_CTYPE=C;    export LC_CTYPE;    fi# confdefs.h avoids OS command line length limits that DEFS can exceed.rm -rf conftest* confdefs.h# AIX cpp loses on an empty file, so make sure it contains at least a newline.echo > confdefs.h# A filename unique to this package, relative to the directory that# configure is in, which we can look for to find out if srcdir is correct.ac_unique_file=bgp.c# Find the source files, if location was not specified.if test -z "$srcdir"; then  ac_srcdir_defaulted=yes  # Try the directory containing this script, then its parent.  ac_prog=$0  ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`  test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.  srcdir=$ac_confdir  if test ! -r $srcdir/$ac_unique_file; then    srcdir=..  fielse  ac_srcdir_defaulted=nofiif test ! -r $srcdir/$ac_unique_file; then  if test "$ac_srcdir_defaulted" = yes; then    { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }  else    { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }  fifisrcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`# Prefer explicitly selected file to automatically selected ones.if test -z "$CONFIG_SITE"; then  if test "x$prefix" != xNONE; then    CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"  else    CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"  fififor ac_site_file in $CONFIG_SITE; do  if test -r "$ac_site_file"; then    echo "loading site script $ac_site_file"    . "$ac_site_file"  fidoneif test -r "$cache_file"; then  echo "loading cache $cache_file"  . $cache_fileelse  echo "creating cache $cache_file"  > $cache_filefiac_ext=c# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.ac_cpp='$CPP $CPPFLAGS'ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'cross_compiling=$ac_cv_prog_cc_crossac_exeext=ac_objext=oif (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then  # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.  if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then    ac_n= ac_c='' ac_t='	'  else    ac_n=-n ac_c= ac_t=  fielse  ac_n= ac_c='\c' ac_t=fiac_aux_dir=for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do  if test -f $ac_dir/install-sh; then    ac_aux_dir=$ac_dir    ac_install_sh="$ac_aux_dir/install-sh -c"    break  elif test -f $ac_dir/install.sh; then    ac_aux_dir=$ac_dir    ac_install_sh="$ac_aux_dir/install.sh -c"    break  fidoneif test -z "$ac_aux_dir"; then  { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }fiac_config_guess=$ac_aux_dir/config.guessac_config_sub=$ac_aux_dir/config.subac_configure=$ac_aux_dir/configure # This should be Cygnus configure.# Make sure we can run config.sub.if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then :else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }fiecho $ac_n "checking host system type""... $ac_c" 1>&6echo "configure:552: checking host system type" >&5host_alias=$hostcase "$host_alias" inNONE)  case $nonopt in  NONE)    if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :    else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }    fi ;;  *) host_alias=$nonopt ;;  esac ;;esachost=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`echo "$ac_t""$host" 1>&6# Extract the first word of "gcc", so it can be a program name with args.set dummy gcc; ac_word=$2echo $ac_n "checking for $ac_word""... $ac_c" 1>&6echo "configure:575: checking for $ac_word" >&5if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then  echo $ac_n "(cached) $ac_c" 1>&6else  if test -n "$CC"; then  ac_cv_prog_CC="$CC" # Let the user override the test.else  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"  ac_dummy="$PATH"  for ac_dir in $ac_dummy; do    test -z "$ac_dir" && ac_dir=.    if test -f $ac_dir/$ac_word; then      ac_cv_prog_CC="gcc"      break    fi  done  IFS="$ac_save_ifs"fifiCC="$ac_cv_prog_CC"if test -n "$CC"; then  echo "$ac_t""$CC" 1>&6else  echo "$ac_t""no" 1>&6fiif test -z "$CC"; then  # Extract the first word of "cc", so it can be a program name with args.set dummy cc; ac_word=$2echo $ac_n "checking for $ac_word""... $ac_c" 1>&6echo "configure:605: checking for $ac_word" >&5if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then  echo $ac_n "(cached) $ac_c" 1>&6else  if test -n "$CC"; then  ac_cv_prog_CC="$CC" # Let the user override the test.else  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"  ac_prog_rejected=no  ac_dummy="$PATH"  for ac_dir in $ac_dummy; do    test -z "$ac_dir" && ac_dir=.    if test -f $ac_dir/$ac_word; then      if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then        ac_prog_rejected=yes	continue      fi      ac_cv_prog_CC="cc"      break    fi  done  IFS="$ac_save_ifs"if test $ac_prog_rejected = yes; then  # We found a bogon in the path, so make sure we never use it.  set dummy $ac_cv_prog_CC  shift  if test $# -gt 0; then    # We chose a different compiler from the bogus one.    # However, it has the same basename, so the bogon will be chosen    # first if we set CC to just the basename; use the full file name.    shift    set dummy "$ac_dir/$ac_word" "$@"    shift    ac_cv_prog_CC="$@"  fifififiCC="$ac_cv_prog_CC"if test -n "$CC"; then  echo "$ac_t""$CC" 1>&6else  echo "$ac_t""no" 1>&6fi  if test -z "$CC"; then    case "`uname -s`" in    *win32* | *WIN32*)      # Extract the first word of "cl", so it can be a program name with args.set dummy cl; ac_word=$2echo $ac_n "checking for $ac_word""... $ac_c" 1>&6echo "configure:656: checking for $ac_word" >&5if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then  echo $ac_n "(cached) $ac_c" 1>&6else  if test -n "$CC"; then  ac_cv_prog_CC="$CC" # Let the user override the test.else  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"  ac_dummy="$PATH"  for ac_dir in $ac_dummy; do    test -z "$ac_dir" && ac_dir=.    if test -f $ac_dir/$ac_word; then      ac_cv_prog_CC="cl"      break    fi  done  IFS="$ac_save_ifs"fifiCC="$ac_cv_prog_CC"if test -n "$CC"; then  echo "$ac_t""$CC" 1>&6else  echo "$ac_t""no" 1>&6fi ;;    esac  fi  test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }fiecho $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6echo "configure:688: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5ac_ext=c# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.ac_cpp='$CPP $CPPFLAGS'ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'cross_compiling=$ac_cv_prog_cc_crosscat > conftest.$ac_ext << EOF#line 699 "configure"#include "confdefs.h"main(){return(0);}EOFif { (eval echo configure:704: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then  ac_cv_prog_cc_works=yes  # If we can't run a trivial program, we are probably using a cross compiler.  if (./conftest; exit) 2>/dev/null; then    ac_cv_prog_cc_cross=no  else    ac_cv_prog_cc_cross=yes  fielse  echo "configure: failed program was:" >&5  cat conftest.$ac_ext >&5  ac_cv_prog_cc_works=nofirm -fr conftest*ac_ext=c# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.ac_cpp='$CPP $CPPFLAGS'ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'cross_compiling=$ac_cv_prog_cc_crossecho "$ac_t""$ac_cv_prog_cc_works" 1>&6if test $ac_cv_prog_cc_works = no; then  { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }fiecho $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6echo "configure:730: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6cross_compiling=$ac_cv_prog_cc_crossecho $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6echo "configure:735: checking whether we are using GNU C" >&5if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then  echo $ac_n "(cached) $ac_c" 1>&6else  cat > conftest.c <<EOF#ifdef __GNUC__  yes;#endifEOFif { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:744: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then  ac_cv_prog_gcc=yeselse  ac_cv_prog_gcc=nofifiecho "$ac_t""$ac_cv_prog_gcc" 1>&6if test $ac_cv_prog_gcc = yes; then  GCC=yeselse  GCC=fiac_test_CFLAGS="${CFLAGS+set}"ac_save_CFLAGS="$CFLAGS"CFLAGS=echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6echo "configure:763: checking whether ${CC-cc} accepts -g" >&5if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then  echo $ac_n "(cached) $ac_c" 1>&6else  echo 'void f(){}' > conftest.cif test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then  ac_cv_prog_cc_g=yeselse  ac_cv_prog_cc_g=nofirm -f conftest*fiecho "$ac_t""$ac_cv_prog_cc_g" 1>&6if test "$ac_test_CFLAGS" = set; then  CFLAGS="$ac_save_CFLAGS"elif 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 $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6echo "configure:795: checking how to run the C preprocessor" >&5# On Suns, sometimes $CPP names a directory.if test -n "$CPP" && test -d "$CPP"; then  CPP=fi

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
久久久亚洲精华液精华液精华液 | 三级欧美韩日大片在线看| 国产婷婷色一区二区三区在线| 91精品国产品国语在线不卡| 欧美巨大另类极品videosbest | 亚洲免费三区一区二区| 国产精品女主播在线观看| 国产亚洲成av人在线观看导航 | 91麻豆国产在线观看| 色偷偷久久人人79超碰人人澡| 91在线观看免费视频| 92精品国产成人观看免费 | 日韩福利电影在线| 日日夜夜一区二区| 另类调教123区| 国产福利一区二区三区在线视频| 国产精品一级黄| 成人av高清在线| 欧日韩精品视频| 欧美一区二区播放| 久久无码av三级| 综合精品久久久| 爽好多水快深点欧美视频| 免费欧美在线视频| 国产成人精品影院| 在线欧美小视频| 欧美高清一级片在线| 久久先锋影音av鲁色资源| 国产精品精品国产色婷婷| 亚洲国产美国国产综合一区二区| 免费成人在线观看视频| 成人美女在线观看| 欧美性大战久久久久久久蜜臀| 7777精品伊人久久久大香线蕉完整版 | www成人在线观看| 国产精品家庭影院| 日韩国产高清影视| 99久久精品免费| 日韩你懂的在线观看| 国产精品久久久久一区二区三区| 亚洲午夜精品久久久久久久久| 麻豆精品视频在线观看| 91在线播放网址| 精品国产精品网麻豆系列 | 亚洲精品国久久99热| 精品在线观看视频| 在线观看91视频| 久久精品夜夜夜夜久久| 天天影视网天天综合色在线播放| 国产精品亚洲一区二区三区在线 | 久久精品72免费观看| 91欧美激情一区二区三区成人| 日韩精品一区二区三区在线观看 | 7777女厕盗摄久久久| 亚洲欧美国产毛片在线| 国模大尺度一区二区三区| 欧美色视频在线| 日韩伦理免费电影| 粗大黑人巨茎大战欧美成人| 日韩午夜三级在线| 午夜精品一区二区三区免费视频 | 色婷婷久久一区二区三区麻豆| 久久精品一二三| 国内精品久久久久影院薰衣草 | 久久综合av免费| 免费高清视频精品| 91麻豆精品国产综合久久久久久 | 666欧美在线视频| 亚洲一区二区综合| 91福利国产成人精品照片| 国产精品久久久久久久久久免费看| 久久精品二区亚洲w码| 欧美一区二区三区免费视频| 亚洲午夜激情av| 欧美日韩亚洲国产综合| 一区二区三区不卡视频| 色噜噜狠狠色综合中国| 亚洲精品成a人| 欧美性猛片xxxx免费看久爱| 一区二区三区久久| 欧美色偷偷大香| 日韩一区精品字幕| 日韩一区二区在线看| 美女视频黄 久久| 精品国产乱码久久久久久老虎| 精品一区在线看| 国产日韩欧美一区二区三区乱码| 国产一区二区三区在线观看精品| 久久久一区二区| 成人视屏免费看| 一区二区三区欧美在线观看| 在线精品国精品国产尤物884a| 亚洲第一在线综合网站| 69精品人人人人| 国产精品夜夜爽| 亚洲欧美电影院| 91精品国产综合久久精品图片| 老司机精品视频导航| 国产日产精品1区| 91看片淫黄大片一级在线观看| 一区二区三区国产精品| 欧美电视剧在线看免费| 国产成人一区二区精品非洲| 亚洲免费av高清| 91精品欧美福利在线观看| 国内精品伊人久久久久影院对白| 中文字幕一区二区三区蜜月| 欧美体内she精视频| 精品一区二区三区在线观看国产 | 亚洲自拍偷拍综合| 日韩欧美一区在线| 99久久久精品免费观看国产蜜| 亚洲综合久久av| www久久久久| 欧美日韩在线电影| 成人午夜视频在线| 日韩电影免费在线看| 中文字幕在线不卡国产视频| 欧美日韩一区二区三区四区五区| 国产精品综合二区| 香蕉加勒比综合久久| 国产精品麻豆久久久| 日韩免费在线观看| 欧美日韩一区精品| 成人sese在线| 国产乱码字幕精品高清av| 一区二区三区精品视频在线| 国产亚洲欧美日韩在线一区| 制服丝袜亚洲网站| 精品久久久久久久久久久久久久久 | 717成人午夜免费福利电影| 99视频国产精品| 国产精品系列在线播放| 美国av一区二区| 五月天欧美精品| 亚洲欧美日韩系列| 国产精品卡一卡二卡三| 精品国产91亚洲一区二区三区婷婷| 欧美视频日韩视频| 91国偷自产一区二区三区观看| 国产一区二区女| 激情综合网最新| 美女诱惑一区二区| 青椒成人免费视频| 天天影视涩香欲综合网| 亚洲成人免费在线观看| 一区二区三区国产精品| 亚洲日韩欧美一区二区在线| 亚洲国产精品精华液ab| 国产三级精品视频| 国产欧美一区二区三区在线看蜜臀 | 国产精品国产三级国产aⅴ原创 | 国产精品乱码妇女bbbb| 久久蜜桃香蕉精品一区二区三区| 日韩视频免费直播| 日韩欧美色电影| 日韩精品一区二区三区蜜臀| 日韩一区二区在线观看视频播放| 欧美一区日韩一区| 欧美不卡一二三| 久久久亚洲精华液精华液精华液| 久久综合999| 亚洲国产激情av| 亚洲人成精品久久久久| 亚洲精品国产品国语在线app| 亚洲精品中文字幕乱码三区| 亚洲免费观看在线视频| 午夜精品免费在线| 麻豆精品国产传媒mv男同| 国产一区二区三区日韩 | 国产精品人成在线观看免费 | 亚洲日本韩国一区| 亚洲综合激情网| 日本成人在线网站| 国产福利一区二区三区| 99久久精品国产一区| 欧美日韩一区三区四区| 日韩精品中文字幕一区| 国产精品久久久久影院| 亚洲国产综合色| 国产综合久久久久影院| 成人黄色a**站在线观看| 欧美丝袜自拍制服另类| 欧美成人精品福利| 亚洲欧洲日产国码二区| 日精品一区二区三区| 成人免费黄色大片| 欧美欧美欧美欧美首页| 国产视频视频一区| 一区二区高清免费观看影视大全| 青青草一区二区三区| 成人av在线资源| 欧美肥妇bbw| 亚洲天堂av一区| 寂寞少妇一区二区三区| 在线亚洲高清视频| 欧美激情一区二区三区蜜桃视频| 亚洲国产综合在线| 欧美日韩视频在线第一区| 久久久久久久免费视频了|