summaryrefslogtreecommitdiffstats
path: root/Mac/mwerks/mwerks_plugin_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_plugin_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_plugin_config.h')
-rw-r--r--Mac/mwerks/mwerks_plugin_config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Mac/mwerks/mwerks_plugin_config.h b/Mac/mwerks/mwerks_plugin_config.h
index 785883a..27717d0 100644
--- a/Mac/mwerks/mwerks_plugin_config.h
+++ b/Mac/mwerks/mwerks_plugin_config.h
@@ -8,6 +8,7 @@
#define USE_GUSI
#endif
#define WITH_THREAD /* Use thread support (needs GUSI 2, not GUSI 1) */
+#define WITHOUT_FRAMEWORKS /* Use old-style Universal Header includes, not Carbon/Carbon.h */
#define USE_MSL /* Use MSL libraries */
#ifdef USE_MSL
#define MSL_USE_PRECOMPILED_HEADERS 0 /* Don't use precomp headers: we include our own */