Commit 09a9e844 authored by Jack Jansen's avatar Jack Jansen

Enable multithreading.

parent a3dcb509
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
#define USE_GUSI1 /* Stdio implemented with GUSI */ #define USE_GUSI1 /* Stdio implemented with GUSI */
/* #define USE_GUSI2 /* 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 */ #define USE_MSL /* Use MSL libraries */
#ifdef USE_MSL #ifdef USE_MSL
#define MSL_USE_PRECOMPILED_HEADERS 0 /* Don't use precomp headers: we include our own */ #define MSL_USE_PRECOMPILED_HEADERS 0 /* Don't use precomp headers: we include our own */
......
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
/* #define USE_GUSI1 /* Stdio implemented with GUSI */ /* #define USE_GUSI1 /* Stdio implemented with GUSI */
#define USE_GUSI2 /* 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_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_CORE_TOOLBOX /* Include core toolbox modules (Dlg,Ctl,Menu,Win,Res,Qd) */
/* #define USE_TOOLBOX /* Include all toolbox modules in core Python */ /* #define USE_TOOLBOX /* Include all toolbox modules in core Python */
......
...@@ -4,5 +4,6 @@ ...@@ -4,5 +4,6 @@
#define USE_GUSI1 /* Stdio implemented with GUSI */ #define USE_GUSI1 /* Stdio implemented with GUSI */
/* #define USE_GUSI2 /* 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 USE_TK /* Include _tkinter module in core Python */
#define MAC_TCL /* This *must* be on if USE_TK is on */ #define MAC_TCL /* This *must* be on if USE_TK is on */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment