1996-08-20 16:34:01 +00:00
|
|
|
/*
|
|
|
|
** Special config-file for _tkinter plugin.
|
|
|
|
*/
|
|
|
|
|
2000-04-07 09:10:49 +00:00
|
|
|
#define USE_GUSI1 /* Stdio implemented with GUSI */
|
|
|
|
/* #define USE_GUSI2 /* Stdio implemented with GUSI */
|
2000-04-07 15:40:59 +00:00
|
|
|
#define WITH_THREAD /* Use thread support (needs GUSI 2, not GUSI 1) */
|
1996-08-20 16:34:01 +00:00
|
|
|
#define USE_TK /* Include _tkinter module in core Python */
|
|
|
|
#define MAC_TCL /* This *must* be on if USE_TK is on */
|