summaryrefslogtreecommitdiff
path: root/include/libxml/xinclude.h
diff options
context:
space:
mode:
authorMike Hommey <mh@glandium.org>2004-07-06 12:57:17 +0000
committerMike Hommey <mh@glandium.org>2004-07-06 12:57:17 +0000
commitc14c53a3645d81281058d4bb4cff24fa8d6faf33 (patch)
tree29bccc2e7499af078a3d1cdcfb517a1dee891be5 /include/libxml/xinclude.h
parentd4e028c96af89ade493b440d4f2de6b684c03a06 (diff)
downloadlibxml2-upstream/2.6.11.tar.gz
Load /tmp/tmp.DIvcnD/libxml2-2.6.11 intoupstream/2.6.11
packages/libxml2/branches/upstream/current.
Diffstat (limited to 'include/libxml/xinclude.h')
-rw-r--r--include/libxml/xinclude.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/libxml/xinclude.h b/include/libxml/xinclude.h
index 880a280..4bb0aab 100644
--- a/include/libxml/xinclude.h
+++ b/include/libxml/xinclude.h
@@ -16,6 +16,8 @@
#include <libxml/xmlversion.h>
#include <libxml/tree.h>
+#ifdef LIBXML_XINCLUDE_ENABLED
+
#ifdef __cplusplus
extern "C" {
#endif
@@ -113,4 +115,7 @@ XMLPUBFUN int XMLCALL
#ifdef __cplusplus
}
#endif
+
+#endif /* LIBXML_XINCLUDE_ENABLED */
+
#endif /* __XML_XINCLUDE_H__ */