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

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

?? configure

?? 實現非阻塞方式IO(NBIO)的java類
??
?? 第 1 頁 / 共 3 頁
字號:
#! /bin/sh# Guess values for system-dependent variables and create Makefiles.# Generated automatically using autoconf version 2.13 # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.## This configure script is free software; the Free Software Foundation# gives unlimited permission to copy, distribute and modify it.# Defaults:ac_help=ac_default_prefix=/usr/local# Any additions from configure.in:ac_help="$ac_help  --with-jdk              JDK installation directory "# Initialize some variables set by options.# The variables have the same names as the options, with# dashes changed to underlines.build=NONEcache_file=./config.cacheexec_prefix=NONEhost=NONEno_create=nonopt=NONEno_recursion=prefix=NONEprogram_prefix=NONEprogram_suffix=NONEprogram_transform_name=s,x,x,silent=site=srcdir=target=NONEverbose=x_includes=NONEx_libraries=NONEbindir='${exec_prefix}/bin'sbindir='${exec_prefix}/sbin'libexecdir='${exec_prefix}/libexec'datadir='${prefix}/share'sysconfdir='${prefix}/etc'sharedstatedir='${prefix}/com'localstatedir='${prefix}/var'libdir='${exec_prefix}/lib'includedir='${prefix}/include'oldincludedir='/usr/include'infodir='${prefix}/info'mandir='${prefix}/man'# Initialize some other variables.subdirs=MFLAGS= MAKEFLAGS=SHELL=${CONFIG_SHELL-/bin/sh}# Maximum number of lines to put in a shell here document.ac_max_here_lines=12ac_prev=for ac_optiondo  # If the previous option needs an argument, assign it.  if test -n "$ac_prev"; then    eval "$ac_prev=\$ac_option"    ac_prev=    continue  fi  case "$ac_option" in  -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;  *) ac_optarg= ;;  esac  # Accept the important Cygnus configure options, so we can diagnose typos.  case "$ac_option" in  -bindir | --bindir | --bindi | --bind | --bin | --bi)    ac_prev=bindir ;;  -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)    bindir="$ac_optarg" ;;  -build | --build | --buil | --bui | --bu)    ac_prev=build ;;  -build=* | --build=* | --buil=* | --bui=* | --bu=*)    build="$ac_optarg" ;;  -cache-file | --cache-file | --cache-fil | --cache-fi \  | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)    ac_prev=cache_file ;;  -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \  | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)    cache_file="$ac_optarg" ;;  -datadir | --datadir | --datadi | --datad | --data | --dat | --da)    ac_prev=datadir ;;  -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \  | --da=*)    datadir="$ac_optarg" ;;  -disable-* | --disable-*)    ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`    # Reject names that are not valid shell variable names.    if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }    fi    ac_feature=`echo $ac_feature| sed 's/-/_/g'`    eval "enable_${ac_feature}=no" ;;  -enable-* | --enable-*)    ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`    # Reject names that are not valid shell variable names.    if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }    fi    ac_feature=`echo $ac_feature| sed 's/-/_/g'`    case "$ac_option" in      *=*) ;;      *) ac_optarg=yes ;;    esac    eval "enable_${ac_feature}='$ac_optarg'" ;;  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \  | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \  | --exec | --exe | --ex)    ac_prev=exec_prefix ;;  -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \  | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \  | --exec=* | --exe=* | --ex=*)    exec_prefix="$ac_optarg" ;;  -gas | --gas | --ga | --g)    # Obsolete; use --with-gas.    with_gas=yes ;;  -help | --help | --hel | --he)    # Omit some internal or obsolete options to make the list less imposing.    # This message is too long to be a string in the A/UX 3.1 sh.    cat << EOFUsage: configure [options] [host]Options: [defaults in brackets after descriptions]Configuration:  --cache-file=FILE       cache test results in FILE  --help                  print this message  --no-create             do not create output files  --quiet, --silent       do not print \`checking...' messages  --version               print the version of autoconf that created configureDirectory and file names:  --prefix=PREFIX         install architecture-independent files in PREFIX                          [$ac_default_prefix]  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX                          [same as prefix]  --bindir=DIR            user executables in DIR [EPREFIX/bin]  --sbindir=DIR           system admin executables in DIR [EPREFIX/sbin]  --libexecdir=DIR        program executables in DIR [EPREFIX/libexec]  --datadir=DIR           read-only architecture-independent data in DIR                          [PREFIX/share]  --sysconfdir=DIR        read-only single-machine data in DIR [PREFIX/etc]  --sharedstatedir=DIR    modifiable architecture-independent data in DIR                          [PREFIX/com]  --localstatedir=DIR     modifiable single-machine data in DIR [PREFIX/var]  --libdir=DIR            object code libraries in DIR [EPREFIX/lib]  --includedir=DIR        C header files in DIR [PREFIX/include]  --oldincludedir=DIR     C header files for non-gcc in DIR [/usr/include]  --infodir=DIR           info documentation in DIR [PREFIX/info]  --mandir=DIR            man documentation in DIR [PREFIX/man]  --srcdir=DIR            find the sources in DIR [configure dir or ..]  --program-prefix=PREFIX prepend PREFIX to installed program names  --program-suffix=SUFFIX append SUFFIX to installed program names  --program-transform-name=PROGRAM                          run sed PROGRAM on installed program namesEOF    cat << EOFHost type:  --build=BUILD           configure for building on BUILD [BUILD=HOST]  --host=HOST             configure for HOST [guessed]  --target=TARGET         configure for TARGET [TARGET=HOST]Features and packages:  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)  --x-includes=DIR        X include files are in DIR  --x-libraries=DIR       X library files are in DIREOF    if test -n "$ac_help"; then      echo "--enable and --with options recognized:$ac_help"    fi    exit 0 ;;  -host | --host | --hos | --ho)    ac_prev=host ;;  -host=* | --host=* | --hos=* | --ho=*)    host="$ac_optarg" ;;  -includedir | --includedir | --includedi | --included | --include \  | --includ | --inclu | --incl | --inc)    ac_prev=includedir ;;  -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \  | --includ=* | --inclu=* | --incl=* | --inc=*)    includedir="$ac_optarg" ;;  -infodir | --infodir | --infodi | --infod | --info | --inf)    ac_prev=infodir ;;  -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)    infodir="$ac_optarg" ;;  -libdir | --libdir | --libdi | --libd)    ac_prev=libdir ;;  -libdir=* | --libdir=* | --libdi=* | --libd=*)    libdir="$ac_optarg" ;;  -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \  | --libexe | --libex | --libe)    ac_prev=libexecdir ;;  -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \  | --libexe=* | --libex=* | --libe=*)    libexecdir="$ac_optarg" ;;  -localstatedir | --localstatedir | --localstatedi | --localstated \  | --localstate | --localstat | --localsta | --localst \  | --locals | --local | --loca | --loc | --lo)    ac_prev=localstatedir ;;  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \  | --localstate=* | --localstat=* | --localsta=* | --localst=* \  | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)    localstatedir="$ac_optarg" ;;  -mandir | --mandir | --mandi | --mand | --man | --ma | --m)    ac_prev=mandir ;;  -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)    mandir="$ac_optarg" ;;  -nfp | --nfp | --nf)    # Obsolete; use --without-fp.    with_fp=no ;;  -no-create | --no-create | --no-creat | --no-crea | --no-cre \  | --no-cr | --no-c)    no_create=yes ;;  -no-recursion | --no-recursion | --no-recursio | --no-recursi \  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)    no_recursion=yes ;;  -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \  | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \  | --oldin | --oldi | --old | --ol | --o)    ac_prev=oldincludedir ;;  -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \  | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \  | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)    oldincludedir="$ac_optarg" ;;  -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)    ac_prev=prefix ;;  -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)    prefix="$ac_optarg" ;;  -program-prefix | --program-prefix | --program-prefi | --program-pref \  | --program-pre | --program-pr | --program-p)    ac_prev=program_prefix ;;  -program-prefix=* | --program-prefix=* | --program-prefi=* \  | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)    program_prefix="$ac_optarg" ;;  -program-suffix | --program-suffix | --program-suffi | --program-suff \  | --program-suf | --program-su | --program-s)    ac_prev=program_suffix ;;  -program-suffix=* | --program-suffix=* | --program-suffi=* \  | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)    program_suffix="$ac_optarg" ;;  -program-transform-name | --program-transform-name \  | --program-transform-nam | --program-transform-na \  | --program-transform-n | --program-transform- \  | --program-transform | --program-transfor \  | --program-transfo | --program-transf \  | --program-trans | --program-tran \  | --progr-tra | --program-tr | --program-t)    ac_prev=program_transform_name ;;  -program-transform-name=* | --program-transform-name=* \  | --program-transform-nam=* | --program-transform-na=* \  | --program-transform-n=* | --program-transform-=* \  | --program-transform=* | --program-transfor=* \  | --program-transfo=* | --program-transf=* \  | --program-trans=* | --program-tran=* \  | --progr-tra=* | --program-tr=* | --program-t=*)    program_transform_name="$ac_optarg" ;;  -q | -quiet | --quiet | --quie | --qui | --qu | --q \  | -silent | --silent | --silen | --sile | --sil)    silent=yes ;;  -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)    ac_prev=sbindir ;;  -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \  | --sbi=* | --sb=*)    sbindir="$ac_optarg" ;;  -sharedstatedir | --sharedstatedir | --sharedstatedi \  | --sharedstated | --sharedstate | --sharedstat | --sharedsta \  | --sharedst | --shareds | --shared | --share | --shar \  | --sha | --sh)    ac_prev=sharedstatedir ;;  -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \  | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \  | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \  | --sha=* | --sh=*)    sharedstatedir="$ac_optarg" ;;  -site | --site | --sit)    ac_prev=site ;;  -site=* | --site=* | --sit=*)    site="$ac_optarg" ;;  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)    ac_prev=srcdir ;;  -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)    srcdir="$ac_optarg" ;;  -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \  | --syscon | --sysco | --sysc | --sys | --sy)    ac_prev=sysconfdir ;;  -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \  | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)    sysconfdir="$ac_optarg" ;;  -target | --target | --targe | --targ | --tar | --ta | --t)    ac_prev=target ;;  -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)    target="$ac_optarg" ;;  -v | -verbose | --verbose | --verbos | --verbo | --verb)    verbose=yes ;;  -version | --version | --versio | --versi | --vers)    echo "configure generated by autoconf version 2.13"    exit 0 ;;  -with-* | --with-*)    ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`    # Reject names that are not valid shell variable names.    if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then      { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }    fi    ac_package=`echo $ac_package| sed 's/-/_/g'`    case "$ac_option" in      *=*) ;;      *) ac_optarg=yes ;;    esac    eval "with_${ac_package}='$ac_optarg'" ;;  -without-* | --without-*)    ac_package=`echo $ac_option|sed -e 's/-*without-//'`    # Reject names that are not valid shell variable names.    if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then      { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }    fi    ac_package=`echo $ac_package| sed 's/-/_/g'`    eval "with_${ac_package}=no" ;;  --x)    # Obsolete; use --with-x.    with_x=yes ;;  -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \  | --x-incl | --x-inc | --x-in | --x-i)    ac_prev=x_includes ;;  -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \  | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)    x_includes="$ac_optarg" ;;  -x-libraries | --x-libraries | --x-librarie | --x-librari \  | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)    ac_prev=x_libraries ;;  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)    x_libraries="$ac_optarg" ;;  -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }    ;;  *)    if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then      echo "configure: warning: $ac_option: invalid host type" 1>&2    fi    if test "x$nonopt" != xNONE; then      { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }    fi    nonopt="$ac_option"    ;;  esacdoneif test -n "$ac_prev"; then  { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }fitrap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15# 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

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
日本久久一区二区| 亚洲人成7777| 亚洲欧美日韩小说| 免费美女久久99| 91福利视频久久久久| 久久精品欧美日韩| 琪琪一区二区三区| 欧美最猛性xxxxx直播| 国产欧美精品一区二区三区四区 | 亚洲www啪成人一区二区麻豆| 国内精品伊人久久久久影院对白| 欧美男生操女生| 一区二区三区电影在线播| 国产不卡在线播放| 亚洲精品在线观| 久久er99热精品一区二区| 在线视频综合导航| 亚洲欧美一区二区三区国产精品 | 美女视频一区在线观看| 精品视频999| 亚洲精品日产精品乱码不卡| 97久久人人超碰| 中文在线免费一区三区高中清不卡| 另类成人小视频在线| 这里只有精品免费| 午夜精品视频一区| 欧美视频在线观看一区二区| 亚洲老司机在线| 色爱区综合激月婷婷| 亚洲精品乱码久久久久| 91亚洲精品一区二区乱码| 国产精品传媒入口麻豆| 成人黄色电影在线| 亚洲图片欧美激情| 色偷偷成人一区二区三区91| 亚洲最新在线观看| 欧美日韩国产另类一区| 奇米色一区二区| 精品国产亚洲在线| 国产精品资源网| 国产精品私人影院| 在线观看日韩一区| 亚洲妇女屁股眼交7| 91精品国产欧美日韩| 麻豆成人久久精品二区三区小说| 日韩精品一区二区三区蜜臀| 国产一区视频导航| 亚洲欧美在线另类| 欧美日韩在线播| 青青草成人在线观看| 久久久久9999亚洲精品| av午夜一区麻豆| 亚洲chinese男男1069| 欧美大白屁股肥臀xxxxxx| 国产一区二区三区观看| 亚洲视频网在线直播| 欧美群妇大交群中文字幕| 九九九久久久精品| 专区另类欧美日韩| 日韩亚洲欧美高清| 成人美女在线视频| 亚洲a一区二区| 国产嫩草影院久久久久| 欧美日韩一区二区在线视频| 国产伦精品一区二区三区免费| 国产精品视频yy9299一区| 欧美日韩一区在线| 国产91在线观看| 爽爽淫人综合网网站| 国产免费久久精品| 欧美福利视频一区| 从欧美一区二区三区| 日本在线不卡一区| 自拍偷自拍亚洲精品播放| 日韩精品中文字幕一区二区三区| 97精品电影院| 国内精品伊人久久久久av一坑| 一区二区三区**美女毛片| 精品999在线播放| 欧美揉bbbbb揉bbbbb| 99综合电影在线视频| 精品一区二区影视| 亚洲一区在线观看免费观看电影高清| 欧美电影免费观看高清完整版在线观看 | 午夜伊人狠狠久久| 国产精品女同一区二区三区| 制服丝袜国产精品| 欧美最猛性xxxxx直播| proumb性欧美在线观看| 久久er99精品| 日本中文字幕不卡| 亚洲一区二区欧美| 亚洲欧洲韩国日本视频| 精品黑人一区二区三区久久| 欧美亚一区二区| 99精品国产91久久久久久 | 中文字幕的久久| 精品福利二区三区| 欧美一区在线视频| 欧美日韩国产综合一区二区三区| 91一区二区在线| 91香蕉视频污在线| heyzo一本久久综合| 国产成人亚洲精品青草天美| 久久国产精品无码网站| 热久久一区二区| 香蕉久久夜色精品国产使用方法| 亚洲免费观看在线视频| 亚洲天天做日日做天天谢日日欢 | 亚洲精品第一国产综合野| 中文字幕中文字幕一区二区| 国产欧美日韩麻豆91| 国产亚洲女人久久久久毛片| 国产偷国产偷亚洲高清人白洁| 欧美成人性战久久| 久久久久久影视| 国产欧美中文在线| 欧美国产精品一区| 国产精品美女久久久久av爽李琼| 欧美激情一区二区三区| 国产精品天天摸av网| 亚洲欧美日韩国产手机在线 | 久久久久久久久久久黄色| 久久久五月婷婷| 国产精品无码永久免费888| 国产精品乱码一区二三区小蝌蚪| 中文字幕成人在线观看| 亚洲四区在线观看| 一区二区在线观看不卡| 午夜视黄欧洲亚洲| 美女视频黄a大片欧美| 激情另类小说区图片区视频区| 国内精品伊人久久久久影院对白| 国产91在线观看丝袜| 日本道精品一区二区三区| 欧美日韩国产高清一区二区三区| 91.com视频| 国产清纯在线一区二区www| 亚洲黄色在线视频| 视频一区二区国产| 国产盗摄精品一区二区三区在线| 99这里只有精品| 欧美精品第一页| 欧美极品另类videosde| 亚洲精品成人天堂一二三| 日韩成人免费在线| 成人高清伦理免费影院在线观看| 色哟哟一区二区在线观看 | 欧美日韩精品一区二区在线播放| 精品蜜桃在线看| 综合电影一区二区三区 | 蜜臀av一区二区| 99久久精品一区| 日韩精品一区二| 一区二区三区产品免费精品久久75| 美女视频黄频大全不卡视频在线播放 | 欧美激情在线一区二区| 五月婷婷久久综合| 成人激情文学综合网| 在线播放91灌醉迷j高跟美女| 国产日韩欧美a| 秋霞电影一区二区| 在线视频一区二区三区| 国产片一区二区| 日韩不卡一二三区| 色综合久久久网| 中文字幕日本乱码精品影院| 蜜臀av一区二区在线免费观看| 91视频免费播放| 久久久久久亚洲综合| 亚洲va欧美va天堂v国产综合| jlzzjlzz亚洲女人18| 2023国产一二三区日本精品2022| 一区二区三区高清| 成人av高清在线| 久久色视频免费观看| 日韩福利视频网| 欧美图区在线视频| 国产精品素人视频| 国产精品18久久久久久久久 | 久久99国内精品| 欧美日韩中字一区| 悠悠色在线精品| 97久久精品人人澡人人爽| 国产精品视频一二三| 国产不卡一区视频| 国产日韩一级二级三级| 国产白丝网站精品污在线入口| 日韩欧美第一区| 美女脱光内衣内裤视频久久影院| 91麻豆精品国产91久久久久久久久| 亚洲黄色在线视频| 在线亚洲欧美专区二区| 一区二区久久久| 在线免费观看不卡av| 亚洲一区二区视频在线| 欧美片网站yy| 美女网站色91| 久久五月婷婷丁香社区| 国产成人精品午夜视频免费|