From f0323d68eb0e0b982bb79880527bb9c5b3524f1e Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Wed, 21 Sep 2005 17:35:51 +0000 Subject: [PATCH] Check for limits.h. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index a5de0d71..eee9bada 100644 --- a/configure.in +++ b/configure.in @@ -310,7 +310,7 @@ AC_CHECK_HEADERS(sys/fcntl.h sys/select.h fcntl.h sys/time.h sys/unistd.h \ unistd.h utime.h grp.h compat.h sys/param.h ctype.h sys/wait.h \ sys/ioctl.h sys/filio.h string.h stdlib.h sys/socket.h sys/mode.h \ sys/un.h glob.h mcheck.h arpa/inet.h arpa/nameser.h locale.h \ - netdb.h malloc.h float.h) + netdb.h malloc.h float.h limits.h) AC_HEADER_MAJOR AC_CHECK_SIZEOF(int) -- 2.34.1