mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-07 13:49:18 +00:00
Merge "Build System: Fix --disable-xmldoc option." into 13
This commit is contained in:
@@ -10,6 +10,9 @@
|
||||
/* Define to 1 if internal poll should be used. */
|
||||
#undef AST_POLL_COMPAT
|
||||
|
||||
/* Define to enable XML documentation. */
|
||||
#undef AST_XML_DOCS
|
||||
|
||||
/* Define to 1 if your system's implementation of mutexes supports comparison
|
||||
of a mutex to its initializer. */
|
||||
#undef CAN_COMPARE_MUTEX_TO_INIT_VALUE
|
||||
|
@@ -246,10 +246,5 @@ struct ast_xml_node *ast_xml_xpath_get_first_result(struct ast_xml_xpath_results
|
||||
*/
|
||||
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 */
|
||||
|
||||
|
Reference in New Issue
Block a user