grub2: bring back build of aros-side grub2 tools
[AROS.git] / workbench / libs / expat / lib / arosconfig.h
blob4de358f49eb04130d348a78adcb790a1adde2775
1 /* expat_config.h.in. Generated from configure.in by autoheader. */
3 #include <aros/cpu.h>
4 #define ADEBUG 1
5 #include <aros/debug.h>
7 /* 1234 = LIL_ENDIAN, 4321 = BIGENDIAN */
8 #if AROS_BIG_ENDIAN
9 # define BYTEORDER 4321
10 #else
11 # define BYTEORDER 4321
12 #endif
14 /* Define to 1 if you have the `bcopy' function. */
15 #define HAVE_BCOPY 1
17 /* Define to 1 if you have the <dlfcn.h> header file. */
18 #undef HAVE_DLFCN_H
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. */
30 #undef HAVE_MEMMOVE
32 /* Define to 1 if you have the <memory.h> header file. */
33 #undef HAVE_MEMORY_H
35 /* Define to 1 if you have a working `mmap' system call. */
36 #undef HAVE_MMAP
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. */
45 #undef HAVE_STRINGS_H
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.
64 #undef LT_OBJDIR
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. */
70 #undef PACKAGE_NAME
72 /* Define to the full name and version of this package. */
73 #undef PACKAGE_STRING
75 /* Define to the one symbol short name of this package. */
76 #undef PACKAGE_TARNAME
78 /* Define to the home page for this package. */
79 #undef PACKAGE_URL
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 */
88 #if AROS_BIG_ENDIAN
89 # define WORDS_BIGENDIAN 1
90 #else
91 # undef WORDS_BIGENDIAN
92 #endif
94 /* Define to specify how much context to retain around the current parse
95 point. */
96 #define XML_CONTEXT_BYTES 1024
98 /* Define to make parameter entity parsing functionality available. */
99 #define XML_DTD
101 /* Define to make XML Namespaces functionality available. */
102 #define XML_NS
104 /* Define to __FUNCTION__ or "" if `__func__' does not conform to ANSI C. */
105 #undef __func__
107 /* Define to empty if `const' does not conform to ANSI C. */
108 #undef const
110 /* Define to `long int' if <sys/types.h> does not define. */
111 #undef off_t
113 /* Define to `unsigned int' if <sys/types.h> does not define. */
114 #undef size_t