Wed Dec 15 00:18:30 CET 1999 Wichert Akkerman <wakkerma@debian.org>
- * Add option to disable building dselect
+ * configure.in: Add option to disable building dselect
+ * configure.in: Test for ptrdiff_t and stddef.h
+ * config.h.bot: iclude stddef.h if it exists
* Add config.sub and config.guess
Tue Dec 14 20:08:58 CET 1999 Wichert Akkerman <wakkerma@debian.org>
#include <sys/cdefs.h>
#endif
+#ifdef HAVE_STDDEF_H
+#include <stddef.h>
+#endif
+
/* Use the definitions: */
/* Give us an unsigned 32-bit data type. */
AC_CHECK_SIZEOF(unsigned int)
AC_CHECK_TYPE(ptrdiff_t,int)
AC_CHECK_FUNCS(unsetenv alphasort scandir strerror strsignal strtoul vsnprintf lchown)
-AC_CHECK_HEADERS(sys/cdefs.h sys/sysinfo.h syslog.h)
+AC_CHECK_HEADERS(sys/cdefs.h sys/sysinfo.h syslog.h stddef.h)
AC_CHECK_HEADERS(error.h hurd.h ps.h hurd/ihash.h)
AC_CHECK_LIB(shouldbeinlibc, fmt_past_time)