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

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

?? configure

?? 實現非阻塞方式IO(NBIO)的java類
??
?? 第 1 頁 / 共 3 頁
字號:
  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=nbio.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:553: 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>&6echo "HOST OS IS $host_os"echo "HOST CPU IS $host_cpu"case $host_os in    solaris*)   PLATFORM=solaris;;    linux-*)    PLATFORM=linux;;esac# See if /dev/poll and devpoll.h exist# 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:587: 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:617: 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:668: 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:700: 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 711 "configure"#include "confdefs.h"main(){return(0);}EOFif { (eval echo configure:716: \"$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:742: 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:747: 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:756: \"$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:775: 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=  fifiac_safe=`echo "/dev/poll" | sed 'y%./+-%__p_%'`echo $ac_n "checking for /dev/poll""... $ac_c" 1>&6echo "configure:809: checking for /dev/poll" >&5if eval "test \"`echo '$''{'ac_cv_file_$ac_safe'+set}'`\" = set"; then  echo $ac_n "(cached) $ac_c" 1>&6else  if test "$cross_compiling" = yes; then    { echo "configure: error: Cannot check for file existence when cross compiling" 1>&2; exit 1; }else  if test -r /dev/poll; then    eval "ac_cv_file_$ac_safe=yes"  else    eval "ac_cv_file_$ac_safe=no"  fififiif eval "test \"`echo '$ac_cv_file_'$ac_safe`\" = yes"; then

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
91福利精品视频| 欧美一级二级在线观看| 欧美一区二区黄色| 亚洲免费在线电影| 国产一区二区调教| 欧美少妇bbb| 国产精品国模大尺度视频| 久久成人麻豆午夜电影| 欧美无乱码久久久免费午夜一区| 国产欧美综合色| 蜜桃久久精品一区二区| 欧美亚洲国产bt| 国产精品久久久一本精品| 狠狠狠色丁香婷婷综合久久五月| 欧美人狂配大交3d怪物一区| 亚洲视频在线一区| 粉嫩绯色av一区二区在线观看| 国产a视频精品免费观看| 欧美成人女星排行榜| 五月婷婷激情综合网| 91热门视频在线观看| 欧美韩国日本一区| 国产二区国产一区在线观看| 欧美va在线播放| 蜜臀av性久久久久蜜臀av麻豆| 欧美亚洲另类激情小说| 亚洲欧美另类久久久精品| 高清不卡一区二区| 久久精品男人天堂av| 激情综合色播五月| 日韩午夜电影av| 青青草国产成人av片免费| 精品视频一区 二区 三区| 一区av在线播放| 欧日韩精品视频| 亚洲自拍偷拍综合| 欧美伊人久久久久久久久影院| 亚洲天堂精品视频| 色综合网色综合| 亚洲视频免费在线观看| 91麻豆精品一区二区三区| 中文字幕制服丝袜一区二区三区 | 免费的成人av| 欧美一区二区三区播放老司机| 无吗不卡中文字幕| 欧美日韩在线精品一区二区三区激情| 亚洲激情自拍视频| 国产精品视频一二三| 亚洲美女免费在线| 91福利在线导航| 亚洲永久免费av| 欧美精品在欧美一区二区少妇| 丝袜a∨在线一区二区三区不卡| 欧美在线观看一区| 丝袜美腿亚洲色图| 精品日韩在线一区| 国产91在线观看丝袜| 亚洲欧洲日韩av| 日本道色综合久久| 首页国产丝袜综合| 精品国产乱码久久久久久牛牛 | 日韩vs国产vs欧美| 日韩欧美在线不卡| 国产精品一级黄| 国产精品日韩成人| 91极品美女在线| 亚洲成人动漫一区| 精品免费日韩av| 国产 欧美在线| 亚洲美女精品一区| 9191成人精品久久| 国产精品亚洲人在线观看| 国产精品麻豆久久久| 在线精品视频一区二区| 蜜桃一区二区三区在线| 精品福利在线导航| voyeur盗摄精品| 亚洲成人av免费| 2023国产精品视频| 99精品欧美一区| 亚洲成精国产精品女| 欧美一区二区三区公司| 国产丶欧美丶日本不卡视频| 亚洲男人都懂的| 亚洲人成7777| 成人黄页在线观看| 亚洲成人免费av| 久久久一区二区三区| 91蜜桃免费观看视频| 日韩avvvv在线播放| 国产精品水嫩水嫩| 91精品国产综合久久蜜臀| 成人一区二区三区在线观看| 亚洲一区成人在线| 亚洲精品在线观| 在线免费观看日韩欧美| 久久不见久久见免费视频7| 中文字幕一区二区三区在线播放| 欧美亚男人的天堂| 蜜臀精品一区二区三区在线观看| 国产精品视频免费| 日韩一区二区三| 色综合亚洲欧洲| 国产精品资源网| 亚洲电影在线免费观看| 国产午夜精品美女毛片视频| 欧美日韩午夜精品| 国产91在线|亚洲| 免费成人在线播放| 亚洲精品视频在线观看免费 | 欧美a一区二区| 亚洲视频在线观看三级| 精品国产一区二区国模嫣然| 91九色最新地址| 成人免费看片app下载| 日本最新不卡在线| 国产精品看片你懂得| 日韩免费福利电影在线观看| 99精品视频在线观看免费| 国产自产2019最新不卡| 天堂蜜桃一区二区三区| 亚洲人精品午夜| 久久精品人人做人人爽97| 91精品国模一区二区三区| 色婷婷激情综合| 欧美一区二区免费| 久久99精品国产麻豆不卡| 自拍视频在线观看一区二区| 久久免费电影网| 欧美一卡二卡三卡| 欧美亚洲高清一区| 色哟哟国产精品免费观看| 国产二区国产一区在线观看| 视频一区二区国产| 亚洲国产精品欧美一二99| 自拍偷拍亚洲欧美日韩| 亚洲精品在线三区| 欧美一区日韩一区| 欧美日韩一区二区三区视频| 日本韩国欧美一区| 99精品视频在线免费观看| caoporen国产精品视频| 国产成都精品91一区二区三| 麻豆成人在线观看| 日韩高清在线电影| 亚洲成人精品在线观看| 一区二区三区四区精品在线视频| 国产精品黄色在线观看| 国产精品全国免费观看高清| 国产午夜亚洲精品不卡| 日韩欧美资源站| 日韩一区和二区| 日韩一区二区三区免费看| 欧美日韩一区精品| 欧美日韩一级二级三级| 欧美日本乱大交xxxxx| 欧美天堂一区二区三区| 在线观看日韩国产| 91美女视频网站| 91久久精品国产91性色tv| 在线免费不卡电影| 欧美日韩国产综合视频在线观看 | av一二三不卡影片| 99久久精品国产一区二区三区| 成人高清伦理免费影院在线观看| 成人一级片在线观看| 99天天综合性| 久久综合九色综合97婷婷| 成人激情免费网站| 大桥未久av一区二区三区中文| 国产精品综合一区二区| 粉嫩在线一区二区三区视频| 国产精品一二三四| www.成人网.com| 欧洲色大大久久| 欧美一区二区在线看| 精品电影一区二区| 中文字幕精品综合| 亚洲视频在线一区| 性感美女久久精品| 麻豆91在线看| 国产精品一级片| 91浏览器打开| 欧美日本一区二区在线观看| 日韩一区二区免费高清| 久久视频一区二区| 日韩一区中文字幕| 性欧美疯狂xxxxbbbb| 久久99精品国产麻豆婷婷| 成人午夜私人影院| 色综合久久中文综合久久牛| 欧美久久久久久久久| 2欧美一区二区三区在线观看视频| 国产女同互慰高潮91漫画| 亚洲精品写真福利| 美国毛片一区二区三区| 国产成人免费网站| 91精品福利视频| 久久亚洲欧美国产精品乐播| 亚洲人成在线观看一区二区|