verify: new macro 'assume'
[gnulib.git] / modules / fseeko
1 Description:
2 fseeko() function: Reposition a FILE stream.
3
4 Files:
5 lib/fseeko.c
6 lib/stdio-impl.h
7 m4/fseeko.m4
8
9 Depends-on:
10 extensions
11 largefile
12 lseek
13 stdio
14 sys_types
15 # Just to guarantee consistency between fseek() and fseeko().
16 fseek
17
18 configure.ac-early:
19 AC_REQUIRE([AC_FUNC_FSEEKO])
20
21 configure.ac:
22 gl_FUNC_FSEEKO
23 if test $HAVE_FSEEKO = 0 || test $REPLACE_FSEEKO = 1; then
24   AC_LIBOBJ([fseeko])
25   gl_PREREQ_FSEEKO
26 fi
27 gl_STDIO_MODULE_INDICATOR([fseeko])
28
29 Makefile.am:
30
31 Include:
32 <stdio.h>
33
34 License:
35 LGPLv2+
36
37 Maintainer:
38 Bruno Haible
39