From 9acb33c819356a49068ec041c38e438d335e9781 Mon Sep 17 00:00:00 2001 From: Marios Titas Date: Wed, 13 Jun 2012 02:52:03 -0400 Subject: Extract high resolution timestamps from FileStatus Signed-off-by: Paolo Capriotti --- configure.ac | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index ebf708d..9461452 100644 --- a/configure.ac +++ b/configure.ac @@ -34,6 +34,22 @@ AC_CHECK_FUNCS([ptsname]) AC_CHECK_FUNCS([setitimer]) AC_CHECK_FUNCS([readdir_r]) +AC_CHECK_MEMBERS([struct stat.st_atim]) +AC_CHECK_MEMBERS([struct stat.st_mtim]) +AC_CHECK_MEMBERS([struct stat.st_ctim]) +AC_CHECK_MEMBERS([struct stat.st_atimespec]) +AC_CHECK_MEMBERS([struct stat.st_mtimespec]) +AC_CHECK_MEMBERS([struct stat.st_ctimespec]) +AC_CHECK_MEMBERS([struct stat.st_atimensec]) +AC_CHECK_MEMBERS([struct stat.st_mtimensec]) +AC_CHECK_MEMBERS([struct stat.st_ctimensec]) +AC_CHECK_MEMBERS([struct stat.st_atime_n]) +AC_CHECK_MEMBERS([struct stat.st_mtime_n]) +AC_CHECK_MEMBERS([struct stat.st_ctime_n]) +AC_CHECK_MEMBERS([struct stat.st_uatime]) +AC_CHECK_MEMBERS([struct stat.st_umtime]) +AC_CHECK_MEMBERS([struct stat.st_uctime]) + # Additional temp functions AC_CHECK_FUNCS([mkstemps mkdtemp]) -- cgit v1.2.3