lwip-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-commits] lwip/src/include/lwip opt.h


From: Christiaan Simons
Subject: [lwip-commits] lwip/src/include/lwip opt.h
Date: Mon, 19 Jun 2006 13:03:09 +0000

CVSROOT:        /sources/lwip
Module name:    lwip
Changes by:     Christiaan Simons <christiaans> 06/06/19 13:03:09

Modified files:
        src/include/lwip: opt.h 

Log message:
        Prepared some SNMP options.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/lwip/src/include/lwip/opt.h?cvsroot=lwip&r1=1.32&r2=1.33

Patches:
Index: opt.h
===================================================================
RCS file: /sources/lwip/lwip/src/include/lwip/opt.h,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -b -r1.32 -r1.33
--- opt.h       1 Mar 2006 10:41:23 -0000       1.32
+++ opt.h       19 Jun 2006 13:03:09 -0000      1.33
@@ -244,6 +244,16 @@
 #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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]