summaryrefslogtreecommitdiffstats
path: root/Mac/mwerks/mwerks_tkplugin_config.h
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2001-05-14 15:00:38 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2001-05-14 15:00:38 (GMT)
commit6db483e67935817908d286e230ac2b31d9039c59 (patch)
tree1bc60a25b0cc003512556b73545f9252e8e9515b /Mac/mwerks/mwerks_tkplugin_config.h
parent1bd797a25761ac180fe084f58b84850f9f597c8c (diff)
downloadcpython-6db483e67935817908d286e230ac2b31d9039c59.zip
cpython-6db483e67935817908d286e230ac2b31d9039c59.tar.gz
cpython-6db483e67935817908d286e230ac2b31d9039c59.tar.bz2
Added a WITHOUT_FRAMEWORKS define to all the config files, so that on MacOS<=9 compiles use Universal Headers, not Carbon/Carbon.h.
Diffstat (limited to 'Mac/mwerks/mwerks_tkplugin_config.h')
-rw-r--r--Mac/mwerks/mwerks_tkplugin_config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Mac/mwerks/mwerks_tkplugin_config.h b/Mac/mwerks/mwerks_tkplugin_config.h
index f13d9ab..d0fb811 100644
--- a/Mac/mwerks/mwerks_tkplugin_config.h
+++ b/Mac/mwerks/mwerks_tkplugin_config.h
@@ -10,3 +10,4 @@
#define WITH_THREAD /* Use thread support (needs GUSI 2, not GUSI 1) */
#define USE_TK /* Include _tkinter module in core Python */
#define MAC_TCL /* This *must* be on if USE_TK is on */
+#define WITHOUT_FRAMEWORKS /* Use old-style Universal Header includes, not Carbon/Carbon.h */