1
0
Fork 0
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:
Peter Stephenson 2006-08-17 15:28:11 +00:00
parent 1a42aadd81
commit d0b9eddd9a
4 changed files with 90 additions and 6 deletions

View file

@ -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 \