-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathconfig.h
38 lines (27 loc) · 1.02 KB
/
config.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
/* Define to 1 if you have the declaration of 'getentropy', and to 0 if you
don't. */
#define HAVE_DECL_GETENTROPY 0
/* Define to 1 if you have the declaration of 'glob', and to 0 if you don't.
*/
#define HAVE_DECL_GLOB 0
/* Define to 1 if you have the declaration of 'mmap', and to 0 if you don't.
*/
#define HAVE_DECL_MMAP 0
/* Define if __attribute__((destructor)) is accepted */
/* #undef HAVE_FUNC_ATTRIBUTE_DESTRUCTOR */
/* Have dlopen based dso */
/* #undef HAVE_DLOPEN */
/* Define if history library is there (-lhistory) */
/* #undef HAVE_LIBHISTORY */
/* Define if readline library is there (-lreadline) */
/* #undef HAVE_LIBREADLINE */
/* Define to 1 if you have the <poll.h> header file. */
/* #undef HAVE_POLL_H */
/* Have shl_load based dso */
/* #undef HAVE_SHLLOAD */
/* Define to 1 if you have the <stdint.h> header file. */
#define HAVE_STDINT_H 1
/* System configuration directory (/etc) */
#define XML_SYSCONFDIR "C:/Program Files (x86)/libxml2/etc"
/* TLS specifier */
/* #undef XML_THREAD_LOCAL */