Fix fseeko/ftello on cygwin 1.5.24.
[gnulib.git] / modules / fseeko
1 Description:
2 fseeko() function: Reposition a FILE stream.
3
4 Files:
5 lib/fseeko.c
6 m4/fseeko.m4
7
8 Depends-on:
9 stdio
10
11 configure.ac-early:
12 AC_REQUIRE([AC_FUNC_FSEEKO])
13
14 configure.ac:
15 gl_FUNC_FSEEKO
16 gl_STDIO_MODULE_INDICATOR([fseeko])
17
18 Makefile.am:
19
20 Include:
21 <stdio.h>
22
23 License:
24 LGPL
25
26 Maintainer:
27 Bruno Haible
28