dprintf-posix, fprintf-posix: Avoid test failures with ASAN.
[gnulib.git] / modules / largefile
blobfb4f6c4cbbd7d8b1e9f8e3de44b6ef94601c41a1
1 Description:
2 Support for files 2 GiB and larger.
4 Comment:
5 This module should not be used as a dependency from a test module,
6 otherwise when this module occurs as a tests-related module, it will
7 have side effects on the compilation of the main modules in lib/.
9 Files:
10 m4/largefile.m4
12 Depends-on:
14 configure.ac-early:
15 AC_REQUIRE([AC_SYS_LARGEFILE])
17 configure.ac:
18 AC_REQUIRE([gl_LARGEFILE])
20 Makefile.am:
22 Include:
24 License:
25 LGPLv2+
27 Maintainer:
28 all