summaryrefslogtreecommitdiffstats
path: root/acconfig.h
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1996-08-19 21:53:18 (GMT)
committerGuido van Rossum <guido@python.org>1996-08-19 21:53:18 (GMT)
commit8e09a9ffa96b03f19d4e2a40fd88c74e180be3fa (patch)
tree6624300d7d0590323054b3e437d0867d368f46bc /acconfig.h
parentfc8ebb1d3f202c4481e1cb7a8fb9c9a5c0a70269 (diff)
downloadcpython-8e09a9ffa96b03f19d4e2a40fd88c74e180be3fa.zip
cpython-8e09a9ffa96b03f19d4e2a40fd88c74e180be3fa.tar.gz
cpython-8e09a9ffa96b03f19d4e2a40fd88c74e180be3fa.tar.bz2
Add HAVE_OLD_CPP to list of known defines
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index 67f61e0..7f4077c 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -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