xref: /aosp_15_r20/external/libxml2/config.h.cmake.in (revision 7c5688314b92172186c154356a6374bf7684c3ca)
1/* Define to 1 if you have the declaration of 'getentropy', and to 0 if you
2   don't. */
3#cmakedefine01 HAVE_DECL_GETENTROPY
4
5/* Define to 1 if you have the declaration of 'glob', and to 0 if you don't.
6   */
7#cmakedefine01 HAVE_DECL_GLOB
8
9/* Define to 1 if you have the declaration of 'mmap', and to 0 if you don't.
10   */
11#cmakedefine01 HAVE_DECL_MMAP
12
13/* Define if __attribute__((destructor)) is accepted */
14#cmakedefine HAVE_FUNC_ATTRIBUTE_DESTRUCTOR 1
15
16/* Have dlopen based dso */
17#cmakedefine HAVE_DLOPEN 1
18
19/* Define if history library is there (-lhistory) */
20#cmakedefine HAVE_LIBHISTORY 1
21
22/* Define if readline library is there (-lreadline) */
23#cmakedefine HAVE_LIBREADLINE 1
24
25/* Define to 1 if you have the <poll.h> header file. */
26#cmakedefine HAVE_POLL_H 1
27
28/* Have shl_load based dso */
29#cmakedefine HAVE_SHLLOAD 1
30
31/* Define to 1 if you have the <stdint.h> header file. */
32#cmakedefine HAVE_STDINT_H 1
33
34/* Version number of package */
35#cmakedefine VERSION "@VERSION@"
36
37/* TLS specifier */
38#cmakedefine XML_THREAD_LOCAL @XML_THREAD_LOCAL@
39