| Index: third_party/expat/files/lib/expat_config.h
|
| diff --git a/third_party/expat/files/lib/expat_config.h b/third_party/expat/files/lib/expat_config.h
|
| index 72bdec22c3fbc42abf48aa6b783e7fe5f170f49c..d5971ef724179fec558cbc3b5ba8d802da6798f0 100644
|
| --- a/third_party/expat/files/lib/expat_config.h
|
| +++ b/third_party/expat/files/lib/expat_config.h
|
| @@ -3,22 +3,15 @@
|
| #ifndef THIRD_PARTY_EXPAT_V2_0_1_SOURCE_LIB_EXPAT_CONFIG_H__
|
| #define THIRD_PARTY_EXPAT_V2_0_1_SOURCE_LIB_EXPAT_CONFIG_H__
|
|
|
| -/* expat_config.h. Generated by configure. */
|
| +/* expat_config.h. Generated from expat_config.h.in by configure. */
|
| /* expat_config.h.in. Generated from configure.in by autoheader. */
|
|
|
| /* 1234 = LIL_ENDIAN, 4321 = BIGENDIAN */
|
| -#if defined __BIG_ENDIAN__ // OSX and PPC => big endian; predefined gcc macro
|
| -#define BYTEORDER 4321
|
| -#else
|
| #define BYTEORDER 1234
|
| -#endif
|
|
|
| /* Define to 1 if you have the `bcopy' function. */
|
| #define HAVE_BCOPY 1
|
|
|
| -/* Define to 1 if you have the <check.h> header file. */
|
| -/* #undef HAVE_CHECK_H */
|
| -
|
| /* Define to 1 if you have the <dlfcn.h> header file. */
|
| #define HAVE_DLFCN_H 1
|
|
|
| @@ -52,6 +45,9 @@
|
| /* Define to 1 if you have the <string.h> header file. */
|
| #define HAVE_STRING_H 1
|
|
|
| +/* Define to 1 if you have the <sys/param.h> header file. */
|
| +#define HAVE_SYS_PARAM_H 1
|
| +
|
| /* Define to 1 if you have the <sys/stat.h> header file. */
|
| #define HAVE_SYS_STAT_H 1
|
|
|
| @@ -61,20 +57,27 @@
|
| /* Define to 1 if you have the <unistd.h> header file. */
|
| #define HAVE_UNISTD_H 1
|
|
|
| +/* Define to the sub-directory in which libtool stores uninstalled libraries.
|
| + */
|
| +#define LT_OBJDIR ".libs/"
|
| +
|
| /* Define to the address where bug reports for this package should be sent. */
|
| -#define PACKAGE_BUGREPORT "expat-bugs@mail.libexpat.org"
|
| +#define PACKAGE_BUGREPORT "expat-bugs@libexpat.org"
|
|
|
| /* Define to the full name of this package. */
|
| #define PACKAGE_NAME "expat"
|
|
|
| /* Define to the full name and version of this package. */
|
| -#define PACKAGE_STRING "expat 1.95.8"
|
| +#define PACKAGE_STRING "expat 2.1.0"
|
|
|
| /* Define to the one symbol short name of this package. */
|
| #define PACKAGE_TARNAME "expat"
|
|
|
| +/* Define to the home page for this package. */
|
| +#define PACKAGE_URL ""
|
| +
|
| /* Define to the version of this package. */
|
| -#define PACKAGE_VERSION "1.95.8"
|
| +#define PACKAGE_VERSION "2.1.0"
|
|
|
| /* Define to 1 if you have the ANSI C header files. */
|
| #define STDC_HEADERS 1
|
| @@ -92,13 +95,16 @@
|
| /* Define to make XML Namespaces functionality available. */
|
| #define XML_NS 1
|
|
|
| +/* Define to __FUNCTION__ or "" if `__func__' does not conform to ANSI C. */
|
| +/* #undef __func__ */
|
| +
|
| /* Define to empty if `const' does not conform to ANSI C. */
|
| /* #undef const */
|
|
|
| -/* Define to `long' if <sys/types.h> does not define. */
|
| +/* Define to `long int' if <sys/types.h> does not define. */
|
| /* #undef off_t */
|
|
|
| -/* Define to `unsigned' if <sys/types.h> does not define. */
|
| +/* Define to `unsigned int' if <sys/types.h> does not define. */
|
| /* #undef size_t */
|
|
|
| #endif // THIRD_PARTY_EXPAT_V2_0_1_SOURCE_LIB_EXPAT_CONFIG_H__
|
|
|