diff options
Diffstat (limited to 'source3/wscript')
-rw-r--r-- | source3/wscript | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/source3/wscript b/source3/wscript index b77a46e695..90a541ba95 100644 --- a/source3/wscript +++ b/source3/wscript @@ -1487,6 +1487,14 @@ main() { conf.CHECK_FUNCS_IN('getspnam', 'security') conf.CHECK_FUNCS_IN('getspnam', 'sec') + if Options.options.with_quotas: + # For quotas on Veritas VxFS filesystems + conf.CHECK_HEADERS('sys/fs/vx_quota.h') + # For quotas on Linux XFS filesystems + conf.CHECK_HEADERS('linux/dqblk_xfs.h') + # For sys/quota.h and linux/quota.h + conf.CHECK_HEADERS('sys/quota.h') + default_static_modules=TO_LIST('''pdb_smbpasswd pdb_tdbsam pdb_wbc_sam auth_sam auth_unix auth_winbind auth_wbc auth_server auth_domain auth_builtin vfs_default |