mibincl.h
来自「snmp的源代码,已经在我的ubuntu下编译通过」· C头文件 代码 · 共 53 行
H
53 行
/* * mibincl.h */#include <stdio.h>#include <sys/types.h>#if HAVE_STDLIB_H#include <stdlib.h>#endif#if HAVE_MALLOC_H#include <malloc.h>#endif#if TIME_WITH_SYS_TIME# ifdef WIN32# include <sys/timeb.h># else# include <sys/time.h># endif# include <time.h>#else# if HAVE_SYS_TIME_H# include <sys/time.h># else# include <time.h># endif#endif#include <net-snmp/agent/mib_module_config.h>#include <net-snmp/library/asn1.h>#include <net-snmp/library/snmp_api.h>#include <net-snmp/library/snmp_impl.h>#include <net-snmp/library/snmp_client.h>#include <net-snmp/agent/snmp_vars.h>#include <net-snmp/agent/agent_read_config.h>#include <net-snmp/agent/agent_handler.h>#include <net-snmp/agent/agent_registry.h>#include <net-snmp/agent/var_struct.h>#include <net-snmp/library/snmp.h>#include <net-snmp/library/mib.h>#include <net-snmp/library/snmp_debug.h>#include <net-snmp/library/snmp_logging.h>#include <net-snmp/library/snmp_alarm.h>#include <net-snmp/library/read_config.h>#include <net-snmp/library/tools.h>#include <net-snmp/agent/agent_trap.h>#include <net-snmp/library/callback.h>#define u_char unsigned char#define u_short unsigned short
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?