blob: 9aeea1987d11b820188fd9b17e3c25125f5018d8 [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
jfigus038d2cf2015-05-11 14:10:11 -04003/* Define if building universal (internal helper macro) */
4#undef AC_APPLE_UNIVERSAL_BUILD
5
Marcus Sundberg9aef51e2005-10-02 20:02:55 +00006/* Define if building for a CISC machine (e.g. Intel). */
7#undef CPU_CISC
Cullen Jennings235513a2005-09-21 22:51:36 +00008
Marcus Sundberg9aef51e2005-10-02 20:02:55 +00009/* Define if building for a RISC machine (assume slow byte access). */
10#undef CPU_RISC
Cullen Jennings235513a2005-09-21 22:51:36 +000011
Marcus Sundberg9aef51e2005-10-02 20:02:55 +000012/* Path to random device */
13#undef DEV_URANDOM
Cullen Jennings235513a2005-09-21 22:51:36 +000014
Marcus Sundberg9aef51e2005-10-02 20:02:55 +000015/* Define to compile in dynamic debugging system. */
16#undef ENABLE_DEBUGGING
Cullen Jennings235513a2005-09-21 22:51:36 +000017
Marcus Sundberg9aef51e2005-10-02 20:02:55 +000018/* Report errors to this file. */
19#undef ERR_REPORTING_FILE
David McGrew89fb7ea2005-09-26 19:33:44 +000020
Marcus Sundberg9aef51e2005-10-02 20:02:55 +000021/* Define to use logging to stdout. */
22#undef ERR_REPORTING_STDOUT
David McGrew89fb7ea2005-09-26 19:33:44 +000023
Marcus Sundberg9aef51e2005-10-02 20:02:55 +000024/* Define this to use ISMAcryp code. */
25#undef GENERIC_AESICM
Cullen Jennings235513a2005-09-21 22:51:36 +000026
Marcus Sundberg9aef51e2005-10-02 20:02:55 +000027/* Define to 1 if you have the <arpa/inet.h> header file. */
28#undef HAVE_ARPA_INET_H
Cullen Jennings235513a2005-09-21 22:51:36 +000029
Marcus Sundberg9aef51e2005-10-02 20:02:55 +000030/* Define to 1 if you have the <byteswap.h> header file. */
31#undef HAVE_BYTESWAP_H
David McGrewfec49dd2005-09-23 19:34:11 +000032
Marcus Sundberg9aef51e2005-10-02 20:02:55 +000033/* Define to 1 if you have the `inet_aton' function. */
34#undef HAVE_INET_ATON
David McGrewfec49dd2005-09-23 19:34:11 +000035
Marcus Sundberg9aef51e2005-10-02 20:02:55 +000036/* Define to 1 if the system has the type `int16_t'. */
37#undef HAVE_INT16_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 `int32_t'. */
40#undef HAVE_INT32_T
Cullen Jennings235513a2005-09-21 22:51:36 +000041
Marcus Sundberg9aef51e2005-10-02 20:02:55 +000042/* Define to 1 if the system has the type `int8_t'. */
43#undef HAVE_INT8_T
Cullen Jennings235513a2005-09-21 22:51:36 +000044
Marcus Sundberg9aef51e2005-10-02 20:02:55 +000045/* Define to 1 if you have the <inttypes.h> header file. */
46#undef HAVE_INTTYPES_H
Cullen Jennings235513a2005-09-21 22:51:36 +000047
jfigus038d2cf2015-05-11 14:10:11 -040048/* Define to 1 if you have the `crypto' library (-lcrypto). */
49#undef HAVE_LIBCRYPTO
50
51/* Define to 1 if you have the `dl' library (-ldl). */
52#undef HAVE_LIBDL
53
Marcus Sundberg9aef51e2005-10-02 20:02:55 +000054/* Define to 1 if you have the `socket' library (-lsocket). */
55#undef HAVE_LIBSOCKET
Cullen Jennings235513a2005-09-21 22:51:36 +000056
jfigus038d2cf2015-05-11 14:10:11 -040057/* Define to 1 if you have the `z' library (-lz). */
58#undef HAVE_LIBZ
59
Marcus Sundberg9aef51e2005-10-02 20:02:55 +000060/* Define to 1 if you have the <machine/types.h> header file. */
61#undef HAVE_MACHINE_TYPES_H
Cullen Jennings235513a2005-09-21 22:51:36 +000062
Marcus Sundberg9aef51e2005-10-02 20:02:55 +000063/* Define to 1 if you have the <memory.h> header file. */
64#undef HAVE_MEMORY_H
Cullen Jennings235513a2005-09-21 22:51:36 +000065
Marcus Sundberg9aef51e2005-10-02 20:02:55 +000066/* Define to 1 if you have the <netinet/in.h> header file. */
67#undef HAVE_NETINET_IN_H
Cullen Jennings235513a2005-09-21 22:51:36 +000068
jfigus038d2cf2015-05-11 14:10:11 -040069/* Define to 1 if you have the `pcap' library (-lpcap) */
70#undef HAVE_PCAP
71
Jonathan Lennox3f7fc222010-05-17 19:32:02 +000072/* Define to 1 if you have the `sigaction' function. */
73#undef HAVE_SIGACTION
74
Marcus Sundberg9aef51e2005-10-02 20:02:55 +000075/* Define to 1 if you have the `socket' function. */
76#undef HAVE_SOCKET
Cullen Jennings235513a2005-09-21 22:51:36 +000077
Marcus Sundberg9aef51e2005-10-02 20:02:55 +000078/* Define to 1 if you have the <stdint.h> header file. */
79#undef HAVE_STDINT_H
Cullen Jennings235513a2005-09-21 22:51:36 +000080
Marcus Sundberg9aef51e2005-10-02 20:02:55 +000081/* Define to 1 if you have the <stdlib.h> header file. */
82#undef HAVE_STDLIB_H
Cullen Jennings235513a2005-09-21 22:51:36 +000083
Marcus Sundberg9aef51e2005-10-02 20:02:55 +000084/* Define to 1 if you have the <strings.h> header file. */
85#undef HAVE_STRINGS_H
Cullen Jennings235513a2005-09-21 22:51:36 +000086
Marcus Sundberg9aef51e2005-10-02 20:02:55 +000087/* Define to 1 if you have the <string.h> header file. */
88#undef HAVE_STRING_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/int_types.h> header file. */
91#undef HAVE_SYS_INT_TYPES_H
Cullen Jennings235513a2005-09-21 22:51:36 +000092
Marcus Sundberg9aef51e2005-10-02 20:02:55 +000093/* Define to 1 if you have the <sys/socket.h> header file. */
94#undef HAVE_SYS_SOCKET_H
David McGrewb67061f2005-09-28 14:23:06 +000095
Marcus Sundberg9aef51e2005-10-02 20:02:55 +000096/* Define to 1 if you have the <sys/stat.h> header file. */
97#undef HAVE_SYS_STAT_H
Cullen Jennings235513a2005-09-21 22:51:36 +000098
Marcus Sundberg9aef51e2005-10-02 20:02:55 +000099/* Define to 1 if you have the <sys/types.h> header file. */
100#undef HAVE_SYS_TYPES_H
Cullen Jennings235513a2005-09-21 22:51:36 +0000101
Marcus Sundberg9aef51e2005-10-02 20:02:55 +0000102/* Define to 1 if you have the <sys/uio.h> header file. */
103#undef HAVE_SYS_UIO_H
Cullen Jennings235513a2005-09-21 22:51:36 +0000104
Marcus Sundberg9aef51e2005-10-02 20:02:55 +0000105/* Define to 1 if the system has the type `uint16_t'. */
106#undef HAVE_UINT16_T
Cullen Jennings235513a2005-09-21 22:51:36 +0000107
Marcus Sundberg9aef51e2005-10-02 20:02:55 +0000108/* Define to 1 if the system has the type `uint32_t'. */
109#undef HAVE_UINT32_T
Cullen Jennings235513a2005-09-21 22:51:36 +0000110
Marcus Sundberg9aef51e2005-10-02 20:02:55 +0000111/* Define to 1 if the system has the type `uint64_t'. */
112#undef HAVE_UINT64_T
Cullen Jennings235513a2005-09-21 22:51:36 +0000113
Marcus Sundberg9aef51e2005-10-02 20:02:55 +0000114/* Define to 1 if the system has the type `uint8_t'. */
115#undef HAVE_UINT8_T
Cullen Jennings235513a2005-09-21 22:51:36 +0000116
Marcus Sundberg9aef51e2005-10-02 20:02:55 +0000117/* Define to 1 if you have the <unistd.h> header file. */
118#undef HAVE_UNISTD_H
Cullen Jennings235513a2005-09-21 22:51:36 +0000119
Marcus Sundberg9aef51e2005-10-02 20:02:55 +0000120/* Define to 1 if you have the `usleep' function. */
121#undef HAVE_USLEEP
Cullen Jennings235513a2005-09-21 22:51:36 +0000122
Marcus Sundberg9aef51e2005-10-02 20:02:55 +0000123/* Define to 1 if you have the <windows.h> header file. */
124#undef HAVE_WINDOWS_H
Cullen Jennings235513a2005-09-21 22:51:36 +0000125
Marcus Sundberg9aef51e2005-10-02 20:02:55 +0000126/* Define to 1 if you have the <winsock2.h> header file. */
127#undef HAVE_WINSOCK2_H
Cullen Jennings235513a2005-09-21 22:51:36 +0000128
Marcus Sundberg9aef51e2005-10-02 20:02:55 +0000129/* Define to use X86 inlined assembly code */
130#undef HAVE_X86
Cullen Jennings235513a2005-09-21 22:51:36 +0000131
jfigus038d2cf2015-05-11 14:10:11 -0400132/* Define this to use OpenSSL crypto. */
133#undef OPENSSL
134
135/* Define this to use OpenSSL KDF for SRTP. */
136#undef OPENSSL_KDF
137
Marcus Sundberg9aef51e2005-10-02 20:02:55 +0000138/* Define to the address where bug reports for this package should be sent. */
139#undef PACKAGE_BUGREPORT
Cullen Jennings235513a2005-09-21 22:51:36 +0000140
Marcus Sundberg9aef51e2005-10-02 20:02:55 +0000141/* Define to the full name of this package. */
142#undef PACKAGE_NAME
Cullen Jennings235513a2005-09-21 22:51:36 +0000143
Marcus Sundberg9aef51e2005-10-02 20:02:55 +0000144/* Define to the full name and version of this package. */
145#undef PACKAGE_STRING
Cullen Jennings235513a2005-09-21 22:51:36 +0000146
Marcus Sundberg9aef51e2005-10-02 20:02:55 +0000147/* Define to the one symbol short name of this package. */
148#undef PACKAGE_TARNAME
Cullen Jennings235513a2005-09-21 22:51:36 +0000149
jfigus038d2cf2015-05-11 14:10:11 -0400150/* Define to the home page for this package. */
151#undef PACKAGE_URL
152
Marcus Sundberg9aef51e2005-10-02 20:02:55 +0000153/* Define to the version of this package. */
154#undef PACKAGE_VERSION
155
jfigus038d2cf2015-05-11 14:10:11 -0400156/* The size of `unsigned long', as computed by sizeof. */
Marcus Sundberg9aef51e2005-10-02 20:02:55 +0000157#undef SIZEOF_UNSIGNED_LONG
158
jfigus038d2cf2015-05-11 14:10:11 -0400159/* The size of `unsigned long long', as computed by sizeof. */
Marcus Sundberg9aef51e2005-10-02 20:02:55 +0000160#undef SIZEOF_UNSIGNED_LONG_LONG
161
Marcus Sundberg9aef51e2005-10-02 20:02:55 +0000162/* Define to 1 if you have the ANSI C header files. */
163#undef STDC_HEADERS
164
165/* Write errors to this file */
166#undef USE_ERR_REPORTING_FILE
167
jfigus038d2cf2015-05-11 14:10:11 -0400168/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
169 significant byte first (like Motorola and SPARC, unlike Intel). */
170#if defined AC_APPLE_UNIVERSAL_BUILD
171# if defined __BIG_ENDIAN__
172# define WORDS_BIGENDIAN 1
173# endif
174#else
175# ifndef WORDS_BIGENDIAN
176# undef WORDS_BIGENDIAN
177# endif
178#endif
Marcus Sundberg9aef51e2005-10-02 20:02:55 +0000179
180/* Define to empty if `const' does not conform to ANSI C. */
181#undef const
182
183/* Define to `__inline__' or `__inline' if that's what the C compiler
184 calls it, or to nothing if 'inline' is not supported under any name. */
185#ifndef __cplusplus
186#undef inline
187#endif
188
jfigus038d2cf2015-05-11 14:10:11 -0400189/* Define to `unsigned int' if <sys/types.h> does not define. */
Marcus Sundberg9aef51e2005-10-02 20:02:55 +0000190#undef size_t