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

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

?? configure

?? 基于的linux的oracle sqlplus替代工具
??
?? 第 1 頁 / 共 5 頁
字號:
# 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:1719: \"$ac_compile\"") >&5  (eval $ac_compile) 2>&5  ac_status=$?  echo "$as_me:1722: \$? = $ac_status" >&5  (exit $ac_status); } &&         { ac_try='test -s conftest.$ac_objext'  { (eval echo "$as_me:1725: \"$ac_try\"") >&5  (eval $ac_try) 2>&5  ac_status=$?  echo "$as_me:1728: \$? = $ac_status" >&5  (exit $ac_status); }; }; then  for ac_declaration in \   ''\   '#include <stdlib.h>' \   '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#line 1740 "configure"#include "confdefs.h"#include <stdlib.h>$ac_declarationintmain (){exit (42);  ;  return 0;}_ACEOFrm -f conftest.$ac_objextif { (eval echo "$as_me:1753: \"$ac_compile\"") >&5  (eval $ac_compile) 2>&5  ac_status=$?  echo "$as_me:1756: \$? = $ac_status" >&5  (exit $ac_status); } &&         { ac_try='test -s conftest.$ac_objext'  { (eval echo "$as_me:1759: \"$ac_try\"") >&5  (eval $ac_try) 2>&5  ac_status=$?  echo "$as_me:1762: \$? = $ac_status" >&5  (exit $ac_status); }; }; then  :else  echo "$as_me: failed program was:" >&5cat conftest.$ac_ext >&5continuefirm -f conftest.$ac_objext conftest.$ac_ext  cat >conftest.$ac_ext <<_ACEOF#line 1772 "configure"#include "confdefs.h"$ac_declarationintmain (){exit (42);  ;  return 0;}_ACEOFrm -f conftest.$ac_objextif { (eval echo "$as_me:1784: \"$ac_compile\"") >&5  (eval $ac_compile) 2>&5  ac_status=$?  echo "$as_me:1787: \$? = $ac_status" >&5  (exit $ac_status); } &&         { ac_try='test -s conftest.$ac_objext'  { (eval echo "$as_me:1790: \"$ac_try\"") >&5  (eval $ac_try) 2>&5  ac_status=$?  echo "$as_me:1793: \$? = $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_extdonerm -f conftest*if test -n "$ac_declaration"; then  echo '#ifdef __cplusplus' >>confdefs.h  echo $ac_declaration      >>confdefs.h  echo '#endif'             >>confdefs.hfielse  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_gnuac_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:1825: 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      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 1846 "configure"#include "confdefs.h"#include <assert.h>                     Syntax error_ACEOFif { (eval echo "$as_me:1851: \"$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:1857: \$? = $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 1880 "configure"#include "confdefs.h"#include <ac_nonexistent.h>_ACEOFif { (eval echo "$as_me:1884: \"$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:1890: \$? = $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.$ac_extif $ac_preproc_ok; then  breakfi    done    ac_cv_prog_CPP=$CPPfi  CPP=$ac_cv_prog_CPPelse  ac_cv_prog_CPP=$CPPfiecho "$as_me:1927: result: $CPP" >&5echo "${ECHO_T}$CPP" >&6ac_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 1937 "configure"#include "confdefs.h"#include <assert.h>                     Syntax error_ACEOFif { (eval echo "$as_me:1942: \"$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:1948: \$? = $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 1971 "configure"#include "confdefs.h"#include <ac_nonexistent.h>_ACEOFif { (eval echo "$as_me:1975: \"$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:1981: \$? = $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.$ac_extif $ac_preproc_ok; then  :else  { { echo "$as_me:2009: error: C preprocessor \"$CPP\" fails sanity check" >&5echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check" >&2;}   { (exit 1); exit 1; }; }fiac_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:2020: checking for minix/config.h" >&5echo $ECHO_N "checking for minix/config.h... $ECHO_C" >&6if test "${ac_cv_header_minix_config_h+set}" = set; then  echo $ECHO_N "(cached) $ECHO_C" >&6else  cat >conftest.$ac_ext <<_ACEOF#line 2026 "configure"#include "confdefs.h"#include <minix/config.h>_ACEOFif { (eval echo "$as_me:2030: \"$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:2036: \$? = $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  ac_cv_header_minix_config_h=yeselse  echo "$as_me: failed program was:" >&5  cat conftest.$ac_ext >&5  ac_cv_header_minix_config_h=nofirm -f conftest.err conftest.$ac_extfiecho "$as_me:2055: result: $ac_cv_header_minix_config_h" >&5echo "${ECHO_T}$ac_cv_header_minix_config_h" >&6if test $ac_cv_header_minix_config_h = yes; then  MINIX=yeselse  MINIX=fiif test "$MINIX" = yes; thencat >>confdefs.h <<\EOF#define _POSIX_SOURCE 1EOFcat >>confdefs.h <<\EOF#define _POSIX_1_SOURCE 2EOFcat >>confdefs.h <<\EOF#define _MINIX 1EOFfi# If we're using gcc and the user hasn't specified CFLAGS, add -O to CFLAGS.test -n "$GCC" && test -n "$auto_cflags" && CFLAGS="$CFLAGS -O"if test $ac_cv_c_compiler_gnu = yes; then    echo "$as_me:2083: checking whether $CC needs -traditional" >&5echo $ECHO_N "checking whether $CC needs -traditional... $ECHO_C" >&6if test "${ac_cv_prog_gcc_traditional+set}" = set; then  echo $ECHO_N "(cached) $ECHO_C" >&6else    ac_pattern="Autoconf.*'x'"  cat >conftest.$ac_ext <<_ACEOF#line 2090 "configure"#include "confdefs.h"#include <sgtty.h>Autoconf TIOCGETP_ACEOFif (eval "$ac_cpp conftest.$ac_ext") 2>&5 |  egrep "$ac_pattern" >/dev/null 2>&1; then  ac_cv_prog_gcc_traditional=yeselse  ac_cv_prog_gcc_traditional=nofirm -f conftest*  if test $ac_cv_prog_gcc_traditional = no; then    cat >conftest.$ac_ext <<_ACEOF#line 2105 "configure"#include "confdefs.h"#include <termio.h>Autoconf TCGETA_ACEOFif (eval "$ac_cpp conftest.$ac_ext") 2>&5 |  egrep "$ac_pattern" >/dev/null 2>&1; then  ac_cv_prog_gcc_traditional=yesfirm -f conftest*  fifiecho "$as_me:2118: result: $ac_cv_prog_gcc_traditional" >&5echo "${ECHO_T}$ac_cv_prog_gcc_traditional" >&6  if test $ac_cv_prog_gcc_traditional = yes; then    CC="$CC -traditional"  fifi# 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

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
中文字幕免费一区| 国产精品午夜电影| 9191久久久久久久久久久| 69精品人人人人| 91麻豆精品国产自产在线观看一区| 欧美日韩黄色影视| 日韩欧美一卡二卡| 国产欧美精品区一区二区三区| 国产日韩欧美高清| 亚洲欧美福利一区二区| 国产综合色视频| 97se亚洲国产综合自在线观| 色呦呦国产精品| 在线成人免费观看| 久久亚洲二区三区| 欧美电影免费观看高清完整版 | 美女视频一区在线观看| 国产乱码精品1区2区3区| 久久国产日韩欧美精品| 国产综合色视频| 色吧成人激情小说| 日韩久久久精品| 最好看的中文字幕久久| 日韩精品视频网站| 午夜视频在线观看一区二区| 91亚洲大成网污www| 91精品一区二区三区久久久久久 | 中文字幕欧美三区| 亚洲va韩国va欧美va精品 | 国产精品99久久久久久宅男| 一区二区三区高清不卡| 视频一区视频二区中文字幕| 国产精品亚洲第一区在线暖暖韩国| 成人18视频日本| 91精品国产全国免费观看| 欧美一区二区在线免费观看| 午夜日韩在线电影| av日韩在线网站| 久久九九久久九九| 日本不卡视频在线| 色综合天天综合网天天狠天天| 国产亚洲精品aa午夜观看| 亚洲va国产天堂va久久en| 99精品视频在线免费观看| 欧美本精品男人aⅴ天堂| 亚洲国产美国国产综合一区二区| 亚洲综合色婷婷| 欧美福利一区二区| 亚洲一区二区综合| 成人av电影免费在线播放| 欧美岛国在线观看| 青青草97国产精品免费观看无弹窗版 | 精品伊人久久久久7777人| 色综合天天性综合| 亚洲欧洲在线观看av| 亚洲美女视频在线| 337p亚洲精品色噜噜噜| 亚欧色一区w666天堂| 欧美性色黄大片| 亚洲精品一卡二卡| 色综合久久综合网97色综合| 精品美女一区二区| 日韩av电影免费观看高清完整版 | 亚洲人成网站色在线观看| 看国产成人h片视频| 国产丝袜美腿一区二区三区| 蜜臀av性久久久久蜜臀aⅴ四虎 | 日韩精品电影在线观看| 欧美在线视频你懂得| 国产精品的网站| 一本久道久久综合中文字幕| 中文字幕不卡一区| 色香色香欲天天天影视综合网| 成人免费一区二区三区在线观看| 国产91精品一区二区| 在线亚洲高清视频| 国产精品亲子乱子伦xxxx裸| jlzzjlzz亚洲女人18| 欧美国产综合色视频| 丁香亚洲综合激情啪啪综合| 国产视频一区不卡| 成人av网址在线| 欧美一区二区精品久久911| 国产在线视频一区二区| 欧美—级在线免费片| 成人在线视频一区二区| 亚洲精品乱码久久久久| 欧美性感一类影片在线播放| 亚洲午夜精品一区二区三区他趣| 亚洲福利一区二区| 中文字幕一区二区三区四区不卡| 色诱亚洲精品久久久久久| 亚洲成a人片综合在线| 717成人午夜免费福利电影| 蜜臀av性久久久久蜜臀av麻豆| 精品国产亚洲一区二区三区在线观看| 午夜成人免费电影| 亚洲少妇中出一区| 精品奇米国产一区二区三区| 国产成人在线视频播放| 亚洲精品自拍动漫在线| 欧美一级在线视频| 国产成人免费9x9x人网站视频| 一区二区三区不卡视频| 成人小视频在线观看| 久久久一区二区三区| 色哟哟精品一区| 日韩电影在线看| 亚洲欧美经典视频| 成人性生交大片免费看中文| 亚洲国产精品欧美一二99| 欧美三级韩国三级日本三斤| 国产精品一区二区果冻传媒| 亚洲国产日韩综合久久精品| 国产欧美日韩在线视频| 欧美日韩国产乱码电影| 99免费精品在线观看| 亚洲一区二区欧美| 91一区在线观看| 亚洲444eee在线观看| 中文字幕一区三区| 欧美一级欧美一级在线播放| 麻豆国产精品官网| 日欧美一区二区| 亚洲激情综合网| 亚洲免费视频中文字幕| 欧美精选在线播放| 欧美日韩国产美| 93久久精品日日躁夜夜躁欧美| 久久av资源网| 亚洲一区二区三区中文字幕在线| 亚洲一区二区精品视频| 国产精品精品国产色婷婷| xfplay精品久久| 欧美一卡二卡三卡四卡| 国产精品一区在线观看乱码| 日韩不卡在线观看日韩不卡视频| 亚洲三级电影全部在线观看高清| 久久精品免视看| 欧美日韩日日摸| 欧美一级久久久久久久大片| 在线免费观看日本欧美| 成人av第一页| 丁香婷婷深情五月亚洲| 国产在线观看一区二区| 8x福利精品第一导航| 精品国产三级a在线观看| 色婷婷av一区二区三区gif| 欧美体内she精视频| 欧美精品一区二区三区在线| 国产欧美一区二区精品秋霞影院 | 91理论电影在线观看| 欧洲一区在线电影| 日韩欧美精品在线视频| 国产精品色一区二区三区| 亚洲成a人在线观看| 国产成人综合亚洲网站| 欧美午夜电影在线播放| 久久一区二区视频| 亚洲永久精品大片| 成人动漫精品一区二区| 在线不卡欧美精品一区二区三区| 国产欧美日韩亚州综合| 亚洲电影一区二区| 天天免费综合色| 久久久综合网站| 午夜精品视频一区| 波多野结衣在线一区| 欧美一区二区三区视频在线观看| 国产精品午夜春色av| 麻豆免费看一区二区三区| 91福利精品第一导航| 国产色爱av资源综合区| 日本一道高清亚洲日美韩| 成人动漫中文字幕| xf在线a精品一区二区视频网站| 亚洲国产精品久久艾草纯爱| 风间由美一区二区av101| 日韩欧美电影一区| 午夜影院久久久| 91网上在线视频| 国产精品美女久久久久久久久久久 | 不卡欧美aaaaa| 久久久久久久精| 久久精品国产**网站演员| 欧美性生活久久| 亚洲图片另类小说| 成人性色生活片免费看爆迷你毛片| 日韩一级黄色片| 五月激情综合婷婷| 欧美视频日韩视频| 亚洲精品成人在线| 色综合久久久久综合| 1区2区3区欧美| 成人一区二区视频| 国产精品毛片久久久久久久| 国产一区不卡视频| 久久久99精品免费观看不卡| 国产一区视频网站| 精品不卡在线视频|