summaryrefslogtreecommitdiffstats
path: root/Mac/mwerks
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2003-02-21 22:33:55 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2003-02-21 22:33:55 (GMT)
commit5bb97e66dcbb110877ac17209c7d2641db6f6006 (patch)
tree7e8ae64ff6bc4b752ee0f15c894896772d3fd876 /Mac/mwerks
parent4c641d0ce1cc764f300e8c6863eaaf37c956a8d2 (diff)
downloadcpython-5bb97e66dcbb110877ac17209c7d2641db6f6006.zip
cpython-5bb97e66dcbb110877ac17209c7d2641db6f6006.tar.gz
cpython-5bb97e66dcbb110877ac17209c7d2641db6f6006.tar.bz2
Checking mac-specific stuff from the 2.3a2 branch in on the trunk.
Diffstat (limited to 'Mac/mwerks')
-rw-r--r--Mac/mwerks/mwerks_pyexpat_config.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/Mac/mwerks/mwerks_pyexpat_config.h b/Mac/mwerks/mwerks_pyexpat_config.h
new file mode 100644
index 0000000..4ca4b07c
--- /dev/null
+++ b/Mac/mwerks/mwerks_pyexpat_config.h
@@ -0,0 +1,9 @@
+/*
+** Configuration file for dynamically loaded Carbon pyexpat module.
+*/
+#include "mwerks_shcarbon_config.h"
+
+#define XML_NS 1
+#define XML_DTD 1
+#define BYTEORDER 4321
+#define XML_CONTEXT_BYTES 1024