Jack Jansen
41eb3c7dc5
ucnhash module has gone.
2001-01-25 16:28:34 +00:00
Jack Jansen
68f9d95c10
Added USE_IC and USE_PYEXPAT
2000-09-14 13:33:01 +00:00
Jack Jansen
85cacf2b5b
Added USE_UCNHASH, defined USE_GUSI if USE_GUSI{1,2} defined.
2000-09-08 10:19:49 +00:00
Jack Jansen
e4cd2f28c6
Don't use our own malloc any more. It made test_longexp crash due to its optimization to lock blocks into a specific size malloc requests. This loses 15% performance, but that we'll have to live with:-(
2000-08-25 22:02:44 +00:00
Jack Jansen
12d86c8240
Declare fileno() with prototype if USE_GUSI2 defined. This isn't really the right place, but it will have to do for now.
2000-07-24 19:46:27 +00:00
Jack Jansen
490121355e
Removed assorted old ifdefs.
2000-06-04 22:11:10 +00:00
Jack Jansen
031ac7112f
Define USE_GUSI2, not USE_GUSI1. PythonStandalone still doesn't compile due to tk issues, though, but it isn't important right now.
2000-06-04 21:53:12 +00:00
Jack Jansen
2d1306b7cf
Started on GUSI2 and threading support.
2000-04-07 09:10:49 +00:00
Jack Jansen
1c252bfe39
Renamed USE_MAC_DYNAMIC_LOADING to HAVE_DYNAMIC_LOADING
1999-12-29 12:33:52 +00:00
Jack Jansen
d60069cf2e
Added USE_APPEARANCE flag.
1999-12-09 22:48:29 +00:00
Jack Jansen
08cae08a6a
Removed USE_MALLOC_DEBUG that shoulnd't be in the production version.
1999-01-13 16:51:35 +00:00
Jack Jansen
4827aeb99b
Don't remember...
1998-09-13 15:03:55 +00:00
Jack Jansen
175f1c8007
Added USE_ZLIB to nonshared config files
1997-06-03 15:30:12 +00:00
Jack Jansen
2fe3a371b2
Updated for (optional) use of MSL libraries
1997-05-07 15:42:50 +00:00
Jack Jansen
0040b4704e
- Put USE_MAC_DYNAMIC_LOADING beack here in stead of auto-enabling it
...
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.
1997-02-20 15:25:49 +00:00
Jack Jansen
3097463ef9
Added gdbm
1996-12-23 17:09:51 +00:00
Jack Jansen
3a9b3b5943
Added USE_MALLOC_DEBUG (disabled)
1996-10-23 15:50:26 +00:00
Jack Jansen
bc17d299cc
Turn on USE_TK and MAC_TCL by default
1996-08-23 15:46:12 +00:00
Jack Jansen
e420178ba6
Rationalized header files:
...
- 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.
1996-08-20 16:34:01 +00:00
Jack Jansen
98bfad75ac
Added USE_STACKCHECK define
1996-07-22 15:23:58 +00:00
Jack Jansen
67b4e6d4e8
Fix for cfm68k
1995-08-07 14:01:46 +00:00
Jack Jansen
a7ee15c8ce
Split shared-library support and dynamic-loading support (they were
...
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)
1995-06-14 14:43:41 +00:00
Jack Jansen
32b2f8222d
Rationalized mwerks config files: they only differ depending on
...
whether there is shared library support. Libraries, applets and
applications are distinguished by the sources they include.
1995-02-24 22:45:45 +00:00