Wes Hardaker | 1548ab9 | 2005-10-21 05:38:20 +0000 | [diff] [blame] | 1 | #ifndef SNMPTRAPD_DS_H |
| 2 | #define SNMPTRAPD_DS_H |
| 3 | |
| 4 | /* these must not conflict with agent's DS booleans */ |
| 5 | #define NETSNMP_DS_APP_NUMERIC_IP 16 |
| 6 | #define NETSNMP_DS_APP_NO_AUTHORIZATION 17 |
| 7 | |
Dave Shield | 587fab8 | 2007-08-16 15:24:47 +0000 | [diff] [blame] | 8 | /* |
| 9 | * NB: The NETSNMP_DS_APP_NO_AUTHORIZATION definition is repeated |
| 10 | * in the code file agent/mibgroup/mibII/vacm_conf.c |
| 11 | * If this definition is changed, it should be updated there too. |
| 12 | */ |
| 13 | |
Wes Hardaker | 1548ab9 | 2005-10-21 05:38:20 +0000 | [diff] [blame] | 14 | #endif /* SNMPTRAPD_DS_H */ |