Mercurial > ecos
diff packages/net/snmp/agent/current/include/usmUser.h @ 562:5357047a765d
Implementation of snmpv3 and a cleanup of the documentation
| author | asl |
|---|---|
| date | Mon, 03 Feb 2003 16:34:44 +0000 |
| parents | d2c90368aeef |
| children | 74dbf4c3f2e1 |
line wrap: on
line diff
--- a/packages/net/snmp/agent/current/include/usmUser.h +++ b/packages/net/snmp/agent/current/include/usmUser.h @@ -53,7 +53,7 @@ //========================================================================== //#####DESCRIPTIONBEGIN#### // -// Author(s): Andrew.Lunn@ascom.ch, Manu.Sharma@ascom.ch +// Author(s): Andrew.Lunn@ascom.ch, Manu.Sharma@ascom.com // Contributors: hmt // Date: 2001-05-29 // Purpose: Port of UCD-SNMP distribution to eCos. @@ -97,6 +97,8 @@ CONNECTION WITH THE USE OR PERFORMANCE O #ifndef _MIBGROUP_USMUSER_H #define _MIBGROUP_USMUSER_H +#ifdef CYGPKG_SNMPAGENT_V3_SUPPORT + #include "callback.h" #include "snmpusm.h" @@ -147,4 +149,6 @@ WriteMethod write_usmUserPublic; WriteMethod write_usmUserStorageType; WriteMethod write_usmUserStatus; +#endif /* CYGPKG_SNMPAGENT_V3_SUPPORT */ + #endif /* _MIBGROUP_USMUSER_H */
