]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Release 1.0.2.
authorGuido van Rossum <guido@python.org>
Fri, 6 May 1994 14:16:30 +0000 (14:16 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 6 May 1994 14:16:30 +0000 (14:16 +0000)
Mac/Include/config.h

index 8c768e0b257d7fe337bd621d18baaccf48992b32..2a790254b8df0e2cb9726187f36daea48131cc3c 100644 (file)
@@ -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.  */
 /* 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