]>
git.saurik.com Git - wxWidgets.git/blob - src/expat/lib/macconfig.h
1 /*================================================================
2 ** Copyright 2000, Clark Cooper
3 ** All rights reserved.
5 ** This is free software. You are permitted to copy, distribute, or modify
6 ** it under the terms of the MIT/X license (contained in the COPYING file
7 ** with this distribution.)
15 /* 1234 = LIL_ENDIAN, 4321 = BIGENDIAN */
16 #define BYTEORDER 4321
18 /* Define to 1 if you have the `bcopy' function. */
21 /* Define to 1 if you have the `memmove' function. */
24 /* Define to 1 if you have a working `mmap' system call. */
27 /* Define to 1 if you have the <unistd.h> header file. */
30 /* whether byteorder is bigendian */
31 #define WORDS_BIGENDIAN
33 /* Define to specify how much context to retain around the current parse
35 #undef XML_CONTEXT_BYTES
37 /* Define to make parameter entity parsing functionality available. */
40 /* Define to make XML Namespaces functionality available. */
43 /* Define to empty if `const' does not conform to ANSI C. */
46 /* Define to `long' if <sys/types.h> does not define. */
49 /* Define to `unsigned' if <sys/types.h> does not define. */
53 #endif /* ifndef MACCONFIG_H */