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
09a9e844
Commit
09a9e844
authored
Apr 07, 2000
by
Jack Jansen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Enable multithreading.
parent
a3dcb509
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
0 deletions
+3
-0
Mac/mwerks/mwerks_plugin_config.h
Mac/mwerks/mwerks_plugin_config.h
+1
-0
Mac/mwerks/mwerks_shared_config.h
Mac/mwerks/mwerks_shared_config.h
+1
-0
Mac/mwerks/mwerks_tkplugin_config.h
Mac/mwerks/mwerks_tkplugin_config.h
+1
-0
No files found.
Mac/mwerks/mwerks_plugin_config.h
View file @
09a9e844
...
...
@@ -4,6 +4,7 @@
#define USE_GUSI1
/* Stdio implemented with GUSI */
/* #define USE_GUSI2 /* Stdio implemented with GUSI */
#define WITH_THREAD
/* Use thread support (needs GUSI 2, not GUSI 1) */
#define USE_MSL
/* Use MSL libraries */
#ifdef USE_MSL
#define MSL_USE_PRECOMPILED_HEADERS 0
/* Don't use precomp headers: we include our own */
...
...
Mac/mwerks/mwerks_shared_config.h
View file @
09a9e844
...
...
@@ -8,6 +8,7 @@
/* #define USE_GUSI1 /* Stdio implemented with GUSI */
#define USE_GUSI2
/* Stdio implemented with GUSI */
#define WITH_THREAD
/* Use thread support (needs GUSI 2, not GUSI 1) */
#define USE_MSL
/* Use Mw Standard Library (as opposed to Plaugher C libraries) */
#define USE_CORE_TOOLBOX
/* Include core toolbox modules (Dlg,Ctl,Menu,Win,Res,Qd) */
/* #define USE_TOOLBOX /* Include all toolbox modules in core Python */
...
...
Mac/mwerks/mwerks_tkplugin_config.h
View file @
09a9e844
...
...
@@ -4,5 +4,6 @@
#define USE_GUSI1
/* Stdio implemented with GUSI */
/* #define USE_GUSI2 /* Stdio implemented with GUSI */
#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