98ef4ecd06
FAM, the File Alteration Monitor, provides an API which applications can use to be notified when specific files or directories are changed. from alek@, with minor tweaks by me feedback and ok espie@ martynas@
13 lines
365 B
Plaintext
13 lines
365 B
Plaintext
$OpenBSD: patch-configure_ac,v 1.1.1.1 2007/04/27 22:00:55 jasper Exp $
|
|
--- configure.ac.orig Sat Feb 10 16:08:00 2007
|
|
+++ configure.ac Sat Feb 10 16:08:13 2007
|
|
@@ -38,7 +38,7 @@ if test "$have_sys_imon_h"; then
|
|
elif test "$have_linux_imon_h"; then
|
|
MONITOR_FUNCS=IMonLinux
|
|
else
|
|
- MONITOR_FUNCS=IMonNone
|
|
+ MONITOR_FUNCS=IMonKQueue
|
|
fi
|
|
AC_SUBST(MONITOR_FUNCS)
|
|
|