14 lines
337 B
Diff
14 lines
337 B
Diff
--- a/include/asterisk/xml.h
|
|
+++ b/include/asterisk/xml.h
|
|
@@ -246,10 +246,5 @@ struct ast_xml_node *ast_xml_xpath_get_f
|
|
*/
|
|
struct ast_xml_xpath_results *ast_xml_query(struct ast_xml_doc *doc, const char *xpath_str);
|
|
|
|
-/* Features using ast_xml_ */
|
|
-#ifdef HAVE_LIBXML2
|
|
-#define AST_XML_DOCS
|
|
-#endif
|
|
-
|
|
#endif /* _ASTERISK_XML_H */
|
|
|