summaryrefslogtreecommitdiff
path: root/bgpd/bgp_regex.h
diff options
context:
space:
mode:
Diffstat (limited to 'bgpd/bgp_regex.h')
-rw-r--r--bgpd/bgp_regex.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/bgpd/bgp_regex.h b/bgpd/bgp_regex.h
index 9fc832229a..e5d28d1b74 100644
--- a/bgpd/bgp_regex.h
+++ b/bgpd/bgp_regex.h
@@ -26,11 +26,7 @@ Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
#ifdef HAVE_LIBPCREPOSIX
# include <pcreposix.h>
#else
-# ifdef HAVE_GNU_REGEX
-# include <regex.h>
-# else
-# include "regex-gnu.h"
-# endif /* HAVE_GNU_REGEX */
+# include <regex.h>
#endif /* HAVE_LIBPCREPOSIX */
extern void bgp_regex_free (regex_t *regex);