File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66#define TARGET_API_MAC_CARBON 1
77#define TARGET_API_MAC_CARBON_NOTYET 1 /* Things we should do eventually, but not now */
88#define WITHOUT_FRAMEWORKS /* Use old-style Universal Header includes, not Carbon/Carbon.h */
9+ #define USE_TOOLBOX_OBJECT_GLUE /* Use glue routines for accessing PyArg_Parse/Py_BuildValue helpers */
910
1011/* #define USE_GUSI1 /* Stdio implemented with GUSI */
1112#define USE_GUSI2 /* Stdio implemented with GUSI */
Original file line number Diff line number Diff line change 88#define USE_GUSI
99#endif
1010#define WITH_THREAD /* Use thread support (needs GUSI 2, not GUSI 1) */
11- #define WITHOUT_FRAMEWORKS /* Use old-style Universal Header includes, not Carbon/Carbon.h */
11+ #define WITHOUT_FRAMEWORKS /* Use old-style Universal Header includes, not Carbon/Carbon.h */
12+ #define USE_TOOLBOX_OBJECT_GLUE /* Use glue routines for accessing PyArg_Parse/Py_BuildValue helpers */
1213#define USE_MSL /* Use MSL libraries */
1314#ifdef USE_MSL
1415#define MSL_USE_PRECOMPILED_HEADERS 0 /* Don't use precomp headers: we include our own */
Original file line number Diff line number Diff line change 2828/* #define USE_ZLIB /* Include the zlib module */
2929#define USE_APPEARANCE /* Enable Appearance support */
3030#define WITHOUT_FRAMEWORKS /* Use old-style Universal Header includes, not Carbon/Carbon.h */
31+ #define USE_TOOLBOX_OBJECT_GLUE /* Call toolbox object converters indirectly */
3132
3233#define USE_MSL_MALLOC /* Disable private malloc. Also disables next two defines */
3334#ifndef USE_MSL_MALLOC
Original file line number Diff line number Diff line change 3333/* #define USE_ZLIB /* Include the zlib module */
3434#define USE_APPEARANCE /* Enable Appearance support */
3535#define WITHOUT_FRAMEWORKS /* Use old-style Universal Header includes, not Carbon/Carbon.h */
36+ #define USE_TOOLBOX_OBJECT_GLUE /* Call toolbox object converters indirectly */
3637
3738#define USE_MSL_MALLOC /* Disable private malloc. Also disables next two defines */
3839#ifndef USE_MSL_MALLOC
You can’t perform that action at this time.
0 commit comments