From 663661685c9004852bd65e293900d6115a9f21ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?= <grubba@grubba.org> Date: Fri, 1 May 1998 17:41:34 +0200 Subject: [PATCH] Added check for sys/file.h. Rev: src/modules/files/configure.in:1.44 --- 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 e585d7ca4e..d28f3aa1a1 100644 --- a/src/modules/files/configure.in +++ b/src/modules/files/configure.in @@ -1,4 +1,4 @@ -# $Id: configure.in,v 1.43 1998/03/28 13:59:09 grubba Exp $ +# $Id: configure.in,v 1.44 1998/05/01 15:41:34 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) + direct.h sys/wait.h process.h sys/file.h) AC_HEADER_DIRENT AC_CHECK_LIB(bind, __inet_ntoa) AC_CHECK_LIB(socket, socket) -- GitLab