diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2001-06-19 15:00:23 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2001-06-19 15:00:23 (GMT) |
commit | c49e5b7386e3019b539d6b37f107055f3e507a62 (patch) | |
tree | d3a71d37f8dbf038f638b44b7dad8d76966d39de /config.h.in | |
parent | 82ac8d13ff4b6470400a4b639fdab398183fdbbc (diff) | |
download | cpython-c49e5b7386e3019b539d6b37f107055f3e507a62.zip cpython-c49e5b7386e3019b539d6b37f107055f3e507a62.tar.gz cpython-c49e5b7386e3019b539d6b37f107055f3e507a62.tar.bz2 |
Added a MACHDEP_OBJS to the python link. Use this on MacOSX to include
Mac/macglue.c into the core interpreter. This file contains the glue code that
allows extension modules for Mac toolboxes to live in different shared libraries
but still communicate with each other. The glue code is controlled by the
USE_MAC_TOOLBOX_GLUE define.
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 6753327..18c6211 100644 --- a/config.h.in +++ b/config.h.in @@ -229,6 +229,9 @@ (shared library plus accessory files). */ #undef WITH_NEXT_FRAMEWORK +/* Define if you want to use MacPython modules on MacOSX in unix-Python */ +#undef USE_TOOLBOX_OBJECT_GLUE + /* Define if you want to use SGI (IRIX 4) dynamic linking. This requires the "dl" library by Jack Jansen, ftp://ftp.cwi.nl/pub/dynload/dl-1.6.tar.Z. |