mirror of
https://github.com/samba-team/samba.git
synced 2025-02-26 21:57:41 +03:00
s3-waf: add check for ftruncate extend.
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Feb 22 13:35:48 CET 2011 on sn-devel-104
This commit is contained in:
parent
4fe3ecefa0
commit
79b41dcae1
@ -1289,6 +1289,12 @@ main() {
|
||||
execute=True,
|
||||
msg='Checking whether the realpath function allows a NULL argument')
|
||||
|
||||
conf.CHECK_CODE('''#include "../tests/ftruncate.c"''',
|
||||
'HAVE_FTRUNCATE_EXTEND',
|
||||
msg='Checking for ftruncate extend',
|
||||
addmain=False,
|
||||
execute=True)
|
||||
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user