summaryrefslogtreecommitdiff
path: root/include/libxml/xmlwin32version.h.in
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2003-07-30 15:12:01 +0000
committerDaniel Veillard <veillard@src.gnome.org>2003-07-30 15:12:01 +0000
commit01fc1a9d5a3929c3903fbb49ff4c6d719d8e46e4 (patch)
treee659329550c75daad50d92aaf42d7dd132c30a3a /include/libxml/xmlwin32version.h.in
parentc2664641740126714bb363bd6b5f65f724031c83 (diff)
downloadlibxml2-01fc1a9d5a3929c3903fbb49ff4c6d719d8e46e4.tar.gz
applying patch from Peter Jacobi to added ISO-8859-x encoding support when
* encoding.c: applying patch from Peter Jacobi to added ISO-8859-x encoding support when iconv is not available * configure.in include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h.in: added the glue needed at the configure level and made it the default for Windows 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 2ed3ffb0..ead2c03d 100644
--- a/include/libxml/xmlwin32version.h.in
+++ b/include/libxml/xmlwin32version.h.in
@@ -167,6 +167,15 @@ extern void xmlCheckVersion(int version);
#endif
/**
+ * LIBXML_ISO8859X_ENABLED:
+ *
+ * Whether ISO-8859-* support is made available in case iconv is not
+ */
+#if 1
+#define LIBXML_ISO8859X_ENABLED
+#endif
+
+/**
* LIBXML_DEBUG_ENABLED:
*
* Whether Debugging module is configured in