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