vma-iter: Port to 64-bit Haiku.
[gnulib.git] / modules / strstr
blob1653c9167ba96ea7bf15af9db2360c61e187823c
1 Description:
2 strstr() function: efficiently locate first substring in a buffer.
4 Files:
5 lib/strstr.c
7 Depends-on:
8 strstr-simple
10 configure.ac:
11 gl_FUNC_STRSTR
12 if test $REPLACE_STRSTR = 1; then
13   AC_LIBOBJ([strstr])
16 Makefile.am:
18 Include:
19 <string.h>
21 License:
22 LGPLv2+
24 Maintainer:
25 all, Eric Blake