1302305Sdelphij/* expat_config.h.in.  Generated from configure.ac by autoheader.  */
2104349Sphk
3355604Sdelphij/* Define if building universal (internal helper macro) */
4355604Sdelphij#undef AC_APPLE_UNIVERSAL_BUILD
5355604Sdelphij
6355604Sdelphij/* 1234 = LILENDIAN, 4321 = BIGENDIAN */
7104349Sphk#undef BYTEORDER
8104349Sphk
9355604Sdelphij/* Define to 1 if you have the `arc4random' function. */
10355604Sdelphij#undef HAVE_ARC4RANDOM
11104349Sphk
12355604Sdelphij/* Define to 1 if you have the `arc4random_buf' function. */
13355604Sdelphij#undef HAVE_ARC4RANDOM_BUF
14355604Sdelphij
15104349Sphk/* Define to 1 if you have the <dlfcn.h> header file. */
16104349Sphk#undef HAVE_DLFCN_H
17104349Sphk
18104349Sphk/* Define to 1 if you have the <fcntl.h> header file. */
19104349Sphk#undef HAVE_FCNTL_H
20104349Sphk
21104349Sphk/* Define to 1 if you have the `getpagesize' function. */
22104349Sphk#undef HAVE_GETPAGESIZE
23104349Sphk
24355604Sdelphij/* Define to 1 if you have the `getrandom' function. */
25355604Sdelphij#undef HAVE_GETRANDOM
26355604Sdelphij
27104349Sphk/* Define to 1 if you have the <inttypes.h> header file. */
28104349Sphk#undef HAVE_INTTYPES_H
29104349Sphk
30355604Sdelphij/* Define to 1 if you have the `bsd' library (-lbsd). */
31355604Sdelphij#undef HAVE_LIBBSD
32104349Sphk
33104349Sphk/* Define to 1 if you have the <memory.h> header file. */
34104349Sphk#undef HAVE_MEMORY_H
35104349Sphk
36104349Sphk/* Define to 1 if you have a working `mmap' system call. */
37104349Sphk#undef HAVE_MMAP
38104349Sphk
39104349Sphk/* Define to 1 if you have the <stdint.h> header file. */
40104349Sphk#undef HAVE_STDINT_H
41104349Sphk
42104349Sphk/* Define to 1 if you have the <stdlib.h> header file. */
43104349Sphk#undef HAVE_STDLIB_H
44104349Sphk
45104349Sphk/* Define to 1 if you have the <strings.h> header file. */
46104349Sphk#undef HAVE_STRINGS_H
47104349Sphk
48104349Sphk/* Define to 1 if you have the <string.h> header file. */
49104349Sphk#undef HAVE_STRING_H
50104349Sphk
51355604Sdelphij/* Define to 1 if you have `syscall' and `SYS_getrandom'. */
52355604Sdelphij#undef HAVE_SYSCALL_GETRANDOM
53355604Sdelphij
54247296Sdelphij/* Define to 1 if you have the <sys/param.h> header file. */
55247296Sdelphij#undef HAVE_SYS_PARAM_H
56247296Sdelphij
57104349Sphk/* Define to 1 if you have the <sys/stat.h> header file. */
58104349Sphk#undef HAVE_SYS_STAT_H
59104349Sphk
60104349Sphk/* Define to 1 if you have the <sys/types.h> header file. */
61104349Sphk#undef HAVE_SYS_TYPES_H
62104349Sphk
63104349Sphk/* Define to 1 if you have the <unistd.h> header file. */
64104349Sphk#undef HAVE_UNISTD_H
65104349Sphk
66302305Sdelphij/* Define to the sub-directory where libtool stores uninstalled libraries. */
67247296Sdelphij#undef LT_OBJDIR
68247296Sdelphij
69355604Sdelphij/* Name of package */
70355604Sdelphij#undef PACKAGE
71355604Sdelphij
72104349Sphk/* Define to the address where bug reports for this package should be sent. */
73104349Sphk#undef PACKAGE_BUGREPORT
74104349Sphk
75104349Sphk/* Define to the full name of this package. */
76104349Sphk#undef PACKAGE_NAME
77104349Sphk
78104349Sphk/* Define to the full name and version of this package. */
79104349Sphk#undef PACKAGE_STRING
80104349Sphk
81104349Sphk/* Define to the one symbol short name of this package. */
82104349Sphk#undef PACKAGE_TARNAME
83104349Sphk
84247296Sdelphij/* Define to the home page for this package. */
85247296Sdelphij#undef PACKAGE_URL
86247296Sdelphij
87104349Sphk/* Define to the version of this package. */
88104349Sphk#undef PACKAGE_VERSION
89104349Sphk
90104349Sphk/* Define to 1 if you have the ANSI C header files. */
91104349Sphk#undef STDC_HEADERS
92104349Sphk
93355604Sdelphij/* Version number of package */
94355604Sdelphij#undef VERSION
95104349Sphk
96355604Sdelphij/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
97355604Sdelphij   significant byte first (like Motorola and SPARC, unlike Intel). */
98355604Sdelphij#if defined AC_APPLE_UNIVERSAL_BUILD
99355604Sdelphij# if defined __BIG_ENDIAN__
100355604Sdelphij#  define WORDS_BIGENDIAN 1
101355604Sdelphij# endif
102355604Sdelphij#else
103355604Sdelphij# ifndef WORDS_BIGENDIAN
104355604Sdelphij#  undef WORDS_BIGENDIAN
105355604Sdelphij# endif
106355604Sdelphij#endif
107355604Sdelphij
108355604Sdelphij/* Define to allow retrieving the byte offsets for attribute names and values.
109355604Sdelphij   */
110355604Sdelphij#undef XML_ATTR_INFO
111355604Sdelphij
112104349Sphk/* Define to specify how much context to retain around the current parse
113104349Sphk   point. */
114104349Sphk#undef XML_CONTEXT_BYTES
115104349Sphk
116355604Sdelphij/* Define to include code reading entropy from `/dev/urandom'. */
117355604Sdelphij#undef XML_DEV_URANDOM
118355604Sdelphij
119104349Sphk/* Define to make parameter entity parsing functionality available. */
120104349Sphk#undef XML_DTD
121104349Sphk
122104349Sphk/* Define to make XML Namespaces functionality available. */
123104349Sphk#undef XML_NS
124104349Sphk
125104349Sphk/* Define to empty if `const' does not conform to ANSI C. */
126104349Sphk#undef const
127104349Sphk
128247296Sdelphij/* Define to `long int' if <sys/types.h> does not define. */
129104349Sphk#undef off_t
130104349Sphk
131247296Sdelphij/* Define to `unsigned int' if <sys/types.h> does not define. */
132104349Sphk#undef size_t
133