diff options
-rw-r--r-- | source3/wscript | 2 |
1 files changed, 2 insertions, 0 deletions
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 |