unistr/u8-strstr tests: Avoid test failure with ASAN.
[gnulib.git] / modules / getsubopt
blobbdabdd76d57b41ee391ae3af8291e3ce571f382b
1 Description:
2 getsubopt: Parse comma separated list into words.
4 Files:
5 lib/getsubopt.c
6 m4/getsubopt.m4
8 Depends-on:
9 stdlib
10 extensions
11 strchrnul       [test $HAVE_GETSUBOPT = 0 || test $REPLACE_GETSUBOPT = 1]
12 memchr          [test $HAVE_GETSUBOPT = 0 || test $REPLACE_GETSUBOPT = 1]
14 configure.ac:
15 gl_FUNC_GETSUBOPT
16 gl_CONDITIONAL([GL_COND_OBJ_GETSUBOPT],
17                [test $HAVE_GETSUBOPT = 0 || test $REPLACE_GETSUBOPT = 1])
18 AM_COND_IF([GL_COND_OBJ_GETSUBOPT], [
19   gl_PREREQ_GETSUBOPT
21 gl_STDLIB_MODULE_INDICATOR([getsubopt])
23 Makefile.am:
24 if GL_COND_OBJ_GETSUBOPT
25 lib_SOURCES += getsubopt.c
26 endif
28 Include:
29 <stdlib.h>
31 License:
32 LGPL
34 Maintainer:
35 all, glibc