mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Add define of HAVE_STDDEF_H (to 1). Suggested by Greg Stein.
This commit is contained in:
parent
5227f0fdcd
commit
4da55f0560
1 changed files with 3 additions and 0 deletions
|
@ -442,6 +442,9 @@ typedef int pid_t;
|
|||
/* Define if you have the <stdarg.h> prototypes. */
|
||||
#define HAVE_STDARG_PROTOTYPES
|
||||
|
||||
/* Define if you have the <stddef.h> header file. */
|
||||
#define HAVE_STDDEF_H 1
|
||||
|
||||
/* Define if you have the <stdlib.h> header file. */
|
||||
#define HAVE_STDLIB_H 1
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue