mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 16:12:58 +00:00
[LIBXML2] Update to version 2.10.2. CORE-17766
This commit is contained in:
parent
0d5a4166a4
commit
1dbad942d8
5 changed files with 28 additions and 9 deletions
12
sdk/lib/3rdparty/libxml2/config.h
vendored
12
sdk/lib/3rdparty/libxml2/config.h
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue