From 60a830b9e000053caab24a0befb578551ba1766b Mon Sep 17 00:00:00 2001 From: Matias Elo Date: Wed, 2 Oct 2019 15:42:11 +0300 Subject: linux-gen: rename ODP implementation internal configure defines Rename implementation internal defines so that they stand out from the autoheader defines. Signed-off-by: Matias Elo Reviewed-by: Petri Savolainen --- platform/linux-generic/pktio/dpdk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'platform/linux-generic/pktio/dpdk.c') diff --git a/platform/linux-generic/pktio/dpdk.c b/platform/linux-generic/pktio/dpdk.c index 23fae748b..948ffda8f 100644 --- a/platform/linux-generic/pktio/dpdk.c +++ b/platform/linux-generic/pktio/dpdk.c @@ -55,7 +55,7 @@ #include /* NUMA is not supported on all platforms */ -#ifdef HAVE_NUMA_LIBRARY +#ifdef _ODP_HAVE_NUMA_LIBRARY #include #else #define numa_num_configured_nodes() 1 -- cgit v1.2.3