summaryrefslogtreecommitdiff
path: root/include/libxml/xmlwin32version.h.in
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2001-09-10 20:16:32 +0000
committerDaniel Veillard <veillard@src.gnome.org>2001-09-10 20:16:32 +0000
commit7cf5e448274048e5dfb9bfb878d4ed406bc52b93 (patch)
tree950e670add39e33c4212afc17f5c69ee5a5dc7ed /include/libxml/xmlwin32version.h.in
parentbce623325ccf7e5c97c34ffd64d37521e7719234 (diff)
downloadlibxml2-7cf5e448274048e5dfb9bfb878d4ed406bc52b93.tar.gz
Tried to close bug #60131 Daniel
* libxml.h include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h include/libxml/xmlwin32version.h.in: Tried to close bug #60131 Daniel
Diffstat (limited to 'include/libxml/xmlwin32version.h.in')
-rw-r--r--include/libxml/xmlwin32version.h.in11
1 files changed, 9 insertions, 2 deletions
diff --git a/include/libxml/xmlwin32version.h.in b/include/libxml/xmlwin32version.h.in
index 52072858..d305851f 100644
--- a/include/libxml/xmlwin32version.h.in
+++ b/include/libxml/xmlwin32version.h.in
@@ -51,13 +51,20 @@ extern void xmlCheckVersion(int version);
*/
#define LIBXML_TEST_VERSION xmlCheckVersion(@LIBXML_VERSION_NUMBER@);
+#if 0
/**
* WITH_TRIO:
*
- * Whether the trio support need to be configured in
+ * defined if the trio support need to be configured in
*/
-#if 0
#define WITH_TRIO
+#else
+/**
+ * WITHOUT_TRIO:
+ *
+ * defined if the trio support should not be configured in
+ */
+#define WITHOUT_TRIO
#endif
/**