Add script for determining the set of symbols to export from a library.
[gnulib.git] / modules / getdelim
blobee7116500c2b19bf57e487ee9b57ef7865d3a885
1 Description:
2 Read character delimited data from a stream.
4 Files:
5 lib/getdelim.c
6 m4/getdelim.m4
8 Depends-on:
9 stdio
10 extensions
11 stdint          [test $HAVE_GETDELIM = 0 || test $REPLACE_GETDELIM = 1]
12 errno           [test $HAVE_GETDELIM = 0 || test $REPLACE_GETDELIM = 1]
14 configure.ac:
15 gl_FUNC_GETDELIM
16 if test $HAVE_GETDELIM = 0 || test $REPLACE_GETDELIM = 1; then
17   AC_LIBOBJ([getdelim])
18   gl_PREREQ_GETDELIM
20 gl_STDIO_MODULE_INDICATOR([getdelim])
22 Makefile.am:
24 Include:
25 <stdio.h>
27 License:
28 LGPLv2+
30 Maintainer:
31 Simon Josefsson