2014-11-19 00:25:21 +08:00
|
|
|
|
#ifndef ACL_DEFINE_WIN32_INCLUDE_H
|
|
|
|
|
#define ACL_DEFINE_WIN32_INCLUDE_H
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* _MSC_VER:
|
|
|
|
|
* vc++5.0 VS 5.0 1100
|
|
|
|
|
* vc++6.0 VS 6.0 1200
|
|
|
|
|
* vc++7.0 VS 2003 1310
|
|
|
|
|
* vc++8.0 VS 2005 1400
|
|
|
|
|
* vc++9.0 VS 2008 1500
|
|
|
|
|
* vc++10.0 VS 2010 1600
|
|
|
|
|
* vc++11.0 VS 2012 1700
|
2016-04-30 11:49:41 +08:00
|
|
|
|
* vc++14.0 VS 2015 1900
|
2017-11-20 12:15:19 +08:00
|
|
|
|
* vc++15.0 VS 2017 1911
|
2014-11-19 00:25:21 +08:00
|
|
|
|
*/
|
|
|
|
|
|
2015-06-29 17:33:11 +08:00
|
|
|
|
#if defined (_WIN32) || defined(_WIN64)
|
2015-06-28 20:27:51 +08:00
|
|
|
|
# define ACL_WINDOWS
|
2014-11-19 00:25:21 +08:00
|
|
|
|
# if _MSC_VER >= 1500
|
|
|
|
|
# ifndef _CRT_SECURE_NO_WARNINGS
|
|
|
|
|
# define _CRT_SECURE_NO_WARNINGS
|
|
|
|
|
# endif
|
2016-04-30 11:49:41 +08:00
|
|
|
|
# if _MSC_VER >= 1900
|
|
|
|
|
# ifndef _WINSOCK_DEPRECATED_NO_WARNINGS
|
|
|
|
|
# define _WINSOCK_DEPRECATED_NO_WARNINGS
|
|
|
|
|
# endif
|
|
|
|
|
# endif
|
2014-11-19 00:25:21 +08:00
|
|
|
|
# endif
|
|
|
|
|
#elif defined(BORLAND_CB)
|
|
|
|
|
# define ACL_BCB_COMPILER
|
|
|
|
|
#endif
|
|
|
|
|
|
2015-06-29 17:33:11 +08:00
|
|
|
|
#if defined(_WIN32) || defined(_WIN64)
|
2014-11-19 00:25:21 +08:00
|
|
|
|
|
|
|
|
|
# ifdef acl_assert
|
|
|
|
|
# undef acl_assert
|
|
|
|
|
# endif
|
|
|
|
|
# define acl_assert(x) do \
|
|
|
|
|
{ \
|
|
|
|
|
if (!(x)) \
|
|
|
|
|
abort(); \
|
|
|
|
|
} while(0)
|
|
|
|
|
|
2017-03-31 23:04:16 +08:00
|
|
|
|
#ifdef ACL_LIB
|
|
|
|
|
# ifndef ACL_API
|
|
|
|
|
# define ACL_API
|
|
|
|
|
# endif
|
|
|
|
|
#elif defined(ACL_DLL) || defined(_WINDLL)
|
|
|
|
|
# if defined(ACL_EXPORTS) || defined(acl_EXPORTS)
|
|
|
|
|
# ifndef ACL_API
|
2014-11-19 00:25:21 +08:00
|
|
|
|
# define ACL_API __declspec(dllexport)
|
|
|
|
|
# endif
|
2017-03-31 23:04:16 +08:00
|
|
|
|
# elif !defined(ACL_API)
|
|
|
|
|
# define ACL_API __declspec(dllimport)
|
2014-11-19 00:25:21 +08:00
|
|
|
|
# endif
|
2017-03-31 23:04:16 +08:00
|
|
|
|
#elif !defined(ACL_API)
|
|
|
|
|
# define ACL_API
|
|
|
|
|
#endif
|
2014-11-19 00:25:21 +08:00
|
|
|
|
|
2015-06-28 20:27:51 +08:00
|
|
|
|
/**
|
|
|
|
|
* see WINSOCK2.H, <EFBFBD>û<EFBFBD><EFBFBD><EFBFBD>ҪԤ<EFBFBD>ȶ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ֵ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ĭ<EFBFBD><EFBFBD>ֵΪ64<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>⣬<EFBFBD><EFBFBD>ֵ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>̫<EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
|
|
|
|
* <EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> X64 <EFBFBD><EFBFBD><EFBFBD><EFBFBD>ʱ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ˣ<EFBFBD><EFBFBD>ο<EFBFBD> fd_set <EFBFBD>Ľṹ<EFBFBD><EFBFBD><EFBFBD>壺
|
|
|
|
|
* typedef struct fd_set {
|
|
|
|
|
* u_int fd_count;
|
|
|
|
|
* SOCKET fd_array[FD_SETSIZE];
|
|
|
|
|
* } fd_set;
|
|
|
|
|
* <EFBFBD><EFBFBD><EFBFBD><EFBFBD> x64 <EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>£<EFBFBD><EFBFBD><EFBFBD> FD_SETSIZE=50000 ʱ<EFBFBD><EFBFBD><EFBFBD>ýṹռ<EFBFBD>Ŀռ<EFBFBD><EFBFBD><EFBFBD>СΪ<EFBFBD><EFBFBD>
|
|
|
|
|
* 8 + sizeof(SOCKET) * FD_SETSIZE = 400008
|
|
|
|
|
* <EFBFBD><EFBFBD><EFBFBD><EFBFBD> events_select_thr.c <EFBFBD>ĺ<EFBFBD><EFBFBD><EFBFBD> event_loop <EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> fd_set <EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
|
|
|
|
* <EFBFBD><EFBFBD><EFBFBD>ú<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ռ<EFBFBD>õ<EFBFBD>ջ<EFBFBD>ռ<EFBFBD><EFBFBD><EFBFBD>С > 1MB<EFBFBD><EFBFBD><EFBFBD><EFBFBD> VC Ĭ<EFBFBD>ϵ<EFBFBD>ջ<EFBFBD><EFBFBD>СΪ 1MB<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ô<EFBFBD>
|
|
|
|
|
* <EFBFBD><EFBFBD><EFBFBD><EFBFBD>ʱ<EFBFBD>ͻ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>߳<EFBFBD>ջ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
|
|
|
|
* <EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ҫ<EFBFBD><EFBFBD> FD_SSETSIZE <EFBFBD><EFBFBD><EFBFBD>úܴ<EFBFBD>ʱ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ҫ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ִ<EFBFBD>г<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ջ<EFBFBD>ռ<EFBFBD><EFBFBD><EFBFBD>С<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ڳ<EFBFBD><EFBFBD><EFBFBD>
|
|
|
|
|
* <EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ʱ<EFBFBD><EFBFBD>ѡ<EFBFBD><EFBFBD><EFBFBD>У<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ջ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>С<EFBFBD><EFBFBD>ѡ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>һЩ
|
|
|
|
|
*/
|
2015-01-21 23:39:02 +08:00
|
|
|
|
# ifndef FD_SETSIZE
|
2015-06-28 20:27:51 +08:00
|
|
|
|
# define FD_SETSIZE 40000
|
2015-01-21 23:39:02 +08:00
|
|
|
|
# endif
|
|
|
|
|
|
2014-11-19 00:25:21 +08:00
|
|
|
|
# include <fcntl.h>
|
|
|
|
|
# include <sys/stat.h>
|
|
|
|
|
# include <sys/types.h>
|
|
|
|
|
|
|
|
|
|
# ifndef ACL_WIN32_STDC
|
|
|
|
|
# define ACL_WIN32_STDC
|
|
|
|
|
# endif
|
2015-01-21 23:39:02 +08:00
|
|
|
|
|
2014-11-19 00:25:21 +08:00
|
|
|
|
/* # include <windows.h> */
|
|
|
|
|
/* # include <winsock2.h> */
|
|
|
|
|
# if(_MSC_VER >= 1300)
|
|
|
|
|
# include <winsock2.h>
|
|
|
|
|
# include <mswsock.h>
|
|
|
|
|
# else
|
|
|
|
|
# include <winsock.h>
|
|
|
|
|
# endif
|
|
|
|
|
|
2017-04-07 20:13:08 +08:00
|
|
|
|
# include <ws2tcpip.h> /* for getaddrinfo */
|
2019-03-20 13:55:17 +08:00
|
|
|
|
/*# include <netioapi.h>*/
|
2017-04-07 20:13:08 +08:00
|
|
|
|
|
2014-11-19 00:25:21 +08:00
|
|
|
|
# ifdef ACL_BCB_COMPILER
|
|
|
|
|
# pragma hdrstop
|
|
|
|
|
# endif
|
|
|
|
|
# define _USE_FAST_MACRO
|
|
|
|
|
# define _USE_HTABLE_SEARCH
|
|
|
|
|
|
|
|
|
|
# ifndef PATH_SEP_C
|
|
|
|
|
# define PATH_SEP_C '\\'
|
|
|
|
|
# endif
|
|
|
|
|
# ifndef PATH_SEP_S
|
|
|
|
|
# define PATH_SEP_S "\\"
|
|
|
|
|
# endif
|
|
|
|
|
|
|
|
|
|
# undef ACL_HAS_PTHREAD
|
2015-06-29 17:33:11 +08:00
|
|
|
|
#endif /* _WIN32 */
|
2014-11-19 00:25:21 +08:00
|
|
|
|
|
|
|
|
|
/* errno define */
|
2015-06-29 17:33:11 +08:00
|
|
|
|
#if defined(_WIN32) || defined(_WIN64)
|
2014-11-19 00:25:21 +08:00
|
|
|
|
# define ACL_ETIMEDOUT WSAETIMEDOUT
|
|
|
|
|
# define ACL_ENOMEM WSAENOBUFS
|
|
|
|
|
# define ACL_EINVAL WSAEINVAL
|
|
|
|
|
|
|
|
|
|
# define ACL_ECONNREFUSED WSAECONNREFUSED
|
|
|
|
|
# define ACL_ECONNRESET WSAECONNRESET
|
|
|
|
|
# define ACL_EHOSTDOWN WSAEHOSTDOWN
|
|
|
|
|
# define ACL_EHOSTUNREACH WSAEHOSTUNREACH
|
|
|
|
|
# define ACL_EINTR WSAEINTR
|
|
|
|
|
# define ACL_ENETDOWN WSAENETDOWN
|
|
|
|
|
# define ACL_ENETUNREACH WSAENETUNREACH
|
|
|
|
|
# define ACL_ENOTCONN WSAENOTCONN
|
|
|
|
|
# define ACL_EISCONN WSAEISCONN
|
|
|
|
|
# define ACL_EWOULDBLOCK WSAEWOULDBLOCK
|
|
|
|
|
# define ACL_EAGAIN ACL_EWOULDBLOCK /* xxx */
|
|
|
|
|
# define ACL_ENOBUFS WSAENOBUFS
|
|
|
|
|
# define ACL_ECONNABORTED WSAECONNABORTED
|
|
|
|
|
# define ACL_EINPROGRESS WSAEINPROGRESS
|
2018-11-15 15:48:13 +08:00
|
|
|
|
# define ACL_EMFILE WSAEMFILE
|
2014-11-19 00:25:21 +08:00
|
|
|
|
|
|
|
|
|
# define ACL_SOCKET SOCKET
|
|
|
|
|
# define ACL_FILEFD unsigned int
|
2015-04-04 15:25:29 +08:00
|
|
|
|
# ifndef HAS_SOCKLEN_T
|
|
|
|
|
# define HAS_SOCKLEN_T
|
|
|
|
|
typedef int socklen_t;
|
|
|
|
|
# endif
|
2014-11-19 00:25:21 +08:00
|
|
|
|
# define ACL_SOCKET_INVALID INVALID_SOCKET
|
|
|
|
|
# define ACL_FILE_HANDLE HANDLE
|
|
|
|
|
# define ACL_FILE_INVALID INVALID_HANDLE_VALUE
|
|
|
|
|
# define ACL_DLL_HANDLE HINSTANCE
|
|
|
|
|
# define ACL_DLL_FARPROC FARPROC
|
|
|
|
|
# ifndef HAS_SSIZE_T
|
2015-04-04 15:25:29 +08:00
|
|
|
|
# define HAS_SSIZE_T
|
2018-10-04 22:53:44 +08:00
|
|
|
|
/* typedef intptr_t ssize_t; */
|
|
|
|
|
typedef long ssize_t;
|
2014-11-19 00:25:21 +08:00
|
|
|
|
# endif
|
|
|
|
|
|
|
|
|
|
# define ACL_INTERNAL_LOCK ACL_FLOCK_STYLE_FLOCK
|
|
|
|
|
|
|
|
|
|
# define acl_int64 __int64
|
|
|
|
|
# define acl_uint64 unsigned __int64
|
|
|
|
|
# define ACL_FMT_I64D "%I64d"
|
|
|
|
|
# define ACL_FMT_I64U "%I64u"
|
|
|
|
|
|
|
|
|
|
# ifdef ACL_BCB_COMPILER
|
|
|
|
|
/* # define acl_stat _tstati64 */
|
|
|
|
|
# define acl_stat stati64
|
|
|
|
|
# else
|
|
|
|
|
# ifdef ACL_HAVE_NO_STAT64
|
|
|
|
|
# define acl_stat _stat
|
|
|
|
|
# define acl_fstat _fstat
|
|
|
|
|
# else
|
|
|
|
|
# define acl_stat _stati64
|
|
|
|
|
# endif
|
|
|
|
|
# endif
|
|
|
|
|
|
|
|
|
|
ACL_API int acl_fstat(ACL_FILE_HANDLE fh, struct acl_stat *buf);
|
|
|
|
|
|
|
|
|
|
/* <20>ֲ߳̾<CCBE><D6B2><EFBFBD><EFBFBD><EFBFBD> */
|
|
|
|
|
# if defined(ACL_BCB_COMPILER)
|
|
|
|
|
# define __thread
|
|
|
|
|
# else
|
|
|
|
|
# define __thread __declspec(thread)
|
|
|
|
|
# endif
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
# ifdef ACL_BCB_COMPILER
|
|
|
|
|
# define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER)
|
|
|
|
|
# endif
|
|
|
|
|
*/
|
2015-06-29 17:33:11 +08:00
|
|
|
|
#endif /* _WIN32 / _WIN64 */
|
2014-11-19 00:25:21 +08:00
|
|
|
|
|
|
|
|
|
#endif /* __ACL_DEFINE_WIN32_INCLUDE_H__ */
|