jpayne@69
|
1 /* expat_config.h. Generated from expat_config.h.in by configure. */
|
jpayne@69
|
2 /* expat_config.h.in. Generated from configure.ac by autoheader. */
|
jpayne@69
|
3
|
jpayne@69
|
4 #ifndef EXPAT_CONFIG_H
|
jpayne@69
|
5 #define EXPAT_CONFIG_H 1
|
jpayne@69
|
6
|
jpayne@69
|
7 /* Define if building universal (internal helper macro) */
|
jpayne@69
|
8 /* #undef AC_APPLE_UNIVERSAL_BUILD */
|
jpayne@69
|
9
|
jpayne@69
|
10 /* 1234 = LILENDIAN, 4321 = BIGENDIAN */
|
jpayne@69
|
11 #define BYTEORDER 1234
|
jpayne@69
|
12
|
jpayne@69
|
13 /* Define to 1 if you have the `arc4random' function. */
|
jpayne@69
|
14 /* #undef HAVE_ARC4RANDOM */
|
jpayne@69
|
15
|
jpayne@69
|
16 /* Define to 1 if you have the `arc4random_buf' function. */
|
jpayne@69
|
17 /* #undef HAVE_ARC4RANDOM_BUF */
|
jpayne@69
|
18
|
jpayne@69
|
19 /* define if the compiler supports basic C++11 syntax */
|
jpayne@69
|
20 #define HAVE_CXX11 1
|
jpayne@69
|
21
|
jpayne@69
|
22 /* Define to 1 if you have the <dlfcn.h> header file. */
|
jpayne@69
|
23 #define HAVE_DLFCN_H 1
|
jpayne@69
|
24
|
jpayne@69
|
25 /* Define to 1 if you have the <fcntl.h> header file. */
|
jpayne@69
|
26 #define HAVE_FCNTL_H 1
|
jpayne@69
|
27
|
jpayne@69
|
28 /* Define to 1 if you have the `getpagesize' function. */
|
jpayne@69
|
29 #define HAVE_GETPAGESIZE 1
|
jpayne@69
|
30
|
jpayne@69
|
31 /* Define to 1 if you have the `getrandom' function. */
|
jpayne@69
|
32 /* #undef HAVE_GETRANDOM */
|
jpayne@69
|
33
|
jpayne@69
|
34 /* Define to 1 if you have the <inttypes.h> header file. */
|
jpayne@69
|
35 #define HAVE_INTTYPES_H 1
|
jpayne@69
|
36
|
jpayne@69
|
37 /* Define to 1 if you have the `bsd' library (-lbsd). */
|
jpayne@69
|
38 /* #undef HAVE_LIBBSD */
|
jpayne@69
|
39
|
jpayne@69
|
40 /* Define to 1 if you have a working `mmap' system call. */
|
jpayne@69
|
41 #define HAVE_MMAP 1
|
jpayne@69
|
42
|
jpayne@69
|
43 /* Define to 1 if you have the <stdint.h> header file. */
|
jpayne@69
|
44 #define HAVE_STDINT_H 1
|
jpayne@69
|
45
|
jpayne@69
|
46 /* Define to 1 if you have the <stdio.h> header file. */
|
jpayne@69
|
47 #define HAVE_STDIO_H 1
|
jpayne@69
|
48
|
jpayne@69
|
49 /* Define to 1 if you have the <stdlib.h> header file. */
|
jpayne@69
|
50 #define HAVE_STDLIB_H 1
|
jpayne@69
|
51
|
jpayne@69
|
52 /* Define to 1 if you have the <strings.h> header file. */
|
jpayne@69
|
53 #define HAVE_STRINGS_H 1
|
jpayne@69
|
54
|
jpayne@69
|
55 /* Define to 1 if you have the <string.h> header file. */
|
jpayne@69
|
56 #define HAVE_STRING_H 1
|
jpayne@69
|
57
|
jpayne@69
|
58 /* Define to 1 if you have `syscall' and `SYS_getrandom'. */
|
jpayne@69
|
59 #define HAVE_SYSCALL_GETRANDOM 1
|
jpayne@69
|
60
|
jpayne@69
|
61 /* Define to 1 if you have the <sys/param.h> header file. */
|
jpayne@69
|
62 #define HAVE_SYS_PARAM_H 1
|
jpayne@69
|
63
|
jpayne@69
|
64 /* Define to 1 if you have the <sys/stat.h> header file. */
|
jpayne@69
|
65 #define HAVE_SYS_STAT_H 1
|
jpayne@69
|
66
|
jpayne@69
|
67 /* Define to 1 if you have the <sys/types.h> header file. */
|
jpayne@69
|
68 #define HAVE_SYS_TYPES_H 1
|
jpayne@69
|
69
|
jpayne@69
|
70 /* Define to 1 if you have the <unistd.h> header file. */
|
jpayne@69
|
71 #define HAVE_UNISTD_H 1
|
jpayne@69
|
72
|
jpayne@69
|
73 /* Define to the sub-directory where libtool stores uninstalled libraries. */
|
jpayne@69
|
74 #define LT_OBJDIR ".libs/"
|
jpayne@69
|
75
|
jpayne@69
|
76 /* Name of package */
|
jpayne@69
|
77 #define PACKAGE "expat"
|
jpayne@69
|
78
|
jpayne@69
|
79 /* Define to the address where bug reports for this package should be sent. */
|
jpayne@69
|
80 #define PACKAGE_BUGREPORT "https://github.com/libexpat/libexpat/issues"
|
jpayne@69
|
81
|
jpayne@69
|
82 /* Define to the full name of this package. */
|
jpayne@69
|
83 #define PACKAGE_NAME "expat"
|
jpayne@69
|
84
|
jpayne@69
|
85 /* Define to the full name and version of this package. */
|
jpayne@69
|
86 #define PACKAGE_STRING "expat 2.6.4"
|
jpayne@69
|
87
|
jpayne@69
|
88 /* Define to the one symbol short name of this package. */
|
jpayne@69
|
89 #define PACKAGE_TARNAME "expat"
|
jpayne@69
|
90
|
jpayne@69
|
91 /* Define to the home page for this package. */
|
jpayne@69
|
92 #define PACKAGE_URL ""
|
jpayne@69
|
93
|
jpayne@69
|
94 /* Define to the version of this package. */
|
jpayne@69
|
95 #define PACKAGE_VERSION "2.6.4"
|
jpayne@69
|
96
|
jpayne@69
|
97 /* Define to 1 if all of the C90 standard headers exist (not just the ones
|
jpayne@69
|
98 required in a freestanding environment). This macro is provided for
|
jpayne@69
|
99 backward compatibility; new code need not use it. */
|
jpayne@69
|
100 #define STDC_HEADERS 1
|
jpayne@69
|
101
|
jpayne@69
|
102 /* Version number of package */
|
jpayne@69
|
103 #define VERSION "2.6.4"
|
jpayne@69
|
104
|
jpayne@69
|
105 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
|
jpayne@69
|
106 significant byte first (like Motorola and SPARC, unlike Intel). */
|
jpayne@69
|
107 #if defined AC_APPLE_UNIVERSAL_BUILD
|
jpayne@69
|
108 # if defined __BIG_ENDIAN__
|
jpayne@69
|
109 # define WORDS_BIGENDIAN 1
|
jpayne@69
|
110 # endif
|
jpayne@69
|
111 #else
|
jpayne@69
|
112 # ifndef WORDS_BIGENDIAN
|
jpayne@69
|
113 /* # undef WORDS_BIGENDIAN */
|
jpayne@69
|
114 # endif
|
jpayne@69
|
115 #endif
|
jpayne@69
|
116
|
jpayne@69
|
117 /* Define to allow retrieving the byte offsets for attribute names and values.
|
jpayne@69
|
118 */
|
jpayne@69
|
119 /* #undef XML_ATTR_INFO */
|
jpayne@69
|
120
|
jpayne@69
|
121 /* Define to specify how much context to retain around the current parse
|
jpayne@69
|
122 point, 0 to disable. */
|
jpayne@69
|
123 #define XML_CONTEXT_BYTES 1024
|
jpayne@69
|
124
|
jpayne@69
|
125 /* Define to include code reading entropy from `/dev/urandom'. */
|
jpayne@69
|
126 #define XML_DEV_URANDOM 1
|
jpayne@69
|
127
|
jpayne@69
|
128 /* Define to make parameter entity parsing functionality available. */
|
jpayne@69
|
129 #define XML_DTD 1
|
jpayne@69
|
130
|
jpayne@69
|
131 /* Define as 1/0 to enable/disable support for general entities. */
|
jpayne@69
|
132 #define XML_GE 1
|
jpayne@69
|
133
|
jpayne@69
|
134 /* Define to make XML Namespaces functionality available. */
|
jpayne@69
|
135 #define XML_NS 1
|
jpayne@69
|
136
|
jpayne@69
|
137 /* Define to empty if `const' does not conform to ANSI C. */
|
jpayne@69
|
138 /* #undef const */
|
jpayne@69
|
139
|
jpayne@69
|
140 /* Define to `long int' if <sys/types.h> does not define. */
|
jpayne@69
|
141 /* #undef off_t */
|
jpayne@69
|
142
|
jpayne@69
|
143 #endif // ndef EXPAT_CONFIG_H
|