1*** xmlversion.in.h.orig 2--- xmlversion.in.h 3*************** 4*** 120,126 **** 5 * 6 * Whether the serialization/saving support is configured in 7 */ 8! #if 1 9 #define LIBXML_OUTPUT_ENABLED 10 #endif 11 12--- 120,126 ---- 13 * 14 * Whether the serialization/saving support is configured in 15 */ 16! #if 0 17 #define LIBXML_OUTPUT_ENABLED 18 #endif 19 20*************** 21*** 129,135 **** 22 * 23 * Whether the push parsing interfaces are configured in 24 */ 25! #if 1 26 #define LIBXML_PUSH_ENABLED 27 #endif 28 29--- 129,135 ---- 30 * 31 * Whether the push parsing interfaces are configured in 32 */ 33! #if 0 34 #define LIBXML_PUSH_ENABLED 35 #endif 36 37*************** 38*** 138,144 **** 39 * 40 * Whether the xmlReader parsing interface is configured in 41 */ 42! #if 1 43 #define LIBXML_READER_ENABLED 44 #endif 45 46--- 138,144 ---- 47 * 48 * Whether the xmlReader parsing interface is configured in 49 */ 50! #if 0 51 #define LIBXML_READER_ENABLED 52 #endif 53 54*************** 55*** 156,162 **** 56 * 57 * Whether the xmlWriter saving interface is configured in 58 */ 59! #if 1 60 #define LIBXML_WRITER_ENABLED 61 #endif 62 63--- 156,162 ---- 64 * 65 * Whether the xmlWriter saving interface is configured in 66 */ 67! #if 0 68 #define LIBXML_WRITER_ENABLED 69 #endif 70 71*************** 72*** 246,252 **** 73 * 74 * Whether XPath is configured in 75 */ 76! #if 1 77 #define LIBXML_XPATH_ENABLED 78 #endif 79 80--- 246,252 ---- 81 * 82 * Whether XPath is configured in 83 */ 84! #if 0 85 #define LIBXML_XPATH_ENABLED 86 #endif 87 88*************** 89*** 255,261 **** 90 * 91 * Whether XPointer is configured in 92 */ 93! #if 1 94 #define LIBXML_XPTR_ENABLED 95 #endif 96 97--- 255,261 ---- 98 * 99 * Whether XPointer is configured in 100 */ 101! #if 0 102 #define LIBXML_XPTR_ENABLED 103 #endif 104 105*************** 106*** 273,279 **** 107 * 108 * Whether iconv support is available 109 */ 110! #if 1 111 #define LIBXML_ICONV_ENABLED 112 #endif 113 114--- 273,279 ---- 115 * 116 * Whether iconv support is available 117 */ 118! #if 0 119 #define LIBXML_ICONV_ENABLED 120 #endif 121 122