diff options
author | Vincent Bernat <bernat@luffy.cx> | 2012-05-22 22:15:20 +0200 |
---|---|---|
committer | Vincent Bernat <bernat@luffy.cx> | 2012-06-25 19:03:23 +0200 |
commit | 6b1e37f8537fa2a4560de32e83ca5089763e2d39 (patch) | |
tree | 941dfbfbe62981ec214ac1e5a3f607368f4bf1d4 /ospf6d | |
parent | build: allow configure and build in a separate directory (diff) | |
download | frr-6b1e37f8537fa2a4560de32e83ca5089763e2d39.tar.xz frr-6b1e37f8537fa2a4560de32e83ca5089763e2d39.zip |
build: only define HAVE_SNMP
NetSNMP is the only SNMP implementation for Quagga. We don't need two
different symbols.
Diffstat (limited to 'ospf6d')
-rw-r--r-- | ospf6d/ospf6_snmp.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ospf6d/ospf6_snmp.c b/ospf6d/ospf6_snmp.c index 5ac7846d2..11b733b8c 100644 --- a/ospf6d/ospf6_snmp.c +++ b/ospf6d/ospf6_snmp.c @@ -23,14 +23,8 @@ #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 "log.h" #include "vty.h" |