net-snmp 5.7
definitions.h
00001 #ifndef NET_SNMP_DEFINITIONS_H
00002 #define NET_SNMP_DEFINITIONS_H
00003 
00008 #define MAX_OID_LEN         128 /* max subid's in an oid */
00009 
00010 #define ONE_SEC         1000000L
00011 
00012     /*
00013      *  For the initial release, this will just refer to the
00014      *  relevant UCD header files.
00015      *    In due course, the relevant definitions will be
00016      *  identified, and listed here directly.
00017      *
00018      *  But for the time being, this header file is primarily a placeholder,
00019      *  to allow application writers to adopt the new header file names.
00020      */
00021 
00022 #include <net-snmp/types.h>     /* for oid */
00023 #include <net-snmp/library/snmp_api.h>
00024 #include <net-snmp/library/asn1.h>
00025 #include <net-snmp/library/snmp_impl.h>
00026 #include <net-snmp/library/snmp.h>
00027 #include <net-snmp/library/snmp-tc.h>
00028 /*
00029  * #include <net-snmp/library/libsnmp.h> 
00030  */
00031 
00032 #endif                          /* NET_SNMP_DEFINITIONS_H */