summaryrefslogtreecommitdiffstats
path: root/Mac/Include/config.h
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1994-05-06 14:16:30 (GMT)
committerGuido van Rossum <guido@python.org>1994-05-06 14:16:30 (GMT)
commitfe16cc03382c0d58ac8feb358d36ac44826221b1 (patch)
treeb8e278c3a5793c72781884daa33c5ed2789da5a9 /Mac/Include/config.h
parent44b4cb1f54cace261d4cd31b0e82e4a9f0ba75bc (diff)
downloadcpython-fe16cc03382c0d58ac8feb358d36ac44826221b1.zip
cpython-fe16cc03382c0d58ac8feb358d36ac44826221b1.tar.gz
cpython-fe16cc03382c0d58ac8feb358d36ac44826221b1.tar.bz2
Release 1.0.2.
Diffstat (limited to 'Mac/Include/config.h')
-rw-r--r--Mac/Include/config.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/Mac/Include/config.h b/Mac/Include/config.h
index 8c768e0..2a79025 100644
--- a/Mac/Include/config.h
+++ b/Mac/Include/config.h
@@ -1,11 +1,10 @@
/* config.h.in. Generated automatically from configure.in by autoheader. */
-/* Define if on Macintosh, compiling with THINK C. */
-#define THINK_C
-
-/* Define if on Macintosh, compiling with anyu C compiler. */
+/* Define if on Macintosh, compiling with any C compiler. */
#define macintosh
+#define HAVE_STDARG_PROTOTYPES 1
+
/* Define if on AIX 3.
System headers sometimes define this.
We just want to avoid a redefinition error message. */
@@ -142,6 +141,9 @@
/* Define if you have setsid. */
#undef HAVE_SETSID
+/* Define if you have setvbuf. */
+#define HAVE_SETVBUF 1
+
/* Define if you have siginterrupt. */
#undef HAVE_SIGINTERRUPT