Add define of HAVE_STDDEF_H (to 1).  Suggested by Greg Stein.
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 @@
 /* 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