1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

s3-waf: Add dummy configuration option for sendfile-support

This commit is contained in:
Kai Blin 2010-04-21 08:03:38 +02:00
parent cba7fd170c
commit f4ff7a298d

View File

@ -40,6 +40,7 @@ def set_options(opt):
opt.SAMBA3_ADD_OPTION('pam')
opt.SAMBA3_ADD_OPTION('quotas')
opt.SAMBA3_ADD_OPTION('sys-quotas')
opt.SAMBA3_ADD_OPTION('sendfile-support')
def configure(conf):