autorid: fix a potential for data corruption.
[Samba.git] / source4 / ntvfs / sysdep / wscript_configure
blobaa63000499ecbde3a1e3384fcc3517657bb3d7fc
1 #!/usr/bin/env python
3 conf.CHECK_HEADERS('sys/inotify.h', add_headers=False)
5 conf.CHECK_DECLS('F_SETLEASE', headers='linux/fcntl.h', reverse=True)
6 conf.CHECK_DECLS('SA_SIGINFO', headers='signal.h', reverse=True)
8 if (conf.CONFIG_SET('HAVE_SYS_INOTIFY_H')):
9 conf.DEFINE('HAVE_LINUX_INOTIFY', 1)