| Index: third_party/libxml/mac/include/libxml/xmlversion.h
|
| diff --git a/third_party/libxml/mac/include/libxml/xmlversion.h b/third_party/libxml/mac/include/libxml/xmlversion.h
|
| index ebf1374c1b7754d21ab43087889769a7b59e1d45..5a59c80dfaae946b7f2af01bfdd28d5ed5826331 100644
|
| --- a/third_party/libxml/mac/include/libxml/xmlversion.h
|
| +++ b/third_party/libxml/mac/include/libxml/xmlversion.h
|
| @@ -192,7 +192,7 @@ XMLPUBFUN void XMLCALL xmlCheckVersion(int version);
|
| *
|
| * Whether the DTD validation support is configured in
|
| */
|
| -#if 1
|
| +#if 0
|
| #define LIBXML_VALID_ENABLED
|
| #endif
|
|
|
| @@ -264,7 +264,7 @@ XMLPUBFUN void XMLCALL xmlCheckVersion(int version);
|
| *
|
| * Whether XInclude is configured in
|
| */
|
| -#if 1
|
| +#if 0
|
| #define LIBXML_XINCLUDE_ENABLED
|
| #endif
|
|
|
| @@ -363,7 +363,7 @@ XMLPUBFUN void XMLCALL xmlCheckVersion(int version);
|
| *
|
| * Whether the Schemas validation interfaces are compiled in
|
| */
|
| -#if 1
|
| +#if 0
|
| #define LIBXML_SCHEMAS_ENABLED
|
| #endif
|
|
|
|
|