1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-28 10:56:36 +00:00

* configure.in: Call AC_STDC_HEADERS.

This commit is contained in:
Jim Blandy 1993-05-14 14:27:17 +00:00
parent 6fb6ab11e1
commit d855a60363

View File

@ -819,6 +819,7 @@ fi
AC_LN_S AC_LN_S
AC_PROG_CPP AC_PROG_CPP
AC_HAVE_HEADERS(sys/timeb.h sys/time.h) AC_HAVE_HEADERS(sys/timeb.h sys/time.h)
AC_STDC_HEADERS
AC_RETSIGTYPE AC_RETSIGTYPE
AC_ALLOCA AC_ALLOCA
AC_HAVE_FUNCS(gettimeofday gethostname dup2) AC_HAVE_FUNCS(gettimeofday gethostname dup2)