verify: new macro 'assume'
[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 snippet/unused-parameter  [test $REPLACE_FFLUSH = 1]
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 if test $REPLACE_FFLUSH = 1; then
25   AC_LIBOBJ([fflush])
26   gl_PREREQ_FFLUSH
27 fi
28 gl_MODULE_INDICATOR([fflush])
29 gl_STDIO_MODULE_INDICATOR([fflush])
30
31 Makefile.am:
32
33 Include:
34 <stdio.h>
35
36 License:
37 LGPLv2+
38
39 Maintainer:
40 Eric Blake