mirror of
https://github.com/python/cpython.git
synced 2024-11-28 08:20:55 +01:00
e420178ba6
- mwerks_nonshared_config.h for standalone pythons - mwerks_shared_config.h for shared pythons (PythonCore, app and applet) - mwerks_plugin_config.h for plugins Only the _tkinter plugin uses a customized header. Old config files have gone to the "old" directory, for the time being.
8 lines
223 B
C
8 lines
223 B
C
/*
|
|
** 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 */
|