aboutsummaryrefslogtreecommitdiff
path: root/src/config-win32.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-09-07 09:53:21 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-09-07 09:53:21 +0000
commit5a8d1c4cd1e6499ec80ee4436baea76b80f76d12 (patch)
treea2f0af1bad4735d44171ab5b1feea0f70ccb842d /src/config-win32.h
parent46372c04ee06d75e2b7c0c60b1f80ee926a45749 (diff)
HAVE_SYS_UTIME_H adjustments
Diffstat (limited to 'src/config-win32.h')
-rw-r--r--src/config-win32.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/config-win32.h b/src/config-win32.h
index ccce28b6c..562b60590 100644
--- a/src/config-win32.h
+++ b/src/config-win32.h
@@ -17,8 +17,8 @@
/* Define if you have utime() */
#define HAVE_UTIME 1
-/* Define if you have utime.h */
-#define HAVE_UTIME_H 1
+/* Define if you have the <sys/utime.h> header file */
+#define HAVE_SYS_UTIME_H 1
/*************************************************
* This section is for compiler specific defines.*