lib: Remove timeval_until()
[Samba.git] / source4 / torture / dns / wscript_build
blob0b40e03e3702a0ab2e07db83cca2ef4eae942be4
1 #!/usr/bin/env python
3 if bld.AD_DC_BUILD_IS_ENABLED():
4 bld.SAMBA_MODULE('TORTURE_BIND_DNS',
5 source='dlz_bind9.c',
6 subsystem='smbtorture',
7 init_function='torture_bind_dns_init',
8 cflags='-DBIND_VERSION_9_16',
9 deps='torture talloc torturemain dlz_bind9_for_torture',
10 internal_module=True
13 bld.SAMBA_MODULE('TORTURE_INTERNAL_DNS',
14 source='internal_dns.c',
15 subsystem='smbtorture',
16 init_function='torture_internal_dns_init',
17 deps='torture talloc torturemain',
18 internal_module=True