summaryrefslogtreecommitdiff
path: root/source4/ntvfs/sysdep/config.m4
blob: 372e6b5bd5a39d2c86ae6979e1e87d489b70e513 (plain)
1
2
3
4
5
6
7
AC_CHECK_HEADERS(linux/inotify.h asm/unistd.h)
AC_CHECK_FUNC(inotify_init)

SMB_ENABLE(sys_notify_inotify, NO)
if test x"$ac_cv_header_linux_inotify_h" = x"yes"; then
    SMB_ENABLE(sys_notify_inotify, YES)
fi