From: Guido van Rossum Date: Mon, 19 Aug 1996 21:53:18 +0000 (+0000) Subject: Add HAVE_OLD_CPP to list of known defines X-Git-Tag: v1.4b3~129 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8e09a9ffa96b03f19d4e2a40fd88c74e180be3fa;p=thirdparty%2FPython%2Fcpython.git Add HAVE_OLD_CPP to list of known defines --- diff --git a/acconfig.h b/acconfig.h index 67f61e04e12e..7f4077c34b27 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