expat_config.h.in revision 104349
1130803Smarcel/* expat_config.h.in.  Generated from configure.in by autoheader.  */
2130803Smarcel
3130803Smarcel/* 1234 = LIL_ENDIAN, 4321 = BIGENDIAN */
4130803Smarcel#undef BYTEORDER
5130803Smarcel
6130803Smarcel/* Define to 1 if you have the `bcopy' function. */
7130803Smarcel#undef HAVE_BCOPY
8130803Smarcel
9130803Smarcel/* Define to 1 if you have the <dlfcn.h> header file. */
10130803Smarcel#undef HAVE_DLFCN_H
11130803Smarcel
12130803Smarcel/* Define to 1 if you have the <fcntl.h> header file. */
13130803Smarcel#undef HAVE_FCNTL_H
14130803Smarcel
15130803Smarcel/* Define to 1 if you have the `getpagesize' function. */
16130803Smarcel#undef HAVE_GETPAGESIZE
17130803Smarcel
18130803Smarcel/* Define to 1 if you have the <inttypes.h> header file. */
19130803Smarcel#undef HAVE_INTTYPES_H
20130803Smarcel
21130803Smarcel/* Define to 1 if you have the `memmove' function. */
22130803Smarcel#undef HAVE_MEMMOVE
23130803Smarcel
24130803Smarcel/* Define to 1 if you have the <memory.h> header file. */
25130803Smarcel#undef HAVE_MEMORY_H
26130803Smarcel
27130803Smarcel/* Define to 1 if you have a working `mmap' system call. */
28130803Smarcel#undef HAVE_MMAP
29130803Smarcel
30130803Smarcel/* Define to 1 if you have the <stdint.h> header file. */
31130803Smarcel#undef HAVE_STDINT_H
32130803Smarcel
33130803Smarcel/* Define to 1 if you have the <stdlib.h> header file. */
34130803Smarcel#undef HAVE_STDLIB_H
35130803Smarcel
36130803Smarcel/* Define to 1 if you have the <strings.h> header file. */
37130803Smarcel#undef HAVE_STRINGS_H
38130803Smarcel
39130803Smarcel/* Define to 1 if you have the <string.h> header file. */
40130803Smarcel#undef HAVE_STRING_H
41130803Smarcel
42130803Smarcel/* Define to 1 if you have the <sys/stat.h> header file. */
43130803Smarcel#undef HAVE_SYS_STAT_H
44130803Smarcel
45130803Smarcel/* Define to 1 if you have the <sys/types.h> header file. */
46130803Smarcel#undef HAVE_SYS_TYPES_H
47130803Smarcel
48130803Smarcel/* Define to 1 if you have the <unistd.h> header file. */
49130803Smarcel#undef HAVE_UNISTD_H
50130803Smarcel
51130803Smarcel/* Define to the address where bug reports for this package should be sent. */
52130803Smarcel#undef PACKAGE_BUGREPORT
53130803Smarcel
54130803Smarcel/* Define to the full name of this package. */
55130803Smarcel#undef PACKAGE_NAME
56130803Smarcel
57130803Smarcel/* Define to the full name and version of this package. */
58130803Smarcel#undef PACKAGE_STRING
59130803Smarcel
60130803Smarcel/* Define to the one symbol short name of this package. */
61130803Smarcel#undef PACKAGE_TARNAME
62130803Smarcel
63130803Smarcel/* Define to the version of this package. */
64130803Smarcel#undef PACKAGE_VERSION
65130803Smarcel
66130803Smarcel/* Define to 1 if you have the ANSI C header files. */
67130803Smarcel#undef STDC_HEADERS
68130803Smarcel
69130803Smarcel/* whether byteorder is bigendian */
70130803Smarcel#undef WORDS_BIGENDIAN
71130803Smarcel
72130803Smarcel/* Define to specify how much context to retain around the current parse
73130803Smarcel   point. */
74130803Smarcel#undef XML_CONTEXT_BYTES
75130803Smarcel
76130803Smarcel/* Define to make parameter entity parsing functionality available. */
77130803Smarcel#undef XML_DTD
78130803Smarcel
79130803Smarcel/* Define to make XML Namespaces functionality available. */
80130803Smarcel#undef XML_NS
81130803Smarcel
82130803Smarcel/* Define to empty if `const' does not conform to ANSI C. */
83130803Smarcel#undef const
84130803Smarcel
85130803Smarcel/* Define to `long' if <sys/types.h> does not define. */
86130803Smarcel#undef off_t
87130803Smarcel
88130803Smarcel/* Define to `unsigned' if <sys/types.h> does not define. */
89130803Smarcel#undef size_t
90130803Smarcel