diff options
author | Donald Sharp <sharpd@nvidia.com> | 2023-11-04 09:30:31 +0100 |
---|---|---|
committer | Donald Sharp <sharpd@nvidia.com> | 2023-11-07 12:46:19 +0100 |
commit | 42ddcf71e58300c7b594ac3964977625355cb24c (patch) | |
tree | 05fa1e3cb3cd3a64b7cc510b51b68997fbb527e9 /configure.ac | |
parent | *: Remove netlink headers from lib/zebra.h (diff) | |
download | frr-42ddcf71e58300c7b594ac3964977625355cb24c.tar.xz frr-42ddcf71e58300c7b594ac3964977625355cb24c.zip |
*: Remove APPLE #defines from build
We cannot build on apple machines at all due
to our usage of some gcc extensions that will
probably never see the light of day again.
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 9985cdcbf..12cb4b9bb 100644 --- a/configure.ac +++ b/configure.ac @@ -1180,9 +1180,6 @@ m4_define([FRR_INCLUDES], /* Required for MAXSIG */ #include <signal.h> #include <sys/socket.h> -#ifdef __APPLE__ -# define __APPLE_USE_RFC_3542 -#endif #include <netinet/in.h> #include <sys/time.h> #include <time.h> |