3 bld
.SAMBA_MODULE('sys_notify_inotify',
5 subsystem
='sys_notify',
6 init_function
='sys_notify_inotify_init',
8 enabled
= bld
.CONFIG_SET('HAVE_LINUX_INOTIFY')
12 bld
.SAMBA_SUBSYSTEM('sys_notify',
13 source
='sys_notify.c',
18 bld
.SAMBA_MODULE('sys_lease_linux',
19 source
='sys_lease_linux.c',
21 subsystem
='sys_lease',
22 init_function
='sys_lease_linux_init',
23 enabled
= bld
.CONFIG_SET('HAVE_F_SETLEASE_DECL')
27 bld
.SAMBA_SUBSYSTEM('sys_lease',