blob: 55c122629f725d7b32108f6c3428c69c0cc93b5c [file] [log] [blame]
Wes Hardaker1548ab92005-10-21 05:38:20 +00001#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 Shield587fab82007-08-16 15:24:47 +00008/*
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 Hardaker1548ab92005-10-21 05:38:20 +000014#endif /* SNMPTRAPD_DS_H */