API Reference Manual 1.51.0
Loading...
Searching...
No Matches
autoheader_build.h
1/* include/odp/autoheader_build.h. Generated from autoheader_build.h.in by configure. */
2/* include/odp/autoheader_build.h.in. Generated from configure.ac by autoheader. */
3
4/* Define to 1 if you have the <CUnit/Basic.h> header file. */
5/* #undef HAVE_CUNIT_BASIC_H */
6
7/* Define to 1 if you have the <dlfcn.h> header file. */
8#define HAVE_DLFCN_H 1
9
10/* Define to 1 if you have the <inttypes.h> header file. */
11#define HAVE_INTTYPES_H 1
12
13/* Define to 1 if you have the <ipsec-mb.h> header file. */
14/* #undef HAVE_IPSEC_MB_H */
15
16/* Define to 1 if you have the <minix/config.h> header file. */
17/* #undef HAVE_MINIX_CONFIG_H */
18
19/* Define to 1 if you have the <onnxruntime_c_api.h> header file. */
20/* #undef HAVE_ONNXRUNTIME_C_API_H */
21
22/* Define to 1 if you have the <openssl/des.h> header file. */
23#define HAVE_OPENSSL_DES_H 1
24
25/* Define to 1 if you have the <openssl/evp.h> header file. */
26#define HAVE_OPENSSL_EVP_H 1
27
28/* Define to 1 if you have the <openssl/hmac.h> header file. */
29#define HAVE_OPENSSL_HMAC_H 1
30
31/* Define to 1 if you have the <openssl/rand.h> header file. */
32#define HAVE_OPENSSL_RAND_H 1
33
34/* Define to 1 if you have the <stdint.h> header file. */
35#define HAVE_STDINT_H 1
36
37/* Define to 1 if you have the <stdio.h> header file. */
38#define HAVE_STDIO_H 1
39
40/* Define to 1 if you have the <stdlib.h> header file. */
41#define HAVE_STDLIB_H 1
42
43/* Define to 1 if you have the <strings.h> header file. */
44#define HAVE_STRINGS_H 1
45
46/* Define to 1 if you have the <string.h> header file. */
47#define HAVE_STRING_H 1
48
49/* Define to 1 if you have the <sys/stat.h> header file. */
50#define HAVE_SYS_STAT_H 1
51
52/* Define to 1 if you have the <sys/types.h> header file. */
53#define HAVE_SYS_TYPES_H 1
54
55/* Define to 1 if you have the <unistd.h> header file. */
56#define HAVE_UNISTD_H 1
57
58/* Define to 1 if you have the <wchar.h> header file. */
59#define HAVE_WCHAR_H 1
60
61/* Define to the sub-directory where libtool stores uninstalled libraries. */
62#define LT_OBJDIR ".libs/"
63
64/* Define to 1 to enable CLI helper */
65/* #undef ODPH_CLI */
66
67/* Define to 1 to include additional helper debug code */
68#define ODPH_DEBUG 0
69
70/* Define to 1 to display helper debug information */
71#define ODPH_DEBUG_PRINT 0
72
73/* Define to 1 to enable deprecated helper API definitions */
74#define ODPH_DEPRECATED_API 0
75
76/* Define to 1 to include additional debug code */
77#define ODP_DEBUG 0
78
79/* Define to 1 to display debug information */
80#define ODP_DEBUG_PRINT 0
81
82/* Name of package */
83#define PACKAGE "opendataplane"
84
85/* Define to the address where bug reports for this package should be sent. */
86#define PACKAGE_BUGREPORT "odp@lists.opendataplane.org"
87
88/* Define to the full name of this package. */
89#define PACKAGE_NAME "OpenDataPlane"
90
91/* Define to the full name and version of this package. */
92#define PACKAGE_STRING "OpenDataPlane 1.51.0.0"
93
94/* Define to the one symbol short name of this package. */
95#define PACKAGE_TARNAME "opendataplane"
96
97/* Define to the home page for this package. */
98#define PACKAGE_URL ""
99
100/* Define to the version of this package. */
101#define PACKAGE_VERSION "1.51.0.0"
102
103/* The size of `void *', as computed by sizeof. */
104#define SIZEOF_VOID_P 8
105
106/* Define to 1 if all of the C90 standard headers exist (not just the ones
107 required in a freestanding environment). This macro is provided for
108 backward compatibility; new code need not use it. */
109#define STDC_HEADERS 1
110
111/* Enable extensions on AIX 3, Interix. */
112#ifndef _ALL_SOURCE
113# define _ALL_SOURCE 1
114#endif
115/* Enable general extensions on macOS. */
116#ifndef _DARWIN_C_SOURCE
117# define _DARWIN_C_SOURCE 1
118#endif
119/* Enable general extensions on Solaris. */
120#ifndef __EXTENSIONS__
121# define __EXTENSIONS__ 1
122#endif
123/* Enable GNU extensions on systems that have them. */
124#ifndef _GNU_SOURCE
125# define _GNU_SOURCE 1
126#endif
127/* Enable X/Open compliant socket functions that do not require linking
128 with -lxnet on HP-UX 11.11. */
129#ifndef _HPUX_ALT_XOPEN_SOCKET_API
130# define _HPUX_ALT_XOPEN_SOCKET_API 1
131#endif
132/* Identify the host operating system as Minix.
133 This macro does not affect the system headers' behavior.
134 A future release of Autoconf may stop defining this macro. */
135#ifndef _MINIX
136/* # undef _MINIX */
137#endif
138/* Enable general extensions on NetBSD.
139 Enable NetBSD compatibility extensions on Minix. */
140#ifndef _NETBSD_SOURCE
141# define _NETBSD_SOURCE 1
142#endif
143/* Enable OpenBSD compatibility extensions on NetBSD.
144 Oddly enough, this does nothing on OpenBSD. */
145#ifndef _OPENBSD_SOURCE
146# define _OPENBSD_SOURCE 1
147#endif
148/* Define to 1 if needed for POSIX-compatible behavior. */
149#ifndef _POSIX_SOURCE
150/* # undef _POSIX_SOURCE */
151#endif
152/* Define to 2 if needed for POSIX-compatible behavior. */
153#ifndef _POSIX_1_SOURCE
154/* # undef _POSIX_1_SOURCE */
155#endif
156/* Enable POSIX-compatible threading on Solaris. */
157#ifndef _POSIX_PTHREAD_SEMANTICS
158# define _POSIX_PTHREAD_SEMANTICS 1
159#endif
160/* Enable extensions specified by ISO/IEC TS 18661-5:2014. */
161#ifndef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
162# define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
163#endif
164/* Enable extensions specified by ISO/IEC TS 18661-1:2014. */
165#ifndef __STDC_WANT_IEC_60559_BFP_EXT__
166# define __STDC_WANT_IEC_60559_BFP_EXT__ 1
167#endif
168/* Enable extensions specified by ISO/IEC TS 18661-2:2015. */
169#ifndef __STDC_WANT_IEC_60559_DFP_EXT__
170# define __STDC_WANT_IEC_60559_DFP_EXT__ 1
171#endif
172/* Enable extensions specified by ISO/IEC TS 18661-4:2015. */
173#ifndef __STDC_WANT_IEC_60559_FUNCS_EXT__
174# define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
175#endif
176/* Enable extensions specified by ISO/IEC TS 18661-3:2015. */
177#ifndef __STDC_WANT_IEC_60559_TYPES_EXT__
178# define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
179#endif
180/* Enable extensions specified by ISO/IEC TR 24731-2:2010. */
181#ifndef __STDC_WANT_LIB_EXT2__
182# define __STDC_WANT_LIB_EXT2__ 1
183#endif
184/* Enable extensions specified by ISO/IEC 24747:2009. */
185#ifndef __STDC_WANT_MATH_SPEC_FUNCS__
186# define __STDC_WANT_MATH_SPEC_FUNCS__ 1
187#endif
188/* Enable extensions on HP NonStop. */
189#ifndef _TANDEM_SOURCE
190# define _TANDEM_SOURCE 1
191#endif
192/* Enable X/Open extensions. Define to 500 only if necessary
193 to make mbstate_t available. */
194#ifndef _XOPEN_SOURCE
195/* # undef _XOPEN_SOURCE */
196#endif
197
198
199/* Version number of package */
200#define VERSION "1.51.0.0"
201
202/* Number of bits in a file offset, on hosts where this is settable. */
203/* #undef _FILE_OFFSET_BITS */
204
205/* Define for large files, on AIX-style hosts. */
206/* #undef _LARGE_FILES */
207
208/* Define cache line size */
209/* #undef _ODP_CACHE_LINE_SIZE */
210
211/* Define to 1 to enable DPDK zero copy support */
212/* #undef _ODP_DPDK_ZERO_COPY */
213
214/* Define to 1 or 2 to enable event validation */
215#define _ODP_EVENT_VALIDATION 0
216
217/* Define to 1 when FEAT_ECV is available */
218/* #undef _ODP_FEAT_ECV */
219
220/* "ODP Git Revision" */
221#define _ODP_GIT_REVISION "-195b541e"
222
223/* Define to the name of the implementation */
224#define _ODP_IMPLEMENTATION_NAME "odp-linux"
225
226/* Define to 1 to enable OpenSSL support */
227#define _ODP_OPENSSL 1
228
229/* Define to 1 to enable OpenSSL support */
230#define _ODP_OPENSSL_RAND 1
231
232/* Define to 1 to enable pcapng support */
233#define _ODP_PCAPNG 0
234
235/* Define to 1 to enable DPDK packet I/O support */
236/* #undef _ODP_PKTIO_DPDK */
237
238/* Define to 1 to enable pcap packet I/O support */
239/* #undef _ODP_PKTIO_PCAP */
240
241/* Define to 1 to enable xdp packet I/O support */
242/* #undef _ODP_PKTIO_XDP */
243
244/* Define to name default scheduler */
245#define _ODP_SCHEDULE_DEFAULT "basic"
246
247/* Define to 1 when target has 1 GHz time counter frequency */
248/* #undef _ODP_TIME_FREQ_1GHZ */
249
250/* Define to 1 to enable WFE based lock implementations on aarch64 */
251/* #undef _ODP_WFE_LOCKS */