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