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

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

?? configwin.h

?? 打魔獸戰網的都知道他是什么
?? H
字號:
/* ../include/config.h.win32  Generated by hand from ../include/config.h.in.  *//* ../include/config.h.in.  Generated automatically from configure.in by autoheader.  */#ifdef __BORLANDC__# define __FUNCTION__ __FUNC__#endif/* Define if on AIX 3.   System headers sometimes define this.   We just want to avoid a redefinition error message.  */#ifndef _ALL_SOURCE/* #undef _ALL_SOURCE */#endif/* Define if the closedir function returns void instead of int.  *//* #undef CLOSEDIR_VOID *//* Define to empty if the keyword does not work.  *//* #undef const *//* Define if you don't have vprintf but do have _doprnt.  *//* #undef HAVE_DOPRNT *//* Define if you have the strftime function.  */#define HAVE_STRFTIME 1/* Define if you have the vprintf function.  */#define HAVE_VPRINTF 1/* Define if you have the _vsnprintf function.  */#define HAVE__VSNPRINTF 1/* Define if you have the _snprintf function.  */#define HAVE__SNPRINTF 1/* Define if on MINIX.  *//* #undef _MINIX *//* Define to `long' if <sys/types.h> doesn't define.  *//* #undef off_t *//* Define to `int' if <sys/types.h> doesn't define.  *//* #undef pid_t *//* Define if the system does not provide POSIX.1 features except   with this defined.  *//* #undef _POSIX_1_SOURCE *//* Define if you need to in order for stat and other things to work.  *//* #undef _POSIX_SOURCE *//* Define as the return type of signal handlers (int or void).  */#define RETSIGTYPE void/* Define if the `setpgrp' function takes no argument.  *//* #undef SETPGRP_VOID *//* Define to `unsigned' if <sys/types.h> doesn't define.  *//* #undef size_t *//* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  *//* #undef STAT_MACROS_BROKEN *//* Define if you have the ANSI C header files.  */#define STDC_HEADERS 1/* Define if you can safely include both <sys/time.h> and <time.h>.  *//* #undef TIME_WITH_SYS_TIME */ /* MinGW can safely include both headers, but conflicts with compat/gettimeofday.h *//* Define if your <sys/time.h> declares struct tm.  *//* #undef TM_IN_SYS_TIME *//* The number of bytes in a unsigned char.  */#define SIZEOF_UNSIGNED_CHAR 1/* The number of bytes in a signed char.  */#define SIZEOF_SIGNED_CHAR 1/* The number of bytes in a unsigned int.  */#define SIZEOF_UNSIGNED_INT 4/* The number of bytes in a signed int.  */#define SIZEOF_SIGNED_INT 4/* The number of bytes in a unsigned long.  */#define SIZEOF_UNSIGNED_LONG 4/* The number of bytes in a signed long.  */#define SIZEOF_SIGNED_LONG 4/* The number of bytes in a unsigned long long.  *//* Borland doesn't do ull, but VC++ and MinGW do */#ifdef __BORLANDC__# define SIZEOF_UNSIGNED_LONG_LONG 0#else# define SIZEOF_UNSIGNED_LONG_LONG 8#endif/* The number of bytes in a signed long long.  *//* Borland doesn't do ll, but VC++ and MinGW do */#ifdef __BORLANDC__# define SIZEOF_SIGNED_LONG_LONG 0#else# define SIZEOF_SIGNED_LONG_LONG 8#endif/* The number of bytes in a unsigned short.  */#define SIZEOF_UNSIGNED_SHORT 2/* The number of bytes in a signed short.  */#define SIZEOF_SIGNED_SHORT 2/* Define if you have the _mkdir function.  */#define HAVE__MKDIR 1/* Define if you have the bcopy function.  *//* #undef HAVE_BCOPY *//* Define if you have the chdir function.  */#ifdef __MINGW32__# define HAVE_CHDIR 1#endif/* Define if you have the difftime function.  */#define HAVE_DIFFTIME 1/* Define if you have the fork function.  *//* #undef HAVE_FORK *//* Define if you have the ftime function.  */#define HAVE_FTIME 1/* Define if you have the getenv function.  */#define HAVE_GETENV 1/* Define if you have the getgid function.  *//* #undef HAVE_GETGID *//* Define if you have the getgrnam function.  *//* #undef HAVE_GETGRNAM *//* Define if you have the gethostbyname function.  */#define HAVE_GETHOSTBYNAME 1/* Define if you have the gethostname function.  */#define HAVE_GETHOSTNAME 1/* Define if you have the getlogin function.  *//* #undef HAVE_GETLOGIN *//* Define if you have the getopt function. */#ifdef __MINGW32__# define HAVE_GETOPT 1#endif/* Define if you have the getpid function.  */#ifdef __MINGW32__# define HAVE_GETPID 1#endif/* Define if you have the getpwnam function.  *//* #undef HAVE_GETPWNAM *//* Define if you have the getrlimit function. *//* #undef HAVE_GETRLIMIT *//* Define if you have the getservbyname function.  */#define HAVE_GETSERVBYNAME 1/* Define if you have the gettimeofday function.  *//* #undef HAVE_GETTIMEOFDAY *//* Define if you have the getuid function.  *//* #undef HAVE_GETUID *//* Define if you have the index function.  *//* #undef HAVE_INDEX *//* Define if you have the inet_aton function.  *//* #undef HAVE_INET_ATON *//* Define if you have the inet_ntoa function.  */#define HAVE_INET_NTOA 1/* Define if you have the <inttypes.h> header file. */#ifdef __MINGW32__# define HAVE_INTTYPES_H 1#endif/* Define if you have the ioctl function.  *//* #undef HAVE_IOCTL *//* Define if you have the kqueue function. *//* #undef HAVE_KQUEUE *//* Define if you have the memcpy function.  */#define HAVE_MEMCPY 1/* Define if you have the memmove function.  */#define HAVE_MEMMOVE 1/* Define if you have the memset function.  */#define HAVE_MEMSET 1/* Define if you have the mkdir function.  */#define HAVE_MKDIR 1/* Define if you have the mktime function.  */#define HAVE_MKTIME 1/* Define if you have the pipe function.  *//* #undef HAVE_PIPE *//* Define if you have the poll function.  *//* #undef HAVE_POLL *//* Define if you have the pow function.  */#define HAVE_POW 1/* Define if you have the recv function.  */#define HAVE_RECV 1/* Define if you have the recvfrom function.  */#define HAVE_RECVFROM 1/* Define if you have the rindex function.  *//* #undef HAVE_RINDEX *//* Define if you have the select function.  */#define HAVE_SELECT 1/* Define if you have the send function.  */#define HAVE_SEND 1/* Define if you have the sendto function.  */#define HAVE_SENDTO 1/* Define if you have the setgid function.  *//* #undef HAVE_SETGID *//* Define if you have the setpgid function.  *//* #undef HAVE_SETPGID *//* Define if you have the setpgrp function.  *//* #undef HAVE_SETPGRP *//* Define if you have the setsid function.  *//* #undef HAVE_SETSID *//* Define if you have the setuid function.  *//* #undef HAVE_SETUID *//* Define if you have the sigaction function.  *//* #undef HAVE_SIGACTION *//* Define if you have the sigaddset function.  *//* #undef HAVE_SIGADDSET *//* Define if you have the sigprocmask function.  *//* #undef HAVE_SIGPROCMASK *//* Define if you have the socket function.  */#define HAVE_SOCKET 1/* Define if you have the strcasecmp function.  */#ifdef __MINGW32__#define HAVE_STRCASECMP 1#endif/* Define if you have the strchr function.  */#define HAVE_STRCHR 1/* Define if you have the strsep function.  *//* #undef HAVE_STRSEP *//* Define if you have the strdup function.  */#define HAVE_STRDUP 1/* Define if you have the strerror function.  */#define HAVE_STRERROR 1/* Define if you have the stricmp function.  */#define HAVE_STRICMP 1/* Define if you have the strncasecmp function.  */#ifdef __MINGW32__# define HAVE_STRNCASECMP 1#endif/* Define if you have the strnicmp function.  */#define HAVE_STRNICMP 1/* Define if you have the strrchr function.  */#define HAVE_STRRCHR 1/* Define if you have the strtoul function.  */#define HAVE_STRTOUL 1/* Define if you have the uname function.  *//* #undef HAVE_UNAME *//* Define if you have the wait function.  *//* #undef HAVE_WAIT *//* Define if you have the waitpid function.  *//* #undef HAVE_WAITPID *//* Define if you have the <arpa/inet.h> header file.  *//* #undef HAVE_ARPA_INET_H *//* Define if you have the <dir.h> header file.  */#if defined(__BORLANDC__) || defined(__MINGW32__)# define HAVE_DIR_H 1#endif/* Define if you have the <direct.h> header file.  */#ifndef __BORLAMDC__# define HAVE_DIRECT_H 1#endif/* Define if you have the <dirent.h> header file.  *//* #undef HAVE_DIRENT_H */#ifdef __MINGW32__# define HAVE_DIRENT_H 1#endif/* Define if you have the epoll_create function. *//* #undef HAVE_EPOLL_CREATE *//* Define if you have the <fcntl.h> header file.  */#define HAVE_FCNTL_H 1/* Define if you have the <grp.h> header file.  *//* #undef HAVE_GRP_H *//* Define if you have the <limits.h> header file.  */#define HAVE_LIMITS_H 1/* Define if you have the <malloc.h> header file.  */#define HAVE_MALLOC_H 1/* Define if you have the <memory.h> header file.  */#ifdef __MINGW32__# define HAVE_MEMORY_H 1#endif/* Define if you have a working mmap system call. *//* #undef HAVE_MMAP *//* Define if you have the <ndir.h> header file.  *//* #undef HAVE_NDIR_H *//* Define if you have the <netdb.h> header file.  *//* #undef HAVE_NETDB_H *//* Define if you have the <netinet/in.h> header file.  *//* #undef HAVE_NETINET_IN_H *//* Define if you have the <poll.h> header file.  *//* #undef HAVE_POLL_H *//* Define if you have the <pwd.h> header file.  *//* #undef HAVE_PWD_H *//* Define if you have the setitimer function. *//* #undef HAVE_SETITIMER *//* Define if you have the snprintf function. */#ifdef __MINGW32__#define HAVE_SNPRINTF 1#endif/* Define if you have the <stdarg.h> header file.  */#define HAVE_STDARG_H 1/* Define if you have the <stddef.h> header file.  */#define HAVE_STDDEF_H 1/* Define if you have the <stdint.h> header file.  */#ifdef __MINGW32__# define HAVE_STDINT_H 1#endif/* Define if you have the <stdlib.h> header file. */#ifdef __MINGW32__#define HAVE_STDLIB_H 1#endif/* Define if you have the <string.h> header file.  */#define HAVE_STRING_H 1/* Define if you have the <strings.h> header file.  */#ifdef __MINGW32__# define HAVE_STRINGS_H 1#endif/* Define if you have the <stropts.h> header file.  *//* #undef HAVE_STROPTS_H *//* Define if you have the strrchr function */#ifdef __MINGW32__#define HAVE_STRRCHR 1#endif/* Define if you have the <sys/dir.h> header file.  *//* #undef HAVE_SYS_DIR_H *//* Define if you have the <sys/epoll.h> header file. *//* #undef HAVE_SYS_EPOLL_H *//* Define if you have the <sys/event.h> header file. *//* #undef HAVE_SYS_EVENT_H *//* Define if you have the <sys/file.h> header file.  */#ifdef __MINGW32__# define HAVE_SYS_FILE_H 1#endif/* Define if you have the <sys/ioctl.h> header file.  *//* #undef HAVE_SYS_IOCTL_H *//* Define if you have the <sys/mman.h> header file. *//* #undef HAVE_SYS_MMAN_H *//* Define if you have the <sys/ndir.h> header file.  *//* #undef HAVE_SYS_NDIR_H *//* Define if you have the <sys/param.h> header file.  */#ifdef __MINGW32__# define HAVE_SYS_PARAM_H 1#endif/* Define if you have the <sys/poll.h> header file.  *//* #undef HAVE_SYS_POLL_H *//* Define if you have the <sys/resource.h> header file. *//* #undef HAVE_SYS_RESOURCE_H *//* Define if you have the <sys/select.h> header file.  *//* #undef HAVE_SYS_SELECT_H *//* Define if you have the <sys/socket.h> header file.  *//* #undef HAVE_SYS_SOCKET_H *//* Define if you have the <sys/stat.h> header file.  */#define HAVE_SYS_STAT_H 1/* Define if you have the <sys/stropts.h> header file.  *//* #undef HAVE_SYS_STROPTS_H *//* Define if you have the <sys/time.h> header file.  *//* #undef HAVE_SYS_TIME_H */ /* MinGW has this header, but confilcts with compat/gettimeofday.h *//* Define if you have the <sys/timeb.h> header file.  */#define HAVE_SYS_TIMEB_H 1/* Define if you have the <sys/types.h> header file.  */#define HAVE_SYS_TYPES_H 1/* Define if you have the <sys/utsname.h> header file.  *//* #undef HAVE_SYS_UTSNAME_H *//* Define if you have the <sys/wait.h> header file.  *//* #undef HAVE_SYS_WAIT_H *//* Define if you have the <termios.h> header file.  *//* #undef HAVE_TERMIOS_H *//* Define if mkdir takes only one argument. */#define MKDIR_TAKES_ONE_ARG 1/* Define if you have the <varargs.h> header file.  */#define HAVE_VARARGS_H 1/* Define if you have the <unistd.h> header file.  */#ifdef __MINGW32__# define HAVE_UNISTD_H 1#endif/* Define if you support inline */#define inline __inline/* Define if you support assertions */#define HAVE_ASSERT_H 1/* Define if you have the <time.h> header file.  */#define HAVE_TIME_H 1

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
26uuu国产电影一区二区| 欧美丝袜丝交足nylons图片| 亚洲电影一区二区| 亚洲精品国产高清久久伦理二区 | 亚洲综合丝袜美腿| 亚洲欧美一区二区三区久本道91| 国产日韩欧美精品一区| 国产校园另类小说区| 中文字幕高清一区| 国产精品久久久久久久久久久免费看| 国产午夜精品理论片a级大结局| 精品国内片67194| 精品国产乱码久久| 中文成人av在线| 亚洲激情图片一区| 日韩激情中文字幕| 国内精品免费在线观看| 国产不卡高清在线观看视频| av在线不卡电影| 欧美日韩国产区一| 26uuu国产一区二区三区| 国产精品网站在线播放| 亚洲与欧洲av电影| 美女性感视频久久| 成人黄页在线观看| 欧美日韩精品高清| 久久久亚洲午夜电影| 综合激情成人伊人| 三级欧美在线一区| 国产精品综合视频| 欧美日韩在线播放三区四区| 日韩欧美国产一区在线观看| 国产精品毛片高清在线完整版| 亚洲精品水蜜桃| 国产在线一区观看| 91美女片黄在线| 日韩一区二区三| 亚洲精品视频在线观看免费| 美国十次综合导航| 色综合一区二区三区| 欧美大胆人体bbbb| 亚洲国产日日夜夜| 成人丝袜高跟foot| 欧美大片在线观看| 亚洲一区二区三区视频在线 | 欧美成人精品福利| ...av二区三区久久精品| 日本va欧美va欧美va精品| 99热精品一区二区| 久久精品视频免费观看| 蜜臀av一区二区| 精品视频123区在线观看| 国产精品久久久久久久第一福利| 另类欧美日韩国产在线| 欧美日韩和欧美的一区二区| 国产精品你懂的在线| 国产伦精品一区二区三区视频青涩 | 欧美日韩专区在线| 日本一区二区久久| 国模一区二区三区白浆| 在线不卡中文字幕| 午夜日韩在线观看| 在线看国产一区二区| 中文字幕亚洲欧美在线不卡| 国产尤物一区二区| 日韩三级在线观看| 日本午夜一本久久久综合| 欧美日韩黄色影视| 天堂影院一区二区| 欧美电影影音先锋| 日本aⅴ精品一区二区三区| 欧美三级一区二区| 亚洲韩国精品一区| 欧美精品日韩综合在线| 亚洲大片在线观看| 欧美日韩国产片| 日本强好片久久久久久aaa| 69精品人人人人| 日韩电影一区二区三区四区| 欧美高清激情brazzers| 亚洲mv在线观看| 制服.丝袜.亚洲.中文.综合| 蜜芽一区二区三区| 久久婷婷一区二区三区| 高清shemale亚洲人妖| 中文字幕一区二区三区在线不卡 | 亚洲欧美一区二区三区孕妇| 色呦呦一区二区三区| 亚洲一卡二卡三卡四卡| 在线播放中文一区| 韩国中文字幕2020精品| 久久久久久一级片| 色综合中文字幕| 日本美女一区二区三区| 精品国产欧美一区二区| 国产69精品一区二区亚洲孕妇 | 91色视频在线| 亚洲国产精品久久久久婷婷884 | 亚洲欧洲国产日韩| 欧美日韩高清一区二区不卡| 日本不卡一区二区三区高清视频| 日韩精品影音先锋| 成人av在线一区二区| 亚洲综合久久久久| 久久久国产一区二区三区四区小说 | 欧美一级高清片在线观看| 国产在线一区观看| 一区二区三区欧美亚洲| 日韩欧美高清一区| 91视频.com| 另类欧美日韩国产在线| 亚洲精品国产高清久久伦理二区 | 久久国产精品色婷婷| 中文字幕一区三区| 日韩一区二区在线看| 91免费版在线| 国产一区二区三区精品视频| 综合av第一页| 国产午夜精品在线观看| 欧美在线视频全部完| 国产激情视频一区二区三区欧美 | 91精品国产91久久久久久一区二区| 国产麻豆视频一区| 亚洲国产视频一区二区| 国产精品高清亚洲| 精品国产一区二区三区不卡| 欧美色图第一页| 成人av在线网站| 韩国欧美国产一区| 日韩中文字幕1| 亚洲精品美腿丝袜| 国产嫩草影院久久久久| 日韩一区二区不卡| 9191成人精品久久| 色哟哟在线观看一区二区三区| 极品美女销魂一区二区三区免费| 一区二区三区在线视频观看58| 久久精品在线观看| 2023国产精华国产精品| 91精品国产麻豆| 欧美日韩成人综合天天影院| 色综合天天综合网天天狠天天| 国产成人精品网址| 国产精品996| 国产精品18久久久| 国产福利视频一区二区三区| 国产乱子伦一区二区三区国色天香| 午夜成人免费视频| 香蕉影视欧美成人| 亚洲不卡在线观看| 丝袜亚洲另类欧美| 日韩精品一卡二卡三卡四卡无卡| 亚洲最大成人网4388xx| 一区二区理论电影在线观看| 亚洲精品视频在线| 一区二区在线观看免费| 亚洲三级视频在线观看| 亚洲蜜桃精久久久久久久| 亚洲日本电影在线| 亚洲精品成a人| 午夜激情综合网| 久久国产乱子精品免费女| 国产精品99久久久久久久女警| 国产成人综合亚洲91猫咪| www.99精品| 在线观看亚洲a| 欧美一卡二卡在线观看| 日韩精品在线网站| 日本一区二区三区国色天香 | 精品久久久久久最新网址| 精品成人在线观看| 日本一区二区不卡视频| 亚洲精品高清视频在线观看| 调教+趴+乳夹+国产+精品| 久久99热99| 99久久伊人精品| 9191精品国产综合久久久久久 | jizz一区二区| 欧美最新大片在线看| 日韩视频在线永久播放| 国产欧美精品一区二区色综合朱莉| 成人免费视频在线观看| 青娱乐精品视频| 不卡一区二区三区四区| 欧美亚洲另类激情小说| 久久亚洲精华国产精华液| 亚洲日本va在线观看| 久久99精品久久只有精品| 成年人国产精品| 欧美tk丨vk视频| 亚洲男人的天堂网| 久久精品国产免费看久久精品| 国产精品白丝av| 欧美一区二区三区四区视频 | 一本一本大道香蕉久在线精品 | 成人黄页毛片网站| 欧美一级片在线| 国产精品传媒在线| 美女一区二区三区| 欧美色综合网站|