maint.mk: avoid sc_prohibit_always-defined_macros failure in coreutils
[gnulib.git] / modules / fseeko
1 Description:
2 fseeko() function: Reposition a FILE stream.
3
4 Files:
5 lib/fseeko.c
6 lib/stdio-impl.h
7 m4/fseeko.m4
8
9 Depends-on:
10 extensions
11 largefile
12 lseek
13 stdio
14 # Just to guarantee consistency between fseek() and fseeko().
15 fseek
16
17 configure.ac-early:
18 AC_REQUIRE([AC_FUNC_FSEEKO])
19
20 configure.ac:
21 gl_FUNC_FSEEKO
22 if test $HAVE_FSEEKO = 0 || test $REPLACE_FSEEKO = 1; then
23   AC_LIBOBJ([fseeko])
24 fi
25 gl_STDIO_MODULE_INDICATOR([fseeko])
26
27 Makefile.am:
28
29 Include:
30 <stdio.h>
31
32 License:
33 LGPLv2+
34
35 Maintainer:
36 Bruno Haible
37