Move setting of ioready 'wait' earlier in call chain, to
[python/dscho.git] / Mac / mwerks / mwerks_threadsmall_config.h
blob302a36a167cb7e8a9bd1db99d32b1559e17aee17
1 /*
2 ** Configuration file for small standalone 68k/ppc Python.
3 **
4 ** Note: enabling the switches below is not enough to enable the
5 ** specific features, you may also need different sets of sources.
6 */
8 #define USE_GUSI2 /* Stdio implemented with GUSI 2 */
9 #define WITH_THREAD /* Use thread support */
10 #define USE_MSL /* Use Mw Standard Library (as opposed to Plaugher C libraries) */
11 #define USE_TOOLBOX /* Include toolbox modules in core Python */
12 #define USE_QT /* Include quicktime modules in core Python */
13 /* #define USE_WASTE /* Include waste module in core Python */
14 #define USE_MACSPEECH /* Include macspeech module in core Python */
15 /* #define USE_IMG /* Include img modules in core Python */
16 #define USE_MACCTB /* Include ctb module in core Python */
17 /* #define USE_STDWIN /* Include stdwin module in core Python */
18 /* #define USE_MACTCP /* Include mactcp (*not* socket) modules in core */
19 /* #define USE_TK /* Include _tkinter module in core Python */
20 /* #define MAC_TCL /* This *must* be on if USE_TK is on */
21 /* #define USE_MAC_SHARED_LIBRARY /* Enable code to add shared-library resources */
22 /* #define USE_MAC_APPLET_SUPPORT /* Enable code to run a PYC resource */
23 /* #define HAVE_DYNAMIC_LOADING /* Enable dynamically loaded modules */
24 /* #define USE_GDBM /* Include the gdbm module */
25 /* #define USE_ZLIB /* Include the zlib module */
26 #define WITHOUT_FRAMEWORKS /* Use old-style Universal Header includes, not Carbon/Carbon.h */
28 #define USE_MSL_MALLOC /* Disable private malloc. Also disables next two defines */
29 #ifndef USE_MSL_MALLOC
30 /* #define USE_MALLOC_DEBUG /* Enable range checking and other malloc debugging */
31 #endif
33 #ifdef USE_MSL
34 #define MSL_USE_PRECOMPILED_HEADERS 0 /* Don't use precomp headers: we include our own */
35 #include <ansi_prefix.mac.h>
36 #endif
37 #ifndef Py_DEBUG
38 #define NDEBUG
39 #endif