libexpat/expat/lib/amigaconfig.h

30 lines
719 B
C
Raw Normal View History

2005-02-25 20:38:13 -05:00
#ifndef AMIGACONFIG_H
#define AMIGACONFIG_H
/* 1234 = LIL_ENDIAN, 4321 = BIGENDIAN */
#define BYTEORDER 4321
/* Define to 1 if you have the `bcopy' function. */
2005-12-24 01:34:24 -05:00
#define HAVE_BCOPY 1
2005-02-25 20:38:13 -05:00
/* Define to 1 if you have the `memmove' function. */
2005-12-24 01:34:24 -05:00
#define HAVE_MEMMOVE 1
2005-02-25 20:38:13 -05:00
/* Define to 1 if you have the <unistd.h> header file. */
2005-12-24 01:34:24 -05:00
#define HAVE_UNISTD_H 1
2005-02-25 20:38:13 -05:00
/* whether byteorder is bigendian */
#define WORDS_BIGENDIAN
/* Define to specify how much context to retain around the current parse
point. */
#define XML_CONTEXT_BYTES 1024
/* Define to make parameter entity parsing functionality available. */
2005-12-24 01:34:24 -05:00
#define XML_DTD
2005-02-25 20:38:13 -05:00
/* Define to make XML Namespaces functionality available. */
2005-12-24 01:34:24 -05:00
#define XML_NS
#endif /* AMIGACONFIG_H */