added files
[bcm963xx.git] / userapps / opensource / net-snmp / include / net-snmp / definitions.h
1 #ifndef NET_SNMP_DEFINITIONS_H
2 #define NET_SNMP_DEFINITIONS_H
3
4     /**
5      *  Defined constants, and other similar enumerations.
6      */
7
8 #define MAX_OID_LEN         128 /* max subid's in an oid */
9
10 #define ONE_SEC         1000000L
11
12     /*
13      *  For the initial release, this will just refer to the
14      *  relevant UCD header files.
15      *    In due course, the relevant definitions will be
16      *  identified, and listed here directly.
17      *
18      *  But for the time being, this header file is primarily a placeholder,
19      *  to allow application writers to adopt the new header file names.
20      */
21
22 #include <net-snmp/types.h>     /* for oid */
23 #include <net-snmp/library/snmp_api.h>
24 #include <net-snmp/library/asn1.h>
25 #include <net-snmp/library/snmp_impl.h>
26 #include <net-snmp/library/snmp.h>
27 #include <net-snmp/library/snmp-tc.h>
28 /*
29  * #include <net-snmp/library/libsnmp.h> 
30  */
31
32 #endif                          /* NET_SNMP_DEFINITIONS_H */