Add script for determining the set of symbols to export from a library.
[gnulib.git] / modules / ftello
blob1680f2da0fc0adab326c926da4d32d5393afc31d
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([AC_FUNC_FSEEKO])
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