blob: 88b7552bf99d1bbf6b83a7a95a2c9008de27fe57 (
plain)
1
2
3
4
5
6
7
8
|
/*
** Special config-file for _tkinter plugin.
*/
#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 */
|