/* * A simple helpful wrapper to include lots of agent specific include * * files for people wanting to embed and snmp agent into an external * * application */ #ifndef NET_SNMP_AGENT_INCLUDES_H #define NET_SNMP_AGENT_INCLUDES_H #include #include #include #include #include #include #include #include #include #include #include #endif /* NET_SNMP_AGENT_INCLUDES_H */