summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@cumulusnetworks.com>2017-02-17 19:19:27 +0100
committerQuentin Young <qlyoung@cumulusnetworks.com>2017-02-17 19:19:27 +0100
commit70abec3d71d1370b7c57d241314d3c84d7aaf282 (patch)
treefbb0440c3c15f454d6bbd435f1d82dc90a030591 /configure.ac
parentMerge pull request #103 from pguibert6WIND/frr_6wind_evpn_5 (diff)
downloadfrr-70abec3d71d1370b7c57d241314d3c84d7aaf282.tar.xz
frr-70abec3d71d1370b7c57d241314d3c84d7aaf282.zip
*: 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 <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'configure.ac')
-rwxr-xr-xconfigure.ac8
1 files changed, 0 insertions, 8 deletions
diff --git a/configure.ac b/configure.ac
index 1436b2fc7..b1d9a1b69 100755
--- a/configure.ac
+++ b/configure.ac
@@ -1651,14 +1651,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 ---------------------------