00001 #ifndef NET_SNMP_DEFINITIONS_H
00002 #define NET_SNMP_DEFINITIONS_H
00003
00008 #define MAX_OID_LEN 128
00009
00010 #define ONE_SEC 1000000L
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022 #include <net-snmp/types.h>
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
00030
00031
00032 #endif