summaryrefslogtreecommitdiff
path: root/lib/zebra.h
diff options
context:
space:
mode:
authorajs <ajs>2005-04-08 16:42:03 +0000
committerajs <ajs>2005-04-08 16:42:03 +0000
commitd66a7b56634f88181dd2dd23706c30bf23366424 (patch)
tree42569fbc2de9016ad91db7669565e7b737ca3c11 /lib/zebra.h
parent6811845b67999861388cf00d3ca0ee8471d29876 (diff)
2005-04-08 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
* zebra.h: If GNU_LINUX is defined, then define _GNU_SOURCE. This fixes a problem where we were not getting the declaration of strnlen in <string.h>.
Diffstat (limited to 'lib/zebra.h')
-rw-r--r--lib/zebra.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/zebra.h b/lib/zebra.h
index 7d907ed7..3a93b7a9 100644
--- a/lib/zebra.h
+++ b/lib/zebra.h
@@ -25,6 +25,10 @@ Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
#include "config.h"
#endif /* HAVE_CONFIG_H */
+#ifdef GNU_LINUX
+#define _GNU_SOURCE
+#endif /* GNU_LINUX */
+
#ifdef SUNOS_5
#define _XPG4_2
#define __EXTENSIONS__