s3: smbd: Cleanup. smb2_file_rename_information() can never have a @GMT path in the...
[Samba.git] / lib / texpect / wscript
blob44f92a85136668d68ee88f2ea32898d716ba32d9
1 #!/usr/bin/env python
3 def configure(conf):
4 conf.CHECK_FUNCS_IN('openpty', 'util', checklibc=True, headers='pty.h util.h bsd/libutil.h libutil.h')
6 def build(bld):
7 bld.SAMBA_BINARY('texpect',
8 'texpect.c',
9 deps='popt util replace sys_rw',
10 for_selftest=True)