summaryrefslogtreecommitdiff
path: root/source4/ntvfs/sysdep/wscript_configure
blob: 2d2064843e313bdc0eab70c1f859608a244270ff (plain)
1
2
3
4
5
6
7
conf.CHECK_HEADERS('linux/inotify.h asm/unistd.h sys/inotify.h', add_headers=False)

conf.CHECK_FUNCS('inotify_init')

conf.CHECK_VARIABLE('__NR_inotify_init')
conf.CHECK_VARIABLE('F_SETLEASE')
conf.CHECK_VARIABLE('SA_SIGINFO')