summaryrefslogtreecommitdiff
path: root/lib/xmltok.c
diff options
context:
space:
mode:
authorfdrake <fdrake>2002-07-08 17:06:55 +0000
committerfdrake <fdrake>2002-07-08 17:06:55 +0000
commita426183fda66af95916875ca6dfcda11a0ba1cd8 (patch)
tree2ba0b163dfcedd0facee245d0b12b0413764b622 /lib/xmltok.c
parentf573f2591b4978352b4c879287628f351e90c41d (diff)
downloadlibexpat-a426183fda66af95916875ca6dfcda11a0ba1cd8.tar.gz
Mac OS (classic) support, based on patches from Thomas Wegner and
Daryle Walker.
Diffstat (limited to 'lib/xmltok.c')
-rw-r--r--lib/xmltok.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/xmltok.c b/lib/xmltok.c
index c91d605..63e3503 100644
--- a/lib/xmltok.c
+++ b/lib/xmltok.c
@@ -4,6 +4,8 @@
#ifdef COMPILED_FROM_DSP
#include "winconfig.h"
+#elif defined(MACOS_CLASSIC)
+#incldue "macconfig.h"
#else
#include <expat_config.h>
#endif /* ndef COMPILED_FROM_DSP */