mirror of
https://github.com/python/cpython.git
synced 2025-10-17 12:18:23 +00:00
Add HAVE_OLD_CPP to list of known defines
This commit is contained in:
parent
fc8ebb1d3f
commit
8e09a9ffa9
1 changed files with 3 additions and 0 deletions
|
@ -25,6 +25,9 @@
|
||||||
/* Define this if your time.h defines altzone */
|
/* Define this if your time.h defines altzone */
|
||||||
#undef HAVE_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 */
|
/* Define if your compiler supports function prototypes */
|
||||||
#undef HAVE_PROTOTYPES
|
#undef HAVE_PROTOTYPES
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue