⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 svr5.h

📁 snmp的源代码,已经在我的ubuntu下编译通过
💻 H
字号:
/* * used to minimally build SCO UnixWare 7.1.0 using CCS 3.2 compiler - YMMV  */#include <net-snmp/system/generic.h>/* * using CCS "cc", "configure" does not find this item  */#define HAVE_MEMCPY 1/* * so, undo the damage done earlier in config.h  */#undef memcpy#undef memmove#define HAVE_GETHOSTBYNAME 1/* * lie about this next define to avoid sa_len and sa_family MACROS !!  */#define STRUCT_SOCKADDR_HAS_SA_UNION_SA_GENERIC_SA_FAMILY2 1/* * this header requires queue_t, not easily done without kernel headers  */#undef HAVE_NETINET_IN_PCB_H

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -