summaryrefslogtreecommitdiffstats
path: root/Mac/mwerks/mwerks_shared_config.h
Commit message (Collapse)AuthorAgeFilesLines
* - Got rid of non-carbon stuffJack Jansen2002-06-231-47/+0
| | | | | - Use precompiled headers - Rationalized naming scheme
* Got rid of obsolete defines.Jack Jansen2002-04-111-3/+0
|
* Define NDEBUG if Py_DEBUG isn't defined.Jack Jansen2001-12-051-0/+3
|
* Got rid of (hopefully) the last 68k Mac-related ifdefs and various other cruft.Jack Jansen2001-08-071-2/+0
|
* Bit another bullet: all toolbox modules are now in dynamically loaded ↵Jack Jansen2001-08-071-1/+1
| | | | modules. Everything still seems to work, but the ConfigurePythonXXX on initial install may still need work.
* Added WITHOUT_FRAMEWORKS and USE_TOOLBOX_OBJECT_GLUE defines.Jack Jansen2001-05-221-0/+1
|
* Added a WITHOUT_FRAMEWORKS define to all the config files, so that on ↵Jack Jansen2001-05-141-0/+1
| | | | MacOS<=9 compiles use Universal Headers, not Carbon/Carbon.h.
* Don't use our own malloc any more. It made test_longexp crash due to its ↵Jack Jansen2000-08-251-1/+6
| | | | optimization to lock blocks into a specific size malloc requests. This loses 15% performance, but that we'll have to live with:-(
* Declare fileno() with prototype if USE_GUSI2 defined. This isn't really the ↵Jack Jansen2000-07-241-0/+5
| | | | right place, but it will have to do for now.
* Enable multithreading.Jack Jansen2000-04-071-0/+1
|
* Started on GUSI2 and threading support.Jack Jansen2000-04-071-1/+2
|
* Modified for new dll import source organisation by Greg.Jack Jansen1999-12-241-1/+1
|
* Added USE_APPEARANCE flag.Jack Jansen1999-12-091-0/+1
|
* 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.