Check for SYS/GL during library init. Reason is that
[AROS.git] / workbench / devs / diskimage / expat_library / include / amigaconfig.h
bloba3acb300dd5c164fa2306beda1d5e59e158fad4b
1 #ifndef AMIGACONFIG_H
2 #define AMIGACONFIG_H
4 #include "endian.h"
6 /* 1234 = LIL_ENDIAN, 4321 = BIGENDIAN */
7 #if WORDS_BIGENDIAN
8 #define BYTEORDER 4321
9 #else
10 #define BYTEORDER 1234
11 #endif
13 /* Define to 1 if you have the `bcopy' function. */
14 #define HAVE_BCOPY 1
16 /* Define to 1 if you have the <check.h> header file. */
17 #undef HAVE_CHECK_H
19 /* Define to 1 if you have the `memmove' function. */
20 #define HAVE_MEMMOVE 1
22 /* Define to 1 if you have the <unistd.h> header file. */
23 #define HAVE_UNISTD_H 1
25 /* Define to specify how much context to retain around the current parse
26 point. */
27 #define XML_CONTEXT_BYTES 1024
29 /* Define to make parameter entity parsing functionality available. */
30 #define XML_DTD
32 /* Define to make XML Namespaces functionality available. */
33 #define XML_NS
35 #endif /* AMIGACONFIG_H */