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

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

?? configure

?? boa 一個簡小的web服務器 資源占用極少
??
?? 第 1 頁 / 共 5 頁
字號:
  # substituted into the Makefile and "${CC-cc}" will confuse make.  CPP="${CC-cc} -E"  # On the NeXT, cc -E runs the code through the compiler's parser,  # not just through cpp.  cat > conftest.$ac_ext <<EOF#line 925 "configure"#include "confdefs.h"#include <assert.h>Syntax ErrorEOFac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"{ (eval echo configure:931: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`if test -z "$ac_err"; then  :else  echo "$ac_err" >&5  echo "configure: failed program was:" >&5  cat conftest.$ac_ext >&5  rm -rf conftest*  CPP="${CC-cc} -E -traditional-cpp"  cat > conftest.$ac_ext <<EOF#line 942 "configure"#include "confdefs.h"#include <assert.h>Syntax ErrorEOFac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"{ (eval echo configure:948: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`if test -z "$ac_err"; then  :else  echo "$ac_err" >&5  echo "configure: failed program was:" >&5  cat conftest.$ac_ext >&5  rm -rf conftest*  CPP="${CC-cc} -nologo -E"  cat > conftest.$ac_ext <<EOF#line 959 "configure"#include "confdefs.h"#include <assert.h>Syntax ErrorEOFac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"{ (eval echo configure:965: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`if test -z "$ac_err"; then  :else  echo "$ac_err" >&5  echo "configure: failed program was:" >&5  cat conftest.$ac_ext >&5  rm -rf conftest*  CPP=/lib/cppfirm -f conftest*firm -f conftest*firm -f conftest*  ac_cv_prog_CPP="$CPP"fi  CPP="$ac_cv_prog_CPP"else  ac_cv_prog_CPP="$CPP"fiecho "$ac_t""$CPP" 1>&6echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6echo "configure:990: checking whether ${MAKE-make} sets \${MAKE}" >&5set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then  echo $ac_n "(cached) $ac_c" 1>&6else  cat > conftestmake <<\EOFall:	@echo 'ac_maketemp="${MAKE}"'EOF# GNU make sometimes prints "make[1]: Entering...", which would confuse us.eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`if test -n "$ac_maketemp"; then  eval ac_cv_prog_make_${ac_make}_set=yeselse  eval ac_cv_prog_make_${ac_make}_set=nofirm -f conftestmakefiif eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then  echo "$ac_t""yes" 1>&6  SET_MAKE=else  echo "$ac_t""no" 1>&6  SET_MAKE="MAKE=${MAKE-make}"fiac_header_dirent=nofor ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.hdoac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`echo $ac_n "checking for $ac_hdr that defines DIR""... $ac_c" 1>&6echo "configure:1025: checking for $ac_hdr that defines DIR" >&5if eval "test \"`echo '$''{'ac_cv_header_dirent_$ac_safe'+set}'`\" = set"; then  echo $ac_n "(cached) $ac_c" 1>&6else  cat > conftest.$ac_ext <<EOF#line 1030 "configure"#include "confdefs.h"#include <sys/types.h>#include <$ac_hdr>int main() {DIR *dirp = 0;; return 0; }EOFif { (eval echo configure:1038: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then  rm -rf conftest*  eval "ac_cv_header_dirent_$ac_safe=yes"else  echo "configure: failed program was:" >&5  cat conftest.$ac_ext >&5  rm -rf conftest*  eval "ac_cv_header_dirent_$ac_safe=no"firm -f conftest*fiif eval "test \"`echo '$ac_cv_header_dirent_'$ac_safe`\" = yes"; then  echo "$ac_t""yes" 1>&6    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`  cat >> confdefs.h <<EOF#define $ac_tr_hdr 1EOF ac_header_dirent=$ac_hdr; breakelse  echo "$ac_t""no" 1>&6fidone# Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.if test $ac_header_dirent = dirent.h; thenecho $ac_n "checking for opendir in -ldir""... $ac_c" 1>&6echo "configure:1063: checking for opendir in -ldir" >&5ac_lib_var=`echo dir'_'opendir | sed 'y%./+-%__p_%'`if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then  echo $ac_n "(cached) $ac_c" 1>&6else  ac_save_LIBS="$LIBS"LIBS="-ldir  $LIBS"cat > conftest.$ac_ext <<EOF#line 1071 "configure"#include "confdefs.h"/* Override any gcc2 internal prototype to avoid an error.  *//* We use char because int might match the return type of a gcc2    builtin and then its argument prototype would still apply.  */char opendir();int main() {opendir(); return 0; }EOFif { (eval echo configure:1082: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then  rm -rf conftest*  eval "ac_cv_lib_$ac_lib_var=yes"else  echo "configure: failed program was:" >&5  cat conftest.$ac_ext >&5  rm -rf conftest*  eval "ac_cv_lib_$ac_lib_var=no"firm -f conftest*LIBS="$ac_save_LIBS"fiif eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then  echo "$ac_t""yes" 1>&6  LIBS="$LIBS -ldir"else  echo "$ac_t""no" 1>&6fielseecho $ac_n "checking for opendir in -lx""... $ac_c" 1>&6echo "configure:1104: checking for opendir in -lx" >&5ac_lib_var=`echo x'_'opendir | sed 'y%./+-%__p_%'`if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then  echo $ac_n "(cached) $ac_c" 1>&6else  ac_save_LIBS="$LIBS"LIBS="-lx  $LIBS"cat > conftest.$ac_ext <<EOF#line 1112 "configure"#include "confdefs.h"/* Override any gcc2 internal prototype to avoid an error.  *//* We use char because int might match the return type of a gcc2    builtin and then its argument prototype would still apply.  */char opendir();int main() {opendir(); return 0; }EOFif { (eval echo configure:1123: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then  rm -rf conftest*  eval "ac_cv_lib_$ac_lib_var=yes"else  echo "configure: failed program was:" >&5  cat conftest.$ac_ext >&5  rm -rf conftest*  eval "ac_cv_lib_$ac_lib_var=no"firm -f conftest*LIBS="$ac_save_LIBS"fiif eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then  echo "$ac_t""yes" 1>&6  LIBS="$LIBS -lx"else  echo "$ac_t""no" 1>&6fifiecho $ac_n "checking for ANSI C header files""... $ac_c" 1>&6echo "configure:1146: checking for ANSI C header files" >&5if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then  echo $ac_n "(cached) $ac_c" 1>&6else  cat > conftest.$ac_ext <<EOF#line 1151 "configure"#include "confdefs.h"#include <stdlib.h>#include <stdarg.h>#include <string.h>#include <float.h>EOFac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"{ (eval echo configure:1159: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`if test -z "$ac_err"; then  rm -rf conftest*  ac_cv_header_stdc=yeselse  echo "$ac_err" >&5  echo "configure: failed program was:" >&5  cat conftest.$ac_ext >&5  rm -rf conftest*  ac_cv_header_stdc=nofirm -f conftest*if test $ac_cv_header_stdc = yes; then  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.cat > conftest.$ac_ext <<EOF#line 1176 "configure"#include "confdefs.h"#include <string.h>EOFif (eval "$ac_cpp conftest.$ac_ext") 2>&5 |  egrep "memchr" >/dev/null 2>&1; then  :else  rm -rf conftest*  ac_cv_header_stdc=nofirm -f conftest*fiif test $ac_cv_header_stdc = yes; then  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.cat > conftest.$ac_ext <<EOF#line 1194 "configure"#include "confdefs.h"#include <stdlib.h>EOFif (eval "$ac_cpp conftest.$ac_ext") 2>&5 |  egrep "free" >/dev/null 2>&1; then  :else  rm -rf conftest*  ac_cv_header_stdc=nofirm -f conftest*fiif test $ac_cv_header_stdc = yes; then  # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.if test "$cross_compiling" = yes; then  :else  cat > conftest.$ac_ext <<EOF#line 1215 "configure"#include "confdefs.h"#include <ctype.h>#define ISLOWER(c) ('a' <= (c) && (c) <= 'z')#define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))int main () { int i; for (i = 0; i < 256; i++)if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);exit (0); }EOFif { (eval echo configure:1226: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/nullthen  :else  echo "configure: failed program was:" >&5  cat conftest.$ac_ext >&5  rm -fr conftest*  ac_cv_header_stdc=nofirm -fr conftest*fififiecho "$ac_t""$ac_cv_header_stdc" 1>&6if test $ac_cv_header_stdc = yes; then  cat >> confdefs.h <<\EOF#define STDC_HEADERS 1EOFfiecho $ac_n "checking for sys/wait.h that is POSIX.1 compatible""... $ac_c" 1>&6echo "configure:1250: checking for sys/wait.h that is POSIX.1 compatible" >&5if eval "test \"`echo '$''{'ac_cv_header_sys_wait_h'+set}'`\" = set"; then  echo $ac_n "(cached) $ac_c" 1>&6else  cat > conftest.$ac_ext <<EOF#line 1255 "configure"#include "confdefs.h"#include <sys/types.h>#include <sys/wait.h>#ifndef WEXITSTATUS#define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8)#endif#ifndef WIFEXITED#define WIFEXITED(stat_val) (((stat_val) & 255) == 0)#endifint main() {int s;wait (&s);s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;; return 0; }EOFif { (eval echo configure:1271: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then  rm -rf conftest*  ac_cv_header_sys_wait_h=yeselse  echo "configure: failed program was:" >&5  cat conftest.$ac_ext >&5  rm -rf conftest*  ac_cv_header_sys_wait_h=nofirm -f conftest*fiecho "$ac_t""$ac_cv_header_sys_wait_h" 1>&6if test $ac_cv_header_sys_wait_h = yes; then  cat >> confdefs.h <<\EOF#define HAVE_SYS_WAIT_H 1EOFfifor ac_hdr in fcntl.h sys/fcntl.h limits.h sys/time.h sys/select.hdoac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6echo "configure:1295: checking for $ac_hdr" >&5if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then  echo $ac_n "(cached) $ac_c" 1>&6else  cat > conftest.$ac_ext <<EOF#line 1300 "configure"#include "confdefs.h"#include <$ac_hdr>EOFac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"{ (eval echo configure:1305: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`if test -z "$ac_err"; then  rm -rf conftest*  eval "ac_cv_header_$ac_safe=yes"else  echo "$ac_err" >&5  echo "configure: failed program was:" >&5  cat conftest.$ac_ext >&5  rm -rf conftest*  eval "ac_cv_header_$ac_safe=no"firm -f conftest*fiif eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then  echo "$ac_t""yes" 1>&6    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`  cat >> confdefs.h <<EOF#define $ac_tr_hdr 1EOF else  echo "$ac_t""no" 1>&6fidonefor ac_hdr in getopt.hdoac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6echo "configure:1335: checking for $ac_hdr" >&5if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then  echo $ac_n "(cached) $ac_c" 1>&6else  cat > conftest.$ac_ext <<EOF#line 1340 "configure"#include "confdefs.h"#include <$ac_hdr>EOFac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"{ (eval echo configure:1345: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`if test -z "$ac_err"; then  rm -rf conftest*  eval "ac_cv_header_$ac_safe=yes"else  echo "$ac_err" >&5  echo "configure: failed program was:" >&5  cat conftest.$ac_ext >&5  rm -rf conftest*  eval "ac_cv_header_$ac_safe=no"firm -f conftest*fiif eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then  echo "$ac_t""yes" 1>&6    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`  cat >> confdefs.h <<EOF#define $ac_tr_hdr 1EOF else  echo "$ac_t""no" 1>&6fidoneecho $ac_n "checking for working const""... $ac_c" 1>&6echo "configure:1373: checking for working const" >&5if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then  echo $ac_n "(cached) $ac_c" 1>&6else  cat > conftest.$ac_ext <<EOF#line 1378 "configure"

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
成人综合婷婷国产精品久久蜜臀 | 国产精品18久久久久久久久久久久| 国产传媒久久文化传媒| 色综合天天综合色综合av| 欧美一区二区在线观看| 亚洲视频一二三区| 国产乱子伦视频一区二区三区 | 国产精品中文字幕日韩精品| 99精品一区二区三区| 精品免费日韩av| 亚洲成av人片一区二区梦乃| 不卡的av电影在线观看| 亚洲精品一区二区三区香蕉| 一区二区三区日韩欧美精品| 粉嫩蜜臀av国产精品网站| 精品国偷自产国产一区| 日韩成人精品在线观看| 色就色 综合激情| 欧美经典一区二区| 久久丁香综合五月国产三级网站| 欧美伊人久久久久久午夜久久久久| 国产亚洲一区二区三区四区 | 亚洲mv大片欧洲mv大片精品| 懂色av一区二区三区免费观看| 日韩精品一区二区在线| 日本成人在线不卡视频| 7799精品视频| 丝袜国产日韩另类美女| 色成人在线视频| 亚洲午夜成aⅴ人片| 欧美体内she精高潮| 亚洲日本在线天堂| 91国产精品成人| 亚洲一区二区三区四区在线| 欧美亚洲综合一区| 亚洲国产成人tv| 日韩一级大片在线| 欧美精品在线一区二区| 97久久精品人人澡人人爽| 精品国产污污免费网站入口 | 久久精品一二三| 中文字幕一区三区| 91国内精品野花午夜精品| 一本大道久久a久久精品综合| 日本欧美一区二区在线观看| 国产日韩三级在线| 欧美一区二区三区免费视频| 国模少妇一区二区三区| 免费在线欧美视频| 狂野欧美性猛交blacked| 日韩福利视频导航| 制服丝袜一区二区三区| 波多野洁衣一区| 国产精品嫩草99a| 欧美一区二区三区四区高清 | 欧美三级电影网站| 亚洲欧美韩国综合色| 99麻豆久久久国产精品免费| 亚洲欧洲精品一区二区精品久久久 | 91性感美女视频| 欧美国产精品一区二区三区| av不卡在线播放| 伊人开心综合网| 日韩网站在线看片你懂的| 美女视频一区二区| 中文一区二区在线观看| 91香蕉视频在线| 亚洲国产精品一区二区久久| 欧美精品一二三| 美国十次综合导航| 欧美国产日韩一二三区| 91亚洲男人天堂| 午夜激情综合网| 久久亚洲精华国产精华液| www.日韩大片| 亚洲国产欧美另类丝袜| 精品噜噜噜噜久久久久久久久试看 | 国产精品网站在线观看| 国产一区二区精品在线观看| 一区二区三区国产豹纹内裤在线| 欧美日韩另类国产亚洲欧美一级| 日本欧美一区二区| 久久亚洲一区二区三区四区| av电影在线观看一区| 亚洲影视在线播放| 精品国产青草久久久久福利| 国产suv精品一区二区883| 亚洲一区二区在线播放相泽| 精品成人免费观看| 91在线免费播放| 免费成人美女在线观看.| 国产精品乱码妇女bbbb| 欧美日韩二区三区| 国产在线不卡一区| 天天综合色天天综合色h| 久久―日本道色综合久久| 在线日韩一区二区| 国产精品69毛片高清亚洲| 亚洲电影你懂得| 国产女主播视频一区二区| 欧美三级日韩在线| 成人在线一区二区三区| 日韩成人午夜精品| 国产网红主播福利一区二区| 欧美人牲a欧美精品| 99精品国产热久久91蜜凸| 美女视频一区二区| 五月激情综合婷婷| 国产精品国产a级| 精品国产亚洲在线| 欧美日韩国产123区| 91在线观看成人| 国产精品自在欧美一区| 一级精品视频在线观看宜春院| 国产欧美一区二区精品仙草咪| 日韩一区二区麻豆国产| 日本高清不卡视频| 波多野洁衣一区| 国产999精品久久久久久| 久热成人在线视频| 亚洲在线一区二区三区| 国产精品国产三级国产有无不卡| 欧美一区二区三区免费| 欧美日韩不卡一区| 在线视频欧美区| av动漫一区二区| 色婷婷久久久综合中文字幕| 不卡一区二区中文字幕| 国产成人av影院| 懂色av一区二区三区免费观看| 久久91精品国产91久久小草| 麻豆国产精品777777在线| 日本伊人精品一区二区三区观看方式| 亚洲一区二区三区中文字幕| 亚洲午夜私人影院| 一区二区三区美女| 伊人开心综合网| 亚洲成人免费av| 亚洲福利视频一区| 午夜精品aaa| 日韩和的一区二区| 一区二区久久久| 亚洲影院免费观看| 日韩福利电影在线| 久久精品国产一区二区| 国产麻豆成人传媒免费观看| 国产久卡久卡久卡久卡视频精品| 国产精品亚洲专一区二区三区| 国产制服丝袜一区| 国产成人自拍在线| 不卡一区二区三区四区| 色哦色哦哦色天天综合| 欧美三级韩国三级日本三斤| 91小视频在线| 日韩欧美第一区| 久久久夜色精品亚洲| 中文字幕视频一区| 亚洲综合成人在线| 精品一区二区三区av| 成人黄色av电影| 欧美影视一区在线| 精品国产第一区二区三区观看体验| 日韩免费性生活视频播放| 国产精品久久综合| 日韩中文字幕麻豆| 久草中文综合在线| av亚洲产国偷v产偷v自拍| 欧美日韩精品一区二区天天拍小说| 日韩欧美一区二区久久婷婷| 中文字幕av一区二区三区高| 亚洲精品久久久蜜桃| 久久99精品久久只有精品| 国产精品资源网| 欧美伊人久久久久久午夜久久久久| 欧美一区日韩一区| 国产精品视频一二三区| 全国精品久久少妇| 成人听书哪个软件好| 欧美伦理影视网| 国产精品久久免费看| 首页国产欧美日韩丝袜| 成人av高清在线| 日韩午夜三级在线| 亚洲激情图片小说视频| 国产一区二区精品久久99| 欧美丝袜自拍制服另类| 亚洲欧美国产三级| 丁香婷婷综合色啪| 91精品国产入口| 亚洲久本草在线中文字幕| 国产在线精品免费av| 日韩精品专区在线影院重磅| 国产精品短视频| av午夜精品一区二区三区| 精品国产青草久久久久福利| 亚洲成人动漫在线免费观看| 91女神在线视频| 国产欧美日韩视频在线观看| 日韩成人一区二区三区在线观看| 在线视频国内自拍亚洲视频|