From 8e09a9ffa96b03f19d4e2a40fd88c74e180be3fa Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Mon, 19 Aug 1996 21:53:18 +0000 Subject: [PATCH] Add HAVE_OLD_CPP to list of known defines --- acconfig.h | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.47.3