blob: be3459be0b06ebe8e0d4c245a3d9b63221d32c5d [file] [log] [blame]
Marcus Sundberg9aef51e2005-10-02 20:02:55 +00001/* config_in.h. Generated from configure.in by autoheader. */
Cullen Jennings235513a2005-09-21 22:51:36 +00002
Marcus Sundberg9aef51e2005-10-02 20:02:55 +00003/* Define if building for a CISC machine (e.g. Intel). */
4#undef CPU_CISC
Cullen Jennings235513a2005-09-21 22:51:36 +00005
Marcus Sundberg9aef51e2005-10-02 20:02:55 +00006/* Define if building for a RISC machine (assume slow byte access). */
7#undef CPU_RISC
Cullen Jennings235513a2005-09-21 22:51:36 +00008
Marcus Sundberg9aef51e2005-10-02 20:02:55 +00009/* Path to random device */
10#undef DEV_URANDOM
Cullen Jennings235513a2005-09-21 22:51:36 +000011
Marcus Sundberg9aef51e2005-10-02 20:02:55 +000012/* Define to compile in dynamic debugging system. */
13#undef ENABLE_DEBUGGING
Cullen Jennings235513a2005-09-21 22:51:36 +000014
Marcus Sundberg9aef51e2005-10-02 20:02:55 +000015/* Report errors to this file. */
16#undef ERR_REPORTING_FILE
David McGrew89fb7ea2005-09-26 19:33:44 +000017
Marcus Sundberg9aef51e2005-10-02 20:02:55 +000018/* Define to use logging to stdout. */
19#undef ERR_REPORTING_STDOUT
David McGrew89fb7ea2005-09-26 19:33:44 +000020
Marcus Sundberg9aef51e2005-10-02 20:02:55 +000021/* Define this to use ISMAcryp code. */
22#undef GENERIC_AESICM
Cullen Jennings235513a2005-09-21 22:51:36 +000023
Marcus Sundberg9aef51e2005-10-02 20:02:55 +000024/* Define to 1 if you have the <arpa/inet.h> header file. */
25#undef HAVE_ARPA_INET_H
Cullen Jennings235513a2005-09-21 22:51:36 +000026
Marcus Sundberg9aef51e2005-10-02 20:02:55 +000027/* Define to 1 if you have the <byteswap.h> header file. */
28#undef HAVE_BYTESWAP_H
David McGrewfec49dd2005-09-23 19:34:11 +000029
Marcus Sundberg9aef51e2005-10-02 20:02:55 +000030/* Define to 1 if you have the `inet_aton' function. */
31#undef HAVE_INET_ATON
David McGrewfec49dd2005-09-23 19:34:11 +000032
Marcus Sundberg9aef51e2005-10-02 20:02:55 +000033/* Define to 1 if the system has the type `int16_t'. */
34#undef HAVE_INT16_T
Cullen Jennings235513a2005-09-21 22:51:36 +000035
Marcus Sundberg9aef51e2005-10-02 20:02:55 +000036/* Define to 1 if the system has the type `int32_t'. */
37#undef HAVE_INT32_T
Cullen Jennings235513a2005-09-21 22:51:36 +000038
Marcus Sundberg9aef51e2005-10-02 20:02:55 +000039/* Define to 1 if the system has the type `int8_t'. */
40#undef HAVE_INT8_T
Cullen Jennings235513a2005-09-21 22:51:36 +000041
Marcus Sundberg9aef51e2005-10-02 20:02:55 +000042/* Define to 1 if you have the <inttypes.h> header file. */
43#undef HAVE_INTTYPES_H
Cullen Jennings235513a2005-09-21 22:51:36 +000044
Marcus Sundberg9aef51e2005-10-02 20:02:55 +000045/* Define to 1 if you have the `socket' library (-lsocket). */
46#undef HAVE_LIBSOCKET
Cullen Jennings235513a2005-09-21 22:51:36 +000047
Marcus Sundberg9aef51e2005-10-02 20:02:55 +000048/* Define to 1 if you have the <machine/types.h> header file. */
49#undef HAVE_MACHINE_TYPES_H
Cullen Jennings235513a2005-09-21 22:51:36 +000050
Marcus Sundberg9aef51e2005-10-02 20:02:55 +000051/* Define to 1 if you have the <memory.h> header file. */
52#undef HAVE_MEMORY_H
Cullen Jennings235513a2005-09-21 22:51:36 +000053
Marcus Sundberg9aef51e2005-10-02 20:02:55 +000054/* Define to 1 if you have the <netinet/in.h> header file. */
55#undef HAVE_NETINET_IN_H
Cullen Jennings235513a2005-09-21 22:51:36 +000056
Jonathan Lennox3f7fc222010-05-17 19:32:02 +000057/* Define to 1 if you have the `sigaction' function. */
58#undef HAVE_SIGACTION
59
Marcus Sundberg9aef51e2005-10-02 20:02:55 +000060/* Define to 1 if you have the `socket' function. */
61#undef HAVE_SOCKET
Cullen Jennings235513a2005-09-21 22:51:36 +000062
Marcus Sundberg9aef51e2005-10-02 20:02:55 +000063/* Define to 1 if you have the <stdint.h> header file. */
64#undef HAVE_STDINT_H
Cullen Jennings235513a2005-09-21 22:51:36 +000065
Marcus Sundberg9aef51e2005-10-02 20:02:55 +000066/* Define to 1 if you have the <stdlib.h> header file. */
67#undef HAVE_STDLIB_H
Cullen Jennings235513a2005-09-21 22:51:36 +000068
Marcus Sundberg9aef51e2005-10-02 20:02:55 +000069/* Define to 1 if you have the <strings.h> header file. */
70#undef HAVE_STRINGS_H
Cullen Jennings235513a2005-09-21 22:51:36 +000071
Marcus Sundberg9aef51e2005-10-02 20:02:55 +000072/* Define to 1 if you have the <string.h> header file. */
73#undef HAVE_STRING_H
Cullen Jennings235513a2005-09-21 22:51:36 +000074
Marcus Sundberg9aef51e2005-10-02 20:02:55 +000075/* Define to 1 if you have the <syslog.h> header file. */
76#undef HAVE_SYSLOG_H
Cullen Jennings235513a2005-09-21 22:51:36 +000077
Marcus Sundberg9aef51e2005-10-02 20:02:55 +000078/* Define to 1 if you have the <sys/int_types.h> header file. */
79#undef HAVE_SYS_INT_TYPES_H
Cullen Jennings235513a2005-09-21 22:51:36 +000080
Marcus Sundberg9aef51e2005-10-02 20:02:55 +000081/* Define to 1 if you have the <sys/socket.h> header file. */
82#undef HAVE_SYS_SOCKET_H
David McGrewb67061f2005-09-28 14:23:06 +000083
Marcus Sundberg9aef51e2005-10-02 20:02:55 +000084/* Define to 1 if you have the <sys/stat.h> header file. */
85#undef HAVE_SYS_STAT_H
Cullen Jennings235513a2005-09-21 22:51:36 +000086
Marcus Sundberg9aef51e2005-10-02 20:02:55 +000087/* Define to 1 if you have the <sys/types.h> header file. */
88#undef HAVE_SYS_TYPES_H
Cullen Jennings235513a2005-09-21 22:51:36 +000089
Marcus Sundberg9aef51e2005-10-02 20:02:55 +000090/* Define to 1 if you have the <sys/uio.h> header file. */
91#undef HAVE_SYS_UIO_H
Cullen Jennings235513a2005-09-21 22:51:36 +000092
Marcus Sundberg9aef51e2005-10-02 20:02:55 +000093/* Define to 1 if the system has the type `uint16_t'. */
94#undef HAVE_UINT16_T
Cullen Jennings235513a2005-09-21 22:51:36 +000095
Marcus Sundberg9aef51e2005-10-02 20:02:55 +000096/* Define to 1 if the system has the type `uint32_t'. */
97#undef HAVE_UINT32_T
Cullen Jennings235513a2005-09-21 22:51:36 +000098
Marcus Sundberg9aef51e2005-10-02 20:02:55 +000099/* Define to 1 if the system has the type `uint64_t'. */
100#undef HAVE_UINT64_T
Cullen Jennings235513a2005-09-21 22:51:36 +0000101
Marcus Sundberg9aef51e2005-10-02 20:02:55 +0000102/* Define to 1 if the system has the type `uint8_t'. */
103#undef HAVE_UINT8_T
Cullen Jennings235513a2005-09-21 22:51:36 +0000104
Marcus Sundberg9aef51e2005-10-02 20:02:55 +0000105/* Define to 1 if you have the <unistd.h> header file. */
106#undef HAVE_UNISTD_H
Cullen Jennings235513a2005-09-21 22:51:36 +0000107
Marcus Sundberg9aef51e2005-10-02 20:02:55 +0000108/* Define to 1 if you have the `usleep' function. */
109#undef HAVE_USLEEP
Cullen Jennings235513a2005-09-21 22:51:36 +0000110
Marcus Sundberg9aef51e2005-10-02 20:02:55 +0000111/* Define to 1 if you have the <windows.h> header file. */
112#undef HAVE_WINDOWS_H
Cullen Jennings235513a2005-09-21 22:51:36 +0000113
Marcus Sundberg9aef51e2005-10-02 20:02:55 +0000114/* Define to 1 if you have the <winsock2.h> header file. */
115#undef HAVE_WINSOCK2_H
Cullen Jennings235513a2005-09-21 22:51:36 +0000116
Marcus Sundberg9aef51e2005-10-02 20:02:55 +0000117/* Define to use X86 inlined assembly code */
118#undef HAVE_X86
Cullen Jennings235513a2005-09-21 22:51:36 +0000119
Marcus Sundberg9aef51e2005-10-02 20:02:55 +0000120/* Define to the address where bug reports for this package should be sent. */
121#undef PACKAGE_BUGREPORT
Cullen Jennings235513a2005-09-21 22:51:36 +0000122
Marcus Sundberg9aef51e2005-10-02 20:02:55 +0000123/* Define to the full name of this package. */
124#undef PACKAGE_NAME
Cullen Jennings235513a2005-09-21 22:51:36 +0000125
Marcus Sundberg9aef51e2005-10-02 20:02:55 +0000126/* Define to the full name and version of this package. */
127#undef PACKAGE_STRING
Cullen Jennings235513a2005-09-21 22:51:36 +0000128
Marcus Sundberg9aef51e2005-10-02 20:02:55 +0000129/* Define to the one symbol short name of this package. */
130#undef PACKAGE_TARNAME
Cullen Jennings235513a2005-09-21 22:51:36 +0000131
Marcus Sundberg9aef51e2005-10-02 20:02:55 +0000132/* Define to the version of this package. */
133#undef PACKAGE_VERSION
134
135/* The size of a `unsigned long', as computed by sizeof. */
136#undef SIZEOF_UNSIGNED_LONG
137
138/* The size of a `unsigned long long', as computed by sizeof. */
139#undef SIZEOF_UNSIGNED_LONG_LONG
140
141/* Define to use GDOI. */
142#undef SRTP_GDOI
143
Marcus Sundberg64536cc2005-10-03 15:23:13 +0000144/* 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
Marcus Sundberg9aef51e2005-10-02 20:02:55 +0000150/* Define to 1 if you have the ANSI C header files. */
151#undef STDC_HEADERS
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 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
172/* Define to `unsigned' if <sys/types.h> does not define. */
173#undef size_t