aboutsummaryrefslogtreecommitdiff
path: root/include/odp/autoheader_internal.h.in
blob: 87cefa1315072c605a8d95824d70ff24d07b7b31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38

#ifndef ODP_AUTOHEADER_INTERNAL_H_
#define ODP_AUTOHEADER_INTERNAL_H_

/* Define to the name of the implementation */
#undef _ODP_IMPLEMENTATION_NAME

/* Define to name default scheduler */
#undef _ODP_SCHEDULE_DEFAULT

/* Define to 1 if numa library is usable */
#undef _ODP_HAVE_NUMA_LIBRARY

/* Define to 1 to enable DPDK packet I/O support */
#undef _ODP_PKTIO_DPDK

/* Define to 1 to enable DPDK zero copy support */
#undef _ODP_DPDK_ZERO_COPY

/* Define to 1 to enable pcap packet I/O support */
#undef _ODP_PKTIO_PCAP

/* Define to 1 to enable pcapng support */
#undef _ODP_PCAPNG

/* Define to 1 to enable OpenSSL support */
#undef _ODP_OPENSSL

/* Define to 1 to enable OpenSSL random data */
#undef _ODP_OPENSSL_RAND

/* Define to 1 to enable XDP support */
#undef _ODP_PKTIO_XDP

/* Define to 1 to enable IPSec MB crypto support */
#undef _ODP_IPSECMB

#endif