From 09707a3e81a1c0462aeb9e6f23af29aa51102edd Mon Sep 17 00:00:00 2001 From: christiaans Date: Mon, 19 Jun 2006 13:03:09 +0000 Subject: [PATCH] Prepared some SNMP options. --- src/include/lwip/opt.h | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/include/lwip/opt.h b/src/include/lwip/opt.h index 45636cb2..a42db456 100644 --- a/src/include/lwip/opt.h +++ b/src/include/lwip/opt.h @@ -244,6 +244,16 @@ a lot of data that needs to be copied, this should be set high. */ #define DHCP_DOES_ARP_CHECK 1 #endif +/* ---------- SNMP options ---------- */ +/** @todo SNMP isn't functional yet. */ +#ifndef LWIP_SNMP +#define LWIP_SNMP 0 +#endif + +#ifndef SNMP_PRIVATE_MIB +#define SNMP_PRIVATE_MIB 0 +#endif + /* ---------- UDP options ---------- */ #ifndef LWIP_UDP #define LWIP_UDP 1