verify: new macro 'assume'
[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 sys_types
15 lseek           [test $HAVE_FTELLO = 0 || test $REPLACE_FTELLO = 1]
16 # Just to guarantee consistency between ftell() and ftello().
17 ftell
18
19 configure.ac-early:
20 AC_REQUIRE([AC_FUNC_FSEEKO])
21
22 configure.ac:
23 gl_FUNC_FTELLO
24 if test $HAVE_FTELLO = 0 || test $REPLACE_FTELLO = 1; then
25   AC_LIBOBJ([ftello])
26   gl_PREREQ_FTELLO
27 fi
28 gl_STDIO_MODULE_INDICATOR([ftello])
29
30 Makefile.am:
31
32 Include:
33 <stdio.h>
34
35 License:
36 LGPLv2+
37
38 Maintainer:
39 Bruno Haible
40