diff options
author | Quentin Young <qlyoung@cumulusnetworks.com> | 2017-02-17 19:19:27 +0100 |
---|---|---|
committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2017-02-27 02:14:40 +0100 |
commit | 855ddb28b532ea8b5834d37df14f5ec76d2d4bb4 (patch) | |
tree | 36164c0aa04133055dadfc2d1cd53cba4ae50744 /configure.ac | |
parent | Merge pull request #221 from LabNConsulting/working/2.0/patch/issue-218 (diff) | |
download | frr-855ddb28b532ea8b5834d37df14f5ec76d2d4bb4.tar.xz frr-855ddb28b532ea8b5834d37df14f5ec76d2d4bb4.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-x | configure.ac | 8 |
1 files changed, 0 insertions, 8 deletions
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 --------------------------- |