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