OpenVPN
config-msvc.h
Go to the documentation of this file.
1 #include <config-msvc-version.h>
2 
3 #define CONFIGURE_DEFINES "N/A"
4 
5 #define ENABLE_PF 1
6 #define ENABLE_CRYPTO_OPENSSL 1
7 #define ENABLE_FRAGMENT 1
8 #define ENABLE_HTTP_PROXY 1
9 #define ENABLE_LZO 1
10 #define ENABLE_LZ4 1
11 #define ENABLE_MANAGEMENT 1
12 #define ENABLE_PKCS11 1
13 #define ENABLE_PLUGIN 1
14 #define ENABLE_PORT_SHARE 1
15 #define ENABLE_SOCKS 1
16 
17 #define HAVE_FCNTL_H 1
18 #define HAVE_STDIO_H 1
19 #define HAVE_STDLIB_H 1
20 #define HAVE_STRERROR 1
21 #define HAVE_STRINGS_H 1
22 #define HAVE_STRING_H 1
23 #define HAVE_LIMITS_H 1
24 #define HAVE_SYSTEM 1
25 #define HAVE_TIME 1
26 #define HAVE_TIME_H 1
27 #define HAVE_WINDOWS_H 1
28 #define HAVE_WINSOCK2_H 1
29 #define HAVE_WS2TCPIP_H 1
30 #define HAVE_IO_H 1
31 #define HAVE_SYS_TYPES_H 1
32 #define HAVE_SYS_STAT_H 1
33 #define HAVE_LZO_LZO1X_H 1
34 #define HAVE_LZO_LZOUTIL_H 1
35 #define HAVE_VERSIONHELPERS_H 1
36 
37 #define HAVE_ACCESS 1
38 #define HAVE_CHDIR 1
39 #define HAVE_CHSIZE 1
40 #define HAVE_IN_PKTINFO 1
41 
42 #define HAVE_OPENSSL_ENGINE 1
43 #define HAVE_EXPORT_KEYING_MATERIAL 1
44 
45 #define HAVE_DIINSTALLDEVICE 1
46 
47 #ifndef __cplusplus
48 #define inline __inline
49 #endif
50 
51 #define TARGET_WIN32 1
52 #define TARGET_ALIAS "Windows-MSVC"
53 
54 #define HAVE_DECL_SO_MARK 0
55 
56 #define strncasecmp strnicmp
57 #define strcasecmp _stricmp
58 
59 #if _MSC_VER<1900
60 #define snprintf _snprintf
61 #endif
62 
63 #if _MSC_VER < 1800
64 #define strtoull strtoul
65 #endif
66 
67 #define in_addr_t uint32_t
68 #define ssize_t SSIZE_T
69 
70 #define S_IRUSR _S_IREAD
71 #define S_IWUSR _S_IWRITE
72 #define S_IRGRP (S_IRUSR >> 3)
73 #define R_OK 4
74 #define W_OK 2
75 #define X_OK 1
76 #define F_OK 0
77 
78 #define SIGHUP 1
79 #define SIGINT 2
80 #define SIGUSR1 10
81 #define SIGUSR2 12
82 #define SIGTERM 15
83 
84 #include <inttypes.h>
85 typedef uint16_t in_port_t;
86 
87 #ifdef HAVE_CONFIG_MSVC_LOCAL_H
88 #include <config-msvc-local.h>
89 #endif
90 
91 #define ENABLE_DCO 1
92 
93 #define HAVE_CONFIG_VERSION_H 1
in_port_t
uint16_t in_port_t
Definition: config-msvc.h:85