#ifndef NET_SNMP_INCLUDES_H #define NET_SNMP_INCLUDES_H /** * Convenience header file to pull in the full * Net-SNMP library API in one go, together with * certain commonly-required system header files. */ #ifndef NET_SNMP_CONFIG_H #error "Please include before this file" #endif #if HAVE_STRING_H #include #else #include #endif /* * The full Net-SNMP API */ #include #include #include #include #include #include #include #include #include #include #include #endif /* NET_SNMP_INCLUDES_H */