From d1a324a427b3172cb733e3b851ce64a602fac1a5 Mon Sep 17 00:00:00 2001 From: Haibo Huang Date: Wed, 28 Oct 2020 22:19:36 -0700 Subject: Upgrade expat to R_2_2_10 (Keeping the `#if defined(__BIONIC__)` around the HAVE_SYSCALL_GETRANDOM define, which got dropped somehow.) Test: make Change-Id: I3a26a4ff32a2e6b53eb519f1ae09839f24b826d7 --- expat_config.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'expat_config.h') diff --git a/expat_config.h b/expat_config.h index d50bacdb..6e5653d3 100644 --- a/expat_config.h +++ b/expat_config.h @@ -56,7 +56,7 @@ #define HAVE_STRING_H 1 /* Define to 1 if you have `syscall' and `SYS_getrandom'. */ -#if defined(__BIONIC__) // Our prebuilt glibc 2.17 is too old. +#if defined(__BIONIC__) #define HAVE_SYSCALL_GETRANDOM 1 #endif @@ -85,7 +85,7 @@ #define PACKAGE_NAME "expat" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "expat 2.2.9" +#define PACKAGE_STRING "expat 2.2.10" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "expat" @@ -94,13 +94,13 @@ #define PACKAGE_URL "" /* Define to the version of this package. */ -#define PACKAGE_VERSION "2.2.9" +#define PACKAGE_VERSION "2.2.10" /* Define to 1 if you have the ANSI C header files. */ #define STDC_HEADERS 1 /* Version number of package */ -#define VERSION "2.2.9" +#define VERSION "2.2.10" /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel). */ -- cgit v1.2.3 From f648a2959a57425ab6618bf0466fda194815db8e Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Thu, 1 Apr 2021 15:10:13 -0700 Subject: Upgrade expat to R_2_3_0 Test: make Change-Id: I59fc27b318cf832555ce17d7c3747924901f5f1b --- expat_config.h | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'expat_config.h') diff --git a/expat_config.h b/expat_config.h index 6e5653d3..7253eb57 100644 --- a/expat_config.h +++ b/expat_config.h @@ -37,15 +37,15 @@ /* Define to 1 if you have the `bsd' library (-lbsd). */ /* #undef HAVE_LIBBSD */ -/* Define to 1 if you have the header file. */ -#define HAVE_MEMORY_H 1 - /* Define to 1 if you have a working `mmap' system call. */ #define HAVE_MMAP 1 /* Define to 1 if you have the header file. */ #define HAVE_STDINT_H 1 +/* Define to 1 if you have the header file. */ +#define HAVE_STDIO_H 1 + /* Define to 1 if you have the header file. */ #define HAVE_STDLIB_H 1 @@ -85,7 +85,7 @@ #define PACKAGE_NAME "expat" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "expat 2.2.10" +#define PACKAGE_STRING "expat 2.3.0" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "expat" @@ -94,13 +94,15 @@ #define PACKAGE_URL "" /* Define to the version of this package. */ -#define PACKAGE_VERSION "2.2.10" +#define PACKAGE_VERSION "2.3.0" -/* Define to 1 if you have the ANSI C header files. */ +/* Define to 1 if all of the C90 standard headers exist (not just the ones + required in a freestanding environment). This macro is provided for + backward compatibility; new code need not use it. */ #define STDC_HEADERS 1 /* Version number of package */ -#define VERSION "2.2.10" +#define VERSION "2.3.0" /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel). */ -- cgit v1.2.3