1/* expat_config.h.  Generated by configure.  */
2/* expat_config.h.in.  Generated from configure.in by autoheader.  */
3
4/* 1234 = LIL_ENDIAN, 4321 = BIGENDIAN */
5#ifdef __BIG_ENDIAN__
6#define BYTEORDER 4321
7#else
8#define BYTEORDER 1234
9#endif
10
11/* Define to 1 if you have the `bcopy' function. */
12#define HAVE_BCOPY 1
13
14/* Define to 1 if you have the <dlfcn.h> header file. */
15#define HAVE_DLFCN_H 1
16
17/* Define to 1 if you have the <fcntl.h> header file. */
18#define HAVE_FCNTL_H 1
19
20/* Define to 1 if you have the `getpagesize' function. */
21#define HAVE_GETPAGESIZE 1
22
23/* Define to 1 if you have the <inttypes.h> header file. */
24#define HAVE_INTTYPES_H 1
25
26/* Define to 1 if you have the `memmove' function. */
27#define HAVE_MEMMOVE 1
28
29/* Define to 1 if you have the <memory.h> header file. */
30#define HAVE_MEMORY_H 1
31
32/* Define to 1 if you have a working `mmap' system call. */
33#define HAVE_MMAP 1
34
35/* Define to 1 if you have the <stdint.h> header file. */
36#define HAVE_STDINT_H 1
37
38/* Define to 1 if you have the <stdlib.h> header file. */
39#define HAVE_STDLIB_H 1
40
41/* Define to 1 if you have the <strings.h> header file. */
42#define HAVE_STRINGS_H 1
43
44/* Define to 1 if you have the <string.h> header file. */
45#define HAVE_STRING_H 1
46
47/* Define to 1 if you have the <sys/stat.h> header file. */
48#define HAVE_SYS_STAT_H 1
49
50/* Define to 1 if you have the <sys/types.h> header file. */
51#define HAVE_SYS_TYPES_H 1
52
53/* Define to 1 if you have the <unistd.h> header file. */
54#define HAVE_UNISTD_H 1
55
56/* Define to the address where bug reports for this package should be sent. */
57#define PACKAGE_BUGREPORT "expat-bugs@libexpat.org"
58
59/* Define to the full name of this package. */
60#define PACKAGE_NAME "expat"
61
62/* Define to the full name and version of this package. */
63#define PACKAGE_STRING "expat 2.0.1"
64
65/* Define to the one symbol short name of this package. */
66#define PACKAGE_TARNAME "expat"
67
68/* Define to the version of this package. */
69#define PACKAGE_VERSION "2.0.1"
70
71/* Define to 1 if you have the ANSI C header files. */
72#define STDC_HEADERS 1
73
74/* whether byteorder is bigendian */
75/* #undef WORDS_BIGENDIAN */
76
77/* Define to specify how much context to retain around the current parse
78   point. */
79#define XML_CONTEXT_BYTES 1024
80
81/* Define to make parameter entity parsing functionality available. */
82#define XML_DTD 1
83
84/* Define to make XML Namespaces functionality available. */
85#define XML_NS 1
86
87/* Define to __FUNCTION__ or "" if `__func__' does not conform to ANSI C. */
88/* #undef __func__ */
89
90/* Define to empty if `const' does not conform to ANSI C. */
91/* #undef const */
92
93/* Define to `long' if <sys/types.h> does not define. */
94/* #undef off_t */
95
96/* Define to `unsigned' if <sys/types.h> does not define. */
97/* #undef size_t */
98