putenv tests: Put the putenv() argument strings into writable memory.
[gnulib.git] / modules / wcsstr-simple
blobc33e1e42d1b23ec001d7826db0c90fc24bd2bd1c
1 Description:
2 wcsstr() function: locate a substring in a wide string.
4 Files:
5 lib/wcsstr.c
6 lib/wcsstr-impl.h
7 m4/wcsstr.m4
9 Depends-on:
10 wchar
11 wcschr          [test $HAVE_WCSSTR = 0]
13 configure.ac:
14 gl_FUNC_WCSSTR_SIMPLE
15 if test $HAVE_WCSSTR = 0; then
16   AC_LIBOBJ([wcsstr])
18 gl_WCHAR_MODULE_INDICATOR([wcsstr])
20 Makefile.am:
22 Include:
23 <wchar.h>
25 License:
26 LGPLv2+
28 Maintainer:
29 all