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