blob: 135cccfea1a9ef70c46ef8ab9d7b4edc67d89f5e [file] [log] [blame]
David McGrew96ed8e92006-05-22 20:46:21 +00001/* crypto/include/config.h. Generated by configure. */
2/* config_in.h. Generated from configure.in by autoheader. */
3
Jonathan Lennoxb8cf7252010-05-14 23:50:28 +00004#if (_MSC_VER >= 1400)
Marcus Sundberg7a14a762007-05-23 17:38:59 +00005# define HAVE_RAND_S 1
Jonathan Lennox701bb792016-09-12 18:40:41 -04006# define _CRT_RAND_S
Marcus Sundberg7a14a762007-05-23 17:38:59 +00007#endif
8
David McGrew96ed8e92006-05-22 20:46:21 +00009/* Define if building for a CISC machine (e.g. Intel). */
10#define CPU_CISC 1
11
12/* Define if building for a RISC machine (assume slow byte access). */
13/* #undef CPU_RISC */
14
David McGrew96ed8e92006-05-22 20:46:21 +000015/* Define to compile in dynamic debugging system. */
16#define ENABLE_DEBUGGING 1
17
18/* Report errors to this file. */
19/* #undef ERR_REPORTING_FILE */
20
21/* Define to use logging to stdout. */
22#define ERR_REPORTING_STDOUT 1
23
24/* Define this to use ISMAcryp code. */
25/* #undef GENERIC_AESICM */
26
27/* Define to 1 if you have the <arpa/inet.h> header file. */
28/* #undef HAVE_ARPA_INET_H */
29
30/* Define to 1 if you have the <byteswap.h> header file. */
31/* #undef HAVE_BYTESWAP_H */
32
33/* Define to 1 if you have the `inet_aton' function. */
34/* #undef HAVE_INET_ATON */
35
36/* Define to 1 if the system has the type `int16_t'. */
37#define HAVE_INT16_T 1
38
39/* Define to 1 if the system has the type `int32_t'. */
40#define HAVE_INT32_T 1
41
42/* Define to 1 if the system has the type `int8_t'. */
43#define HAVE_INT8_T 1
44
45/* Define to 1 if you have the <inttypes.h> header file. */
46/* #undef HAVE_INTTYPES_H */
47
48/* Define to 1 if you have the `socket' library (-lsocket). */
49/* #undef HAVE_LIBSOCKET */
50
51/* Define to 1 if you have the <machine/types.h> header file. */
52/* #undef HAVE_MACHINE_TYPES_H */
53
54/* Define to 1 if you have the <memory.h> header file. */
55#define HAVE_MEMORY_H 1
56
57/* Define to 1 if you have the <netinet/in.h> header file. */
58/* #undef HAVE_NETINET_IN_H */
59
60/* Define to 1 if you have the `socket' function. */
61/* #undef HAVE_SOCKET */
62
63/* Define to 1 if you have the <stdint.h> header file. */
64/* #undef HAVE_STDINT_H */
65
66/* Define to 1 if you have the <stdlib.h> header file. */
67#define HAVE_STDLIB_H 1
68
69/* Define to 1 if you have the <strings.h> header file. */
70#define HAVE_STRINGS_H 1
71
72/* Define to 1 if you have the <string.h> header file. */
73#define HAVE_STRING_H 1
74
75/* Define to 1 if you have the <syslog.h> header file. */
76/* #undef HAVE_SYSLOG_H */
77
78/* Define to 1 if you have the <sys/int_types.h> header file. */
79/* #undef HAVE_SYS_INT_TYPES_H */
80
81/* Define to 1 if you have the <sys/socket.h> header file. */
82/* #undef HAVE_SYS_SOCKET_H */
83
84/* Define to 1 if you have the <sys/stat.h> header file. */
85#define HAVE_SYS_STAT_H 1
86
87/* Define to 1 if you have the <sys/types.h> header file. */
88#define HAVE_SYS_TYPES_H 1
89
90/* Define to 1 if you have the <sys/uio.h> header file. */
91/* #undef HAVE_SYS_UIO_H */
92
93/* Define to 1 if the system has the type `uint16_t'. */
94#define HAVE_UINT16_T 1
95
96/* Define to 1 if the system has the type `uint32_t'. */
97#define HAVE_UINT32_T 1
98
99/* Define to 1 if the system has the type `uint64_t'. */
100#define HAVE_UINT64_T 1
101
102/* Define to 1 if the system has the type `uint8_t'. */
103#define HAVE_UINT8_T 1
104
105/* Define to 1 if you have the <unistd.h> header file. */
106/* #undef HAVE_UNISTD_H */
107
108/* Define to 1 if you have the `usleep' function. */
109/* #undef HAVE_USLEEP */
110
111/* Define to 1 if you have the <windows.h> header file. */
112#define HAVE_WINDOWS_H 1
113
114/* Define to 1 if you have the <winsock2.h> header file. */
115#define HAVE_WINSOCK2_H 1
116
117/* Define to use X86 inlined assembly code */
118/* #undef HAVE_X86 */
119
120/* Define to the address where bug reports for this package should be sent. */
121#define PACKAGE_BUGREPORT ""
122
123/* Define to the full name of this package. */
124#define PACKAGE_NAME ""
125
126/* Define to the full name and version of this package. */
127#define PACKAGE_STRING ""
128
129/* Define to the one symbol short name of this package. */
130#define PACKAGE_TARNAME ""
131
132/* Define to the version of this package. */
133#define PACKAGE_VERSION ""
134
135/* The size of a `unsigned long', as computed by sizeof. */
136#define SIZEOF_UNSIGNED_LONG 4
137
138/* The size of a `unsigned long long', as computed by sizeof. */
139#define SIZEOF_UNSIGNED_LONG_LONG 8
140
141/* Define to use GDOI. */
142/* #undef SRTP_GDOI */
143
144/* Define to compile for kernel contexts. */
145/* #undef SRTP_KERNEL */
146
147/* Define to compile for Linux kernel context. */
148/* #undef SRTP_KERNEL_LINUX */
149
150/* Define to 1 if you have the ANSI C header files. */
151#define STDC_HEADERS 1
152
153/* Write errors to this file */
154/* #undef USE_ERR_REPORTING_FILE */
155
156/* Define to use syslog logging. */
157/* #undef USE_SYSLOG */
158
159/* Define to 1 if your processor stores words with the most significant byte
160 first (like Motorola and SPARC, unlike Intel and VAX). */
161/* #undef WORDS_BIGENDIAN */
162
163/* Define to empty if `const' does not conform to ANSI C. */
164/* #undef const */
165
166/* Define 'inline' to nothing, since the MSVC compiler doesn't support it. */
167#define inline
168
169/* Define to `unsigned' if <sys/types.h> does not define. */
170/* #undef size_t */
171
172#if (_MSC_VER >= 1400) // VC8+
173#ifndef _CRT_SECURE_NO_DEPRECATE
174#define _CRT_SECURE_NO_DEPRECATE
175#endif
176#ifndef _CRT_NONSTDC_NO_DEPRECATE
177#define _CRT_NONSTDC_NO_DEPRECATE
178#endif
179#endif // VC8+
180
181#ifndef uint32_t
182typedef unsigned __int8 uint8_t;
183typedef unsigned __int16 uint16_t;
184typedef unsigned __int32 uint32_t;
185typedef unsigned __int64 uint64_t;
186typedef __int8 int8_t;
187typedef __int16 int16_t;
188typedef __int32 int32_t;
189typedef __int64 int64_t;
190#endif
191
192#ifdef _MSC_VER
193#pragma warning(disable:4311)
194#endif