mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
utime() and utime.h adjustments for curl -R
This commit is contained in:
parent
d10cf2ba94
commit
5900c0f767
@ -477,7 +477,8 @@ AC_CHECK_HEADERS( \
|
|||||||
winsock.h \
|
winsock.h \
|
||||||
time.h \
|
time.h \
|
||||||
io.h \
|
io.h \
|
||||||
pwd.h
|
pwd.h \
|
||||||
|
utime.h
|
||||||
)
|
)
|
||||||
|
|
||||||
dnl Check for libz header
|
dnl Check for libz header
|
||||||
@ -531,7 +532,8 @@ AC_CHECK_FUNCS( socket \
|
|||||||
strlcat \
|
strlcat \
|
||||||
getpwuid \
|
getpwuid \
|
||||||
geteuid \
|
geteuid \
|
||||||
dlopen
|
dlopen \
|
||||||
|
utime
|
||||||
)
|
)
|
||||||
|
|
||||||
dnl removed 'getpass' check on October 26, 2000
|
dnl removed 'getpass' check on October 26, 2000
|
||||||
|
@ -10,3 +10,9 @@
|
|||||||
|
|
||||||
/* Define if you have strdup() */
|
/* Define if you have strdup() */
|
||||||
#undef HAVE_STRDUP
|
#undef HAVE_STRDUP
|
||||||
|
|
||||||
|
/* Define if you have utime() */
|
||||||
|
#undef HAVE_UTIME
|
||||||
|
|
||||||
|
/* Define if you have utime.h */
|
||||||
|
#undef HAVE_UTIME_H
|
||||||
|
Loading…
Reference in New Issue
Block a user