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