unistr/u8-strstr tests: Avoid test failure with ASAN.
[gnulib.git] / modules / getdelim
blob632e1dfec5ce5a287e760a8f76ef1a565da395c4
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 limits-h        [test $HAVE_GETDELIM = 0 || test $REPLACE_GETDELIM = 1]
12 stdint          [test $HAVE_GETDELIM = 0 || test $REPLACE_GETDELIM = 1]
13 errno           [test $HAVE_GETDELIM = 0 || test $REPLACE_GETDELIM = 1]
15 configure.ac:
16 gl_FUNC_GETDELIM
17 gl_CONDITIONAL([GL_COND_OBJ_GETDELIM],
18                [test $HAVE_GETDELIM = 0 || test $REPLACE_GETDELIM = 1])
19 AM_COND_IF([GL_COND_OBJ_GETDELIM], [
20   gl_PREREQ_GETDELIM
22 gl_STDIO_MODULE_INDICATOR([getdelim])
24 Makefile.am:
25 if GL_COND_OBJ_GETDELIM
26 lib_SOURCES += getdelim.c
27 endif
29 Include:
30 <stdio.h>
32 License:
33 LGPLv2+
35 Maintainer:
36 Simon Josefsson