Ensure fseeko and ftello are declared on glibc systems.
[gnulib.git] / modules / ftello
1 Description:
2 ftello() function: Retrieve the position of a FILE stream.
3
4 Files:
5 m4/ftello.m4
6
7 Depends-on:
8 stdio
9
10 configure.ac-early:
11 AC_REQUIRE([AC_FUNC_FSEEKO])
12
13 configure.ac:
14 gl_FUNC_FTELLO
15 gl_STDIO_MODULE_INDICATOR([ftello])
16
17 Makefile.am:
18
19 Include:
20 <stdio.h>
21
22 License:
23 LGPL
24
25 Maintainer:
26 Bruno Haible
27