Avoid unnecessary compilation units, through conditional dependencies.
[gnulib.git] / modules / fflush
1 Description:
2 Discard pending data on both input and output streams.
3
4 Files:
5 lib/fflush.c
6 lib/stdio-impl.h
7 m4/fflush.m4
8
9 Depends-on:
10 stdio
11 fclose
12 fpurge          [test $REPLACE_FFLUSH = 1]
13 ftello          [test $REPLACE_FFLUSH = 1]
14 freading        [test $REPLACE_FFLUSH = 1]
15 lseek           [test $REPLACE_FFLUSH = 1]
16 unistd          [test $REPLACE_FFLUSH = 1]
17 fseeko          [test $REPLACE_FFLUSH = 1]
18
19 configure.ac-early:
20 AC_REQUIRE([AC_FUNC_FSEEKO])
21
22 configure.ac:
23 gl_FUNC_FFLUSH
24 gl_MODULE_INDICATOR([fflush])
25 gl_STDIO_MODULE_INDICATOR([fflush])
26
27 Makefile.am:
28
29 Include:
30 <stdio.h>
31
32 License:
33 GPL
34
35 Maintainer:
36 Eric Blake