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