Add script for determining the set of symbols to export from a library.
[gnulib.git] / modules / freadable
blob35e42a88ced9e6a165f9c573a7de4cf5822af2ba
1 Description:
2 freadable() function: Determine whether a FILE stream supports reading.
4 Files:
5 lib/freadable.h
6 lib/freadable.c
7 lib/stdio-impl.h
8 m4/freadable.m4
10 Depends-on:
11 stdbool
13 configure.ac:
14 gl_FUNC_FREADABLE
15 if test $ac_cv_func___freadable = no; then
16   AC_LIBOBJ([freadable])
19 Makefile.am:
21 Include:
22 "freadable.h"
24 License:
25 LGPL
27 Maintainer:
28 Eric Blake