mirror of
https://github.com/samba-team/samba.git
synced 2025-03-01 04:58:35 +03:00
build: fcvt() and fcvtl() are not used
No need to check for them in the configure phase Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
c4d82a6b1f
commit
b948b99c6c
@ -137,7 +137,7 @@ def configure(conf):
|
||||
conf.CHECK_FUNCS('getpwnam', headers='sys/types.h pwd.h')
|
||||
conf.CHECK_FUNCS('fdopendir')
|
||||
conf.CHECK_FUNCS('fstatat')
|
||||
conf.CHECK_FUNCS('getpwent_r setenv clearenv strcasecmp fcvt fcvtl')
|
||||
conf.CHECK_FUNCS('getpwent_r setenv clearenv strcasecmp')
|
||||
conf.CHECK_FUNCS('syslog vsyslog timegm setlocale')
|
||||
conf.CHECK_FUNCS('lutimes futimes utimensat futimens')
|
||||
conf.CHECK_FUNCS('mlock munlock mlockall munlockall')
|
||||
@ -415,8 +415,6 @@ endmntent
|
||||
execl
|
||||
fchmod
|
||||
fchown
|
||||
fcvt
|
||||
fcvtl
|
||||
fseeko
|
||||
fsync
|
||||
futimens
|
||||
|
Loading…
x
Reference in New Issue
Block a user