Add HAVE_OLD_CPP to list of known defines

This commit is contained in:
Guido van Rossum 1996-08-19 21:53:18 +00:00
parent fc8ebb1d3f
commit 8e09a9ffa9
1 changed files with 3 additions and 0 deletions

View File

@ -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