changeset 2177:f3ce69359e28

(AC_CHECK_HEADERS): Add checks from sh-utils' configure.in
author Jim Meyering <jim@meyering.net>
date Sat, 22 Jan 2000 22:03:01 +0000
parents 6df43b8de8fe
children 3c93055ac564
files m4/jm-macros.m4
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/m4/jm-macros.m4
+++ b/m4/jm-macros.m4
@@ -22,6 +22,11 @@
     sys/acl.h \
     sys/wait.h sys/ioctl.h sys/fs/s5param.h termios.h values.h)
 
+  AC_CHECK_HEADERS(fcntl.h fenv.h float.h limits.h netdb.h \
+		   stdlib.h string.h sys/param.h \
+		   sys/socket.h sys/systeminfo.h sys/time.h sys/timeb.h \
+		   syslog.h unistd.h paths.h termios.h)
+
   jm_INCLUDED_REGEX([lib/regex.c])
 
   AC_REQUIRE([jm_BISON])