summaryrefslogtreecommitdiffstats
path: root/lib/zconfig.h
diff options
context:
space:
mode:
authorChris Hall <chris.hall@highwayman.com>2011-03-21 01:16:05 +0000
committerChris Hall <chris.hall@highwayman.com>2011-03-21 01:16:05 +0000
commit9470cb2c32eab220f796b1438b787528272cbe84 (patch)
treeb9b2cc12446173436d2bc7a32e82cc3378ec721e /lib/zconfig.h
parent5cae7eea451f2b7d65b5892e2c1dafc70f8b836e (diff)
downloadquagga-ex11p.tar.bz2
quagga-ex11p.tar.xz
Upgrade of "pipework" -- including piping to/from shell commandsex11p
Version 0.99.15ex11p A major overhaul.
Diffstat (limited to 'lib/zconfig.h')
-rw-r--r--lib/zconfig.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/zconfig.h b/lib/zconfig.h
index 052bfe99..afde09c6 100644
--- a/lib/zconfig.h
+++ b/lib/zconfig.h
@@ -22,7 +22,13 @@ Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
#define _ZEBRA_CONFIG_H
#ifdef HAVE_CONFIG_H
+
#include "config.h"
+
+#if _GNU_SOURCE
+#include <features.h>
+#endif
+
#endif /* HAVE_CONFIG_H */
#endif /* _ZEBRA_CONFIG_H */