utime() and utime.h adjustments for curl -R
This commit is contained in:
Родитель
d10cf2ba94
Коммит
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
|
||||
|
|
Загрузка…
Ссылка в новой задаче