definitions.h
上传用户:wxp200602
上传日期:2007-10-30
资源大小:4028k
文件大小:1k
源码类别:

SNMP编程

开发平台:

Unix_Linux

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