From 584cc84966c0980bb22197f633fb08e3ddcac7bf Mon Sep 17 00:00:00 2001 From: imarom Date: Mon, 29 Feb 2016 10:29:52 +0200 Subject: stdint.h on Fedora dist. requires explicit defines for format macros and limit macros - updated the WAF makefiles --- src/main_dpdk.cpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/main_dpdk.cpp') diff --git a/src/main_dpdk.cpp b/src/main_dpdk.cpp index 88917269..5c7be19e 100644 --- a/src/main_dpdk.cpp +++ b/src/main_dpdk.cpp @@ -18,13 +18,6 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ - -// DPDK c++ issue -#define UINT8_MAX 255 -#define UINT16_MAX 0xFFFF -#define __STDC_FORMAT_MACROS -// DPDK c++ issue - #include #include #include -- cgit 1.2.3-korg