From: Guido van Rossum Date: Wed, 23 Sep 1998 13:35:45 +0000 (+0000) Subject: Add define of HAVE_STDDEF_H (to 1). Suggested by Greg Stein. X-Git-Tag: v1.5.2a2~255 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4da55f0560b55c122aab10bcbf4ecae13e3f2d88;p=thirdparty%2FPython%2Fcpython.git Add define of HAVE_STDDEF_H (to 1). Suggested by Greg Stein. --- diff --git a/PC/config.h b/PC/config.h index 0818746e5432..a719269dc6c9 100644 --- a/PC/config.h +++ b/PC/config.h @@ -442,6 +442,9 @@ typedef int pid_t; /* Define if you have the prototypes. */ #define HAVE_STDARG_PROTOTYPES +/* Define if you have the header file. */ +#define HAVE_STDDEF_H 1 + /* Define if you have the header file. */ #define HAVE_STDLIB_H 1