summaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1996-08-19 21:59:00 (GMT)
committerGuido van Rossum <guido@python.org>1996-08-19 21:59:00 (GMT)
commit84e7b248f0a8863e7ef5fc8ad7efe297f5090873 (patch)
tree4d86a5e3aa9410775a65f7c2da20d44aa96bfa9a /config.h.in
parent300fda7a6d83d5646f5e703945f5b0df22f04107 (diff)
downloadcpython-84e7b248f0a8863e7ef5fc8ad7efe297f5090873.zip
cpython-84e7b248f0a8863e7ef5fc8ad7efe297f5090873.tar.gz
cpython-84e7b248f0a8863e7ef5fc8ad7efe297f5090873.tar.bz2
The usual...
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 903db9c..7c17b83 100644
--- a/config.h.in
+++ b/config.h.in
@@ -86,6 +86,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