mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-07 15:04:39 +08:00
opt: fix build without SNMP_COMMUNITY_EXT
define value omitted on #define SNMP_COMMUNITY_EXT in opt.h, default is 0
This commit is contained in:
parent
0d18516af8
commit
10ab72855d
@ -884,7 +884,7 @@
|
|||||||
* Set this to 1 to enable support for dedicated write-access and trap communities.
|
* Set this to 1 to enable support for dedicated write-access and trap communities.
|
||||||
*/
|
*/
|
||||||
#ifndef SNMP_COMMUNITY_EXT
|
#ifndef SNMP_COMMUNITY_EXT
|
||||||
#define SNMP_COMMUNITY_EXT
|
#define SNMP_COMMUNITY_EXT 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if SNMP_COMMUNITY_EXT
|
#if SNMP_COMMUNITY_EXT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user