mirror of
https://github.com/samba-team/samba.git
synced 2025-01-27 14:04:05 +03:00
8 lines
200 B
Plaintext
8 lines
200 B
Plaintext
|
AC_CHECK_HEADERS(linux/inotify.h asm/unistd.h)
|
||
|
AC_CHECK_FUNC(inotify_init)
|
||
|
|
||
|
SMB_ENABLE(ntvfs_inotify, NO)
|
||
|
if test x"$ac_cv_header_linux_inotify_h" = x"yes"; then
|
||
|
SMB_ENABLE(ntvfs_inotify, YES)
|
||
|
fi
|