summaryrefslogtreecommitdiff
path: root/ospfd
diff options
context:
space:
mode:
authorVincent Bernat <bernat@luffy.cx>2012-05-22 22:15:20 +0200
committerVincent Bernat <bernat@luffy.cx>2012-06-25 19:03:23 +0200
commit6b1e37f8537fa2a4560de32e83ca5089763e2d39 (patch)
tree941dfbfbe62981ec214ac1e5a3f607368f4bf1d4 /ospfd
parent9e7a548ce421660b0d22bfeb90c2b2b53742aac7 (diff)
build: only define HAVE_SNMP
NetSNMP is the only SNMP implementation for Quagga. We don't need two different symbols.
Diffstat (limited to 'ospfd')
-rw-r--r--ospfd/ospf_snmp.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/ospfd/ospf_snmp.c b/ospfd/ospf_snmp.c
index 9c9dd47a..739dcae1 100644
--- a/ospfd/ospf_snmp.c
+++ b/ospfd/ospf_snmp.c
@@ -25,14 +25,8 @@
#include <zebra.h>
#ifdef HAVE_SNMP
-#ifdef HAVE_NETSNMP
#include <net-snmp/net-snmp-config.h>
#include <net-snmp/net-snmp-includes.h>
-#else
-#include <asn1.h>
-#include <snmp.h>
-#include <snmp_impl.h>
-#endif
#include "if.h"
#include "log.h"