Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
7972a5a4
Commit
7972a5a4
authored
May 06, 2000
by
Jack Jansen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
We should define both USE_GUSI and USE_GUSI2.
parent
18856b80
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
Mac/Build/_tkinter.prj
Mac/Build/_tkinter.prj
+0
-0
Mac/mwerks/mwerks_tkplugin_config.h
Mac/mwerks/mwerks_tkplugin_config.h
+5
-2
No files found.
Mac/Build/_tkinter.prj
View file @
7972a5a4
No preview for this file type
Mac/mwerks/mwerks_tkplugin_config.h
View file @
7972a5a4
...
...
@@ -2,8 +2,11 @@
** Special config-file for _tkinter plugin.
*/
#define USE_GUSI1
/* Stdio implemented with GUSI */
/* #define USE_GUSI2 /* Stdio implemented with GUSI */
#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 */
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment