From 8cf4bc0329fd5640eeb480a925d2442fc0ea3aca Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?=
 <grubba@grubba.org>
Date: Sun, 20 Sep 1998 19:54:20 +0200
Subject: [PATCH] Added checks for <poll.h> and <sys/poll.h>.

Rev: src/modules/files/configure.in:1.60
---
 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 538e5a6811..a55eef8dd1 100644
--- a/src/modules/files/configure.in
+++ b/src/modules/files/configure.in
@@ -1,10 +1,10 @@
-# $Id: configure.in,v 1.59 1998/09/20 08:33:25 hubbe Exp $
+# $Id: configure.in,v 1.60 1998/09/20 17:54:20 grubba Exp $
 AC_INIT(file.c)
 AC_CONFIG_HEADER(file_machine.h)
 
 AC_MODULE_INIT()
 
-AC_HAVE_HEADERS(sys/types.h arpa/inet.h sys/socketvar.h netinet/in.h \
+AC_HAVE_HEADERS(sys/types.h arpa/inet.h sys/socketvar.h netinet/in.h poll.h sys/poll.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 limits.h unistd.h)
-- 
GitLab