diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2001-05-14 15:00:38 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2001-05-14 15:00:38 (GMT) |
commit | 6db483e67935817908d286e230ac2b31d9039c59 (patch) | |
tree | 1bc60a25b0cc003512556b73545f9252e8e9515b /Mac/mwerks/mwerks_tkplugin_config.h | |
parent | 1bd797a25761ac180fe084f58b84850f9f597c8c (diff) | |
download | cpython-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.h | 1 |
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 */ |