Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKornél Pál <kornelpal@gmail.com>2008-04-29 17:53:24 +0400
committerKornél Pál <kornelpal@gmail.com>2008-04-29 17:53:24 +0400
commite031763ae28dfc7452635266ddd007dfe71fdfe0 (patch)
tree48ef9dc99625fd785ec5594d09abe06472049118 /winconfig.h
parentb1a3a203abe71ddabe81c3271b160552f95de2e2 (diff)
Check for sys/utime.h that fixes MSVC build.
svn path=/trunk/mono/; revision=102116
Diffstat (limited to 'winconfig.h')
-rw-r--r--winconfig.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/winconfig.h b/winconfig.h
index 1e3446e3548..c62da8be3d1 100644
--- a/winconfig.h
+++ b/winconfig.h
@@ -389,6 +389,9 @@
/* Define to 1 if you have the <sys/un.h> header file. */
/* #undef HAVE_SYS_UN_H */
+/* Define to 1 if you have the <sys/utime.h> header file. */
+#define HAVE_SYS_UTIME_H 1
+
/* Define to 1 if you have the <sys/vfstab.h> header file. */
/* #undef HAVE_SYS_VFSTAB_H */
@@ -417,7 +420,7 @@
/* #undef HAVE_UNISTD_H */
/* Define to 1 if you have the <utime.h> header file. */
-#define HAVE_UTIME_H 1
+/* #undef HAVE_UTIME_H */
/* Define to 1 if you have the <valgrind/memcheck.h> header file. */
/* #undef HAVE_VALGRIND_MEMCHECK_H */