And a small simplification:
2017-05-13 Bruno Haible
largefile: Simplify.
* m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Remove unused definition
of _GL_WINDOWS_64_BIT_ST_SIZE.
diff --git a/m4/sys_stat_h.m4 b/m4/sys_stat_h.m4
index 155667d..8934278 100644
--- a/m4/sys_stat
The 'largefile' module already supports native Windows since 2012.
This patch improves it: on mingw, with _FILE_OFFSET_BITS set to 64,
there is no need to redefine off_t since mingw already defines it to
a 64-bit type.
2017-05-13 Bruno Haible
largefile: Improve an