glob: Declare variables at the very start of their scope.
[gnulib/ericb.git] / modules / windows-stat-timespec
blobd7d44fba283267344a0bb2d2019c4e4b0983ebaa
1 Description:
2 On native Windows platforms, ensure that 'struct stat' contains
3 st_atim, st_mtim, st_ctim fields of type 'struct timespec', providing
4 100 ns resolution for the timestamps of files.
6 Comment:
7 This module should not be used as a dependency from a test module,
8 otherwise when this module occurs as a tests-related module, it will
9 have side effects on the compilation of the main modules in lib/.
11 Files:
12 m4/windows-stat-timespec.m4
14 Depends-on:
15 windows-stat-override
17 configure.ac:
18 AC_REQUIRE([gl_WINDOWS_STAT_TIMESPEC])
20 Makefile.am:
22 Include:
24 License:
25 LGPLv2+
27 Maintainer:
28 Bruno Haible