Added support for 64-bit integers when reporting byte indexes,
[mirror-ossqm-expat.git] / lib / amigaconfig.h
blob6b9fef890c010236ebd6439e312d68dd928d99bd
1 #ifndef AMIGACONFIG_H
2 #define AMIGACONFIG_H
4 /* 1234 = LIL_ENDIAN, 4321 = BIGENDIAN */
5 #define BYTEORDER 4321
7 /* Define to 1 if you have the `bcopy' function. */
8 #define HAVE_BCOPY
10 /* Define to 1 if you have the <fcntl.h> header file. */
11 #define HAVE_FCNTL_H
13 /* Define to 1 if you have the `memmove' function. */
14 #define HAVE_MEMMOVE
16 /* Define to 1 if you have the <stdlib.h> header file. */
17 #define HAVE_STDLIB_H
19 /* Define to 1 if you have the <string.h> header file. */
20 #define HAVE_STRING_H
22 /* Define to 1 if you have the <sys/stat.h> header file. */
23 #define HAVE_SYS_STAT_H
25 /* Define to 1 if you have the <sys/types.h> header file. */
26 #define HAVE_SYS_TYPES_H
28 /* Define to 1 if you have the <unistd.h> header file. */
29 #define HAVE_UNISTD_H
31 /* Define to 1 if you have the ANSI C header files. */
32 #define STDC_HEADERS
34 /* whether byteorder is bigendian */
35 #define WORDS_BIGENDIAN
37 /* Define to specify how much context to retain around the current parse
38 point. */
39 #define XML_CONTEXT_BYTES 1024
41 /* Define to make parameter entity parsing functionality available. */
42 #define XML_DTD 1
44 /* Define to make XML Namespaces functionality available. */
45 #define XML_NS 1
47 #endif