xml/expat/acconfig.h

00001 /* This file is used by autoheader to add items to expat_config.h.in */
00002 
00003 #ifdef WORDS_BIGENDIAN
00004 #define XML_BYTE_ORDER 21
00005 #else
00006 #define XML_BYTE_ORDER 12
00007 #endif
00008 
00009 @BOTTOM@
00010 
00011 #define XML_NS
00012 #define XML_DTD
00013 
00014 #define XML_CONTEXT_BYTES 1024
00015 
00016 #ifndef HAVE_MEMMOVE
00017 #ifdef HAVE_BCOPY
00018 #define memmove(d,s,l) bcopy((s),(d),(l))
00019 #else
00020 #define memmove(d,s,l) ;punting on memmove;
00021 #endif
00022 
00023 #endif

Generated on Tue Sep 11 08:13:14 2007 for Apache Portable Runtime Utility Library by  doxygen 1.5.2