aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.*
*************************************************/