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

SNMP编程

开发平台:

Unix_Linux

  1. /*
  2.  * A simple helpful wrapper to include lots of agent specific include
  3.  * * files for people wanting to embed and snmp agent into an external
  4.  * * application
  5.  */
  6. #ifndef NET_SNMP_AGENT_INCLUDES_H
  7. #define NET_SNMP_AGENT_INCLUDES_H
  8. #include <net-snmp/agent/snmp_agent.h>
  9. #include <net-snmp/agent/snmp_vars.h>
  10. #include <net-snmp/agent/ds_agent.h>
  11. #include <net-snmp/agent/agent_handler.h>
  12. #include <net-snmp/agent/agent_read_config.h>
  13. #include <net-snmp/agent/agent_trap.h>
  14. #include <net-snmp/agent/agent_handler.h>
  15. #include <net-snmp/agent/all_helpers.h>
  16. #include <net-snmp/agent/var_struct.h>
  17. #include <net-snmp/agent/mib_module_config.h>
  18. #include <net-snmp/agent/agent_module_config.h>
  19. #endif                          /* NET_SNMP_AGENT_INCLUDES_H */