fpending: port to recent Cygwin change to stdio_ext.h
[gnulib.git] / modules / fpending
1 Description:
2 Determine the number of bytes waiting in the output buffer of a stream.
3
4 Files:
5 lib/fpending.h
6 lib/fpending.c
7 m4/fpending.m4
8
9 Depends-on:
10
11 configure.ac:
12 gl_FUNC_FPENDING
13 if test $gl_cv_func___fpending = no; then
14   AC_LIBOBJ([fpending])
15   gl_PREREQ_FPENDING
16 fi
17
18 Makefile.am:
19
20 Include:
21 "fpending.h"
22
23 License:
24 GPL
25
26 Maintainer:
27 Jim Meyering