Daryle Walker.
Also moved some #include statements around and removed a VMS-specific #include
that duplicates an existing #include.
See the file COPYING for copying permission.
*/
-#ifdef __VMS
-#include <string.h> /* memset(), memcpy() */
-#endif
+#include <stddef.h>
+#include <string.h> /* memset(), memcpy() */
#ifdef COMPILED_FROM_DSP
#include "expat.h"
#undef XMLPARSEAPI
+#elif defined(MACOS_CLASSIC)
+
+#include "macconfig.h"
+#include "expat.h"
+
#else
#include <expat_config.h>
#endif
#endif /* ndef COMPILED_FROM_DSP */
-#include <stddef.h>
-#include <string.h>
-
#ifdef XML_UNICODE
#define XML_ENCODE_MAX XML_UTF16_ENCODE_MAX
#define XmlConvert XmlUtf16Convert