1 /* expat_config.h.in. Generated from configure.in by autoheader. */
5 #include <aros/debug.h>
7 /* 1234 = LIL_ENDIAN, 4321 = BIGENDIAN */
9 # define BYTEORDER 4321
11 # define BYTEORDER 4321
14 /* Define to 1 if you have the `bcopy' function. */
17 /* Define to 1 if you have the <dlfcn.h> header file. */
20 /* Define to 1 if you have the <fcntl.h> header file. */
21 #define HAVE_FCNTL_H 1
23 /* Define to 1 if you have the `getpagesize' function. */
24 #undef HAVE_GETPAGESIZE
26 /* Define to 1 if you have the <inttypes.h> header file. */
27 #define HAVE_INTTYPES_H 1
29 /* Define to 1 if you have the `memmove' function. */
32 /* Define to 1 if you have the <memory.h> header file. */
35 /* Define to 1 if you have a working `mmap' system call. */
38 /* Define to 1 if you have the <stdint.h> header file. */
39 #define HAVE_STDINT_H 1
41 /* Define to 1 if you have the <stdlib.h> header file. */
42 #define HAVE_STDLIB_H 1
44 /* Define to 1 if you have the <strings.h> header file. */
47 /* Define to 1 if you have the <string.h> header file. */
48 #define HAVE_STRING_H 1
50 /* Define to 1 if you have the <sys/param.h> header file. */
51 #define HAVE_SYS_PARAM_H 1
53 /* Define to 1 if you have the <sys/stat.h> header file. */
54 #define HAVE_SYS_STAT_H 1
56 /* Define to 1 if you have the <sys/types.h> header file. */
57 #define HAVE_SYS_TYPES_H 1
59 /* Define to 1 if you have the <unistd.h> header file. */
60 #define HAVE_UNISTD_H 1
62 /* Define to the sub-directory in which libtool stores uninstalled libraries.
66 /* Define to the address where bug reports for this package should be sent. */
67 #undef PACKAGE_BUGREPORT
69 /* Define to the full name of this package. */
72 /* Define to the full name and version of this package. */
75 /* Define to the one symbol short name of this package. */
76 #undef PACKAGE_TARNAME
78 /* Define to the home page for this package. */
81 /* Define to the version of this package. */
82 #undef PACKAGE_VERSION
84 /* Define to 1 if you have the ANSI C header files. */
85 #define STDC_HEADERS 1
87 /* whether byteorder is bigendian */
89 # define WORDS_BIGENDIAN 1
91 # undef WORDS_BIGENDIAN
94 /* Define to specify how much context to retain around the current parse
96 #define XML_CONTEXT_BYTES 1024
98 /* Define to make parameter entity parsing functionality available. */
101 /* Define to make XML Namespaces functionality available. */
104 /* Define to __FUNCTION__ or "" if `__func__' does not conform to ANSI C. */
107 /* Define to empty if `const' does not conform to ANSI C. */
110 /* Define to `long int' if <sys/types.h> does not define. */
113 /* Define to `unsigned int' if <sys/types.h> does not define. */