From fc7aeb09d4b45b53e6c6a277157aee8674bf400c Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Fri, 7 Dec 2007 01:56:06 +0100 Subject: tailf: inotify based reimplementation This patch: - clean up tailf(1) code - remove stupid "for() { malloc() }" array allocation in the tailf() function - add inotify(7) support Signed-off-by: Karel Zak --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index e38c5019d..ca1c525f4 100644 --- a/configure.ac +++ b/configure.ac @@ -61,6 +61,7 @@ AC_CHECK_FUNCS( personality \ updwtmp \ lchown \ + inotify_init \ rpmatch]) AC_FUNC_FSEEKO -- cgit v1.2.3-55-g7522