]> granicus.if.org Git - curl/commitdiff
defined HAVE_UTIME and HAVE_UTIME_H
authorDaniel Stenberg <daniel@haxx.se>
Mon, 3 Sep 2001 14:31:48 +0000 (14:31 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 3 Sep 2001 14:31:48 +0000 (14:31 +0000)
src/config-win32.h

index e59b54fba0e20f68fd11320d90ef40c0043a7e55..ccce28b6ced517ab5115e9bd93e93e52602f6638 100644 (file)
 /* Define if you have the <fcntl.h> 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.*
  *************************************************/