diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2000-06-04 21:56:05 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2000-06-04 21:56:05 (GMT) |
commit | 021da55579bde93b6cc159e6aa7080218c00644c (patch) | |
tree | d7377d65e3d2a7939a22e1d702814e2d057e0db7 /Mac/Include/config.h | |
parent | 031ac7112f608bd80f4d92d046a0195f0fafb30a (diff) | |
download | cpython-021da55579bde93b6cc159e6aa7080218c00644c.zip cpython-021da55579bde93b6cc159e6aa7080218c00644c.tar.gz cpython-021da55579bde93b6cc159e6aa7080218c00644c.tar.bz2 |
Removed THINK_C support.
Diffstat (limited to 'Mac/Include/config.h')
-rw-r--r-- | Mac/Include/config.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/Mac/Include/config.h b/Mac/Include/config.h index 0c78ee5..5214168 100644 --- a/Mac/Include/config.h +++ b/Mac/Include/config.h @@ -31,16 +31,11 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #define USE_STACKCHECK -/* Define if on Macintosh (THINK_C, MPW or __MWERKS__ should also be defined) */ +/* Define if on Macintosh (MPW or __MWERKS__ should also be defined) */ #ifndef macintosh #define macintosh #endif -/* Define if you have the fopenRF function. */ -#ifdef THINK_C -#define HAVE_FOPENRF -#endif - /* Define to case-check imported modules (why is this here?) */ #define CHECK_IMPORT_CASE |