mame/3rdparty/expat/lib/intconfig.h
2015-01-10 12:03:05 +01:00

19 lines
253 B
C

#ifndef INTCONFIG_H
#define INTCONFIG_H
#include <stdlib.h>
#include <string.h>
#define XML_NS 1
#define XML_DTD 1
#define XML_CONTEXT_BYTES 1024
#ifdef USE_LSB
#define BYTEORDER 1234
#else
#define BYTEORDER 4321
#endif
#define HAVE_MEMMOVE
#endif