readutmp: Fix dependencies.
[gnulib.git] / modules / windows-stat-inodes
blob06079374bc0e7d59feaf90a8b5fd0f196fbe98c7
1 Description:
2 On native Windows platforms, ensure that 'struct stat' contains values
3 in the st_dev, st_ino fields that are able to distinguish different inodes.
5 Comment:
6 This module should not be used as a dependency from a test module,
7 otherwise when this module occurs as a tests-related module, it will
8 have side effects on the compilation of the main modules in lib/.
10 Files:
11 m4/windows-stat-inodes.m4
13 Depends-on:
14 windows-stat-override
16 configure.ac:
17 AC_REQUIRE([gl_WINDOWS_STAT_INODES])
19 Makefile.am:
21 Include:
23 License:
24 LGPLv2+
26 Maintainer:
27 Bruno Haible