pthread-cond: Fix compilation error on native Windows.
[gnulib.git] / modules / freadahead
blobae9c63c2f24ea7a70d849b455212463eac8b34a5
1 Description:
2 freadahead() function: Determine the number of bytes waiting in the input
3 buffer of a stream.
5 Files:
6 lib/freadahead.h
7 lib/freadahead.c
8 lib/stdio-impl.h
9 m4/freadahead.m4
11 Depends-on:
13 configure.ac:
14 gl_FUNC_FREADAHEAD
15 gl_CONDITIONAL([GL_COND_OBJ_FREADAHEAD], [test $ac_cv_func___freadahead = no])
17 Makefile.am:
18 if GL_COND_OBJ_FREADAHEAD
19 lib_SOURCES += freadahead.c
20 endif
22 Include:
23 "freadahead.h"
25 License:
26 LGPLv2+
28 Maintainer:
29 all