Avoid unnecessary compilation units, through conditional dependencies.
[gnulib.git] / modules / wcsstr
1 Description:
2 wcsstr() function: locate a substring in a wide string.
3
4 Files:
5 lib/wcsstr.c
6 lib/wcsstr-impl.h
7 m4/wcsstr.m4
8
9 Depends-on:
10 wchar
11 wcschr          [test $HAVE_WCSSTR = 0]
12
13 configure.ac:
14 gl_FUNC_WCSSTR
15 gl_WCHAR_MODULE_INDICATOR([wcsstr])
16
17 Makefile.am:
18
19 Include:
20 <wchar.h>
21
22 License:
23 LGPL
24
25 Maintainer:
26 Bruno Haible