]>
git.saurik.com Git - wxWidgets.git/blob - src/expat/lib/amigaconfig.h
4 /* 1234 = LIL_ENDIAN, 4321 = BIGENDIAN */
7 /* Define to 1 if you have the `bcopy' function. */
10 /* Define to 1 if you have the <check.h> header file. */
13 /* Define to 1 if you have the `memmove' function. */
14 #define HAVE_MEMMOVE 1
16 /* Define to 1 if you have the <unistd.h> header file. */
17 #define HAVE_UNISTD_H 1
19 /* whether byteorder is bigendian */
20 #define WORDS_BIGENDIAN
22 /* Define to specify how much context to retain around the current parse
24 #define XML_CONTEXT_BYTES 1024
26 /* Define to make parameter entity parsing functionality available. */
29 /* Define to make XML Namespaces functionality available. */
32 #endif /* AMIGACONFIG_H */