net-snmp 5.7
|
00001 /* 00002 * A simple helpful wrapper to include lots of agent specific include 00003 * * files for people wanting to embed and snmp agent into an external 00004 * * application 00005 */ 00006 #ifndef NET_SNMP_AGENT_INCLUDES_H 00007 #define NET_SNMP_AGENT_INCLUDES_H 00008 00009 #include <net-snmp/agent/mib_module_config.h> 00010 #include <net-snmp/agent/agent_module_config.h> 00011 00012 #include <net-snmp/agent/snmp_agent.h> 00013 #include <net-snmp/agent/snmp_vars.h> 00014 #include <net-snmp/agent/ds_agent.h> 00015 #include <net-snmp/agent/agent_handler.h> 00016 #include <net-snmp/agent/agent_read_config.h> 00017 #include <net-snmp/agent/agent_trap.h> 00018 #include <net-snmp/agent/agent_handler.h> 00019 #include <net-snmp/agent/all_helpers.h> 00020 #include <net-snmp/agent/var_struct.h> 00021 00022 #endif /* NET_SNMP_AGENT_INCLUDES_H */