1 #include <config-msvc-version.h>
3 #define CONFIGURE_DEFINES "N/A"
5 #define ENABLE_DEF_AUTH 1
7 #define ENABLE_CLIENT_SERVER 1
8 #define ENABLE_CRYPTO 1
9 #define ENABLE_CRYPTO_OPENSSL 1
10 #define ENABLE_DEBUG 1
11 #define ENABLE_EUREPHIA 1
12 #define ENABLE_FRAGMENT 1
13 #define ENABLE_HTTP_PROXY 1
15 #define ENABLE_MANAGEMENT 1
16 #define ENABLE_MULTIHOME 1
17 #define ENABLE_PKCS11 1
18 #define ENABLE_PLUGIN 1
19 #define ENABLE_PORT_SHARE 1
20 #define ENABLE_SOCKS 1
23 #define HAVE_ERRNO_H 1
24 #define HAVE_FCNTL_H 1
25 #define HAVE_CTYPE_H 1
26 #define HAVE_STDARG_H 1
27 #define HAVE_STDIO_H 1
28 #define HAVE_STDLIB_H 1
30 #define HAVE_STRERROR 1
31 #define HAVE_STRINGS_H 1
32 #define HAVE_STRING_H 1
33 #define HAVE_LIMITS_H 1
38 #define HAVE_VSNPRINTF 1
39 #define HAVE_WINDOWS_H 1
40 #define HAVE_WINSOCK2_H 1
41 #define HAVE_WS2TCPIP_H 1
43 #define HAVE_DIRECT_H 1
44 #define HAVE_SYS_TYPES_H 1
45 #define HAVE_SYS_STAT_H 1
46 #define HAVE_LZO_LZO1X_H 1
47 #define HAVE_LZO_LZOUTIL_H 1
48 #define HAVE_VERSIONHELPERS_H 1
53 #define HAVE_CPP_VARARG_MACRO_ISO 1
55 #define HAVE_EVP_CIPHER_CTX_SET_KEY_LENGTH 1
56 #define HAVE_IN_PKTINFO 1
63 #define HAVE_RECVFROM 1
68 #define HAVE_CONNECT 1
71 #define HAVE_GETHOSTBYNAME 1
72 #define HAVE_INET_NTOA 1
73 #define HAVE_SETSOCKOPT 1
74 #define HAVE_GETSOCKOPT 1
75 #define HAVE_GETSOCKNAME 1
78 #define HAVE_OPENSSL_ENGINE 1
80 #define PATH_SEPARATOR '\\'
81 #define PATH_SEPARATOR_STR "\\"
84 #define inline __inline
87 #define EMPTY_ARRAY_SIZE 0
88 #define TARGET_WIN32 1
89 #define TARGET_ALIAS "Windows-MSVC"
91 #define HAVE_DECL_SO_MARK 0
93 #define strncasecmp strnicmp
94 #define strcasecmp _stricmp
95 #define snprintf _snprintf
98 #define strtoull strtoul
101 #define in_addr_t uint32_t
102 #define ssize_t SSIZE_T
117 typedef unsigned __int64
uint64_t;
118 typedef unsigned __int32
uint32_t;
119 typedef unsigned __int16
uint16_t;
120 typedef unsigned __int8
uint8_t;
121 typedef __int64
int64_t;
122 typedef __int32
int32_t;
123 typedef __int16
int16_t;
124 typedef __int8
int8_t;
126 #ifdef HAVE_CONFIG_MSVC_LOCAL_H
127 #include <config-msvc-local.h>