Staging
v0.5.1
https://github.com/python/cpython
Raw File
Tip revision: 841815e2b244725c54225aaaf5965704a461ca7c authored by cvs2svn on 09 October 2000, 23:43:55 UTC
This commit was manufactured by cvs2svn to create tag 'r20c1'.
Tip revision: 841815e
mwerks_tkplugin_config.h
/*
** Special config-file for _tkinter plugin.
*/

#define USE_GUSI2		/* Stdio implemented with GUSI 2 */
/* #define USE_GUSI1	/* Stdio implemented with GUSI 1.X */
#if defined(USE_GUSI1) || defined(USE_GUSI2)
#define USE_GUSI
#endif
#define WITH_THREAD		/* Use thread support (needs GUSI 2, not GUSI 1) */
#define USE_TK			/* Include _tkinter module in core Python */
#define MAC_TCL			/* This *must* be on if USE_TK is on */
back to top