mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-23 16:40:24 +02:00
22613: add strftime -r to use strptime() if available
This commit is contained in:
parent
1a42aadd81
commit
d0b9eddd9a
4 changed files with 90 additions and 6 deletions
|
@ -1096,7 +1096,8 @@ dnl ---------------
|
|||
dnl need to integrate this function
|
||||
dnl AC_FUNC_STRFTIME
|
||||
|
||||
AC_CHECK_FUNCS(strftime difftime gettimeofday \
|
||||
AC_CHECK_FUNCS(strftime strptime mktime timelocal \
|
||||
difftime gettimeofday \
|
||||
select poll \
|
||||
readlink faccessx fchdir ftruncate \
|
||||
fstat lstat lchown fchown fchmod \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue