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