Merge "Activate the "XInclude" feature by default"
diff --git a/include/libxml/xmlversion.h b/include/libxml/xmlversion.h
index 9e6f66b..10ed269 100644
--- a/include/libxml/xmlversion.h
+++ b/include/libxml/xmlversion.h
@@ -255,7 +255,7 @@
  *
  * Whether XInclude is configured in
  */
-#if 0
+#if 1
 #define LIBXML_XINCLUDE_ENABLED
 #endif