From a4766207c7cf1822730e2b5c7a233b27b9f8c0f5 Mon Sep 17 00:00:00 2001 From: imarom Date: Sun, 9 Aug 2015 23:36:58 -0400 Subject: added support for C++ 2011 this includes refactoring the flags and adding for c++ the flag std=c++0x --- src/pal/linux_dpdk/dpdk180/rte_config.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/pal') diff --git a/src/pal/linux_dpdk/dpdk180/rte_config.h b/src/pal/linux_dpdk/dpdk180/rte_config.h index 68dd7a7b..0603ed06 100755 --- a/src/pal/linux_dpdk/dpdk180/rte_config.h +++ b/src/pal/linux_dpdk/dpdk180/rte_config.h @@ -1,5 +1,8 @@ #ifndef __RTE_CONFIG_H #define __RTE_CONFIG_H + +#define typeof __typeof__ + #undef RTE_EXEC_ENV #define RTE_EXEC_ENV "linuxapp" #undef RTE_EXEC_ENV_LINUXAPP -- cgit 1.2.3-korg