mirror of
https://github.com/samba-team/samba.git
synced 2025-02-28 01:58:17 +03:00
s3:configure: check for lutimes, futimes and futimens
This commit is contained in:
parent
bd11ec4faa
commit
b6174662df
@ -1066,7 +1066,7 @@ AC_CHECK_FUNCS(setenv strcasecmp fcvt fcvtl)
|
||||
AC_CHECK_FUNCS(syslog vsyslog timegm)
|
||||
AC_CHECK_FUNCS(setlocale nl_langinfo)
|
||||
AC_CHECK_FUNCS(nanosleep,,[AC_CHECK_LIB_EXT(rt, LIBS, nanosleep)])
|
||||
AC_CHECK_FUNCS(utimensat)
|
||||
AC_CHECK_FUNCS(lutimes futimes utimensat futimens)
|
||||
AC_CHECK_FUNCS(mlock munlock mlockall munlockall)
|
||||
AC_CHECK_FUNCS(memalign posix_memalign hstrerror)
|
||||
AC_CHECK_HEADERS(sys/mman.h)
|
||||
|
Loading…
x
Reference in New Issue
Block a user