API Reference Manual 1.51.0
Loading...
Searching...
No Matches
autoheader_internal.h
1/* include/odp/autoheader_internal.h. Generated from autoheader_internal.h.in by configure. */
2
3#ifndef ODP_AUTOHEADER_INTERNAL_H_
4#define ODP_AUTOHEADER_INTERNAL_H_
5
6/* Define to the name of the implementation */
7#define _ODP_IMPLEMENTATION_NAME "odp-linux"
8
9/* Define to name default scheduler */
10#define _ODP_SCHEDULE_DEFAULT "basic"
11
12/* Define to 1 if numa library is usable */
13/* #undef _ODP_HAVE_NUMA_LIBRARY */
14
15/* Define to 1 to enable DPDK packet I/O support */
16/* #undef _ODP_PKTIO_DPDK */
17
18/* Define to 1 to enable DPDK zero copy support */
19/* #undef _ODP_DPDK_ZERO_COPY */
20
21/* Define to 1 to enable pcap packet I/O support */
22/* #undef _ODP_PKTIO_PCAP */
23
24/* Define to 1 to enable pcapng support */
25#define _ODP_PCAPNG 0
26
27/* Define to 1 to enable OpenSSL support */
28#define _ODP_OPENSSL 1
29
30/* Define to 1 to enable OpenSSL random data */
31#define _ODP_OPENSSL_RAND 1
32
33/* Define to 1 to enable XDP support */
34/* #undef _ODP_PKTIO_XDP */
35
36/* Define to 1 to enable IPSec MB crypto support */
37/* #undef _ODP_IPSECMB */
38
39/* ODP Git Revision */
40#define _ODP_GIT_REVISION "-195b541e"
41
42#endif