From 855ddb28b532ea8b5834d37df14f5ec76d2d4bb4 Mon Sep 17 00:00:00 2001 From: Quentin Young Date: Fri, 17 Feb 2017 18:19:27 +0000 Subject: *: remove QUAGGA_NO_DEPRECATED_INTERFACES This define is used only to guard macros in lib/linklist.h which themselves are not used anywhere in the codebase and have been marked deprecated since anno domini 2005 Signed-off-by: Quentin Young --- configure.ac | 8 -------- 1 file changed, 8 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 7e546d764..6ff64d086 100755 --- a/configure.ac +++ b/configure.ac @@ -1574,14 +1574,6 @@ AC_SUBST(CFG_SYSCONF) AC_SUBST(CFG_SBIN) AC_SUBST(CFG_STATE) -dnl ------------------------------- -dnl Quagga sources should always be -dnl current wrt interfaces. Dont -dnl allow deprecated interfaces to -dnl be exposed. -dnl ------------------------------- -AC_DEFINE(QUAGGA_NO_DEPRECATED_INTERFACES, 1, Hide deprecated interfaces) - dnl --------------------------- dnl Check htonl works correctly dnl --------------------------- -- cgit v1.2.3