1302385Sdelphij/* expat_config.h.in.  Generated from configure.ac 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
42247296Sdelphij/* Define to 1 if you have the <sys/param.h> header file. */
43247296Sdelphij#undef HAVE_SYS_PARAM_H
44247296Sdelphij
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
54302385Sdelphij/* Define to the sub-directory where libtool stores uninstalled libraries. */
55247296Sdelphij#undef LT_OBJDIR
56247296Sdelphij
57104349Sphk/* Define to the address where bug reports for this package should be sent. */
58104349Sphk#undef PACKAGE_BUGREPORT
59104349Sphk
60104349Sphk/* Define to the full name of this package. */
61104349Sphk#undef PACKAGE_NAME
62104349Sphk
63104349Sphk/* Define to the full name and version of this package. */
64104349Sphk#undef PACKAGE_STRING
65104349Sphk
66104349Sphk/* Define to the one symbol short name of this package. */
67104349Sphk#undef PACKAGE_TARNAME
68104349Sphk
69247296Sdelphij/* Define to the home page for this package. */
70247296Sdelphij#undef PACKAGE_URL
71247296Sdelphij
72104349Sphk/* Define to the version of this package. */
73104349Sphk#undef PACKAGE_VERSION
74104349Sphk
75104349Sphk/* Define to 1 if you have the ANSI C header files. */
76104349Sphk#undef STDC_HEADERS
77104349Sphk
78104349Sphk/* whether byteorder is bigendian */
79104349Sphk#undef WORDS_BIGENDIAN
80104349Sphk
81104349Sphk/* Define to specify how much context to retain around the current parse
82104349Sphk   point. */
83104349Sphk#undef XML_CONTEXT_BYTES
84104349Sphk
85104349Sphk/* Define to make parameter entity parsing functionality available. */
86104349Sphk#undef XML_DTD
87104349Sphk
88104349Sphk/* Define to make XML Namespaces functionality available. */
89104349Sphk#undef XML_NS
90104349Sphk
91178848Scokane/* Define to __FUNCTION__ or "" if `__func__' does not conform to ANSI C. */
92178848Scokane#undef __func__
93178848Scokane
94104349Sphk/* Define to empty if `const' does not conform to ANSI C. */
95104349Sphk#undef const
96104349Sphk
97247296Sdelphij/* Define to `long int' if <sys/types.h> does not define. */
98104349Sphk#undef off_t
99104349Sphk
100247296Sdelphij/* Define to `unsigned int' if <sys/types.h> does not define. */
101104349Sphk#undef size_t
102