vma-iter: Port to 64-bit Haiku.
[gnulib.git] / modules / ftello
blob6de0859f8e60ef61d76581eb8a54618c4d18a37c
1 Description:
2 ftello() function: Retrieve the position of a FILE stream.
4 Files:
5 lib/ftello.c
6 lib/stdio-impl.h
7 m4/fseeko.m4
8 m4/ftello.m4
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
19 configure.ac-early:
20 AC_REQUIRE([gl_SET_LARGEFILE_SOURCE])
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
28 gl_STDIO_MODULE_INDICATOR([ftello])
30 Makefile.am:
32 Include:
33 <stdio.h>
35 License:
36 LGPLv2+
38 Maintainer:
39 all