-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathconfig.h
More file actions
35 lines (25 loc) · 958 Bytes
/
config.h
File metadata and controls
35 lines (25 loc) · 958 Bytes
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
/* 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 */
/* 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 */