aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-09-03 14:31:48 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-09-03 14:31:48 +0000
commit06993556f37b4409bedf453d38ac1eca7971169b (patch)
tree0a2413adeea6d8f5ad6f84c0c5ce60df566a6793
parent144459d36402875864c941c21c02bb81e1165ce5 (diff)
defined HAVE_UTIME and HAVE_UTIME_H
-rw-r--r--src/config-win32.h6
1 files changed, 6 insertions, 0 deletions
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 <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.*
*************************************************/