Add a check for limits.h
robs [Wed, 29 Aug 2001 18:43:30 +0000 (18:43 +0000)]
perl/configure.in

index 4adb897..e68c4f0 100644 (file)
@@ -1,4 +1,4 @@
-dnl     $Id: configure.in,v 1.2 1999/08/02 15:51:08 skimo Exp $
+dnl     $Id: configure.in,v 1.3 2001/08/29 18:43:30 robs Exp $
 dnl
 dnl     This file is an input file used by the GNU "autoconf" program to
 dnl     generate the file "configure", which is run during the build
@@ -72,6 +72,7 @@ AC_HAVE_HEADERS(netinet/in.h)
 AC_HAVE_HEADERS(arpa/inet.h)
 AC_HAVE_HEADERS(strings.h)
 AC_HAVE_HEADERS(sys/time.h)
+AC_HAVE_HEADERS(limits.h)
 
 if test "x$have_sys_socket" = "xyes"; then
     AC_MSG_CHECKING(for socklen_t in sys/socket.h)