summaryrefslogtreecommitdiffstats
path: root/Mac/Include/config.h
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2000-06-04 21:56:05 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2000-06-04 21:56:05 (GMT)
commit021da55579bde93b6cc159e6aa7080218c00644c (patch)
treed7377d65e3d2a7939a22e1d702814e2d057e0db7 /Mac/Include/config.h
parent031ac7112f608bd80f4d92d046a0195f0fafb30a (diff)
downloadcpython-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.h7
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