diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 1997-01-10 15:25:06 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 1997-01-10 15:25:06 (GMT) |
commit | 466be801fd821e88059f718b72aec961c889e0a0 (patch) | |
tree | 798513734c6793f5bf63ad1a872ce568d23296d5 /Mac/Include/config.h | |
parent | 8dc8a6e4be11c91d6130a67b4b120fdc4a52413f (diff) | |
download | cpython-466be801fd821e88059f718b72aec961c889e0a0.zip cpython-466be801fd821e88059f718b72aec961c889e0a0.tar.gz cpython-466be801fd821e88059f718b72aec961c889e0a0.tar.bz2 |
Minor fix to get non-gusi python to compile again
Diffstat (limited to 'Mac/Include/config.h')
-rw-r--r-- | Mac/Include/config.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Mac/Include/config.h b/Mac/Include/config.h index c367967..b03b95b 100644 --- a/Mac/Include/config.h +++ b/Mac/Include/config.h @@ -21,11 +21,6 @@ #ifdef THINK_C #define HAVE_FOPENRF #endif -#ifdef __MWERKS__ -#ifndef USE_GUSI -#define HAVE_FOPENRF -#endif -#endif #ifdef __MWERKS__ #define HAVE_STRFTIME |