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

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

?? configure

?? 一個開源的網絡開發庫ACE
??
?? 第 1 頁 / 共 4 頁
字號:
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
#line 1073 "configure"
#include "confdefs.h"
#include <stdlib.h>
#include <stdarg.h>
#include <string.h>
#include <float.h>
EOF
eval "$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
ac_err=`grep -v '^ *+' conftest.out`
if test -z "$ac_err"; then
  rm -rf conftest*
  ac_cv_header_stdc=yes
else
  echo "$ac_err" >&5
  rm -rf conftest*
  ac_cv_header_stdc=no
fi
rm -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 1095 "configure"
#include "confdefs.h"
#include <string.h>
EOF
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  egrep "memchr" >/dev/null 2>&1; then
  :
else
  rm -rf conftest*
  ac_cv_header_stdc=no
fi
rm -f conftest*

fi

if 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 1113 "configure"
#include "confdefs.h"
#include <stdlib.h>
EOF
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  egrep "free" >/dev/null 2>&1; then
  :
else
  rm -rf conftest*
  ac_cv_header_stdc=no
fi
rm -f conftest*

fi

if 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 1134 "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); }

EOF
eval $ac_link
if test -s conftest && (./conftest; exit) 2>/dev/null; then
  :
else
  ac_cv_header_stdc=no
fi
fi
rm -fr conftest*
fi
fi

echo "$ac_t""$ac_cv_header_stdc" 1>&6
if test $ac_cv_header_stdc = yes; then
  cat >> confdefs.h <<\EOF
#define STDC_HEADERS 1
EOF

fi

echo $ac_n "checking for sys/wait.h that is POSIX.1 compatible""... $ac_c" 1>&6
if eval "test \"`echo '$''{'ac_cv_header_sys_wait_h'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
#line 1169 "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)
#endif
int main() { return 0; }
int t() {
int s;
wait (&s);
s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
; return 0; }
EOF
if eval $ac_compile; then
  rm -rf conftest*
  ac_cv_header_sys_wait_h=yes
else
  rm -rf conftest*
  ac_cv_header_sys_wait_h=no
fi
rm -f conftest*

fi

echo "$ac_t""$ac_cv_header_sys_wait_h" 1>&6
if test $ac_cv_header_sys_wait_h = yes; then
  cat >> confdefs.h <<\EOF
#define HAVE_SYS_WAIT_H 1
EOF

fi

for ac_hdr in fcntl.h limits.h sgtty.h sys/time.h unistd.h
do
ac_safe=`echo "$ac_hdr" | tr './\055' '___'`
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
#line 1213 "configure"
#include "confdefs.h"
#include <$ac_hdr>
EOF
eval "$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
ac_err=`grep -v '^ *+' conftest.out`
if test -z "$ac_err"; then
  rm -rf conftest*
  eval "ac_cv_header_$ac_safe=yes"
else
  echo "$ac_err" >&5
  rm -rf conftest*
  eval "ac_cv_header_$ac_safe=no"
fi
rm -f conftest*
fi
if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
  echo "$ac_t""yes" 1>&6
    ac_tr_hdr=HAVE_`echo $ac_hdr | tr 'abcdefghijklmnopqrstuvwxyz./\055' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ___'`
  cat >> confdefs.h <<EOF
#define $ac_tr_hdr 1
EOF
 
else
  echo "$ac_t""no" 1>&6
fi
done


#
# checks for typedefs, structures, and compiler characteristics
#
echo $ac_n "checking for working const""... $ac_c" 1>&6
if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
#line 1250 "configure"
#include "confdefs.h"

