File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- #define HAVE_CONFIG_H
2- #define USE_STDWIN
3- #define USE_MACTCP
4- #define USE_BGEN
5- #define USE_MACSPEECH
6- #define USE_IMG
7- #define USE_MACCTB
8- #define USE_STACKCHECK
9- #ifdef __powerc
10- #define USE_MAC_DYNAMIC_LOADING
11- #endif
1+ /*
2+ ** Configuration file for standalone 68k/ppc Python.
3+ **
4+ ** Note: enabling the switches below is not enough to enable the
5+ ** specific features, you may also need different sets of sources.
6+ */
7+
8+ #define USE_GUSI /* Stdio implemented with GUSI */
9+ #define USE_TOOLBOX /* Include toolbox modules in core Python */
10+ #define USE_QT /* Include quicktime modules in core Python */
11+ #define USE_WASTE /* Include waste module in core Python */
12+ #define USE_MACSPEECH /* Include macspeech module in core Python */
13+ #define USE_IMG /* Include img modules in core Python */
14+ #define USE_MACCTB /* Include ctb module in core Python */
15+ /* #define USE_STDWIN /* Include stdwin module in core Python */
16+ /* #define USE_MACTCP /* Include mactcp (*not* socket) modules in core */
17+ /* #define USE_TK /* Include _tkinter module in core Python */
18+ /* #define MAC_TCL /* This *must* be on if USE_TK is on */
19+ /* #define USE_MAC_SHARED_LIBRARY /* Enable code to add shared-library resources */
20+ /* #define USE_MAC_APPLET_SUPPORT /* Enable code to run a PYC resource */
Original file line number Diff line number Diff line change 1- #define HAVE_CONFIG_H
1+ /*
2+ ** Config file for dynamically-loaded ppc/cfm68k plugin modules.
3+ */
4+
5+ #define USE_GUSI /* Stdio implemented with GUSI */
Original file line number Diff line number Diff line change 1- #define USE_MAC_SHARED_LIBRARY
2- #define USE_MAC_APPLET_SUPPORT
3- /* #define USE_MACTCP */
4- /* #define USE_BGEN */
5- /* #define USE_MACSPEECH */
1+ /*
2+ ** Configuration file for dynamically loaded cfm68k/ppc PythonCore,
3+ ** interpreter and Applet.
4+ **
5+ ** Note: enabling the switches below is not enough to enable the
6+ ** specific features, you may also need different sets of sources.
7+ */
68
9+ #define USE_GUSI /* Stdio implemented with GUSI */
10+ /* #define USE_TOOLBOX /* Include toolbox modules in core Python */
11+ /* #define USE_QT /* Include quicktime modules in core Python */
12+ /* #define USE_WASTE /* Include waste module in core Python */
13+ /* #define USE_MACSPEECH /* Include macspeech module in core Python */
14+ /* #define USE_IMG /* Include img modules in core Python */
15+ /* #define USE_MACCTB /* Include ctb module in core Python */
16+ /* #define USE_STDWIN /* Include stdwin module in core Python */
17+ /* #define USE_MACTCP /* Include mactcp (*not* socket) modules in core */
18+ /* #define USE_TK /* Include _tkinter module in core Python */
19+ /* #define MAC_TCL /* This *must* be on if USE_TK is on */
20+ #define USE_MAC_SHARED_LIBRARY /* Enable code to add shared-library resources */
21+ #define USE_MAC_APPLET_SUPPORT /* Enable code to run a PYC resource */
Original file line number Diff line number Diff line change 1- #define HAVE_CONFIG_H
2- #define USE_TK
3- #define MAC_TCL
4- #define USE_GUSI
1+ /*
2+ ** Special config-file for _tkinter plugin.
3+ */
4+
5+ #define USE_GUSI /* Stdio implemented with GUSI */
6+ #define USE_TK /* Include _tkinter module in core Python */
7+ #define MAC_TCL /* This *must* be on if USE_TK is on */
You can’t perform that action at this time.
0 commit comments