added missing dependencies to fix failing unistr/ tests
[gnulib.git] / modules / strstr
1 Description:
2 strstr() function: efficiently locate first substring in a buffer.
3
4 Files:
5
6 Depends-on:
7 strstr-simple
8
9 configure.ac:
10 gl_FUNC_STRSTR
11
12 Makefile.am:
13
14 Include:
15 <string.h>
16
17 License:
18 LGPLv2+
19
20 Maintainer:
21 all, Eric Blake