blob: d0fb8112a9aece35c99136c16a1964877ac15ecd [file] [log] [blame]
Jack Jansene4201781996-08-20 16:34:01 +00001/*
2** Special config-file for _tkinter plugin.
3*/
4
Jack Jansen7972a5a2000-05-06 22:32:35 +00005#define USE_GUSI2 /* Stdio implemented with GUSI 2 */
6/* #define USE_GUSI1 /* Stdio implemented with GUSI 1.X */
7#if defined(USE_GUSI1) || defined(USE_GUSI2)
8#define USE_GUSI
9#endif
Jack Jansen037649e2000-04-07 15:40:59 +000010#define WITH_THREAD /* Use thread support (needs GUSI 2, not GUSI 1) */
Jack Jansene4201781996-08-20 16:34:01 +000011#define USE_TK /* Include _tkinter module in core Python */
12#define MAC_TCL /* This *must* be on if USE_TK is on */
Jack Jansen6db483e2001-05-14 15:00:38 +000013#define WITHOUT_FRAMEWORKS /* Use old-style Universal Header includes, not Carbon/Carbon.h */