mirror of
https://github.com/samba-team/samba.git
synced 2025-03-07 00:58:40 +03:00
s3-waf: add check for SEEKDIR_RETURNS_VOID.
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Fri Mar 4 01:13:54 CET 2011 on sn-devel-104
This commit is contained in:
parent
0fb246ba73
commit
6b3d68fffd
@ -1499,6 +1499,11 @@ main() {
|
||||
link=False,
|
||||
msg='Checking whether we can compile with __attribute__((destructor))')
|
||||
|
||||
conf.CHECK_CODE('void seekdir(DIR *d, long loc) { return; }',
|
||||
'SEEKDIR_RETURNS_VOID',
|
||||
headers='sys/types.h dirent.h',
|
||||
msg='Checking whether seekdir returns void')
|
||||
|
||||
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