summaryrefslogtreecommitdiffstats
path: root/PC
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1998-09-23 13:35:45 (GMT)
committerGuido van Rossum <guido@python.org>1998-09-23 13:35:45 (GMT)
commit4da55f0560b55c122aab10bcbf4ecae13e3f2d88 (patch)
tree3915cde966be91574ca60496cc97736eea92d039 /PC
parent5227f0fdcd99d90acdd712f96ea5cd2d7331c53f (diff)
downloadcpython-4da55f0560b55c122aab10bcbf4ecae13e3f2d88.zip
cpython-4da55f0560b55c122aab10bcbf4ecae13e3f2d88.tar.gz
cpython-4da55f0560b55c122aab10bcbf4ecae13e3f2d88.tar.bz2
Add define of HAVE_STDDEF_H (to 1). Suggested by Greg Stein.
Diffstat (limited to 'PC')
-rw-r--r--PC/config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/PC/config.h b/PC/config.h
index 0818746..a719269 100644
--- a/PC/config.h
+++ b/PC/config.h
@@ -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