- win32config.h.in: updated
- xmlversion.h.in: crap forgot to update this, this mean 2.1.0
  lacks iconv support :-( need to release 2.1.1
- configure.in: release 2.1.1
- HTMLparser: fixed bug #14784
- xpath.c HTMLparser.c encoding.c parser.c: fix warning raised
  by Windows compiler
- HTMLparser.c SAX.c HTMLtree.h tree.h: create HTML document in
  the SAX startDocument() callback.
- TODO: updated
- rebuild doc
Daniel
diff --git a/xmlversion.h.in b/xmlversion.h.in
index b5edc09..fa50afd 100644
--- a/xmlversion.h.in
+++ b/xmlversion.h.in
@@ -55,6 +55,15 @@
 #endif
 
 /*
+ * Whether iconv support is available
+ */
+#if @WITH_ICONV@
+#define LIBXML_ICONV_ENABLED
+#else
+#define LIBXML_ICONV_DISABLED
+#endif
+
+/*
  * Whether Debugging module is configured in
  */
 #if @WITH_DEBUG@