Check for fstatat.
[obnox/samba/samba-obnox.git] / lib / util / wscript
1 def set_options(opt):
2     ''' This is a bit strange, but disable is the flag, not enable. '''
3     opt.add_option('--disable-fault-handling', action='store_true', dest='disable_fault_handling', help=('disable the fault handlers'), default=False)