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:
authorSteffen Kieß <s-kiess@web.de>2013-03-27 16:45:50 +0400
committerSteffen Kieß <s-kiess@web.de>2013-03-27 16:45:50 +0400
commit28e16142fa261d0cd0acad319e8c00a9bd3c7025 (patch)
tree277cab15708e371e0c66bf37a884924d8dad1e34 /configure.in
parent3a29f718c59111144f11a24307d80f25594b7355 (diff)
Add nanosecond resolution times to struct Stat
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index c32d35fc442..b400832a1dd 100644
--- a/configure.in
+++ b/configure.in
@@ -2007,6 +2007,11 @@ if test x$target_win32 = xno; then
[struct statfs.f_flags],,,
[#include <sys/types.h>
#include <sys/vfs.h>])
+ AC_CHECK_MEMBERS(
+ [struct stat.st_atim, struct stat.st_mtim, struct stat.st_ctim],,,
+ [#include <sys/types.h>
+ #include <sys/stat.h>
+ #include <unistd.h>])
dnl Favour xattr through glibc, but use libattr if we have to
AC_CHECK_FUNC(lsetxattr, ,