Merge commit 'stable/20110609'
[gnulib.git] / modules / strstr-simple
1 Description:
2 strstr() function: locate first substring in a buffer.
3
4 Files:
5 lib/str-two-way.h
6 lib/strstr.c
7 m4/strstr.m4
8
9 Depends-on:
10 string
11 stdbool         [test $REPLACE_STRSTR = 1]
12 memchr          [test $REPLACE_STRSTR = 1]
13 memcmp          [test $REPLACE_STRSTR = 1]
14
15 configure.ac:
16 gl_FUNC_STRSTR_SIMPLE
17 gl_STRING_MODULE_INDICATOR([strstr])
18
19 Makefile.am:
20
21 Include:
22 <string.h>
23
24 License:
25 LGPLv2+
26
27 Maintainer:
28 all, Eric Blake