diff options
Diffstat (limited to 'Mac/mwerks/mwerks_tkplugin_config.h')
-rw-r--r-- | Mac/mwerks/mwerks_tkplugin_config.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Mac/mwerks/mwerks_tkplugin_config.h b/Mac/mwerks/mwerks_tkplugin_config.h index 4b9fdc8..88b7552 100644 --- a/Mac/mwerks/mwerks_tkplugin_config.h +++ b/Mac/mwerks/mwerks_tkplugin_config.h @@ -2,6 +2,7 @@ ** Special config-file for _tkinter plugin. */ -#define USE_GUSI /* Stdio implemented with GUSI */ +#define USE_GUSI1 /* Stdio implemented with GUSI */ +/* #define USE_GUSI2 /* Stdio implemented with GUSI */ #define USE_TK /* Include _tkinter module in core Python */ #define MAC_TCL /* This *must* be on if USE_TK is on */ |