pty: Activate the signature wrapper of forkpty.
[gnulib.git] / modules / freadahead
1 Description:
2 freadahead() function: Determine the number of bytes waiting in the input
3 buffer of a stream.
4
5 Files:
6 lib/freadahead.h
7 lib/freadahead.c
8 lib/stdio-impl.h
9 m4/freadahead.m4
10
11 Depends-on:
12
13 configure.ac:
14 gl_FUNC_FREADAHEAD
15 if test $ac_cv_func___freadahead = no; then
16   AC_LIBOBJ([freadahead])
17 fi
18
19 Makefile.am:
20
21 Include:
22 "freadahead.h"
23
24 License:
25 LGPLv2+
26
27 Maintainer:
28 Bruno Haible
29