From 5900c0f76718a20382f0a76f320b53c5136e7210 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 3 Sep 2001 12:00:38 +0000 Subject: utime() and utime.h adjustments for curl -R --- src/config.h.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src') diff --git a/src/config.h.in b/src/config.h.in index 62a020518..cfd34fd12 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -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 -- cgit v1.2.3