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