The header <stddef.h> is part of the standard C library and is always available,
checking is therefore not needed.
dnl Checks for header files
# AC_HEADER_STDC
-AC_CHECK_HEADERS(stddef.h stddef.h malloc.h \
+AC_CHECK_HEADERS(malloc.h \
fcntl.h search.h pthread.h values.h float.h limits.h termios.h \
errno.h time.h unistd.h strings.h setjmp.h \
sys/time.h sys/times.h sys/types.h sys/select.h \
#else
#include <stdlib.h>
#endif
-#ifdef HAVE_STDDEF_H
#include <stddef.h>
-#endif
#ifdef HAVE_STRINGS_H
#include <strings.h>
#endif
/* Define to 1 if stdbool.h conforms to C99. */
//#define HAVE_STDBOOL_H 1
-/* Define to 1 if you have the <stddef.h> header file. */
-#define HAVE_STDDEF_H 1
-
/* Define to 1 if you have the `strcasecmp' function. */
//#define HAVE_STRCASECMP 1