1/* 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#define HAVE_ARPA_INET_H 1
27
28/* Define to 1 if you have the <byteswap.h> header file. */
29#define HAVE_BYTESWAP_H 1
30
31/* Define to 1 if you have the `inet_aton' function. */
32#define HAVE_INET_ATON 1
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#define HAVE_INTTYPES_H 1
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#define HAVE_NETINET_IN_H 1
57
58/* Define to 1 if you have the `socket' function. */
59#define HAVE_SOCKET 1
60
61/* Define to 1 if you have the <stdint.h> header file. */
62#define HAVE_STDINT_H 1
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#define HAVE_SYSLOG_H 1
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#define HAVE_SYS_SOCKET_H 1
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#define HAVE_SYS_UIO_H 1
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#define HAVE_UNISTD_H 1
105
106/* Define to 1 if you have the `usleep' function. */
107#define HAVE_USLEEP 1
108
109/* Define to 1 if you have the <windows.h> header file. */
110/* #undef HAVE_WINDOWS_H */
111
112/* Define to 1 if you have the <winsock2.h> header file. */
113/* #undef HAVE_WINSOCK2_H */
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#if defined(__GNUC__) && defined(__LP64__)
135#define SIZEOF_UNSIGNED_LONG 8
136#else
137#define SIZEOF_UNSIGNED_LONG 4
138#endif
139
140/* The size of a `unsigned long long', as computed by sizeof. */
141#define SIZEOF_UNSIGNED_LONG_LONG 8
142
143/* Define to use GDOI. */
144/* #undef SRTP_GDOI */
145
146/* Define to compile for kernel contexts. */
147/* #undef SRTP_KERNEL */
148
149/* Define to compile for Linux kernel context. */
150/* #undef SRTP_KERNEL_LINUX */
151
152/* Define to 1 if you have the ANSI C header files. */
153#define STDC_HEADERS 1
154
155/* Write errors to this file */
156/* #undef USE_ERR_REPORTING_FILE */
157
158/* Define to use syslog logging. */
159/* #undef USE_SYSLOG */
160
161/* Define to 1 if your processor stores words with the most significant byte
162   first (like Motorola and SPARC, unlike Intel and VAX). */
163/* #undef WORDS_BIGENDIAN */
164
165/* Define to empty if `const' does not conform to ANSI C. */
166/* #undef const */
167
168/* Define to `__inline__' or `__inline' if that's what the C compiler
169   calls it, or to nothing if 'inline' is not supported under any name.  */
170#ifndef __cplusplus
171/* #undef inline */
172#endif
173
174/* Define to `unsigned' if <sys/types.h> does not define. */
175/* #undef size_t */
176
177/* Adjustments to build under MSVC. */
178#if defined(WIN32)
179#undef DEV_URANDOM
180#undef HAVE_BYTESWAP_H
181#undef HAVE_INT16_T
182#undef HAVE_INT32_T
183#undef HAVE_INT8_T
184#undef HAVE_INTTYPES_H
185#undef HAVE_UINT16_T
186#undef HAVE_UINT32_T
187#undef HAVE_UINT64_T
188#undef HAVE_UINT8_T
189#undef HAVE_NETINET_IN_H
190#define HAVE_WINSOCK2_H
191#undef HAVE_STDINT_H
192#ifndef __cplusplus
193#define inline
194#endif
195typedef short int16_t;
196#elif defined(IOS)
197#undef HAVE_BYTESWAP_H
198/* Adjustments to build on MacOS. */
199#elif defined(OSX)
200#undef DEV_URANDOM
201#undef HAVE_BYTESWAP_H
202#endif
203