maintainer-makefile: Prohibit BSD4.3/SysV u_char etc types.
[gnulib.git] / modules / strsep
blob9717202f12605ed6375fb305a015e6977ee7b6c4
1 Description:
2 strsep() function: extract token from string.
4 Files:
5 lib/strsep.c
6 m4/strsep.m4
8 Depends-on:
9 string
10 extensions
11 strpbrk         [test $HAVE_STRSEP = 0]
13 configure.ac:
14 gl_FUNC_STRSEP
15 gl_CONDITIONAL([GL_COND_OBJ_STRSEP], [test $HAVE_STRSEP = 0])
16 AM_COND_IF([GL_COND_OBJ_STRSEP], [
17   gl_PREREQ_STRSEP
19 gl_STRING_MODULE_INDICATOR([strsep])
21 Makefile.am:
22 if GL_COND_OBJ_STRSEP
23 lib_SOURCES += strsep.c
24 endif
26 Include:
27 <string.h>
29 License:
30 LGPLv2+
32 Maintainer:
33 Yoann Vandoorselaere