s3:winbindd: make use of cli_rpc_pipe_open_schannel_with_creds()
[obnox/samba/samba-obnox.git] / source3 / wscript
index f61c049e6d85141ed43b31ed61eb4c2188943dbe..bb57db533816f15fd8278f9a3fe504069a001109 100644 (file)
@@ -551,6 +551,7 @@ return acl_get_perm_np(permset_d, perm);
         conf.DEFINE('HAVE_NO_AIO', '1')
 
     if host_os.rfind('linux') > -1:
+       conf.CHECK_FUNCS('eventfd')
        conf.CHECK_FUNCS_IN('io_submit', 'aio')
        conf.CHECK_CODE('''
 struct io_event ioev;