diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-03-07 14:01:05 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-04-06 20:26:42 +1000 |
commit | d87ea524d82a069d5df053b54eeb1e3bdbfdb5a9 (patch) | |
tree | f3431eabca4367081ffdcabfba01d8d142888390 /source4/ntvfs/sysdep | |
parent | abaf9aaba7acc10dde3a0b619209749748df52e2 (diff) | |
download | samba-d87ea524d82a069d5df053b54eeb1e3bdbfdb5a9.tar.gz samba-d87ea524d82a069d5df053b54eeb1e3bdbfdb5a9.tar.bz2 samba-d87ea524d82a069d5df053b54eeb1e3bdbfdb5a9.zip |
build: ntvfs/sysdep configure checks
Diffstat (limited to 'source4/ntvfs/sysdep')
-rw-r--r-- | source4/ntvfs/sysdep/wscript_configure | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/source4/ntvfs/sysdep/wscript_configure b/source4/ntvfs/sysdep/wscript_configure new file mode 100644 index 0000000000..2d2064843e --- /dev/null +++ b/source4/ntvfs/sysdep/wscript_configure @@ -0,0 +1,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') |