Murali Karicheri <m-kariche...@ti.com> writes: > Hello Coders, > > I have auto generated code for my mib module using mib2c. I see following code > that disables SET command for my mib agent module as > > #if !(defined(NETSNMP_NO_WRITE_SUPPORT) || > defined(NETSNMP_DISABLE_SET_SUPPORT)) > #else > #endif > > How to I configure the agent build to enable Write/Set support?
Set support is on by default. Those two defines are only hit when configure is run with --disable-set-support or --enable-read-only, for example. -- Wes Hardaker Please mail all replies to net-snmp-coders@lists.sourceforge.net ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Net-snmp-coders mailing list Net-snmp-coders@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/net-snmp-coders