]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add HAVE_OLD_CPP to list of known defines
authorGuido van Rossum <guido@python.org>
Mon, 19 Aug 1996 21:53:18 +0000 (21:53 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 19 Aug 1996 21:53:18 +0000 (21:53 +0000)
acconfig.h

index 67f61e04e12eac4650cb522397635b4998a17c1c..7f4077c34b272c518e684fca1b70ce4239be142d 100644 (file)
@@ -25,6 +25,9 @@
 /* Define this if your time.h defines altzone */
 #undef HAVE_ALTZONE
 
+/* Define this if you have a K&R style C preprocessor */
+#undef HAVE_OLD_CPP
+
 /* Define if your compiler supports function prototypes */
 #undef HAVE_PROTOTYPES