mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
For gusi-based python
This commit is contained in:
parent
3df881c5a5
commit
b852b74c71
2 changed files with 12 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
** Jack Jansen, CWI, August 1995.
|
||||
*/
|
||||
|
||||
#ifdef __MWERKS__
|
||||
#if defined(__MWERKS__) && !defined(USE_GUSI)
|
||||
#include <stdio.h>
|
||||
#include <unix.h>
|
||||
#include <errno.h>
|
||||
|
|
11
Mac/mwerks/old/mwerks_nsgusi_config.h
Normal file
11
Mac/mwerks/old/mwerks_nsgusi_config.h
Normal file
|
@ -0,0 +1,11 @@
|
|||
#define HAVE_CONFIG_H
|
||||
// #define USE_STDWIN
|
||||
// #define USE_MACTCP
|
||||
#define USE_BGEN
|
||||
#define USE_MACSPEECH
|
||||
// #define USE_IMG
|
||||
#define USE_MACCTB
|
||||
#ifdef __powerc
|
||||
#define USE_MAC_DYNAMIC_LOADING
|
||||
#endif
|
||||
#define USE_GUSI
|
Loading…
Add table
Add a link
Reference in a new issue