Fix fseeko/ftello on cygwin 1.5.24.
[pspp] / modules / ftello
1 Description:
2 ftello() function: Retrieve the position of a FILE stream.
3
4 Files:
5 lib/ftello.c
6 m4/ftello.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_FTELLO
16 gl_STDIO_MODULE_INDICATOR([ftello])
17
18 Makefile.am:
19
20 Include:
21 <stdio.h>
22
23 License:
24 LGPL
25
26 Maintainer:
27 Bruno Haible
28