1/* expat_config.h.cmake.  Based upon generated expat_config.h.in.  */
2
3/* 1234 = LIL_ENDIAN, 4321 = BIGENDIAN */
4#cmakedefine BYTEORDER @BYTEORDER@
5
6/* Define to 1 if you have the `arc4random' function. */
7#cmakedefine HAVE_ARC4RANDOM
8
9/* Define to 1 if you have the `arc4random_buf' function. */
10#cmakedefine HAVE_ARC4RANDOM_BUF
11
12/* Define to 1 if you have the `bcopy' function. */
13#cmakedefine HAVE_BCOPY
14
15/* Define to 1 if you have the <dlfcn.h> header file. */
16#cmakedefine HAVE_DLFCN_H
17
18/* Define to 1 if you have the <fcntl.h> header file. */
19#cmakedefine HAVE_FCNTL_H
20
21/* Define to 1 if you have the `getpagesize' function. */
22#cmakedefine HAVE_GETPAGESIZE
23
24/* Define to 1 if you have the `getrandom' function. */
25#cmakedefine HAVE_GETRANDOM
26
27/* Define to 1 if you have the <inttypes.h> header file. */
28#cmakedefine HAVE_INTTYPES_H
29
30/* Define to 1 if you have the `bsd' library (-lbsd). */
31#cmakedefine HAVE_LIBBSD
32
33/* Define to 1 if you have the `memmove' function. */
34#cmakedefine HAVE_MEMMOVE
35
36/* Define to 1 if you have the `getrandom' function. */
37#cmakedefine HAVE_GETRANDOM
38
39/* Define to 1 if you have the `SYS_getrandom' function. */
40#cmakedefine HAVE_SYSCALL_GETRANDOM
41
42/* Define to 1 if you have the `arc4random_buf' function. */
43#cmakedefine HAVE_ARC4RANDOM_BUF
44
45/* XXX(kitware): VTK is fine with low entropy. */
46#define XML_POOR_ENTROPY
47
48/* Define to 1 if you have the <memory.h> header file. */
49#cmakedefine HAVE_MEMORY_H
50
51/* Define to 1 if you have a working `mmap' system call. */
52#cmakedefine HAVE_MMAP
53
54/* Define to 1 if you have the <stdint.h> header file. */
55#cmakedefine HAVE_STDINT_H
56
57/* Define to 1 if you have the <stdlib.h> header file. */
58#cmakedefine HAVE_STDLIB_H
59
60/* Define to 1 if you have the <strings.h> header file. */
61#cmakedefine HAVE_STRINGS_H
62
63/* Define to 1 if you have the <string.h> header file. */
64#cmakedefine HAVE_STRING_H
65
66/* Define to 1 if you have `syscall' and `SYS_getrandom'. */
67#cmakedefine HAVE_SYSCALL_GETRANDOM
68
69/* Define to 1 if you have the <sys/stat.h> header file. */
70#cmakedefine HAVE_SYS_STAT_H
71
72/* Define to 1 if you have the <sys/types.h> header file. */
73#cmakedefine HAVE_SYS_TYPES_H
74
75/* Define to 1 if you have the <unistd.h> header file. */
76#cmakedefine HAVE_UNISTD_H
77
78/* Define to the address where bug reports for this package should be sent. */
79#cmakedefine PACKAGE_BUGREPORT
80
81/* Define to the full name of this package. */
82#cmakedefine PACKAGE_NAME
83
84/* Define to the full name and version of this package. */
85#cmakedefine PACKAGE_STRING
86
87/* Define to the one symbol short name of this package. */
88#cmakedefine PACKAGE_TARNAME
89
90/* Define to the version of this package. */
91#cmakedefine PACKAGE_VERSION
92
93/* Define to 1 if you have the ANSI C header files. */
94#cmakedefine STDC_HEADERS
95
96/* whether byteorder is bigendian */
97#cmakedefine WORDS_BIGENDIAN
98
99/* Define to specify how much context to retain around the current parse
100   point. */
101#cmakedefine XML_CONTEXT_BYTES @XML_CONTEXT_BYTES@
102
103/* Define to make parameter entity parsing functionality available. */
104#cmakedefine XML_DTD
105
106/* Define to make XML Namespaces functionality available. */
107#cmakedefine XML_NS
108
109/* Define to __FUNCTION__ or "" if `__func__' does not conform to ANSI C. */
110#ifdef _MSC_VER
111# define __func__ __FUNCTION__
112#endif
113
114/* Define to `long' if <sys/types.h> does not define. */
115#cmakedefine off_t @OFF_T@
116
117/* Define to `unsigned' if <sys/types.h> does not define. */
118#cmakedefine size_t @SIZE_T@
119