From d87ea524d82a069d5df053b54eeb1e3bdbfdb5a9 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 7 Mar 2010 14:01:05 +1100 Subject: build: ntvfs/sysdep configure checks --- source4/ntvfs/sysdep/wscript_configure | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 source4/ntvfs/sysdep/wscript_configure (limited to 'source4/ntvfs/sysdep/wscript_configure') 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') -- cgit