pthread_sigmask: Actually use results of gl_THREADLIB.
[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 fpurge          [test $REPLACE_FFLUSH = 1]
12 ftello          [test $REPLACE_FFLUSH = 1]
13 freading        [test $REPLACE_FFLUSH = 1]
14 lseek           [test $REPLACE_FFLUSH = 1]
15 unistd          [test $REPLACE_FFLUSH = 1]
16 fseeko          [test $REPLACE_FFLUSH = 1]
17
18 configure.ac-early:
19 AC_REQUIRE([AC_FUNC_FSEEKO])
20
21 configure.ac:
22 gl_FUNC_FFLUSH
23 if test $REPLACE_FFLUSH = 1; then
24   AC_LIBOBJ([fflush])
25   gl_PREREQ_FFLUSH
26 fi
27 gl_MODULE_INDICATOR([fflush])
28 gl_STDIO_MODULE_INDICATOR([fflush])
29
30 Makefile.am:
31
32 Include:
33 <stdio.h>
34
35 License:
36 LGPLv2+
37
38 Maintainer:
39 Eric Blake