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

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

?? config-os2.h

?? 著名的入侵檢測系統snort的最新版本的源碼
?? H
?? 第 1 頁 / 共 2 頁
字號:
/* Copyright (C) 2000 MySQL AB & Yuri Dario   All the above parties has a full, independent copyright to   the following code, including the right to use the code in   any manner without any demands from the other parties.   This library is free software; you can redistribute it and/or   modify it under the terms of the GNU Library General Public   License as published by the Free Software Foundation; either   version 2 of the License, or (at your option) any later version.   This library is distributed in the hope that it will be useful,   but WITHOUT ANY WARRANTY; without even the implied warranty of   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU   Library General Public License for more details.   You should have received a copy of the GNU Library General Public   License along with this library; if not, write to the Free   Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,   MA 02111-1307, USA *//* Defines for OS2 to make it compatible for MySQL */#ifndef __CONFIG_OS2_H__#define __CONFIG_OS2_H__#include <os2.h>#include <math.h>#include <io.h>#include <types.h>/* Define to name of system eg solaris*/#define SYSTEM_TYPE "IBM OS/2 Warp"/* Define to machine type name eg sun10 */#define MACHINE_TYPE "i686"/* Name of package */#define PACKAGE "mysql"/* Version number of package */#define VERSION MYSQL_SERVER_VERSION/* Default socket */#define MYSQL_UNIX_ADDR "\\socket\\MySQL"#define FN_LIBCHAR		 '\\'#define FN_ROOTDIR		 "\\"#define MY_NFILE		1024  /* This is only used to save filenames */#define HAVE_ACCESS#define DEFAULT_MYSQL_HOME	"c:\\mysql"#define DEFAULT_BASEDIR		"C:\\"#define SHAREDIR		"share"#define DEFAULT_CHARSET_HOME	"C:/mysql/"#define _POSIX_PATH_MAX		255#define DWORD			ULONG#define O_SHARE		0x1000		/* Open file in sharing mode */#define FILE_BINARY	O_BINARY	/* my_fopen in binary mode */#define S_IROTH		S_IREAD		/* for my_lib */#define CANT_DELETE_OPEN_FILES		/* saves open files in a list, for delayed delete */#define O_NONBLOCK	0x10#define NO_OPEN_3			/* For my_create() */#define SIGQUIT		SIGTERM		/* No SIGQUIT */#define SIGALRM		14		/* Alarm */#define NO_FCNTL_NONBLOCK#define EFBIG			   E2BIG/*#define ENFILE		  EMFILE    *//*#define ENAMETOOLONG		(EOS2ERR+2) *//*#define ETIMEDOUT		  145       *//*#define EPIPE			  146       */#define EROFS			147#define sleep(A)	DosSleep((A)*1000)#define closesocket(A)	soclose(A)#define F_OK		0#define W_OK		2#define bzero(x,y)	memset((x),'\0',(y))#define bcopy(x,y,z)	memcpy((y),(x),(z))#define bcmp(x,y,z)	memcmp((y),(x),(z))#define F_RDLCK		4	    /* Read lock.  */#define F_WRLCK		2	    /* Write lock.  */#define F_UNLCK		0	    /* Remove lock.  */#define S_IFMT		0x17000	    /* Mask for file type */#define F_TO_EOF	0L	    /* Param to lockf() to lock rest of file */#define HUGE_PTR#ifdef __cplusplusextern "C"#endifdouble _cdecl rint( double nr);DWORD	 TlsAlloc( void);BOOL	 TlsFree( DWORD);PVOID	 TlsGetValue( DWORD);BOOL	 TlsSetValue( DWORD, PVOID);/* support for > 2GB file size */#define SIZEOF_OFF_T	8#define lseek(A,B,C)	_lseek64( A, B, C)#define tell(A)		_lseek64( A, 0, SEEK_CUR)void* dlopen( char* path, int flag);char* dlerror( void);void* dlsym( void* hmod, char* fn);void  dlclose( void* hmod);/* Some typedefs */typedef unsigned long long os_off_t;/* config.h.  Generated automatically by configure.  *//* config.h.in.  Generated automatically from configure.in by autoheader.  *//* Define if using alloca.c.  *//* #undef C_ALLOCA *//* Define to empty if the keyword does not work.  *//* #undef const *//* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.   This function is required for alloca.c support on those systems.  *//* #undef CRAY_STACKSEG_END *//* Define if you have alloca, as a function or macro.  */#define HAVE_ALLOCA 1/* Define if you have <alloca.h> and it should be used (not on Ultrix).  *//* #define HAVE_ALLOCA_H 1 *//* Define if you don't have vprintf but do have _doprnt.  *//* #undef HAVE_DOPRNT *//* Define if you have a working `mmap' system call.  *//* #undef HAVE_MMAP *//* Define if system calls automatically restart after interruption   by a signal.  *//* #undef HAVE_RESTARTABLE_SYSCALLS *//* Define if your struct stat has st_rdev.  */#define HAVE_ST_RDEV 1/* Define if you have <sys/wait.h> that is POSIX.1 compatible.	*//* #define HAVE_SYS_WAIT_H 1 *//* Define if you don't have tm_zone but do have the external array   tzname.  */#define HAVE_TZNAME 1/* Define if utime(file, NULL) sets file's timestamp to the present.  */#define HAVE_UTIME_NULL 1/* Define if you have the vprintf function.  */#define HAVE_VPRINTF 1/* Define as __inline if that's what the C compiler calls it.  *//* #undef inline *//* Define to `long' if <sys/types.h> doesn't define.  *//* #undef off_t *//* Define as the return type of signal handlers (int or void).	*/#define RETSIGTYPE void/* Define to `unsigned' if <sys/types.h> doesn't define.  *//* #undef size_t *//* If using the C implementation of alloca, define if you know the   direction of stack growth for your system; otherwise it will be   automatically deduced at run-time. STACK_DIRECTION > 0 => grows toward higher addresses STACK_DIRECTION < 0 => grows toward lower addresses STACK_DIRECTION = 0 => direction of growth unknown */#define STACK_DIRECTION -1/* 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>.  */#define TIME_WITH_SYS_TIME 1/* Define if your <sys/time.h> declares struct tm.  *//* #undef TM_IN_SYS_TIME *//* Define if your processor stores words with the most significant   byte first (like Motorola and SPARC, unlike Intel and VAX).	*//* #undef WORDS_BIGENDIAN *//* Version of .frm files */#define DOT_FRM_VERSION 6/* READLINE: */#define FIONREAD_IN_SYS_IOCTL 1/* READLINE: Define if your system defines TIOCGWINSZ in sys/ioctl.h.  *//* #undef GWINSZ_IN_SYS_IOCTL *//* Do we have FIONREAD */#define FIONREAD_IN_SYS_IOCTL 1/* atomic_add() from <asm/atomic.h> (Linux only) *//* #undef HAVE_ATOMIC_ADD *//* atomic_sub() from <asm/atomic.h> (Linux only) *//* #undef HAVE_ATOMIC_SUB *//* bool is not defined by all C++ compilators */#define HAVE_BOOL 1/* Have berkeley db installed *//* #define HAVE_BERKELEY_DB 1 *//* DSB style signals ? *//* #undef HAVE_BSD_SIGNALS *//* Can netinet be included *//* #undef HAVE_BROKEN_NETINET_INCLUDES *//* READLINE: *//* #undef HAVE_BSD_SIGNALS *//* ZLIB and compress: */#define HAVE_COMPRESS 1/* Define if we are using OSF1 DEC threads *//* #undef HAVE_DEC_THREADS *//* Define if we are using OSF1 DEC threads on 3.2 *//* #undef HAVE_DEC_3_2_THREADS *//* fp_except from ieeefp.h *//* #undef HAVE_FP_EXCEPT *//* READLINE: *//* #undef HAVE_GETPW_DECLS *//* Solaris define gethostbyname_r with 5 arguments. glibc2 defines   this with 6 arguments *//* #undef HAVE_GETHOSTBYNAME_R_GLIBC2_STYLE *//* In OSF 4.0f the 3'd argument to gethostname_r is hostent_data * *//* #undef HAVE_GETHOSTBYNAME_R_RETURN_INT *//* Define if int8, int16 and int32 types exist *//* #undef HAVE_INT_8_16_32 *//* Define if have -lwrap *//* #undef HAVE_LIBWRAP *//* Define if we are using Xavier Leroy's LinuxThreads *//* #undef HAVE_LINUXTHREADS *//* Do we use user level threads *//* #undef HAVE_mit_thread *//* For some non posix threads *//* #undef HAVE_NONPOSIX_PTHREAD_GETSPECIFIC *//* For some non posix threads *//* #undef HAVE_NONPOSIX_PTHREAD_MUTEX_INIT *//* READLINE: */#define HAVE_POSIX_SIGNALS 0/* sigwait with one argument *//* #undef HAVE_NONPOSIX_SIGWAIT *//* pthread_attr_setscope */#define HAVE_PTHREAD_ATTR_SETSCOPE 1/* POSIX readdir_r *//* #undef HAVE_READDIR_R *//* POSIX sigwait *//* #undef HAVE_SIGWAIT *//* crypt */#define HAVE_CRYPT 1/* Solaris define gethostbyaddr_r with 7 arguments. glibc2 defines   this with 8 arguments *//* #undef HAVE_SOLARIS_STYLE_GETHOST *//* Timespec has a ts_sec instead of tv_sev  */#define HAVE_TIMESPEC_TS_SEC 1/* Have the tzname variable */#define HAVE_TZNAME 1/* Define if the system files define uchar *//* #undef HAVE_UCHAR *//* Define if the system files define uint *//* #undef HAVE_UINT *//* Define if the system files define ulong *//* #undef HAVE_ULONG *//* UNIXWARE7 threads are not posix *//* #undef HAVE_UNIXWARE7_THREADS *//* new UNIXWARE7 threads that are not yet posix *//* #undef HAVE_UNIXWARE7_POSIX *//* READLINE: *//* #undef HAVE_USG_SIGHOLD *//* Define if want -lwrap *//* #undef LIBWRAP *//* mysql client protocoll version */#define PROTOCOL_VERSION 10/* Define if qsort returns void */#define QSORT_TYPE_IS_VOID 1/* Define as the return type of qsort (int or void). */#define RETQSORTTYPE void/* Define as the base type of the last arg to accept */#define SOCKET_SIZE_TYPE int/* Last argument to get/setsockopt *//* #undef SOCKOPT_OPTLEN_TYPE *//* #undef SPEED_T_IN_SYS_TYPES *//* #undef SPRINTF_RETURNS_PTR */#define SPRINTF_RETURNS_INT 1/* #undef SPRINTF_RETURNS_GARBAGE *//* #undef STRUCT_DIRENT_HAS_D_FILENO */#define STRUCT_DIRENT_HAS_D_INO 1/* Define if you want to have threaded code. This may be undef on client code */#define THREAD 1/* Should be client be thread safe *//* #undef THREAD_SAFE_CLIENT *//* READLINE: *//* #undef TIOCSTAT_IN_SYS_IOCTL *//* Use multi-byte character routines *//* #undef USE_MB *//* #undef USE_MB_IDENT *//* Use MySQL RAID *//* #undef USE_RAID *//* Use strcoll() functions when comparing and sorting. *//* #undef USE_STRCOLL *//* READLINE: */#define VOID_SIGHANDLER 1/* The number of bytes in a char.  */#define SIZEOF_CHAR 1/* The number of bytes in a int.  */#define SIZEOF_INT 4/* The number of bytes in a long.  */#define SIZEOF_LONG 4/* The number of bytes in a long long.	*/#define SIZEOF_LONG_LONG 8/* Define if you have the alarm function.  */#define HAVE_ALARM 1/* Define if you have the atod function.  *//* #undef HAVE_ATOD *//* Define if you have the bcmp function.  */#define HAVE_BCMP 1/* Define if you have the bfill function.  *//* #undef HAVE_BFILL *//* Define if you have the bmove function.  *//* #undef HAVE_BMOVE *//* Define if you have the bzero function.  */#define HAVE_BZERO 1/* Define if you have the chsize function.  */#define HAVE_CHSIZE 1/* Define if you have the cuserid function.  *//* #define HAVE_CUSERID 1 *//* Define if you have the dlerror function.  */#define HAVE_DLERROR 1/* Define if you have the dlopen function.  */#define HAVE_DLOPEN 1/* Define if you have the fchmod function.  *//* #undef HAVE_FCHMOD *//* Define if you have the fcntl function.  *//* #define HAVE_FCNTL 1 *//* Define if you have the fconvert function.  *//* #undef HAVE_FCONVERT *//* Define if you have the finite function.  */

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
国产麻豆成人精品| 91精品国产欧美一区二区18| 欧美精品一区二区在线观看| 人人超碰91尤物精品国产| 欧美高清视频一二三区 | 麻豆精品一区二区av白丝在线| 在线观看91av| 国产麻豆成人传媒免费观看| 中文字幕久久午夜不卡| 99在线视频精品| 偷拍日韩校园综合在线| 欧美大白屁股肥臀xxxxxx| 国产精品456| 日韩一区欧美小说| 欧美日韩mp4| 国产精品夜夜爽| 亚洲欧美日韩国产一区二区三区| 色94色欧美sute亚洲线路一ni| 天天免费综合色| 久久先锋资源网| 欧美亚洲一区三区| 精品一区二区三区在线播放| 国产精品久久久久影院老司| 欧美性生交片4| 国产一区二区影院| 亚洲一区二区三区在线看| 日韩欧美在线影院| 91啪在线观看| 国产一区亚洲一区| 亚洲成人777| 欧美高清在线精品一区| 欧美日韩高清影院| 不卡一二三区首页| 日本视频在线一区| 亚洲男帅同性gay1069| 亚洲精品一区二区在线观看| 不卡一区二区中文字幕| 日本成人中文字幕在线视频| 亚洲日本在线视频观看| 日韩精品一区二区三区视频在线观看| 91丨porny丨中文| 精品系列免费在线观看| 亚洲777理论| 国产精品乱人伦| 欧美精品一区二区精品网| 欧洲亚洲精品在线| 成人精品亚洲人成在线| 九九**精品视频免费播放| 亚洲激情六月丁香| 国产精品区一区二区三| 久久丝袜美腿综合| 日韩一级黄色大片| 欧美三区在线视频| 色www精品视频在线观看| eeuss鲁片一区二区三区| 国产在线播放一区三区四| 全部av―极品视觉盛宴亚洲| 亚洲一区电影777| 亚洲欧美国产毛片在线| 中文字幕中文字幕在线一区 | 精品久久人人做人人爽| 欧美天堂一区二区三区| 色94色欧美sute亚洲线路一ni | 亚洲精品欧美在线| 亚洲天堂精品视频| 国产精品传媒视频| 亚洲国产成人一区二区三区| 久久免费精品国产久精品久久久久| 6080午夜不卡| 91精品在线麻豆| 欧美蜜桃一区二区三区| 欧美日韩国产中文| 欧美探花视频资源| 欧美三级电影在线看| 欧美在线视频全部完| 欧美在线观看你懂的| 欧美亚洲综合网| 在线电影欧美成精品| 欧美一区二区在线免费观看| 91精品国产91久久久久久一区二区| 欧美色图天堂网| 91麻豆精品国产自产在线观看一区 | 日韩欧美一区二区在线视频| 91精品国产综合久久精品图片 | 欧美v日韩v国产v| 精品少妇一区二区三区在线视频| 日韩免费一区二区| 久久久综合视频| 国产精品久久久久影院| 午夜av区久久| 免费av网站大全久久| 久久99国内精品| 成人综合婷婷国产精品久久 | 亚洲二区视频在线| 亚洲第一福利一区| 美女一区二区在线观看| 韩国精品久久久| 成人一级视频在线观看| 97久久超碰精品国产| 欧美视频一区二区三区在线观看 | 色先锋资源久久综合| 欧美日韩国产影片| 精品盗摄一区二区三区| 国产精品久久三区| 亚洲综合激情另类小说区| 麻豆精品精品国产自在97香蕉| 国产成人av在线影院| 欧美性色欧美a在线播放| 91精品国产91久久久久久一区二区 | 一区二区三区日韩欧美| 美女免费视频一区二区| av一二三不卡影片| 欧美老肥妇做.爰bbww视频| 久久久久久久综合| 亚洲国产精品影院| 国产成人综合网| 欧美三级在线播放| 久久久久久夜精品精品免费| 一区二区三区在线观看动漫| 久久精品免费观看| 色88888久久久久久影院野外| 日韩一级大片在线| 亚洲欧美一区二区不卡| 美女网站色91| 91久久奴性调教| 久久久99精品久久| 日韩高清国产一区在线| 99re热这里只有精品免费视频 | 欧美性受xxxx黑人xyx性爽| 久久蜜桃一区二区| 视频一区视频二区中文| 99re视频精品| 久久久久国产免费免费| 日韩成人精品在线观看| 色综合色综合色综合色综合色综合 | 色综合咪咪久久| 久久综合视频网| 日韩vs国产vs欧美| 91捆绑美女网站| 国产色一区二区| 激情偷乱视频一区二区三区| 欧美三区在线视频| 亚洲乱码国产乱码精品精98午夜| 国产成人av电影免费在线观看| 欧美精品丝袜中出| 一卡二卡欧美日韩| 色婷婷av一区| 中文字幕一区二区三区在线播放| 黑人巨大精品欧美黑白配亚洲| 国产精品久久久久久亚洲毛片| 久久不见久久见免费视频1| 欧美日韩成人综合| 亚洲成人激情av| 欧美中文字幕久久| 亚洲最大成人网4388xx| 色综合天天做天天爱| 中文字幕一区二区三区不卡| 岛国一区二区在线观看| 久久久激情视频| 九九久久精品视频| 久久一二三国产| 国产一区二区三区高清播放| 欧美大度的电影原声| 久久精品久久99精品久久| 日韩三区在线观看| 裸体健美xxxx欧美裸体表演| 欧美一级日韩免费不卡| 免费精品视频最新在线| 日韩欧美视频在线| 国模娜娜一区二区三区| 久久久精品天堂| 成人午夜视频网站| 国产精品福利一区二区三区| 成人ar影院免费观看视频| 亚洲摸摸操操av| 在线观看91精品国产入口| 香蕉久久一区二区不卡无毒影院| 欧美久久久久免费| 免费观看成人鲁鲁鲁鲁鲁视频| 精品国产免费久久| 国产高清成人在线| 亚洲欧美日韩在线| 欧美色欧美亚洲另类二区| 日本成人在线电影网| 国产日韩欧美一区二区三区综合| 国产成人免费高清| 亚洲精品乱码久久久久久日本蜜臀| 欧美亚洲一区三区| 久久国内精品视频| 欧美高清一级片在线观看| 91成人免费电影| 狂野欧美性猛交blacked| 中文字幕不卡在线观看| 欧美午夜片在线看| 久久97超碰色| 亚洲精品少妇30p| 日韩一区二区三区免费观看| 国产传媒欧美日韩成人| 亚洲一区二区三区四区在线 | 欧美日韩国产在线播放网站|