xref: /aosp_15_r20/external/libxml2/config.h (revision 7c5688314b92172186c154356a6374bf7684c3ca)
1*7c568831SAndroid Build Coastguard Worker /* config.h.  Generated from config.h.in by configure.  */
2*7c568831SAndroid Build Coastguard Worker /* config.h.in.  Generated from configure.ac by autoheader.  */
3*7c568831SAndroid Build Coastguard Worker 
4*7c568831SAndroid Build Coastguard Worker /* Define to 1 if you have the declaration of `getentropy', and to 0 if you
5*7c568831SAndroid Build Coastguard Worker    don't. */
6*7c568831SAndroid Build Coastguard Worker /* #undef HAVE_DECL_GETENTROPY */
7*7c568831SAndroid Build Coastguard Worker 
8*7c568831SAndroid Build Coastguard Worker /* Define to 1 if you have the declaration of `glob', and to 0 if you don't.
9*7c568831SAndroid Build Coastguard Worker    */
10*7c568831SAndroid Build Coastguard Worker #define HAVE_DECL_GLOB 1
11*7c568831SAndroid Build Coastguard Worker 
12*7c568831SAndroid Build Coastguard Worker /* Define to 1 if you have the declaration of `mmap', and to 0 if you don't.
13*7c568831SAndroid Build Coastguard Worker    */
14*7c568831SAndroid Build Coastguard Worker #define HAVE_DECL_MMAP 1
15*7c568831SAndroid Build Coastguard Worker 
16*7c568831SAndroid Build Coastguard Worker /* Define to 1 if you have the <dlfcn.h> header file. */
17*7c568831SAndroid Build Coastguard Worker #define HAVE_DLFCN_H 1
18*7c568831SAndroid Build Coastguard Worker 
19*7c568831SAndroid Build Coastguard Worker /* Have dlopen based dso */
20*7c568831SAndroid Build Coastguard Worker #define HAVE_DLOPEN /**/
21*7c568831SAndroid Build Coastguard Worker 
22*7c568831SAndroid Build Coastguard Worker /* Define to 1 if the system has the `destructor' function attribute */
23*7c568831SAndroid Build Coastguard Worker #define HAVE_FUNC_ATTRIBUTE_DESTRUCTOR 1
24*7c568831SAndroid Build Coastguard Worker 
25*7c568831SAndroid Build Coastguard Worker /* Define to 1 if you have the <inttypes.h> header file. */
26*7c568831SAndroid Build Coastguard Worker #define HAVE_INTTYPES_H 1
27*7c568831SAndroid Build Coastguard Worker 
28*7c568831SAndroid Build Coastguard Worker /* Define if history library is available */
29*7c568831SAndroid Build Coastguard Worker /* #undef HAVE_LIBHISTORY */
30*7c568831SAndroid Build Coastguard Worker 
31*7c568831SAndroid Build Coastguard Worker /* Define if readline library is available */
32*7c568831SAndroid Build Coastguard Worker /* #undef HAVE_LIBREADLINE */
33*7c568831SAndroid Build Coastguard Worker 
34*7c568831SAndroid Build Coastguard Worker /* Define to 1 if you have the <lzma.h> header file. */
35*7c568831SAndroid Build Coastguard Worker /* #undef HAVE_LZMA_H */
36*7c568831SAndroid Build Coastguard Worker 
37*7c568831SAndroid Build Coastguard Worker /* Define to 1 if you have the <poll.h> header file. */
38*7c568831SAndroid Build Coastguard Worker #define HAVE_POLL_H 1
39*7c568831SAndroid Build Coastguard Worker 
40*7c568831SAndroid Build Coastguard Worker /* Define to 1 if you have the <pthread.h> header file. */
41*7c568831SAndroid Build Coastguard Worker #define HAVE_PTHREAD_H 1
42*7c568831SAndroid Build Coastguard Worker 
43*7c568831SAndroid Build Coastguard Worker /* Have shl_load based dso */
44*7c568831SAndroid Build Coastguard Worker /* #undef HAVE_SHLLOAD */
45*7c568831SAndroid Build Coastguard Worker 
46*7c568831SAndroid Build Coastguard Worker /* Define to 1 if you have the <stdint.h> header file. */
47*7c568831SAndroid Build Coastguard Worker #define HAVE_STDINT_H 1
48*7c568831SAndroid Build Coastguard Worker 
49*7c568831SAndroid Build Coastguard Worker /* Define to 1 if you have the <stdio.h> header file. */
50*7c568831SAndroid Build Coastguard Worker #define HAVE_STDIO_H 1
51*7c568831SAndroid Build Coastguard Worker 
52*7c568831SAndroid Build Coastguard Worker /* Define to 1 if you have the <stdlib.h> header file. */
53*7c568831SAndroid Build Coastguard Worker #define HAVE_STDLIB_H 1
54*7c568831SAndroid Build Coastguard Worker 
55*7c568831SAndroid Build Coastguard Worker /* Define to 1 if you have the <strings.h> header file. */
56*7c568831SAndroid Build Coastguard Worker #define HAVE_STRINGS_H 1
57*7c568831SAndroid Build Coastguard Worker 
58*7c568831SAndroid Build Coastguard Worker /* Define to 1 if you have the <string.h> header file. */
59*7c568831SAndroid Build Coastguard Worker #define HAVE_STRING_H 1
60*7c568831SAndroid Build Coastguard Worker 
61*7c568831SAndroid Build Coastguard Worker /* Define to 1 if you have the <sys/stat.h> header file. */
62*7c568831SAndroid Build Coastguard Worker #define HAVE_SYS_STAT_H 1
63*7c568831SAndroid Build Coastguard Worker 
64*7c568831SAndroid Build Coastguard Worker /* Define to 1 if you have the <sys/types.h> header file. */
65*7c568831SAndroid Build Coastguard Worker #define HAVE_SYS_TYPES_H 1
66*7c568831SAndroid Build Coastguard Worker 
67*7c568831SAndroid Build Coastguard Worker /* Define to 1 if you have the <unistd.h> header file. */
68*7c568831SAndroid Build Coastguard Worker #define HAVE_UNISTD_H 1
69*7c568831SAndroid Build Coastguard Worker 
70*7c568831SAndroid Build Coastguard Worker /* Define to 1 if you have the <zlib.h> header file. */
71*7c568831SAndroid Build Coastguard Worker /* #undef HAVE_ZLIB_H */
72*7c568831SAndroid Build Coastguard Worker 
73*7c568831SAndroid Build Coastguard Worker /* Define to the sub-directory where libtool stores uninstalled libraries. */
74*7c568831SAndroid Build Coastguard Worker #define LT_OBJDIR ".libs/"
75*7c568831SAndroid Build Coastguard Worker 
76*7c568831SAndroid Build Coastguard Worker /* Name of package */
77*7c568831SAndroid Build Coastguard Worker #define PACKAGE "libxml2"
78*7c568831SAndroid Build Coastguard Worker 
79*7c568831SAndroid Build Coastguard Worker /* Define to the address where bug reports for this package should be sent. */
80*7c568831SAndroid Build Coastguard Worker #define PACKAGE_BUGREPORT ""
81*7c568831SAndroid Build Coastguard Worker 
82*7c568831SAndroid Build Coastguard Worker /* Define to the full name of this package. */
83*7c568831SAndroid Build Coastguard Worker #define PACKAGE_NAME "libxml2"
84*7c568831SAndroid Build Coastguard Worker 
85*7c568831SAndroid Build Coastguard Worker /* Define to the full name and version of this package. */
86*7c568831SAndroid Build Coastguard Worker #define PACKAGE_STRING "libxml2 2.14.0"
87*7c568831SAndroid Build Coastguard Worker 
88*7c568831SAndroid Build Coastguard Worker /* Define to the one symbol short name of this package. */
89*7c568831SAndroid Build Coastguard Worker #define PACKAGE_TARNAME "libxml2"
90*7c568831SAndroid Build Coastguard Worker 
91*7c568831SAndroid Build Coastguard Worker /* Define to the home page for this package. */
92*7c568831SAndroid Build Coastguard Worker #define PACKAGE_URL ""
93*7c568831SAndroid Build Coastguard Worker 
94*7c568831SAndroid Build Coastguard Worker /* Define to the version of this package. */
95*7c568831SAndroid Build Coastguard Worker #define PACKAGE_VERSION "2.14.0"
96*7c568831SAndroid Build Coastguard Worker 
97*7c568831SAndroid Build Coastguard Worker /* Define to 1 if all of the C90 standard headers exist (not just the ones
98*7c568831SAndroid Build Coastguard Worker    required in a freestanding environment). This macro is provided for
99*7c568831SAndroid Build Coastguard Worker    backward compatibility; new code need not use it. */
100*7c568831SAndroid Build Coastguard Worker #define STDC_HEADERS 1
101*7c568831SAndroid Build Coastguard Worker 
102*7c568831SAndroid Build Coastguard Worker /* Version number of package */
103*7c568831SAndroid Build Coastguard Worker #define VERSION "2.14.0"
104*7c568831SAndroid Build Coastguard Worker 
105*7c568831SAndroid Build Coastguard Worker /* TLS specifier */
106*7c568831SAndroid Build Coastguard Worker #define XML_THREAD_LOCAL _Thread_local
107