Commit 5900c0f7 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

utime() and utime.h adjustments for curl -R

parent d10cf2ba
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -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
+6 −0
Original line number Diff line number Diff line
@@ -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