aboutsummaryrefslogtreecommitdiff
path: root/include/odp/autoheader_internal.h.in
blob: 952675fb50f20a67c723b82288f262de35abb814 (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

#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 netmap packet I/O support */
#undef _ODP_PKTIO_NETMAP

/* 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

#endif