NEWS.stable: log cherry-pick [ae006b4]->[4a9738e] strtoimax: Avoid link error on...
[gnulib.git] / modules / ftello
1 Description:
2 ftello() function: Retrieve the position of a FILE stream.
3
4 Files:
5 lib/ftello.c
6 lib/stdio-impl.h
7 m4/fseeko.m4
8 m4/ftello.m4
9
10 Depends-on:
11 stdio
12 extensions
13 largefile
14 lseek           [test $HAVE_FTELLO = 0 || test $REPLACE_FTELLO = 1]
15 # Just to guarantee consistency between ftell() and ftello().
16 ftell
17
18 configure.ac-early:
19 AC_REQUIRE([AC_FUNC_FSEEKO])
20
21 configure.ac:
22 gl_FUNC_FTELLO
23 if test $HAVE_FTELLO = 0 || test $REPLACE_FTELLO = 1; then
24   AC_LIBOBJ([ftello])
25 fi
26 gl_STDIO_MODULE_INDICATOR([ftello])
27
28 Makefile.am:
29
30 Include:
31 <stdio.h>
32
33 License:
34 LGPLv2+
35
36 Maintainer:
37 Bruno Haible
38