00001 /*================================================================ 00002 ** Copyright 2000, Clark Cooper 00003 ** All rights reserved. 00004 ** 00005 ** This is free software. You are permitted to copy, distribute, or modify 00006 ** it under the terms of the MIT/X license (contained in the COPYING file 00007 ** with this distribution.) 00008 ** 00009 */ 00010 00011 #ifndef MACCONFIG_H 00012 #define MACCONFIG_H 00013 00014 00015 /* 1234 = LIL_ENDIAN, 4321 = BIGENDIAN */ 00016 #define BYTEORDER 4321 00017 00018 /* Define to 1 if you have the `bcopy' function. */ 00019 #undef HAVE_BCOPY 00020 00021 /* Define to 1 if you have the `memmove' function. */ 00022 #define HAVE_MEMMOVE 00023 00024 /* Define to 1 if you have a working `mmap' system call. */ 00025 #undef HAVE_MMAP 00026 00027 /* Define to 1 if you have the <unistd.h> header file. */ 00028 #undef HAVE_UNISTD_H 00029 00030 /* whether byteorder is bigendian */ 00031 #define WORDS_BIGENDIAN 00032 00033 /* Define to specify how much context to retain around the current parse 00034 point. */ 00035 #undef XML_CONTEXT_BYTES 00036 00037 /* Define to make parameter entity parsing functionality available. */ 00038 #define XML_DTD 00039 00040 /* Define to make XML Namespaces functionality available. */ 00041 #define XML_NS 00042 00043 /* Define to empty if `const' does not conform to ANSI C. */ 00044 #undef const 00045 00046 /* Define to `long' if <sys/types.h> does not define. */ 00047 #define off_t long 00048 00049 /* Define to `unsigned' if <sys/types.h> does not define. */ 00050 #undef size_t 00051 00052 00053 #endif /* ifndef MACCONFIG_H */