From 623798c48965620ca3d66cdea5c9cf0a9b80c03b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?=
 <grubba@grubba.org>
Date: Thu, 2 Jul 1998 19:20:43 +0200
Subject: [PATCH] Added check for <limits.h>.

Rev: src/modules/files/configure.in:1.53
---
 src/modules/files/configure.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/modules/files/configure.in b/src/modules/files/configure.in
index 15c0fa7ed5..9d158f8e8e 100644
--- a/src/modules/files/configure.in
+++ b/src/modules/files/configure.in
@@ -1,4 +1,4 @@
-# $Id: configure.in,v 1.52 1998/06/28 16:21:46 grubba Exp $
+# $Id: configure.in,v 1.53 1998/07/02 17:20:43 grubba Exp $
 AC_INIT(file.c)
 AC_CONFIG_HEADER(file_machine.h)
 
@@ -7,7 +7,7 @@ sinclude(../module_configure.in)
 AC_HAVE_HEADERS(sys/types.h arpa/inet.h sys/socketvar.h netinet/in.h \
  sys/mount.h ustat.h sys/statfs.h sys/statvfs.h sys/vfs.h sys/param.h \
  sys/socket.h sys/stream.h sys/protosw.h netdb.h sys/sysproto.h winsock.h \
- direct.h sys/wait.h process.h sys/file.h net/netdb.h)
+ direct.h sys/wait.h process.h sys/file.h net/netdb.h limits.h)
 AC_HEADER_DIRENT
 AC_CHECK_LIB(bind, __inet_ntoa)
 AC_CHECK_LIB(socket, socket)
-- 
GitLab