s3: smbd: always set vuid in check_user_ok()
[Samba.git] / lib / texpect / wscript
blobe14c048483f5818348c9912127a2d9b7aa1d711e
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', 'texpect.c', deps='popt util replace', install=False)