[LIBXML2] Update to version 2.10.2. CORE-17766

This commit is contained in:
Thomas Faber 2022-11-20 10:42:25 -05:00
parent 0d5a4166a4
commit 1dbad942d8
No known key found for this signature in database
GPG key ID: 076E7C3D44720826
5 changed files with 28 additions and 9 deletions

View file

@ -55,9 +55,6 @@
/* Define to 1 if you have the <lzma.h> header file. */
/* #undef HAVE_LZMA_H */
/* Define to 1 if you have the <memory.h> header file. */
#define HAVE_MEMORY_H 1
/* Define to 1 if you have the `mmap' function. */
/* #undef HAVE_MMAP */
@ -102,6 +99,9 @@
/* Define to 1 if you have the <stdint.h> header file. */
#define HAVE_STDINT_H 1
/* Define to 1 if you have the <stdio.h> header file. */
#define HAVE_STDIO_H 1
/* Define to 1 if you have the <stdlib.h> header file. */
#define HAVE_STDLIB_H 1
@ -174,7 +174,9 @@
/* Type cast for the send() function 2nd arg */
#define SEND_ARG2_CAST
/* 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
/* Support for IPv6 */
@ -184,7 +186,7 @@
/* #undef VA_LIST_IS_ARRAY */
/* Version number of package */
#define VERSION "2.10.1"
#define VERSION "2.10.2"
/* Determine what socket length (socklen_t) data type is */
#define XML_SOCKLEN_T int