mirror of
https://github.com/samba-team/samba.git
synced 2025-01-10 01:18:15 +03:00
Check for fstatat.
Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
parent
7f760ed84b
commit
da2cf8a947
@ -89,6 +89,7 @@ def configure(conf):
|
||||
conf.CHECK_FUNCS('fseeko setluid')
|
||||
conf.CHECK_FUNCS('getpwnam', headers='sys/types.h pwd.h')
|
||||
conf.CHECK_FUNCS('fdopendir')
|
||||
conf.CHECK_FUNCS('fstatat')
|
||||
conf.CHECK_FUNCS('getpwent_r setenv strcasecmp fcvt fcvtl')
|
||||
conf.CHECK_FUNCS('syslog vsyslog timegm setlocale')
|
||||
conf.CHECK_FUNCS_IN('nanosleep', 'rt')
|
||||
|
Loading…
Reference in New Issue
Block a user