Android-cuttlefish cvd tool
build_external
libsrtp2_config
crypto
include
config.h
Go to the documentation of this file.
1
/* crypto/include/config.h. Generated from config_in.h by configure. */
2
/* config_in.h. Generated from configure.ac by autoheader. */
3
4
/* Define if building universal (internal helper macro) */
5
/* #undef AC_APPLE_UNIVERSAL_BUILD */
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
/* Define to enabled debug logging for all mudules. */
14
/* #undef ENABLE_DEBUG_LOGGING */
15
16
/* Logging statments will be writen to this file. */
17
/* #undef ERR_REPORTING_FILE */
18
19
/* Define to redirect logging to stdout. */
20
/* #undef ERR_REPORTING_STDOUT */
21
22
/* Define this to use AES-GCM. */
23
/* #undef GCM */
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 `dl' library (-ldl). */
47
/* #undef HAVE_LIBDL */
48
49
/* Define to 1 if you have the `nspr4' library (-lnspr4). */
50
/* #undef HAVE_LIBNSPR4 */
51
52
/* Define to 1 if you have the `nss3' library (-lnss3). */
53
/* #undef HAVE_LIBNSS3 */
54
55
/* Define to 1 if you have the `socket' library (-lsocket). */
56
/* #undef HAVE_LIBSOCKET */
57
58
/* Define to 1 if you have the `z' library (-lz). */
59
/* #undef HAVE_LIBZ */
60
61
/* Define to 1 if you have the <machine/types.h> header file. */
62
/* #undef HAVE_MACHINE_TYPES_H */
63
64
/* Define to 1 if you have the <memory.h> header file. */
65
#define HAVE_MEMORY_H 1
66
67
/* Define to 1 if you have the <netinet/in.h> header file. */
68
#define HAVE_NETINET_IN_H 1
69
70
/* Define to 1 if you have the <nss.h> header file. */
71
/* #undef HAVE_NSS_H */
72
73
/* Define to 1 if you have the `winpcap' library (-lwpcap) */
74
/* #undef HAVE_PCAP */
75
76
/* Define to 1 if you have the `sigaction' function. */
77
#define HAVE_SIGACTION 1
78
79
/* Define to 1 if you have the `socket' function. */
80
#define HAVE_SOCKET 1
81
82
/* Define to 1 if you have the <stdint.h> header file. */
83
#define HAVE_STDINT_H 1
84
85
/* Define to 1 if you have the <stdlib.h> header file. */
86
#define HAVE_STDLIB_H 1
87
88
/* Define to 1 if you have the <strings.h> header file. */
89
#define HAVE_STRINGS_H 1
90
91
/* Define to 1 if you have the <string.h> header file. */
92
#define HAVE_STRING_H 1
93
94
/* Define to 1 if you have the <sys/int_types.h> header file. */
95
/* #undef HAVE_SYS_INT_TYPES_H */
96
97
/* Define to 1 if you have the <sys/socket.h> header file. */
98
#define HAVE_SYS_SOCKET_H 1
99
100
/* Define to 1 if you have the <sys/stat.h> header file. */
101
#define HAVE_SYS_STAT_H 1
102
103
/* Define to 1 if you have the <sys/types.h> header file. */
104
#define HAVE_SYS_TYPES_H 1
105
106
/* Define to 1 if you have the <sys/uio.h> header file. */
107
#define HAVE_SYS_UIO_H 1
108
109
/* Define to 1 if the system has the type `uint16_t'. */
110
#define HAVE_UINT16_T 1
111
112
/* Define to 1 if the system has the type `uint32_t'. */
113
#define HAVE_UINT32_T 1
114
115
/* Define to 1 if the system has the type `uint64_t'. */
116
#define HAVE_UINT64_T 1
117
118
/* Define to 1 if the system has the type `uint8_t'. */
119
#define HAVE_UINT8_T 1
120
121
/* Define to 1 if you have the <unistd.h> header file. */
122
#define HAVE_UNISTD_H 1
123
124
/* Define to 1 if you have the `usleep' function. */
125
#define HAVE_USLEEP 1
126
127
/* Define to 1 if you have the <windows.h> header file. */
128
/* #undef HAVE_WINDOWS_H */
129
130
/* Define to 1 if you have the <winsock2.h> header file. */
131
/* #undef HAVE_WINSOCK2_H */
132
133
/* Define to use X86 inlined assembly code */
134
/* #define HAVE_X86 1 */
135
136
/* Define this to use NSS crypto. */
137
/* #undef NSS */
138
139
/* Define this to use OpenSSL crypto. */
140
/* #undef OPENSSL */
141
142
/* Define this if OPENSSL_cleanse is broken. */
143
/* #undef OPENSSL_CLEANSE_BROKEN */
144
145
/* Define this to use OpenSSL KDF for SRTP. */
146
/* #undef OPENSSL_KDF */
147
148
/* Define to the address where bug reports for this package should be sent. */
149
#define PACKAGE_BUGREPORT "https://github.com/cisco/libsrtp/issues"
150
151
/* Define to the full name of this package. */
152
#define PACKAGE_NAME "libsrtp2"
153
154
/* Define to the full name and version of this package. */
155
#define PACKAGE_STRING "libsrtp2 2.4.0-pre"
156
157
/* Define to the one symbol short name of this package. */
158
#define PACKAGE_TARNAME "libsrtp2"
159
160
/* Define to the home page for this package. */
161
#define PACKAGE_URL ""
162
163
/* Define to the version of this package. */
164
#define PACKAGE_VERSION "2.4.0-pre"
165
166
/* The size of `unsigned long', as computed by sizeof. */
167
#define SIZEOF_UNSIGNED_LONG 8
168
169
/* The size of `unsigned long long', as computed by sizeof. */
170
#define SIZEOF_UNSIGNED_LONG_LONG 8
171
172
/* Define to 1 if you have the ANSI C header files. */
173
#define STDC_HEADERS 1
174
175
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
176
significant byte first (like Motorola and SPARC, unlike Intel). */
177
#if defined AC_APPLE_UNIVERSAL_BUILD
178
# if defined __BIG_ENDIAN__
179
# define WORDS_BIGENDIAN 1
180
# endif
181
#else
182
# ifndef WORDS_BIGENDIAN
183
/* # undef WORDS_BIGENDIAN */
184
# endif
185
#endif
186
187
/* Define to empty if `const' does not conform to ANSI C. */
188
/* #undef const */
189
190
/* Define to `__inline__' or `__inline' if that's what the C compiler
191
calls it, or to nothing if 'inline' is not supported under any name. */
192
#ifndef __cplusplus
193
/* #undef inline */
194
#endif
195
196
/* Define to `unsigned int' if <sys/types.h> does not define. */
197
/* #undef size_t */
Generated by
1.9.4