summaryrefslogtreecommitdiff
path: root/modules/getnline
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2003-07-18 16:58:06 +0000
committerBruno Haible <bruno@clisp.org>2003-07-18 16:58:06 +0000
commita77fc1328324ba9f5b8466376aa668d76d4972e0 (patch)
tree98b78662c83075d49c6fc66299ef24171d72fe08 /modules/getnline
parent8d4c2136ce0e3ca6e793e86b0170e36951e6fab9 (diff)
downloadgnulib-a77fc1328324ba9f5b8466376aa668d76d4972e0.tar.gz
New module 'getndelim2'.
Diffstat (limited to 'modules/getnline')
-rw-r--r--modules/getnline6
1 files changed, 2 insertions, 4 deletions
diff --git a/modules/getnline b/modules/getnline
index e578954833..eddf2e53b9 100644
--- a/modules/getnline
+++ b/modules/getnline
@@ -4,19 +4,17 @@ Read a line from a stream, with bounded memory allocation.
Files:
lib/getnline.h
lib/getnline.c
-lib/getndelim2.c
m4/getnline.m4
m4/ssize_t.m4
Depends-on:
-unlocked-io
+getndelim2
configure.ac:
gl_GETNLINE
Makefile.am:
-lib_SOURCES += getnline.h
-EXTRA_DIST += getndelim2.c
+lib_SOURCES += getnline.h getnline.c
Include:
"getnline.h"