Commit e8e0da5e authored by Guido van Rossum's avatar Guido van Rossum

Add define of HAVE_STDDEF_H (to 1). Suggested by Greg Stein.

parent 248f4061
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment