From: Daniel Stenberg Date: Mon, 3 Sep 2001 14:31:48 +0000 (+0000) Subject: defined HAVE_UTIME and HAVE_UTIME_H X-Git-Tag: curl-7_9~81 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=06993556f37b4409bedf453d38ac1eca7971169b;p=thirdparty%2Fcurl.git defined HAVE_UTIME and HAVE_UTIME_H --- diff --git a/src/config-win32.h b/src/config-win32.h index e59b54fba0..ccce28b6ce 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.* *************************************************/