1104349Sphk/* expat_config.h.in.  Generated from configure.in by autoheader.  */
2104349Sphk
3104349Sphk/* 1234 = LIL_ENDIAN, 4321 = BIGENDIAN */
4104349Sphk#undef BYTEORDER
5104349Sphk
6104349Sphk/* Define to 1 if you have the `bcopy' function. */
7104349Sphk#undef HAVE_BCOPY
8104349Sphk
9104349Sphk/* Define to 1 if you have the <dlfcn.h> header file. */
10104349Sphk#undef HAVE_DLFCN_H
11104349Sphk
12104349Sphk/* Define to 1 if you have the <fcntl.h> header file. */
13104349Sphk#undef HAVE_FCNTL_H
14104349Sphk
15104349Sphk/* Define to 1 if you have the `getpagesize' function. */
16104349Sphk#undef HAVE_GETPAGESIZE
17104349Sphk
18104349Sphk/* Define to 1 if you have the <inttypes.h> header file. */
19104349Sphk#undef HAVE_INTTYPES_H
20104349Sphk
21104349Sphk/* Define to 1 if you have the `memmove' function. */
22104349Sphk#undef HAVE_MEMMOVE
23104349Sphk
24104349Sphk/* Define to 1 if you have the <memory.h> header file. */
25104349Sphk#undef HAVE_MEMORY_H
26104349Sphk
27104349Sphk/* Define to 1 if you have a working `mmap' system call. */
28104349Sphk#undef HAVE_MMAP
29104349Sphk
30104349Sphk/* Define to 1 if you have the <stdint.h> header file. */
31104349Sphk#undef HAVE_STDINT_H
32104349Sphk
33104349Sphk/* Define to 1 if you have the <stdlib.h> header file. */
34104349Sphk#undef HAVE_STDLIB_H
35104349Sphk
36104349Sphk/* Define to 1 if you have the <strings.h> header file. */
37104349Sphk#undef HAVE_STRINGS_H
38104349Sphk
39104349Sphk/* Define to 1 if you have the <string.h> header file. */
40104349Sphk#undef HAVE_STRING_H
41104349Sphk
42247513Sdelphij/* Define to 1 if you have the <sys/param.h> header file. */
43247513Sdelphij#undef HAVE_SYS_PARAM_H
44247513Sdelphij
45104349Sphk/* Define to 1 if you have the <sys/stat.h> header file. */
46104349Sphk#undef HAVE_SYS_STAT_H
47104349Sphk
48104349Sphk/* Define to 1 if you have the <sys/types.h> header file. */
49104349Sphk#undef HAVE_SYS_TYPES_H
50104349Sphk
51104349Sphk/* Define to 1 if you have the <unistd.h> header file. */
52104349Sphk#undef HAVE_UNISTD_H
53104349Sphk
54247513Sdelphij/* Define to the sub-directory in which libtool stores uninstalled libraries.
55247513Sdelphij   */
56247513Sdelphij#undef LT_OBJDIR
57247513Sdelphij
58104349Sphk/* Define to the address where bug reports for this package should be sent. */
59104349Sphk#undef PACKAGE_BUGREPORT
60104349Sphk
61104349Sphk/* Define to the full name of this package. */
62104349Sphk#undef PACKAGE_NAME
63104349Sphk
64104349Sphk/* Define to the full name and version of this package. */
65104349Sphk#undef PACKAGE_STRING
66104349Sphk
67104349Sphk/* Define to the one symbol short name of this package. */
68104349Sphk#undef PACKAGE_TARNAME
69104349Sphk
70247513Sdelphij/* Define to the home page for this package. */
71247513Sdelphij#undef PACKAGE_URL
72247513Sdelphij
73104349Sphk/* Define to the version of this package. */
74104349Sphk#undef PACKAGE_VERSION
75104349Sphk
76104349Sphk/* Define to 1 if you have the ANSI C header files. */
77104349Sphk#undef STDC_HEADERS
78104349Sphk
79104349Sphk/* whether byteorder is bigendian */
80104349Sphk#undef WORDS_BIGENDIAN
81104349Sphk
82104349Sphk/* Define to specify how much context to retain around the current parse
83104349Sphk   point. */
84104349Sphk#undef XML_CONTEXT_BYTES
85104349Sphk
86104349Sphk/* Define to make parameter entity parsing functionality available. */
87104349Sphk#undef XML_DTD
88104349Sphk
89104349Sphk/* Define to make XML Namespaces functionality available. */
90104349Sphk#undef XML_NS
91104349Sphk
92178848Scokane/* Define to __FUNCTION__ or "" if `__func__' does not conform to ANSI C. */
93178848Scokane#undef __func__
94178848Scokane
95104349Sphk/* Define to empty if `const' does not conform to ANSI C. */
96104349Sphk#undef const
97104349Sphk
98247513Sdelphij/* Define to `long int' if <sys/types.h> does not define. */
99104349Sphk#undef off_t
100104349Sphk
101247513Sdelphij/* Define to `unsigned int' if <sys/types.h> does not define. */
102104349Sphk#undef size_t
103