From 5d3f9569252cc329cd95b405768a93c4c19c4b4e Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 16 Feb 2011 18:38:19 +0100 Subject: s3-waf: add check for __NR_inotify_init declaration. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Guenther Autobuild-User: Günther Deschner Autobuild-Date: Wed Feb 16 19:28:18 CET 2011 on sn-devel-104 --- source3/wscript | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source3/wscript b/source3/wscript index 59f0a1d5e4..df82cc6a23 100644 --- a/source3/wscript +++ b/source3/wscript @@ -1085,6 +1085,8 @@ ssize_t err = posix_fadvise(0,0,0x80000,POSIX_FADV_WILLNEED); 'SYSCONF%s' % v, msg='Checking whether sysconf(%s) is available' % v) + conf.CHECK_DECLS('__NR_inotify_init', reverse=True, headers='asm/unistd.h') + default_static_modules=TO_LIST('''pdb_smbpasswd pdb_tdbsam pdb_wbc_sam auth_sam auth_unix auth_winbind auth_wbc auth_server auth_domain auth_builtin vfs_default -- cgit