ansi-c++-opt: Provide option --enable-c++/--disable-c++ when possible.
[gnulib.git] / modules / full-read
1 Description:
2 An interface to the read() function that reads all it is asked to read.
3
4 Files:
5 lib/full-read.h
6 lib/full-read.c
7
8 Depends-on:
9 safe-read
10 full-write
11
12 configure.ac:
13
14 Makefile.am:
15 lib_SOURCES += full-read.h full-read.c
16
17 Include:
18 "full-read.h"
19
20 License:
21 LGPLv2+
22
23 Maintainer:
24 Jim Meyering, Bruno Haible