From 57a6eaae7b553de4dedadc429c001c026ece0421 Mon Sep 17 00:00:00 2001 From: christiaans Date: Mon, 10 Jul 2006 12:41:25 +0000 Subject: [PATCH] Added SNMP debug options. --- src/include/lwip/opt.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/include/lwip/opt.h b/src/include/lwip/opt.h index a42db456..541f93c6 100644 --- a/src/include/lwip/opt.h +++ b/src/include/lwip/opt.h @@ -670,6 +670,13 @@ a lot of data that needs to be copied, this should be set high. */ #define DHCP_DEBUG DBG_OFF #endif +#ifndef SNMP_MSG_DEBUG +#define SNMP_MSG_DEBUG DBG_OFF +#endif + +#ifndef SNMP_MIB_DEBUG +#define SNMP_MIB_DEBUG DBG_OFF +#endif #ifndef DBG_MIN_LEVEL #define DBG_MIN_LEVEL DBG_LEVEL_OFF