mirror of
https://github.com/curl/curl.git
synced 2024-11-21 01:16:58 +08: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 \
|
||||
time.h \
|
||||
io.h \
|
||||
pwd.h
|
||||
pwd.h \
|
||||
utime.h
|
||||
)
|
||||
|
||||
dnl Check for libz header
|
||||
@ -531,7 +532,8 @@ AC_CHECK_FUNCS( socket \
|
||||
strlcat \
|
||||
getpwuid \
|
||||
geteuid \
|
||||
dlopen
|
||||
dlopen \
|
||||
utime
|
||||
)
|
||||
|
||||
dnl removed 'getpass' check on October 26, 2000
|
||||
|
@ -10,3 +10,9 @@
|
||||
|
||||
/* Define if you 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