@@ -108,7 +108,7 @@ XMLPUBFUN void XMLCALL xmlCheckVersion(int version);
108
108
*
109
109
* Whether the DOM like tree manipulation API support is configured in
110
110
*/
111
- #if 1
111
+ #if 0
112
112
#define LIBXML_TREE_ENABLED
113
113
#endif
114
114
@@ -117,7 +117,7 @@ XMLPUBFUN void XMLCALL xmlCheckVersion(int version);
117
117
*
118
118
* Whether the serialization/saving support is configured in
119
119
*/
120
- #if 1
120
+ #if 0
121
121
#define LIBXML_OUTPUT_ENABLED
122
122
#endif
123
123
@@ -135,7 +135,7 @@ XMLPUBFUN void XMLCALL xmlCheckVersion(int version);
135
135
*
136
136
* Whether the xmlReader parsing interface is configured in
137
137
*/
138
- #if 1
138
+ #if 0
139
139
#define LIBXML_READER_ENABLED
140
140
#endif
141
141
@@ -144,7 +144,7 @@ XMLPUBFUN void XMLCALL xmlCheckVersion(int version);
144
144
*
145
145
* Whether the xmlPattern node selection interface is configured in
146
146
*/
147
- #if 1
147
+ #if 0
148
148
#define LIBXML_PATTERN_ENABLED
149
149
#endif
150
150
@@ -153,7 +153,7 @@ XMLPUBFUN void XMLCALL xmlCheckVersion(int version);
153
153
*
154
154
* Whether the xmlWriter saving interface is configured in
155
155
*/
156
- #if 1
156
+ #if 0
157
157
#define LIBXML_WRITER_ENABLED
158
158
#endif
159
159
@@ -180,7 +180,7 @@ XMLPUBFUN void XMLCALL xmlCheckVersion(int version);
180
180
*
181
181
* Whether the HTTP support is configured in
182
182
*/
183
- #if 1
183
+ #if 0
184
184
#define LIBXML_HTTP_ENABLED
185
185
#endif
186
186
@@ -198,7 +198,7 @@ XMLPUBFUN void XMLCALL xmlCheckVersion(int version);
198
198
*
199
199
* Whether the HTML support is configured in
200
200
*/
201
- #if 1
201
+ #if 0
202
202
#define LIBXML_HTML_ENABLED
203
203
#endif
204
204
@@ -216,7 +216,7 @@ XMLPUBFUN void XMLCALL xmlCheckVersion(int version);
216
216
*
217
217
* Whether the Canonicalization support is configured in
218
218
*/
219
- #if 1
219
+ #if 0
220
220
#define LIBXML_C14N_ENABLED
221
221
#endif
222
222
@@ -225,7 +225,7 @@ XMLPUBFUN void XMLCALL xmlCheckVersion(int version);
225
225
*
226
226
* Whether the Catalog support is configured in
227
227
*/
228
- #if 1
228
+ #if 0
229
229
#define LIBXML_CATALOG_ENABLED
230
230
#endif
231
231
@@ -234,7 +234,7 @@ XMLPUBFUN void XMLCALL xmlCheckVersion(int version);
234
234
*
235
235
* Whether XPath is configured in
236
236
*/
237
- #if 1
237
+ #if 0
238
238
#define LIBXML_XPATH_ENABLED
239
239
#endif
240
240
@@ -243,7 +243,7 @@ XMLPUBFUN void XMLCALL xmlCheckVersion(int version);
243
243
*
244
244
* Whether XPointer is configured in
245
245
*/
246
- #if 1
246
+ #if 0
247
247
#define LIBXML_XPTR_ENABLED
248
248
#endif
249
249
@@ -261,7 +261,7 @@ XMLPUBFUN void XMLCALL xmlCheckVersion(int version);
261
261
*
262
262
* Whether XInclude is configured in
263
263
*/
264
- #if 1
264
+ #if 0
265
265
#define LIBXML_XINCLUDE_ENABLED
266
266
#endif
267
267
@@ -297,7 +297,7 @@ XMLPUBFUN void XMLCALL xmlCheckVersion(int version);
297
297
*
298
298
* Whether Debugging module is configured in
299
299
*/
300
- #if 1
300
+ #if 0
301
301
#define LIBXML_DEBUG_ENABLED
302
302
#endif
303
303
@@ -333,7 +333,7 @@ XMLPUBFUN void XMLCALL xmlCheckVersion(int version);
333
333
*
334
334
* Whether the regular expressions interfaces are compiled in
335
335
*/
336
- #if 1
336
+ #if 0
337
337
#define LIBXML_REGEXP_ENABLED
338
338
#endif
339
339
@@ -342,7 +342,7 @@ XMLPUBFUN void XMLCALL xmlCheckVersion(int version);
342
342
*
343
343
* Whether the automata interfaces are compiled in
344
344
*/
345
- #if 1
345
+ #if 0
346
346
#define LIBXML_AUTOMATA_ENABLED
347
347
#endif
348
348
@@ -362,7 +362,7 @@ XMLPUBFUN void XMLCALL xmlCheckVersion(int version);
362
362
*
363
363
* Whether the Schemas validation interfaces are compiled in
364
364
*/
365
- #if 1
365
+ #if 0
366
366
#define LIBXML_SCHEMAS_ENABLED
367
367
#endif
368
368
@@ -371,7 +371,7 @@ XMLPUBFUN void XMLCALL xmlCheckVersion(int version);
371
371
*
372
372
* Whether the Schematron validation interfaces are compiled in
373
373
*/
374
- #if 1
374
+ #if 0
375
375
#define LIBXML_SCHEMATRON_ENABLED
376
376
#endif
377
377
@@ -380,7 +380,7 @@ XMLPUBFUN void XMLCALL xmlCheckVersion(int version);
380
380
*
381
381
* Whether the module interfaces are compiled in
382
382
*/
383
- #if 1
383
+ #if 0
384
384
#define LIBXML_MODULES_ENABLED
385
385
/**
386
386
* LIBXML_MODULE_EXTENSION:
0 commit comments