mirror of https://github.com/python/cpython
Add HAVE_OLD_CPP to list of known defines
This commit is contained in:
parent
fc8ebb1d3f
commit
8e09a9ffa9
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue