| Index: third_party/libxml/mac/config.h
|
| diff --git a/third_party/libxml/mac/config.h b/third_party/libxml/mac/config.h
|
| index d17857b89990ea312bc76386700538b4988b8fb9..16646ec2b31c57c153f2ef2192ca68cb6451da24 100644
|
| --- a/third_party/libxml/mac/config.h
|
| +++ b/third_party/libxml/mac/config.h
|
| @@ -29,7 +29,7 @@
|
| #define HAVE_DLFCN_H 1
|
|
|
| /* Have dlopen based dso */
|
| -#define HAVE_DLOPEN /**/
|
| +/* #undef HAVE_DLOPEN */
|
|
|
| /* Define to 1 if you have the <dl.h> header file. */
|
| /* #undef HAVE_DL_H */
|
| @@ -98,7 +98,7 @@
|
| /* #undef HAVE_LIBREADLINE */
|
|
|
| /* Have compression library */
|
| -#define HAVE_LIBZ 1
|
| +/* #undef HAVE_LIBZ */
|
|
|
| /* Define to 1 if you have the <limits.h> header file. */
|
| #define HAVE_LIMITS_H 1
|
| @@ -264,7 +264,7 @@
|
| #define HAVE_VSPRINTF 1
|
|
|
| /* Define to 1 if you have the <zlib.h> header file. */
|
| -#define HAVE_ZLIB_H 1
|
| +/* #undef HAVE_ZLIB_H */
|
|
|
| /* Define to 1 if you have the `_stat' function. */
|
| /* #undef HAVE__STAT */
|
|
|