int main() { return 0; }
int t() {

/* Ultrix mips cc rejects this.  */
typedef int charset[2]; const charset x;
/* SunOS 4.1.1 cc rejects this.  */
char const *const *ccp;
char **p;
/* NEC SVR4.0.2 mips cc rejects this.  */
struct point {int x, y;};
static struct point const zero = {0,0};
/* AIX XL C 1.02.0.0 rejects this.
   It does not let you subtract one const X* pointer from another in an arm
   of an if-expression whose if-part is not a constant expression */
const char *g = "string";
ccp = &g + (g ? g-g : 0);
/* HPUX 7.0 cc rejects these. */
++ccp;
p = (char**) ccp;
ccp = (char const *const *) p;
{ /* SCO 3.2v4 cc rejects this.  */
  char *t;
  char const *s = 0 ? (char *) 0 : (char const *) 0;

  *t++ = 0;
}
{ /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
  int x[] = {25, 17};
  const int *foo = &x[0];
  ++foo;
}
{ /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
  typedef const int *iptr;
  iptr p = 0;
  ++p;
}
{ /* AIX XL C 1.02.0.0 rejects this saying
     "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
  struct s { int j; const int *ap[3]; };
  struct s *b; b->j = 5;
}
{ /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
  const int foo = 10;
}

; return 0; }
EOF
if eval $ac_compile; then
  rm -rf conftest*
  ac_cv_c_const=yes
else
  rm -rf conftest*
  ac_cv_c_const=no
fi
rm -f conftest*

fi

echo "$ac_t""$ac_cv_c_const" 1>&6
if test $ac_cv_c_const = no; then
  cat >> confdefs.h <<\EOF
#define const 
EOF

fi

echo $ac_n "checking for size_t""... $ac_c" 1>&6
if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
#line 1324 "configure"
#include "confdefs.h"
#include <sys/types.h>
#if STDC_HEADERS
#include <stdlib.h>
#endif
EOF
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  egrep "size_t" >/dev/null 2>&1; then
  rm -rf conftest*
  ac_cv_type_size_t=yes
else
  rm -rf conftest*
  ac_cv_type_size_t=no
fi
rm -f conftest*

fi
echo "$ac_t""$ac_cv_type_size_t" 1>&6
if test $ac_cv_type_size_t = no; then
  cat >> confdefs.h <<\EOF
#define size_t unsigned
EOF

fi

echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6
if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
#line 1355 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <signal.h>
#ifdef signal
#undef signal
#endif
#ifdef __cplusplus
extern "C" void (*signal (int, void (*)(int)))(int);
#else
void (*signal ()) ();
#endif

int main() { return 0; }
int t() {
int i;
; return 0; }
EOF
if eval $ac_compile; then
  rm -rf conftest*
  ac_cv_type_signal=void
else
  rm -rf conftest*
  ac_cv_type_signal=int
fi
rm -f conftest*

fi

echo "$ac_t""$ac_cv_type_signal" 1>&6
cat >> confdefs.h <<EOF
#define RETSIGTYPE $ac_cv_type_signal
EOF


echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6
if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
#line 1395 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/time.h>
#include <time.h>
int main() { return 0; }
int t() {
struct tm *tp;
; return 0; }
EOF
if eval $ac_compile; then
  rm -rf conftest*
  ac_cv_header_time=yes
else
  rm -rf conftest*
  ac_cv_header_time=no
fi
rm -f conftest*

fi

echo "$ac_t""$ac_cv_header_time" 1>&6
if test $ac_cv_header_time = yes; then
  cat >> confdefs.h <<\EOF
#define TIME_WITH_SYS_TIME 1
EOF

fi

echo $ac_n "checking whether struct tm is in sys/time.h or time.h""... $ac_c" 1>&6
if eval "test \"`echo '$''{'ac_cv_struct_tm'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
#line 1429 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <time.h>
int main() { return 0; }
int t() {
struct tm *tp; tp->tm_sec;
; return 0; }
EOF
if eval $ac_compile; then
  rm -rf conftest*
  ac_cv_struct_tm=time.h
else
  rm -rf conftest*
  ac_cv_struct_tm=sys/time.h
fi
rm -f conftest*

fi

echo "$ac_t""$ac_cv_struct_tm" 1>&6
if test $ac_cv_struct_tm = sys/time.h; then
  cat >> confdefs.h <<\EOF
#define TM_IN_SYS_TIME 1
EOF

fi

echo $ac_n "checking for tm_zone in struct tm""... $ac_c" 1>&6
if eval "test \"`echo '$''{'ac_cv_struct_tm_zone'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
#line 1462 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <$ac_cv_struct_tm>
int main() { return 0; }
int t() {
struct tm tm; tm.tm_zone;
; return 0; }
EOF
if eval $ac_compile; then
  rm -rf conftest*
  ac_cv_struct_tm_zone=yes
else
  rm -rf conftest*
  ac_cv_struct_tm_zone=no
fi
rm -f conftest*

fi

echo "$ac_t""$ac_cv_struct_tm_zone" 1>&6
if test "$ac_cv_struct_tm_zone" = yes; then
  cat >> confdefs.h <<\EOF
#define HAVE_TM_ZONE 1
EOF

else
  echo $ac_n "checking for tzname""... $ac_c" 1>&6
if eval "test \"`echo '$''{'ac_cv_var_tzname'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
#line 1494 "configure"
#include "confdefs.h"
#include <time.h>
#ifndef tzname /* For SGI.  */
extern char *tzname[]; /* RS6000 and others reject char **tzname.  */
#endif
int main() { return 0; }
int t() {
atoi(*tzname);
; return 0; }
EOF
if eval $ac_link; then
  rm -rf conftest*
  ac_cv_var_tzname=yes
else
  rm -rf conftest*
  ac_cv_var_tzname=no
fi
rm -f conftest*

fi

echo "$ac_t""$ac_cv_var_tzname" 1>&6
  if test $ac_cv_var_tzname = yes; then
    cat >> confdefs.h <<\EOF
#define HAVE_TZNAME 1
EOF

  fi
fi

cat > conftest.$ac_ext <<EOF
#line 1526 "configure"
#include "confdefs.h"
#include <sys/time.h>
int main() { return 0; }
int t() {
struct timeval thetime; struct timezone thezone; 
	gettimeofday(&thetime, &thezone); 
; return 0; }
EOF
if eval $ac_compile; then
  rm -rf conftest*
  cat >> confdefs.h <<\EOF
#define USE_TIMEZONE 1
EOF

fi
rm -f conftest*


#
# checks for library functions
#
echo $ac_n "checking for 8-bit clean memcmp""... $ac_c" 1>&6
if eval "test \"`echo '$''{'ac_cv_func_memcmp'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  if test "$cross_compiling" = yes; then
  ac_cv_func_memcmp=no
else
cat > conftest.$ac_ext <<EOF
#line 1556 "configure"
#include "confdefs.h"

main()
{
  char c0 = 0x40, c1 = 0x80, c2 = 0x81;
  exit(memcmp(&c0, &c2, 1) < 0 && memcmp(&c1, &c2, 1) < 0 ? 0 : 1);
}

EOF
eval $ac_link
if test -s conftest && (./conftest; exit) 2>/dev/null; then
  ac_cv_func_memcmp=yes
else
  ac_cv_func_memcmp=no
fi
fi
rm -fr conftest*
fi

echo "$ac_t""$ac_cv_func_memcmp" 1>&6
test $ac_cv_func_memcmp = no && LIBOBJS="$LIBOBJS memcmp.o"

echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6
if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
#line 1584 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <signal.h>
#ifdef signal
#undef signal
#endif
#ifdef __cplusplus
extern "C" void (*signal (int, void (*)(int)))(int);
#else
void (*signal ()) ();
#endif

int main() { return 0; }
int t() {
int i;
; return 0; }
EOF
if eval $ac_compile; then
  rm -rf conftest*

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
色噜噜偷拍精品综合在线| 日韩欧美一区二区三区在线| 欧美网站一区二区| 精品对白一区国产伦| 亚洲男人的天堂av| 国产精品资源在线观看| 在线观看日韩高清av| 欧美韩国日本综合| 美女脱光内衣内裤视频久久影院| jvid福利写真一区二区三区| 久久久久久久综合日本| 日韩电影在线一区二区三区| 99久久精品免费观看| 久久影音资源网| 午夜精品免费在线观看| 91看片淫黄大片一级在线观看| 欧美大片顶级少妇| 无吗不卡中文字幕| 在线欧美一区二区| 亚洲色图一区二区| 91视频xxxx| 国产精品三级av| 韩国精品免费视频| 日韩视频国产视频| 奇米精品一区二区三区在线观看 | 成人国产精品免费观看动漫| 日韩免费福利电影在线观看| 日本美女一区二区三区| 在线看日韩精品电影| 一区在线观看免费| 99精品视频一区| 最好看的中文字幕久久| 9i看片成人免费高清| 国产精品理论在线观看| 成人av在线网| 亚洲人成亚洲人成在线观看图片| 91亚洲精品一区二区乱码| 一色桃子久久精品亚洲| 91丨九色丨国产丨porny| 最新国产成人在线观看| 欧洲亚洲国产日韩| 亚洲高清视频的网址| 777色狠狠一区二区三区| 免费看欧美美女黄的网站| 91精品国产一区二区三区蜜臀 | 亚洲少妇最新在线视频| 99精品偷自拍| 夜夜爽夜夜爽精品视频| 欧美日韩视频第一区| 日本欧美一区二区三区| 欧美tickling挠脚心丨vk| 狠狠色狠狠色合久久伊人| 久久蜜桃一区二区| 99久久久精品免费观看国产蜜| 国产精品高潮呻吟| 精品视频资源站| 久草在线在线精品观看| 国产日韩欧美不卡| 色视频成人在线观看免| 毛片一区二区三区| 亚洲欧美在线观看| 欧美顶级少妇做爰| 国产精品99久久久久久久女警| 亚洲国产精品传媒在线观看| 在线观看av一区二区| 久久97超碰国产精品超碰| 一区二区中文字幕在线| 91麻豆精品国产综合久久久久久| 国产精品一区一区| 亚洲男人天堂av| 精品久久久久av影院| 波多野结衣中文一区| 午夜精品爽啪视频| 国产精品人成在线观看免费| 制服.丝袜.亚洲.中文.综合| 懂色av中文字幕一区二区三区| 亚洲男同性恋视频| 精品久久五月天| 日韩久久精品一区| 午夜精品一区二区三区免费视频| 91浏览器在线视频| 精品亚洲porn| 亚洲h动漫在线| 中文av字幕一区| 日韩一级二级三级| 一本久久a久久免费精品不卡| 久久精品国产精品亚洲精品| 欧美一区二区三区精品| 色老汉一区二区三区| 色香蕉久久蜜桃| 91久久线看在观草草青青| 欧美精品xxxxbbbb| 精品国产乱子伦一区| 久久亚洲精品小早川怜子| 久久这里只有精品视频网| 国产精品人成在线观看免费| 伊人色综合久久天天| 视频在线观看国产精品| 精品午夜久久福利影院| 在线亚洲一区观看| 色综合天天做天天爱| 欧美日韩小视频| 精品国产欧美一区二区| 国产精品热久久久久夜色精品三区| 亚洲欧美激情在线| 日韩av在线发布| 国产成人啪免费观看软件| 色婷婷久久99综合精品jk白丝| 欧美美女bb生活片| 久久免费看少妇高潮| 一区二区三区中文字幕在线观看| 日韩1区2区3区| 国产精品一二三四| 欧美色综合久久| 亚洲精品一区二区三区福利| 亚洲视频1区2区| 久久99国产精品久久99| av成人免费在线| 日韩视频免费观看高清完整版| 国产精品久久久久三级| 日韩精品久久理论片| 成人永久免费视频| 在线成人av影院| 中文字幕欧美国产| 午夜精品久久久久久久99水蜜桃| 国产精品77777| 欧美另类z0zxhd电影| 中日韩av电影| 麻豆国产精品官网| 日本精品免费观看高清观看| 精品国产1区二区| 亚洲成av人片一区二区梦乃| 国产精品一区二区久激情瑜伽| 欧美日韩成人激情| 亚洲免费伊人电影| 国产盗摄女厕一区二区三区| 欧美伦理电影网| 亚洲久草在线视频| 成人美女视频在线看| 日韩欧美国产成人一区二区| 亚洲资源中文字幕| 91免费小视频| 欧美韩国日本综合| 国产精品一区二区在线观看网站| 欧美高清性hdvideosex| 一区二区激情小说| 99久久er热在这里只有精品15 | www.亚洲色图.com| 精品免费视频.| 一区二区三区日韩| 成人av网站大全| 精品福利一区二区三区免费视频| 亚洲天堂免费看| 国产精品色一区二区三区| 欧美日韩视频在线一区二区| 亚洲精品国产高清久久伦理二区| 欧美久久一二三四区| 一二三四社区欧美黄| 欧美日韩精品电影| 高清在线观看日韩| 亚洲一区二区三区中文字幕| av午夜精品一区二区三区| 亚洲在线免费播放| 色久优优欧美色久优优| 成人在线视频一区| 日韩av中文在线观看| 欧美激情在线观看视频免费| 精品久久人人做人人爰| 制服丝袜亚洲色图| 色屁屁一区二区| 99久久er热在这里只有精品66| 美女网站视频久久| 精品一区在线看| 一区二区三区四区视频精品免费 | 欧美日韩精品欧美日韩精品一| 久久国产精品无码网站| 国精品**一区二区三区在线蜜桃| 看电视剧不卡顿的网站| 毛片av一区二区| 久久爱www久久做| 国产999精品久久久久久| 国产盗摄一区二区| 成人av在线看| 日本高清无吗v一区| 欧美亚洲综合另类| 欧美日韩高清一区二区不卡| 欧美日韩精品福利| 精品久久国产老人久久综合| 久久人人97超碰com| 国产精品久久久久久久久图文区| 亚洲男同性视频| 亚洲午夜在线电影| 欧美激情在线看| 精品国产成人系列| 欧美高清视频一二三区| 欧美男女性生活在线直播观看| 91在线观看污| 激情亚洲综合在线| 天堂资源在线中文精品| 日韩电影在线一区二区|