/* */ #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_