X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fgetdelim;h=c3ef317a11fcdc964b8b9224b4804aae6f6c7c58;hb=8f3cd38b6c08109ec9edea0e7712e9a7a920a2d8;hp=257c7b2d56915ceacbf0091e0147d324b2935681;hpb=e8684643a28f1bf6a0839bf6a0c10f630c0f6335;p=gnulib.git diff --git a/modules/getdelim b/modules/getdelim index 257c7b2d5..c3ef317a1 100644 --- a/modules/getdelim +++ b/modules/getdelim @@ -2,23 +2,27 @@ Description: Read character delimited data from a stream. Files: -lib/getdelim.h lib/getdelim.c m4/getdelim.m4 Depends-on: +stdio +extensions +stdint [test $HAVE_DECL_GETDELIM = 0 || test $REPLACE_GETDELIM = 1] +realloc-posix [test $HAVE_DECL_GETDELIM = 0 || test $REPLACE_GETDELIM = 1] +errno [test $HAVE_DECL_GETDELIM = 0 || test $REPLACE_GETDELIM = 1] configure.ac: gl_FUNC_GETDELIM +gl_STDIO_MODULE_INDICATOR([getdelim]) Makefile.am: -EXTRA_DIST += getdelim.h getdelim.c Include: -"getdelim.h" + License: -LGPL +LGPLv2+ Maintainer: Simon Josefsson