summaryrefslogtreecommitdiff
path: root/source4/ntvfs/sysdep/wscript_configure
blob: 6cfa4abe91470d2bc35ee56b9a4cfc2015e0ee62 (plain)
1
2
3
4
5
6
7
8
9
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_DECLS('F_SETLEASE', headers='linux/fcntl.h', reverse=True)
conf.CHECK_DECLS('SA_SIGINFO', headers='signal.h', reverse=True)

conf.CHECK_DECLS('__NR_inotify_init', reverse=True, headers='asm/unistd.h')