From 06993556f37b4409bedf453d38ac1eca7971169b Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 3 Sep 2001 14:31:48 +0000 Subject: defined HAVE_UTIME and HAVE_UTIME_H --- src/config-win32.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/config-win32.h b/src/config-win32.h index e59b54fba..ccce28b6c 100644 --- a/src/config-win32.h +++ b/src/config-win32.h @@ -14,6 +14,12 @@ /* Define if you have the header file. */ #define HAVE_FCNTL_H 1 +/* Define if you have utime() */ +#define HAVE_UTIME 1 + +/* Define if you have utime.h */ +#define HAVE_UTIME_H 1 + /************************************************* * This section is for compiler specific defines.* *************************************************/ -- cgit v1.2.3