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