Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2819146

Browse files
committed
Added USE_UCNHASH (experimental, I hope it can go), USE_TOOLBOX and USE_QT.
1 parent ad89bbc commit 2819146

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

Mac/mwerks/mwerks_carbon_config.h

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
/* #define USE_GUSI2 /* Stdio implemented with GUSI 2 */
1313
/* # define USE_GUSI1 /* Stdio implemented with GUSI 1 */
1414
#define USE_MSL /* Use Mw Standard Library (as opposed to Plaugher C libraries) */
15-
/* #define USE_TOOLBOX /* Include toolbox modules in core Python */
16-
#define USE_CORE_TOOLBOX /* Include minimal set of toolbox modules in core Python */
17-
/* #define USE_QT /* Include quicktime modules in core Python */
15+
#define USE_TOOLBOX /* Include toolbox modules in core Python */
16+
/* #define USE_CORE_TOOLBOX /* Include minimal set of toolbox modules in core Python */
17+
#define USE_QT /* Include quicktime modules in core Python */
1818
/* #define USE_WASTE /* Include waste module in core Python */
1919
/* #define USE_MACSPEECH /* Include macspeech module in core Python */
2020
/* #define USE_IMG /* Include img modules in core Python */
@@ -29,6 +29,7 @@
2929
/* #define USE_MALLOC_DEBUG /* Enable range checking and other malloc debugging */
3030
/* #define USE_GDBM /* Include the gdbm module */
3131
/* #define USE_ZLIB /* Include the zlib module */
32+
#define USE_UCNHASH /* Include ucnhash module */
3233
#define USE_APPEARANCE /* Enable Appearance support */
3334
#define USE_MSL_MALLOC /* Use MSL malloc(), not our own. */
3435
#ifdef __powerc

0 commit comments

Comments
 (0)