/* */ #ifndef D_XML_RPC_REQUEST_PROCESSOR_H #define D_XML_RPC_REQUEST_PROCESSOR_H #include "common.h" #ifdef HAVE_LIBXML2 # include "Xml2XmlRpcRequestProcessor.h" #elif HAVE_LIBEXPAT # include "ExpatXmlRpcRequestProcessor.h" #endif // HAVE_LIBEXPAT #endif // D_XML_RPC_REQUEST_PROCESSOR_H