added missing dependencies to fix failing unistr/ tests
[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 fpurge
11 ftello
12 freading
13 lseek
14 stdio
15 unistd
16 fseeko
17
18 configure.ac-early:
19 AC_REQUIRE([AC_FUNC_FSEEKO])
20
21 configure.ac:
22 gl_FUNC_FFLUSH
23 gl_STDIO_MODULE_INDICATOR([fflush])
24
25 Makefile.am:
26
27 Include:
28 <stdio.h>
29
30 License:
31 GPL
32
33 Maintainer:
34 Eric Blake