unistr/u8-strstr tests: Avoid test failure with ASAN.
[gnulib.git] / modules / getline
blobcde088e62e73594c6c9a1d50c6ba630034934e4a
1 Description:
2 Read a line from a stream.
4 Files:
5 lib/getline.c
6 m4/getline.m4
8 Depends-on:
9 stdio
10 extensions
11 getdelim        [test $REPLACE_GETLINE = 1]
13 configure.ac:
14 gl_FUNC_GETLINE
15 gl_CONDITIONAL([GL_COND_OBJ_GETLINE], [test $REPLACE_GETLINE = 1])
16 AM_COND_IF([GL_COND_OBJ_GETLINE], [
17   gl_PREREQ_GETLINE
19 gl_STDIO_MODULE_INDICATOR([getline])
21 Makefile.am:
22 if GL_COND_OBJ_GETLINE
23 lib_SOURCES += getline.c
24 endif
26 Include:
27 <stdio.h>
29 License:
30 LGPLv2+
32 Maintainer:
33 Simon Josefsson