From f9956b9524ddafdb9d0cec042213eaa8229aad8c Mon Sep 17 00:00:00 2001 From: Chris Hall Date: Tue, 29 Mar 2011 01:49:16 +0100 Subject: Bring "ex" version up to date with 0.99.18 Release: 0.99.18ex15p -- Pipework Branch Also fixes issue with unknown attributes -- does not release them prematurely. Contains the "bgpd: New show commands for improved view and address family support", which is post 0.99.18. (But not RFC 5082 GTSM.) --- lib/zconfig.h | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'lib/zconfig.h') diff --git a/lib/zconfig.h b/lib/zconfig.h index afde09c6..f1bd6f78 100644 --- a/lib/zconfig.h +++ b/lib/zconfig.h @@ -25,10 +25,18 @@ Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA #include "config.h" -#if _GNU_SOURCE -#include +#undef _THREAD_SAFE +#define _THREAD_SAFE 1 + +#undef _REENTRANT +#define _REENTRANT 1 + +#ifdef _FEATURES_H +#error Features defined #endif +#include + #endif /* HAVE_CONFIG_H */ #endif /* _ZEBRA_CONFIG_H */ -- cgit v1.2.3