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

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

?? configure

?? 樹大根深三棱盡所標桿ssfsfsa fdsafs
??
?? 第 1 頁 / 共 5 頁
字號:
fi    fi    # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,    # to get the SysV transport functions.    # chad@anasazi.com says the Pyramis MIS-ES running DC/OSx (SVR4)    # needs -lnsl.    # The nsl library prevents programs from opening the X display    # on Irix 5.2, according to dickey@clark.net.    echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6echo "configure:1657: checking for gethostbyname" >&5if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then  echo $ac_n "(cached) $ac_c" 1>&6else  cat > conftest.$ac_ext <<EOF#line 1662 "configure"#include "confdefs.h"/* System header to define __stub macros and hopefully few prototypes,    which can conflict with char gethostbyname(); below.  */#include <assert.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 gethostbyname();int main() {/* The GNU C library defines this for functions which it implements    to always fail with ENOSYS.  Some functions are actually named    something starting with __ and the normal name is an alias.  */#if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)choke me#elsegethostbyname();#endif; return 0; }EOFif { (eval echo configure:1685: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then  rm -rf conftest*  eval "ac_cv_func_gethostbyname=yes"else  echo "configure: failed program was:" >&5  cat conftest.$ac_ext >&5  rm -rf conftest*  eval "ac_cv_func_gethostbyname=no"firm -f conftest*fiif eval "test \"`echo '$ac_cv_func_'gethostbyname`\" = yes"; then  echo "$ac_t""yes" 1>&6  :else  echo "$ac_t""no" 1>&6fi    if test $ac_cv_func_gethostbyname = no; then      echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6echo "configure:1706: checking for gethostbyname in -lnsl" >&5ac_lib_var=`echo nsl'_'gethostbyname | 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="-lnsl  $LIBS"cat > conftest.$ac_ext <<EOF#line 1714 "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 gethostbyname();int main() {gethostbyname(); return 0; }EOFif { (eval echo configure:1725: \"$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  X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"else  echo "$ac_t""no" 1>&6fi    fi    # lieder@skyler.mavd.honeywell.com says without -lsocket,    # socket/setsockopt and other routines are undefined under SCO ODT    # 2.0.  But -lsocket is broken on IRIX 5.2 (and is not necessary    # on later versions), says simon@lia.di.epfl.ch: it contains    # gethostby* variants that don't use the nameserver (or something).    # -lsocket must be given before -lnsl if both are needed.    # We assume that if connect needs -lnsl, so does gethostbyname.    echo $ac_n "checking for connect""... $ac_c" 1>&6echo "configure:1755: checking for connect" >&5if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; then  echo $ac_n "(cached) $ac_c" 1>&6else  cat > conftest.$ac_ext <<EOF#line 1760 "configure"#include "confdefs.h"/* System header to define __stub macros and hopefully few prototypes,    which can conflict with char connect(); below.  */#include <assert.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 connect();int main() {/* The GNU C library defines this for functions which it implements    to always fail with ENOSYS.  Some functions are actually named    something starting with __ and the normal name is an alias.  */#if defined (__stub_connect) || defined (__stub___connect)choke me#elseconnect();#endif; return 0; }EOFif { (eval echo configure:1783: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then  rm -rf conftest*  eval "ac_cv_func_connect=yes"else  echo "configure: failed program was:" >&5  cat conftest.$ac_ext >&5  rm -rf conftest*  eval "ac_cv_func_connect=no"firm -f conftest*fiif eval "test \"`echo '$ac_cv_func_'connect`\" = yes"; then  echo "$ac_t""yes" 1>&6  :else  echo "$ac_t""no" 1>&6fi    if test $ac_cv_func_connect = no; then      echo $ac_n "checking for connect in -lsocket""... $ac_c" 1>&6echo "configure:1804: checking for connect in -lsocket" >&5ac_lib_var=`echo socket'_'connect | 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="-lsocket $X_EXTRA_LIBS $LIBS"cat > conftest.$ac_ext <<EOF#line 1812 "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 connect();int main() {connect(); return 0; }EOFif { (eval echo configure:1823: \"$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  X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"else  echo "$ac_t""no" 1>&6fi    fi    # gomez@mi.uni-erlangen.de says -lposix is necessary on A/UX.    echo $ac_n "checking for remove""... $ac_c" 1>&6echo "configure:1847: checking for remove" >&5if eval "test \"`echo '$''{'ac_cv_func_remove'+set}'`\" = set"; then  echo $ac_n "(cached) $ac_c" 1>&6else  cat > conftest.$ac_ext <<EOF#line 1852 "configure"#include "confdefs.h"/* System header to define __stub macros and hopefully few prototypes,    which can conflict with char remove(); below.  */#include <assert.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 remove();int main() {/* The GNU C library defines this for functions which it implements    to always fail with ENOSYS.  Some functions are actually named    something starting with __ and the normal name is an alias.  */#if defined (__stub_remove) || defined (__stub___remove)choke me#elseremove();#endif; return 0; }EOFif { (eval echo configure:1875: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then  rm -rf conftest*  eval "ac_cv_func_remove=yes"else  echo "configure: failed program was:" >&5  cat conftest.$ac_ext >&5  rm -rf conftest*  eval "ac_cv_func_remove=no"firm -f conftest*fiif eval "test \"`echo '$ac_cv_func_'remove`\" = yes"; then  echo "$ac_t""yes" 1>&6  :else  echo "$ac_t""no" 1>&6fi    if test $ac_cv_func_remove = no; then      echo $ac_n "checking for remove in -lposix""... $ac_c" 1>&6echo "configure:1896: checking for remove in -lposix" >&5ac_lib_var=`echo posix'_'remove | 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="-lposix  $LIBS"cat > conftest.$ac_ext <<EOF#line 1904 "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 remove();int main() {remove(); return 0; }EOFif { (eval echo configure:1915: \"$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  X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"else  echo "$ac_t""no" 1>&6fi    fi    # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.    echo $ac_n "checking for shmat""... $ac_c" 1>&6echo "configure:1939: checking for shmat" >&5if eval "test \"`echo '$''{'ac_cv_func_shmat'+set}'`\" = set"; then  echo $ac_n "(cached) $ac_c" 1>&6else  cat > conftest.$ac_ext <<EOF#line 1944 "configure"#include "confdefs.h"/* System header to define __stub macros and hopefully few prototypes,    which can conflict with char shmat(); below.  */#include <assert.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 shmat();int main() {/* The GNU C library defines this for functions which it implements    to always fail with ENOSYS.  Some functions are actually named    something starting with __ and the normal name is an alias.  */#if defined (__stub_shmat) || defined (__stub___shmat)choke me#elseshmat();#endif; return 0; }EOFif { (eval echo configure:1967: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then  rm -rf conftest*  eval "ac_cv_func_shmat=yes"else  echo "configure: failed program was:" >&5  cat conftest.$ac_ext >&5  rm -rf conftest*  eval "ac_cv_func_shmat=no"firm -f conftest*fiif eval "test \"`echo '$ac_cv_func_'shmat`\" = yes"; then  echo "$ac_t""yes" 1>&6  :else  echo "$ac_t""no" 1>&6fi    if test $ac_cv_func_shmat = no; then      echo $ac_n "checking for shmat in -lipc""... $ac_c" 1>&6echo "configure:1988: checking for shmat in -lipc" >&5ac_lib_var=`echo ipc'_'shmat | 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="-lipc  $LIBS"cat > conftest.$ac_ext <<EOF#line 1996 "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 shmat();int main() {shmat(); return 0; }EOFif { (eval echo configure:2007: \"$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  X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"else  echo "$ac_t""no" 1>&6fi    fi  fi  # Check for libraries that X11R6 Xt/Xaw programs need.  ac_save_LDFLAGS="$LDFLAGS"  test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"  # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to  # check for ICE first), but we must link in the order -lSM -lICE or  # we get undefined symbols.  So assume we have SM if we have ICE.  # These have to be linked with before -lX11, unlike the other  # libraries we check for below, so use a different variable.  #  --interran@uluru.Stanford.EDU, kb@cs.umb.edu.  echo $ac_n "checking for IceConnectionNumber in -lICE""... $ac_c" 1>&6echo "configure:2040: checking for IceConnectionNumber in -lICE" >&5ac_lib_var=`echo ICE'_'IceConnectionNumber | 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="-lICE $X_EXTRA_LIBS $LIBS"cat > conftest.$ac_ext <<EOF#line 2048 "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 w

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
成人丝袜视频网| 亚洲福中文字幕伊人影院| 欧美日韩精品欧美日韩精品| 色婷婷综合久久久久中文| av中文字幕不卡| 91伊人久久大香线蕉| 不卡的电影网站| 91福利国产精品| 在线播放91灌醉迷j高跟美女 | 韩国欧美一区二区| 热久久国产精品| 久久超碰97中文字幕| 国模套图日韩精品一区二区| 国产精品一卡二| 91伊人久久大香线蕉| 欧美性受xxxx| 精品国产一区二区三区四区四| 欧美tickle裸体挠脚心vk| 日韩一区二区三区精品视频| 久久久影视传媒| 樱花影视一区二区| 日韩成人一区二区| 懂色一区二区三区免费观看| av一区二区三区四区| 欧美日韩视频一区二区| 久久在线免费观看| 亚洲视频一区二区免费在线观看| 亚洲国产精品人人做人人爽| 蜜臀av一区二区| 91丨九色丨黑人外教| 欧美精品高清视频| 国产婷婷精品av在线| 亚洲成人先锋电影| 福利视频网站一区二区三区| 在线观看欧美黄色| 国产欧美精品一区| 亚洲国产人成综合网站| 国产成人精品一区二区三区四区| 欧美伊人久久久久久久久影院| 欧美成人性战久久| 亚洲综合免费观看高清完整版在线 | 激情综合色综合久久| 成人精品一区二区三区中文字幕| 欧洲一区二区三区在线| 久久综合九色欧美综合狠狠| 亚洲激情图片小说视频| 国产美女精品在线| 欧美疯狂做受xxxx富婆| 国产欧美日韩精品在线| 日本美女一区二区三区视频| 91蜜桃婷婷狠狠久久综合9色| 日韩午夜小视频| 亚洲国产一区二区视频| 成人黄色一级视频| 精品国产伦一区二区三区观看方式| 亚洲精品久久久久久国产精华液| 国产成人在线看| 日韩视频不卡中文| 香蕉成人啪国产精品视频综合网| 91看片淫黄大片一级在线观看| 欧美大片拔萝卜| 日韩不卡在线观看日韩不卡视频| 日本黄色一区二区| 国产精品福利电影一区二区三区四区| 久久66热偷产精品| 日韩一区二区三区免费看| 亚欧色一区w666天堂| 欧美色综合网站| 亚洲一二三专区| 欧美在线高清视频| 亚洲香肠在线观看| 欧美三级一区二区| 视频一区二区不卡| 日韩天堂在线观看| 另类小说视频一区二区| 日韩一区二区三| 免费观看30秒视频久久| 日韩一区二区三区高清免费看看| 蜜臀av一级做a爰片久久| 在线成人免费观看| 久久成人综合网| 久久精品人人做人人爽人人| 成人动漫av在线| 国产精品三级久久久久三级| 成熟亚洲日本毛茸茸凸凹| 国产精品无人区| 色婷婷综合久久久久中文| 亚洲.国产.中文慕字在线| 日韩视频一区二区三区 | 国产精品久久久久久久久果冻传媒| 成人app软件下载大全免费| 亚洲视频免费在线观看| 欧美一a一片一级一片| 日本麻豆一区二区三区视频| 2欧美一区二区三区在线观看视频 337p粉嫩大胆噜噜噜噜噜91av | 国产三级久久久| 不卡视频在线看| 亚洲国产精品久久久男人的天堂| 欧美猛男男办公室激情| 国产精品亚洲综合一区在线观看| 亚洲欧美综合色| 91.麻豆视频| 成人一级视频在线观看| 亚洲一区二区视频| 精品国产三级电影在线观看| av激情综合网| 久久99国产精品麻豆| 国产欧美日韩另类视频免费观看| 日本高清免费不卡视频| 美洲天堂一区二卡三卡四卡视频| 国产精品色在线| 欧美一区二区久久久| heyzo一本久久综合| 午夜精彩视频在线观看不卡| 国产三级精品三级在线专区| 欧美日本免费一区二区三区| 国产成人免费在线| 日产欧产美韩系列久久99| 中文字幕中文乱码欧美一区二区| 91精品国产色综合久久| 99视频一区二区| 国产一区二区三区四区五区美女 | 久久久www成人免费毛片麻豆| 色婷婷av一区二区三区大白胸| 国产一区二区在线视频| 亚洲成人黄色小说| 亚洲免费av在线| 国产精品欧美久久久久一区二区| 欧美一区二区精品久久911| 色狠狠av一区二区三区| 成人免费高清视频在线观看| 天天av天天翘天天综合网色鬼国产| 自拍偷在线精品自拍偷无码专区| 久久嫩草精品久久久精品一| 欧美日韩免费在线视频| 91视频观看免费| 成人黄色国产精品网站大全在线免费观看 | 亚洲国产中文字幕| 自拍偷拍国产精品| 国产精品日日摸夜夜摸av| 日韩高清在线一区| 国产日本欧美一区二区| 大桥未久av一区二区三区中文| 亚洲午夜久久久| 欧美日韩国产片| 欧美成人bangbros| 另类小说图片综合网| 美女视频一区二区三区| 成人在线视频首页| 欧美日韩国产综合草草| 26uuu精品一区二区在线观看| 中文字幕第一页久久| 亚洲国产日韩av| 国产suv精品一区二区883| 一本久道中文字幕精品亚洲嫩| 91精品国产综合久久久蜜臀粉嫩 | 久久99国产精品成人| 99视频一区二区| 欧美va亚洲va香蕉在线| 亚洲美女屁股眼交3| 黄页视频在线91| 欧美午夜精品电影| 日本一区二区三区高清不卡| 天天做天天摸天天爽国产一区| 成人午夜免费视频| 欧美精品免费视频| 亚洲视频一区二区在线| 国内不卡的二区三区中文字幕| 欧美日韩一区二区三区在线| 国产日韩影视精品| 精品综合免费视频观看| 在线观看成人免费视频| 国产精品久久久久久久第一福利| 精品在线免费视频| 在线播放中文字幕一区| 亚洲免费观看高清完整版在线| 国产福利电影一区二区三区| 在线综合视频播放| 亚洲一区二区三区视频在线| www.亚洲精品| 国产欧美日韩三级| 国产一区二区按摩在线观看| 欧美老女人在线| 亚洲午夜电影在线观看| 99视频精品全部免费在线| 国产亚洲成年网址在线观看| 精品在线播放午夜| 欧美xxxxx牲另类人与| 日本特黄久久久高潮| 欧美日韩精品免费| 天天综合日日夜夜精品| 91一区二区在线| 亚洲欧洲av一区二区三区久久| 国产白丝精品91爽爽久久| 国产亚洲欧美在线| 成人一区二区三区中文字幕| 国产视频一区二区在线| 国产不卡视频在线观看| 国产婷婷精品av在线| 成人sese在线|