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

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關(guān)于我們
? 蟲蟲下載站

?? configure

?? boa 一個簡小的web服務(wù)器 資源占用極少
??
?? 第 1 頁 / 共 5 頁
字號:
#include "confdefs.h"int main() {/* 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; }EOFif { (eval echo configure:1427: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then  rm -rf conftest*  ac_cv_c_const=yeselse  echo "configure: failed program was:" >&5  cat conftest.$ac_ext >&5  rm -rf conftest*  ac_cv_c_const=nofirm -f conftest*fiecho "$ac_t""$ac_cv_c_const" 1>&6if test $ac_cv_c_const = no; then  cat >> confdefs.h <<\EOF#define const EOFfiecho $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&6echo "configure:1448: checking for uid_t in sys/types.h" >&5if eval "test \"`echo '$''{'ac_cv_type_uid_t'+set}'`\" = set"; then  echo $ac_n "(cached) $ac_c" 1>&6else  cat > conftest.$ac_ext <<EOF#line 1453 "configure"#include "confdefs.h"#include <sys/types.h>EOFif (eval "$ac_cpp conftest.$ac_ext") 2>&5 |  egrep "uid_t" >/dev/null 2>&1; then  rm -rf conftest*  ac_cv_type_uid_t=yeselse  rm -rf conftest*  ac_cv_type_uid_t=nofirm -f conftest*fiecho "$ac_t""$ac_cv_type_uid_t" 1>&6if test $ac_cv_type_uid_t = no; then  cat >> confdefs.h <<\EOF#define uid_t intEOF  cat >> confdefs.h <<\EOF#define gid_t intEOFfiecho $ac_n "checking for pid_t""... $ac_c" 1>&6echo "configure:1482: checking for pid_t" >&5if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then  echo $ac_n "(cached) $ac_c" 1>&6else  cat > conftest.$ac_ext <<EOF#line 1487 "configure"#include "confdefs.h"#include <sys/types.h>#if STDC_HEADERS#include <stdlib.h>#include <stddef.h>#endifEOFif (eval "$ac_cpp conftest.$ac_ext") 2>&5 |  egrep "(^|[^a-zA-Z_0-9])pid_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then  rm -rf conftest*  ac_cv_type_pid_t=yeselse  rm -rf conftest*  ac_cv_type_pid_t=nofirm -f conftest*fiecho "$ac_t""$ac_cv_type_pid_t" 1>&6if test $ac_cv_type_pid_t = no; then  cat >> confdefs.h <<\EOF#define pid_t intEOFfiecho $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6echo "configure:1515: checking whether time.h and sys/time.h may both be included" >&5if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then  echo $ac_n "(cached) $ac_c" 1>&6else  cat > conftest.$ac_ext <<EOF#line 1520 "configure"#include "confdefs.h"#include <sys/types.h>#include <sys/time.h>#include <time.h>int main() {struct tm *tp;; return 0; }EOFif { (eval echo configure:1529: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then  rm -rf conftest*  ac_cv_header_time=yeselse  echo "configure: failed program was:" >&5  cat conftest.$ac_ext >&5  rm -rf conftest*  ac_cv_header_time=nofirm -f conftest*fiecho "$ac_t""$ac_cv_header_time" 1>&6if test $ac_cv_header_time = yes; then  cat >> confdefs.h <<\EOF#define TIME_WITH_SYS_TIME 1EOFfiecho $ac_n "checking whether setvbuf arguments are reversed""... $ac_c" 1>&6echo "configure:1551: checking whether setvbuf arguments are reversed" >&5if eval "test \"`echo '$''{'ac_cv_func_setvbuf_reversed'+set}'`\" = set"; then  echo $ac_n "(cached) $ac_c" 1>&6else  if test "$cross_compiling" = yes; then    { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }else  cat > conftest.$ac_ext <<EOF#line 1559 "configure"#include "confdefs.h"#include <stdio.h>/* If setvbuf has the reversed format, exit 0. */main () {  /* This call has the arguments reversed.     A reversed system may check and see that the address of main     is not _IOLBF, _IONBF, or _IOFBF, and return nonzero.  */  if (setvbuf(stdout, _IOLBF, (char *) main, BUFSIZ) != 0)    exit(1);  putc('\r', stdout);  exit(0);			/* Non-reversed systems segv here.  */}EOFif { (eval echo configure:1573: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/nullthen  ac_cv_func_setvbuf_reversed=yeselse  echo "configure: failed program was:" >&5  cat conftest.$ac_ext >&5  rm -fr conftest*  ac_cv_func_setvbuf_reversed=nofirm -fr conftest*firm -f core core.* *.corefiecho "$ac_t""$ac_cv_func_setvbuf_reversed" 1>&6if test $ac_cv_func_setvbuf_reversed = yes; then  cat >> confdefs.h <<\EOF#define SETVBUF_REVERSED 1EOFfifor ac_hdr in unistd.hdoac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6echo "configure:1600: 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 1605 "configure"#include "confdefs.h"#include <$ac_hdr>EOFac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"{ (eval echo configure:1610: \"$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_func in getpagesizedoecho $ac_n "checking for $ac_func""... $ac_c" 1>&6echo "configure:1639: checking for $ac_func" >&5if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then  echo $ac_n "(cached) $ac_c" 1>&6else  cat > conftest.$ac_ext <<EOF#line 1644 "configure"#include "confdefs.h"/* System header to define __stub macros and hopefully few prototypes,    which can conflict with char $ac_func(); 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 $ac_func();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_$ac_func) || defined (__stub___$ac_func)choke me#else$ac_func();#endif; return 0; }EOFif { (eval echo configure:1667: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then  rm -rf conftest*  eval "ac_cv_func_$ac_func=yes"else  echo "configure: failed program was:" >&5  cat conftest.$ac_ext >&5  rm -rf conftest*  eval "ac_cv_func_$ac_func=no"firm -f conftest*fiif eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then  echo "$ac_t""yes" 1>&6    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`  cat >> confdefs.h <<EOF#define $ac_tr_func 1EOF else  echo "$ac_t""no" 1>&6fidoneecho $ac_n "checking for working mmap""... $ac_c" 1>&6echo "configure:1692: checking for working mmap" >&5if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then  echo $ac_n "(cached) $ac_c" 1>&6else  if test "$cross_compiling" = yes; then  ac_cv_func_mmap_fixed_mapped=noelse  cat > conftest.$ac_ext <<EOF#line 1700 "configure"#include "confdefs.h"/* Thanks to Mike Haertel and Jim Avera for this test.   Here is a matrix of mmap possibilities:	mmap private not fixed	mmap private fixed at somewhere currently unmapped	mmap private fixed at somewhere already mapped	mmap shared not fixed	mmap shared fixed at somewhere currently unmapped	mmap shared fixed at somewhere already mapped   For private mappings, we should verify that changes cannot be read()   back from the file, nor mmap's back from the file at a different   address.  (There have been systems where private was not correctly   implemented like the infamous i386 svr4.0, and systems where the   VM page cache was not coherent with the filesystem buffer cache   like early versions of FreeBSD and possibly contemporary NetBSD.)   For shared mappings, we should conversely verify that changes get   propogated back to all the places they're supposed to be.   Grep wants private fixed already mapped.   The main things grep needs to know about mmap are:   * does it exist and is it safe to write into the mmap'd area   * how to use it (BSD variants)  */#include <sys/types.h>#include <fcntl.h>#include <sys/mman.h>/* This mess was copied from the GNU getpagesize.h.  */#ifndef HAVE_GETPAGESIZE# ifdef HAVE_UNISTD_H#  include <unistd.h># endif/* Assume that all systems that can run configure have sys/param.h.  */# ifndef HAVE_SYS_PARAM_H#  define HAVE_SYS_PARAM_H 1# endif# ifdef _SC_PAGESIZE#  define getpagesize() sysconf(_SC_PAGESIZE)# else /* no _SC_PAGESIZE */#  ifdef HAVE_SYS_PARAM_H#   include <sys/param.h>#   ifdef EXEC_PAGESIZE#    define getpagesize() EXEC_PAGESIZE#   else /* no EXEC_PAGESIZE */#    ifdef NBPG#     define getpagesize() NBPG * CLSIZE#     ifndef CLSIZE#      define CLSIZE 1#     endif /* no CLSIZE */#    else /* no NBPG */#     ifdef NBPC#      define getpagesize() NBPC#     else /* no NBPC */#      ifdef PAGESIZE#       define getpagesize() PAGESIZE#      endif /* PAGESIZE */#     endif /* no NBPC */#    endif /* no NBPG */#   endif /* no EXEC_PAGESIZE */#  else /* no HAVE_SYS_PARAM_H */#   define getpagesize() 8192	/* punt totally */#  endif /* no HAVE_SYS_PARAM_H */# endif /* no _SC_PAGESIZE */#endif /* no HAVE_GETPAGESIZE */#ifdef __cplusplusextern "C" { void *malloc(unsigned); }#elsechar *malloc();#endifintmain(){	char *data, *data2, *data3;	int i, pagesize;	int fd;	pagesize = getpagesize();	/*	 * First, make a file with some known garbage in it.	 */	data = malloc(pagesize);	if (!data)		exit(1);	for (i = 0; i < pagesize; ++i)		*(data + i) = rand();	umask(0);	fd = creat("conftestmmap", 0600);	if (fd < 0)		exit(1);	if (write(fd, data, pagesize) != pagesize)		exit(1);	close(fd);	/*	 * Next, try to mmap the file at a fixed address which	 * already has something else allocated at it.  If we can,	 * also make sure that we see the same garbage.	 */	fd = open("conftestmmap", O_RDWR);	if (fd < 0)		exit(1);	data2 = malloc(2 * pagesize);	if (!data2)		exit(1);	data2 += (pagesize - ((int) data2 & (pagesize - 1))) & (pagesize - 1);	if (data2 != mmap(data2, pagesize, PROT_READ | PROT_WRITE,	    MAP_PRIVATE | MAP_FIXED, fd, 0L))		exit(1);	for (i = 0; i < pagesize; ++i)		if (*(data + i) != *(data2 + i))			exit(1);	/*	 * Finally, make sure that changes to the mapped area	 * do not percolate back to the file as seen by read().	 * (This is a bug on some variants of i386 svr4.0.)	 */	for (i = 0; i < pagesize; ++i)		*(data2 + i) = *(data2 + i) + 1;	data3 = malloc(pagesize);	if (!data3)		exit(1);	if (read(fd, data3, pagesize) != pagesize)		exit(1);	for (i = 0; i < pagesize; ++i)		if (*(data + i) != *(data3 + i))			exit(1);	close(fd);	unlink("conftestmmap");	exit(0);}

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
五月天激情综合| 亚洲精选视频免费看| 欧美日韩成人一区二区| 色琪琪一区二区三区亚洲区| av中文一区二区三区| 国产91对白在线观看九色| 成人激情小说乱人伦| 国产东北露脸精品视频| 国产91精品精华液一区二区三区| 国产精品亚洲视频| av高清不卡在线| 欧美亚洲动漫精品| 4hu四虎永久在线影院成人| 精品久久人人做人人爰| 久久久99久久| 亚洲欧洲99久久| 亚洲一区二区欧美日韩| 蜜臀国产一区二区三区在线播放| 久久精品国产精品青草| 成人一区二区视频| 91视频在线观看免费| 欧美日韩不卡在线| 久久久.com| 艳妇臀荡乳欲伦亚洲一区| 奇米一区二区三区av| 福利91精品一区二区三区| 91麻豆国产香蕉久久精品| 欧美日韩一区二区三区在线看 | 狠狠色丁香婷婷综合| 国产高清久久久| 欧美日韩免费视频| 亚洲精品一区二区三区影院| 自拍偷拍亚洲综合| 精品一区二区三区在线观看国产 | 欧美三级蜜桃2在线观看| 欧美一级日韩一级| 日韩美女啊v在线免费观看| 日本在线不卡视频| 色综合久久久久网| 久久综合色之久久综合| 亚洲国产精品天堂| 成人av在线资源网| 日韩免费观看高清完整版| 亚洲日本青草视频在线怡红院| 美女爽到高潮91| 欧洲在线/亚洲| 中文字幕亚洲在| 久草精品在线观看| 欧美日韩高清一区二区三区| 久久久久久久久久久99999| 天涯成人国产亚洲精品一区av| 国产成人免费视| 精品国产免费人成电影在线观看四季| 亚洲欧美日韩中文播放| 国产乱对白刺激视频不卡| 日韩视频一区二区| 午夜一区二区三区在线观看| 99精品国产热久久91蜜凸| 久久久亚洲精品一区二区三区| 无吗不卡中文字幕| 在线观看免费成人| 亚洲欧美日韩国产综合| 成人理论电影网| 国产欧美一区二区在线观看| 精品午夜久久福利影院| 日韩欧美国产精品一区| 奇米色777欧美一区二区| 精品1区2区3区| 午夜精品久久久久久久久| 91成人免费电影| 亚洲国产一二三| 欧美日韩三级一区| 日韩av一级电影| 91精品国产乱| 久久精品国产澳门| 精品国产伦一区二区三区观看体验 | 国产精品18久久久久久久网站| 欧美电影免费观看高清完整版 | 亚洲视频一二三| 成人av电影在线网| 亚洲欧洲在线观看av| 91女人视频在线观看| 亚洲丝袜美腿综合| 欧美综合久久久| 热久久国产精品| 精品美女一区二区三区| 久久精品国产99久久6| 久久免费午夜影院| 成人av影视在线观看| 国产精品久久久久毛片软件| 99久久99久久精品国产片果冻| 亚洲精品一二三区| 欧美一区二区三区视频在线| 精品影视av免费| 国产精品成人午夜| 欧美探花视频资源| 国内精品在线播放| 中文字幕一区二区在线观看| 欧美丝袜丝nylons| 激情综合网av| 亚洲欧美aⅴ...| 884aa四虎影成人精品一区| 国内一区二区在线| 亚洲欧美日韩国产手机在线| 91精品在线麻豆| 国产不卡高清在线观看视频| 亚洲综合在线五月| 欧美大胆一级视频| 色综合久久88色综合天天6| 日日夜夜精品视频天天综合网| 精品国产乱码久久久久久蜜臀| 成人的网站免费观看| 日韩精品欧美精品| 中文字幕在线观看不卡| 欧美丰满美乳xxx高潮www| 不卡视频免费播放| 日本免费新一区视频| 国产精品久久久久久久久图文区| 精品视频在线看| 高清shemale亚洲人妖| 五月婷婷久久综合| 亚洲人成影院在线观看| 精品处破学生在线二十三| 91碰在线视频| 成人精品鲁一区一区二区| 青椒成人免费视频| 亚洲国产综合色| 亚洲色图.com| 国产拍欧美日韩视频二区| 欧美一区二区三区在线观看视频| 99久久精品情趣| 精油按摩中文字幕久久| 日韩中文字幕不卡| 亚洲综合清纯丝袜自拍| 国产精品卡一卡二卡三| 国产亚洲1区2区3区| 欧美一区二区三区视频在线| 欧美无乱码久久久免费午夜一区| 99精品久久只有精品| 成人丝袜18视频在线观看| 美女性感视频久久| 免费精品视频在线| 免费在线欧美视频| 男女男精品网站| 日本免费新一区视频| 丝袜诱惑亚洲看片| 日韩国产在线观看| 日韩国产一区二| 秋霞电影网一区二区| 免费观看30秒视频久久| 日一区二区三区| 毛片一区二区三区| 狠狠色丁香婷综合久久| 激情文学综合插| 激情图区综合网| 成人一区二区视频| 99久久99精品久久久久久| 91老师国产黑色丝袜在线| 91啦中文在线观看| 欧美性猛交xxxxxxxx| 91精品国产欧美一区二区成人| 日韩三级在线观看| 精品少妇一区二区| 欧美激情综合五月色丁香小说| 国产欧美精品一区二区三区四区| 中文成人综合网| 玉米视频成人免费看| 亚洲国产精品久久艾草纯爱| 日韩成人免费看| 久久www免费人成看片高清| 国产麻豆精品95视频| www.欧美精品一二区| 欧美伊人久久久久久久久影院 | 免费看日韩精品| 韩国视频一区二区| 成人高清视频免费观看| 91影院在线观看| 欧美一级日韩不卡播放免费| 久久久不卡影院| 亚洲九九爱视频| 免费成人av资源网| 成人性生交大片免费| 欧美日韩在线亚洲一区蜜芽| 日韩精品中文字幕在线不卡尤物| 欧美高清在线一区二区| 亚洲成人你懂的| 丰满岳乱妇一区二区三区| 欧美色电影在线| 国产亚洲欧美激情| 亚洲午夜av在线| 国产不卡视频在线播放| 欧美日韩国产影片| 国产欧美日韩三级| 美腿丝袜亚洲综合| av成人老司机| 亚洲精品一区二区三区在线观看| 亚洲女厕所小便bbb| 国精产品一区一区三区mba视频| 色综合欧美在线视频区| 欧美成人免费网站|