diff options
author | Guido van Rossum <guido@python.org> | 1996-08-19 21:59:00 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1996-08-19 21:59:00 (GMT) |
commit | 84e7b248f0a8863e7ef5fc8ad7efe297f5090873 (patch) | |
tree | 4d86a5e3aa9410775a65f7c2da20d44aa96bfa9a /config.h.in | |
parent | 300fda7a6d83d5646f5e703945f5b0df22f04107 (diff) | |
download | cpython-84e7b248f0a8863e7ef5fc8ad7efe297f5090873.zip cpython-84e7b248f0a8863e7ef5fc8ad7efe297f5090873.tar.gz cpython-84e7b248f0a8863e7ef5fc8ad7efe297f5090873.tar.bz2 |
The usual...
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
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 |