verify: new macro 'assume'
[gnulib.git] / modules / getdelim
1 Description:
2 Read character delimited data from a stream.
3
4 Files:
5 lib/getdelim.c
6 m4/getdelim.m4
7
8 Depends-on:
9 stdio
10 extensions
11 stdint          [test $HAVE_GETDELIM = 0 || test $REPLACE_GETDELIM = 1]
12 realloc-posix   [test $HAVE_GETDELIM = 0 || test $REPLACE_GETDELIM = 1]
13 errno           [test $HAVE_GETDELIM = 0 || test $REPLACE_GETDELIM = 1]
14
15 configure.ac:
16 gl_FUNC_GETDELIM
17 if test $HAVE_GETDELIM = 0 || test $REPLACE_GETDELIM = 1; then
18   AC_LIBOBJ([getdelim])
19   gl_PREREQ_GETDELIM
20 fi
21 gl_STDIO_MODULE_INDICATOR([getdelim])
22
23 Makefile.am:
24
25 Include:
26 <stdio.h>
27
28 License:
29 LGPLv2+
30
31 Maintainer:
32 Simon Josefsson