summaryrefslogtreecommitdiffstats
path: root/Mac/mwerks/mwerks_shared_config.h
Commit message (Collapse)AuthorAgeFilesLines
* Added a define USE_CORE_TOOLBOX, which includes six core toolbox modulesJack Jansen1999-02-071-1/+2
| | | | into the config file.
* Added USE_ZLIB to nonshared config filesJack Jansen1997-06-031-0/+1
|
* Updated for (optional) use of MSL librariesJack Jansen1997-05-071-0/+6
|
* - Put USE_MAC_DYNAMIC_LOADING beack here in stead of auto-enabling itJack Jansen1997-02-201-0/+4
| | | | | | in importdl.c (I had just one crash too many with a static python importing a dynamic module) - On powerpc, enable USE_CACHE_ALIGNED with a linesize of 32 bytes.
* Added USE_MALLOC_DEBUG (disabled)Jack Jansen1996-10-231-0/+1
|
* Rationalized header files:Jack Jansen1996-08-201-5/+20
| | | | | | | | | | - mwerks_nonshared_config.h for standalone pythons - mwerks_shared_config.h for shared pythons (PythonCore, app and applet) - mwerks_plugin_config.h for plugins Only the _tkinter plugin uses a customized header. Old config files have gone to the "old" directory, for the time being.
* Fixes by Guido: HAVE_CONFIG_H, USE_STACKCHECK andJack Jansen1996-08-191-3/+0
| | | | | USE_MAC_DYNAMIC_LOADING are no longer needed. Also, WASTE and IMG removed in some places.
* Added USE_STACKCHECK defineJack Jansen1996-07-221-0/+2
|
* Split shared-library support and dynamic-loading support (they wereJack Jansen1995-06-141-1/+4
| | | | | | | | both enabled with USE_SHARED_LIBRARY, now there's also USE_MAC_DYNAMIC_LOADING). Added a few other USE_ defines for optional modules to nonshared config (they're not included in the base shared library)
* Rationalized mwerks config files: they only differ depending onJack Jansen1995-02-241-0/+4
whether there is shared library support. Libraries, applets and applications are distinguished by the sources they include.