| Index: third_party/libxml/linux/config.h
|
| diff --git a/third_party/libxml/linux/config.h b/third_party/libxml/linux/config.h
|
| index 5c6121b7822bfdd0f916573d66f25c874a9433e4..f3d4f75f1fd9ad65a71359f61a2f2df0615b13db 100644
|
| --- a/third_party/libxml/linux/config.h
|
| +++ b/third_party/libxml/linux/config.h
|
| @@ -158,7 +158,6 @@
|
|
|
| /* Define to 1 if you have the `rand_r' function. */
|
|
|
| -
|
| /* Define to 1 if you have the <resolv.h> header file. */
|
| #define HAVE_RESOLV_H 1
|
|
|
| @@ -275,7 +274,8 @@
|
| /* Define as const if the declaration of iconv() needs const. */
|
| /* #undef ICONV_CONST */
|
|
|
| -/* Define to the sub-directory where libtool stores uninstalled libraries. */
|
| +/* Define to the sub-directory in which libtool stores uninstalled libraries.
|
| + */
|
| #define LT_OBJDIR ".libs/"
|
|
|
| /* Name of package */
|
| @@ -312,7 +312,7 @@
|
| #define VA_LIST_IS_ARRAY 1
|
|
|
| /* Version number of package */
|
| -#define VERSION "2.9.3"
|
| +#define VERSION "2.9.4"
|
|
|
| /* Determine what socket length (socklen_t) data type is */
|
| #define XML_SOCKLEN_T socklen_t
|
|
|