openbsd.h
来自「开发snmp的开发包有两个开放的SNMP开发库」· C头文件 代码 · 共 20 行
H
20 行
#include "netbsd.h"#define netbsd1 netbsd1 /* we're really close to this */#define UVM#undef MBPOOL_SYMBOL#undef MCLPOOL_SYMBOL#undef TOTAL_MEMORY_SYMBOL/* at least OpenBSD/SPARC 3.7 doesn't define this */#ifndef UINT32_MAX#define UINT32_MAX (4294967295U)#endif/* define the extra mib modules that are supported */#define NETSNMP_INCLUDE_HOST_RESOURCES#ifdef NETSNMP_ENABLE_MFD_REWRITES#define NETSNMP_INCLUDE_IFTABLE_REWRITES#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?