repo.or.cz
/
python
/
dscho.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix an amazing number of typos & malformed sentences reported by Detlef
[python/dscho.git]
/
Mac
/
mwerks
/
mwerks_tkplugin_config.h
blob
4b9fdc8fc399cb9d9176cfc783a98fa3665cea4c
1
/*
2
** Special config-file for _tkinter plugin.
3
*/
4
5
#define USE_GUSI
/* Stdio implemented with GUSI */
6
#define USE_TK
/* Include _tkinter module in core Python */
7
#define MAC_TCL
/* This *must* be on if USE_TK is on */