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

SNMP编程

开发平台:

Unix_Linux

  1. #include <net-snmp/system/generic.h>
  2. #define osf4
  3. /* Needed by <sys/socket.h> to give us the correct sockaddr structures */
  4. #ifndef _SOCKADDR_LEN
  5. #define _SOCKADDR_LEN
  6. #endif
  7. #undef TCP_TTL_SYMBOL
  8. #define TCP_TTL_SYMBOL "tcp_ttl"
  9. /* var_route.c nlist symbols */
  10. #undef RTTABLES_SYMBOL
  11. #define RTTABLES_SYMBOL "rtable"
  12. #undef RTHASHSIZE_SYMBOL
  13. #define RTHASHSIZE_SYMBOL "rhash_size"
  14. #ifndef __GNUC__
  15. #  undef NETSNMP_ENABLE_INLINE
  16. #  define NETSNMP_ENABLE_INLINE 0
  17. #endif