mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
* m4/largefile.m4 (gl_LARGEFILE): Set WINDOWS_64_BIT_ST_SIZE to 0 if the mingw headers already define 'stat' appropriately. * modules/largefile (Description): Clarify. * doc/largefile.texi: New file. * doc/gnulib.texi: Include it. * doc/posix-headers/sys_types.texi: Update.
24 lines
239 B
Plaintext
24 lines
239 B
Plaintext
Description:
|
|
Support for files larger than 2 GB.
|
|
|
|
Files:
|
|
m4/largefile.m4
|
|
|
|
Depends-on:
|
|
|
|
configure.ac-early:
|
|
AC_REQUIRE([AC_SYS_LARGEFILE])
|
|
|
|
configure.ac:
|
|
AC_REQUIRE([gl_LARGEFILE])
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
all
|