diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2023-11-04 08:30:31 +0000 |
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2023-11-07 06:46:19 -0500 |
| commit | 42ddcf71e58300c7b594ac3964977625355cb24c (patch) | |
| tree | 05fa1e3cb3cd3a64b7cc510b51b68997fbb527e9 /configure.ac | |
| parent | 315aa6cde48bbe5af08f61778d70f72aa0f9648a (diff) | |
*: 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 9985cdcbf8..12cb4b9bb3 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> |
