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_thrcarbonsm_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_thrcarbonsm_config.h')
-rw-r--r-- | Mac/mwerks/mwerks_thrcarbonsm_config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Mac/mwerks/mwerks_thrcarbonsm_config.h b/Mac/mwerks/mwerks_thrcarbonsm_config.h index 1e1e723..6ea97e4 100644 --- a/Mac/mwerks/mwerks_thrcarbonsm_config.h +++ b/Mac/mwerks/mwerks_thrcarbonsm_config.h @@ -31,6 +31,7 @@ /* #define USE_GDBM /* Include the gdbm module */ /* #define USE_ZLIB /* Include the zlib module */ #define USE_APPEARANCE /* Enable Appearance support */ +#define WITHOUT_FRAMEWORKS /* Use old-style Universal Header includes, not Carbon/Carbon.h */ #define USE_MSL_MALLOC /* Disable private malloc. Also disables next two defines */ #ifndef USE_MSL_MALLOC |