]> granicus.if.org Git - python/commitdiff
Add define of HAVE_STDDEF_H (to 1). Suggested by Greg Stein.
authorGuido van Rossum <guido@python.org>
Wed, 23 Sep 1998 13:35:45 +0000 (13:35 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 23 Sep 1998 13:35:45 +0000 (13:35 +0000)
PC/config.h

index 0818746e54325862c1b93292d8593e94976bd386..a719269dc6c96769fe196ade7fee8b146b8baa09 100644 (file)
@@ -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