summaryrefslogtreecommitdiffstats
path: root/Mac/mwerks/mwerks_nonshared_config.h
Commit message (Collapse)AuthorAgeFilesLines
* Removed USE_MALLOC_DEBUG that shoulnd't be in the production version.Jack Jansen1999-01-131-1/+1
|
* Don't remember...Jack Jansen1998-09-131-1/+1
|
* Added USE_ZLIB to nonshared config filesJack Jansen1997-06-031-0/+1
|
* Updated for (optional) use of MSL librariesJack Jansen1997-05-071-0/+5
|
* - 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 gdbmJack Jansen1996-12-231-0/+1
|
* Added USE_MALLOC_DEBUG (disabled)Jack Jansen1996-10-231-0/+1
|
* Turn on USE_TK and MAC_TCL by defaultJack Jansen1996-08-231-2/+2
|
* Rationalized header files:Jack Jansen1996-08-201-11/+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.
* Added USE_STACKCHECK defineJack Jansen1996-07-221-0/+1
|
* Fix for cfm68kJack Jansen1995-08-071-0/+2
|
* Split shared-library support and dynamic-loading support (they wereJack Jansen1995-06-141-0/+6
| | | | | | | | 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/+2
whether there is shared library support. Libraries, applets and applications are distinguished by the sources they include.