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

SNMP编程

开发平台:

Unix_Linux

  1. /*
  2.  * used to minimally build SCO UnixWare 7.1.0 using CCS 3.2 compiler - YMMV 
  3.  */
  4. #include <net-snmp/system/generic.h>
  5. /*
  6.  * using CCS "cc", "configure" does not find this item 
  7.  */
  8. #define HAVE_MEMCPY 1
  9. /*
  10.  * so, undo the damage done earlier in config.h 
  11.  */
  12. #undef memcpy
  13. #undef memmove
  14. #define HAVE_GETHOSTBYNAME 1
  15. /*
  16.  * lie about this next define to avoid sa_len and sa_family MACROS !! 
  17.  */
  18. #define STRUCT_SOCKADDR_HAS_SA_UNION_SA_GENERIC_SA_FAMILY2 1
  19. /*
  20.  * this header requires queue_t, not easily done without kernel headers 
  21.  */
  22. #undef HAVE_NETINET_IN_PCB_H