| /* Copyright 2000, Clark Cooper |
| This is free software. You are permitted to copy, distribute, or modify |
| it under the terms of the MIT/X license (contained in the COPYING file |
| /* Define to empty if the keyword does not work. */ |
| /* Define if you have a working `mmap' system call. */ |
| /* Define to `long' if <sys/types.h> doesn't define. */ |
| /* Define to `unsigned' if <sys/types.h> doesn't define. */ |
| /* Define if your processor stores words with the most significant |
| byte first (like Motorola and SPARC, unlike Intel and VAX). */ |
| /* Define if you have the bcopy function. */ |
| /* Define if you have the memmove function. */ |
| /* Define if you have the <unistd.h> header file. */ |
| #define XML_BYTE_ORDER 21 |
| #define XML_BYTE_ORDER 12 |
| #define XML_CONTEXT_BYTES 1024 |
| #define memmove(d,s,l) bcopy((s),(d),(l)) |
| #define memmove(d,s,l) ;punting on memmove; |