Avoid unnecessary compilation units, through conditional dependencies.
[gnulib.git] / modules / fseek
1 Description:
2 fseek() function: Reposition a FILE stream.
3
4 Files:
5 lib/fseek.c
6 m4/fseek.m4
7
8 Depends-on:
9 stdio
10 fseeko          [test $REPLACE_FSEEK = 1]
11
12 configure.ac:
13 gl_FUNC_FSEEK
14 gl_STDIO_MODULE_INDICATOR([fseek])
15
16 Makefile.am:
17
18 Include:
19 <stdio.h>
20
21 License:
22 LGPL
23
24 Maintainer:
25 Bruno Haible
26