summaryrefslogtreecommitdiffstats
path: root/Mac/Include
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1995-01-18 23:59:06 (GMT)
committerGuido van Rossum <guido@python.org>1995-01-18 23:59:06 (GMT)
commit6a5df90918b47270659e9f75c63b87698e2499ff (patch)
tree34a957520df9b2b7db55771ea77928d3c9db9376 /Mac/Include
parentf74d4e2a0eeff08357f58e0d36cd97aaf6565b9e (diff)
downloadcpython-6a5df90918b47270659e9f75c63b87698e2499ff.zip
cpython-6a5df90918b47270659e9f75c63b87698e2499ff.tar.gz
cpython-6a5df90918b47270659e9f75c63b87698e2499ff.tar.bz2
ported Jacks changes back to think C
Diffstat (limited to 'Mac/Include')
-rw-r--r--Mac/Include/config.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Mac/Include/config.h b/Mac/Include/config.h
index fb23ea1..3d53506 100644
--- a/Mac/Include/config.h
+++ b/Mac/Include/config.h
@@ -8,6 +8,10 @@
/* Define if on Macintosh (THINK_C, MPW or __MWERKS__ should also be defined) */
#define macintosh
+#ifdef THINK_C
+#define HAVE_FOPENRF
+#endif
+
/* Define if on AIX 3.
System headers sometimes define this.
We just want to avoid a redefinition error message. */