summaryrefslogtreecommitdiff
path: root/include/libxml/xmlwin32version.h.in
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2005-07-23 15:00:22 +0000
committerDaniel Veillard <veillard@src.gnome.org>2005-07-23 15:00:22 +0000
commited6c54971fdb7fa37c183b1a36c2e581c750984b (patch)
tree7e2efd0a67f0235f78049b8f707088d1f55b8763 /include/libxml/xmlwin32version.h.in
parent041c5ffa5cd579ddd44d5fb6c177cd10605c39da (diff)
downloadlibxml2-ed6c54971fdb7fa37c183b1a36c2e581c750984b.tar.gz
changed xmlPatterncompile signature to pass an int and not an enum since
* pattern.c include/libxml/pattern.h: changed xmlPatterncompile signature to pass an int and not an enum since it can generate ABI compat troubles. * include/libxml/schematron.h schematron.c: adding the new schematron code, work in progress lots to be left and needing testing * include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h.in Makefile.am configure.in: integration of schematron into the build * xpath.c include/libxml/xpath.h: adding flags to control compilation options right now just XML_XPATH_CHECKNS. Daniel
Diffstat (limited to 'include/libxml/xmlwin32version.h.in')
-rw-r--r--include/libxml/xmlwin32version.h.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/libxml/xmlwin32version.h.in b/include/libxml/xmlwin32version.h.in
index 24e3471f..544d5a97 100644
--- a/include/libxml/xmlwin32version.h.in
+++ b/include/libxml/xmlwin32version.h.in
@@ -166,6 +166,15 @@ extern void xmlCheckVersion(int version);
#endif
/**
+ * LIBXML_SCHEMATRON_ENABLED:
+ *
+ * Whether the Schematron validation interfaces are compiled in
+ */
+#if 1
+#define LIBXML_SCHEMATRON_ENABLED
+#endif
+
+/**
* LIBXML_ICONV_ENABLED:
*
* Whether iconv support is available