diff options
author | setser <setser@yandex-team.ru> | 2022-05-09 00:13:37 +0300 |
---|---|---|
committer | setser <setser@yandex-team.ru> | 2022-05-09 00:13:37 +0300 |
commit | e87e3fc8d0e04eb7ba3eee221bb91613b527ad85 (patch) | |
tree | 5279c128bdbdf902b9a08d9fae8e55b91910a553 /contrib/libs/libxml/config-linux.h | |
parent | f4f3e4024a1f32bd0bc3fa20239025a1b179e42d (diff) | |
download | ydb-e87e3fc8d0e04eb7ba3eee221bb91613b527ad85.tar.gz |
Update libxml to 2.9.13
ref:f572491d236694e847142c36f0f5546c649e05d7
Diffstat (limited to 'contrib/libs/libxml/config-linux.h')
-rw-r--r-- | contrib/libs/libxml/config-linux.h | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/contrib/libs/libxml/config-linux.h b/contrib/libs/libxml/config-linux.h index 86d1ad76f3..04bc93369e 100644 --- a/contrib/libs/libxml/config-linux.h +++ b/contrib/libs/libxml/config-linux.h @@ -1,6 +1,9 @@ /* config.h. Generated from config.h.in by configure. */ /* config.h.in. Generated from configure.ac by autoheader. */ +/* A form that will not confuse apibuild.py */ +#define ATTRIBUTE_DESTRUCTOR __attribute__((destructor)) + /* Type cast for the gethostbyname() argument */ #define GETHOSTBYNAME_ARG_CAST /**/ @@ -10,13 +13,17 @@ /* Define to 1 if you have the <arpa/nameser.h> header file. */ #define HAVE_ARPA_NAMESER_H 1 +/* Define if __attribute__((destructor)) is accepted */ +#define HAVE_ATTRIBUTE_DESTRUCTOR 1 + /* Whether struct sockaddr::__ss_family exists */ /* #undef HAVE_BROKEN_SS_FAMILY */ /* Define to 1 if you have the <ctype.h> header file. */ #define HAVE_CTYPE_H 1 -/* Define to 1 if you have the <dirent.h> header file. */ +/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. + */ #define HAVE_DIRENT_H 1 /* Define to 1 if you have the <dlfcn.h> header file. */ @@ -55,18 +62,9 @@ /* Define to 1 if you have the `isascii' function. */ #define HAVE_ISASCII 1 -/* Define if isinf is there */ -#define HAVE_ISINF /**/ - -/* Define if isnan is there */ -#define HAVE_ISNAN /**/ - /* Define if history library is there (-lhistory) */ /* #undef HAVE_LIBHISTORY */ -/* Define if pthread library is there (-lpthread) */ -#define HAVE_LIBPTHREAD /**/ - /* Define if readline library is there (-lreadline) */ /* #undef HAVE_LIBREADLINE */ @@ -85,9 +83,6 @@ /* Define to 1 if you have the <math.h> header file. */ #define HAVE_MATH_H 1 -/* 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. */ #define HAVE_MMAP 1 @@ -156,6 +151,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 @@ -219,7 +217,7 @@ #define HAVE_VSPRINTF 1 /* Define to 1 if you have the <zlib.h> header file. */ -#define HAVE_ZLIB_H 1 +/* #undef HAVE_ZLIB_H */ /* Whether __va_copy() is available */ /* #undef HAVE___VA_COPY */ @@ -237,24 +235,26 @@ #define PACKAGE_BUGREPORT "" /* Define to the full name of this package. */ -#define PACKAGE_NAME "" +#define PACKAGE_NAME "libxml2" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "" +#define PACKAGE_STRING "libxml2 2.9.13" /* Define to the one symbol short name of this package. */ -#define PACKAGE_TARNAME "" +#define PACKAGE_TARNAME "libxml2" /* Define to the home page for this package. */ #define PACKAGE_URL "" /* Define to the version of this package. */ -#define PACKAGE_VERSION "" +#define PACKAGE_VERSION "2.9.13" /* 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 */ @@ -264,7 +264,7 @@ #define VA_LIST_IS_ARRAY 1 /* Version number of package */ -#define VERSION "2.9.10" +#define VERSION "2.9.13" /* Determine what socket length (socklen_t) data type is */ #define XML_SOCKLEN_T socklen_t |