standard C headers, or for headers we no longer use.
-#serial 21
+#serial 22
dnl This is just a wrapper function to encapsulate this kludge.
dnl Putting it in a separate file like this helps share it between
dnl This is a little helper so we can require these header checks.
AC_DEFUN([_gl_DECL_HEADERS],
[
- AC_REQUIRE([AC_HEADER_STDC])
- AC_CHECK_HEADERS(grp.h memory.h pwd.h string.h strings.h stdlib.h \
- unistd.h sys/time.h utmp.h utmpx.h)
+ AC_CHECK_HEADERS_ONCE(grp.h pwd.h sys/time.h utmp.h)
])