cpython/Mac/mwerks/mwerks_tkplugin_config.h

8 lines
223 B
C
Raw Normal View History

/*
** 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 */