summaryrefslogtreecommitdiff
path: root/include/libxml/DOCBparser.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libxml/DOCBparser.h')
-rw-r--r--include/libxml/DOCBparser.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/libxml/DOCBparser.h b/include/libxml/DOCBparser.h
index d30aaea..461d4ee 100644
--- a/include/libxml/DOCBparser.h
+++ b/include/libxml/DOCBparser.h
@@ -11,6 +11,9 @@
#ifndef __DOCB_PARSER_H__
#define __DOCB_PARSER_H__
#include <libxml/xmlversion.h>
+
+#ifdef LIBXML_DOCB_ENABLED
+
#include <libxml/parser.h>
#include <libxml/parserInternals.h>
@@ -87,4 +90,7 @@ XMLPUBFUN int XMLCALL
#ifdef __cplusplus
}
#endif
+
+#endif /* LIBXML_DOCB_ENABLED */
+
#endif /* __DOCB_PARSER_H__ */