From a525283161f88f2044200af7f8aac12c2c6819df Mon Sep 17 00:00:00 2001 From: Alex Richardson Date: Wed, 14 Oct 2020 12:28:54 +0000 Subject: Fix more -Wundef warnings during bootstrap --- tools/build/cross-build/include/common/sys/cdefs.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'tools/build/cross-build/include/common/sys/cdefs.h') diff --git a/tools/build/cross-build/include/common/sys/cdefs.h b/tools/build/cross-build/include/common/sys/cdefs.h index 2bd57eef908d..c86369ab778a 100644 --- a/tools/build/cross-build/include/common/sys/cdefs.h +++ b/tools/build/cross-build/include/common/sys/cdefs.h @@ -190,11 +190,6 @@ typedef unsigned short u_short; typedef unsigned int u_int; typedef unsigned long u_long; -/* This is needed so that BSNMP doesn't redeclare an incompatible version */ -#define HAVE_STRLCPY 1 -/* The compiler supports __func__ */ -#define HAVE_DECL___FUNC__ 1 - /* On MacOS __CONCAT is defined as x ## y, which won't expand macros */ #undef __CONCAT #define __CONCAT1(x, y) x##y -- cgit v1.2.3