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

This commit is contained in:
Daniel Stenberg 2001-09-03 12:00:38 +00:00
parent d10cf2ba94
commit 5900c0f767
2 changed files with 10 additions and 2 deletions

View file

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