immutable: Add tests.
[gnulib.git] / m4 / windows-stat-timespec.m4
blobc21b5e0b9856456db90873b99db13a40ed733a22
1 # windows-stat-timespec.m4 serial 1
2 dnl Copyright (C) 2017-2021 Free Software Foundation, Inc.
3 dnl This file is free software; the Free Software Foundation
4 dnl gives unlimited permission to copy and/or distribute it,
5 dnl with or without modifications, as long as this notice is preserved.
7 dnl Enable precise timestamps in 'struct stat' on native Windows platforms.
9 AC_DEFUN([gl_WINDOWS_STAT_TIMESPEC],
11   AC_REQUIRE([AC_CANONICAL_HOST])
12   case "$host_os" in
13     mingw*) WINDOWS_STAT_TIMESPEC=1 ;;
14     *)      WINDOWS_STAT_TIMESPEC=0 ;;
15   esac