X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fstrstr;h=49367614dfe6f2b63a27253d711b3b005fd78bbf;hb=32d8297adbb0fc03f1e0706005e144c7f498507c;hp=08aa468f4d507e9524f27439a6342d2973b1e426;hpb=103b7cd6e6cc45a5aa570ad8c4d0aa6b0188b602;p=gnulib.git diff --git a/modules/strstr b/modules/strstr index 08aa468f4..49367614d 100644 --- a/modules/strstr +++ b/modules/strstr @@ -1,27 +1,24 @@ Description: -strstr() function: search for a substring in a string. +strstr() function: efficiently locate first substring in a buffer. Files: -lib/strstr.h -lib/strstr.c -m4/strstr.m4 -m4/mbrtowc.m4 Depends-on: -mbuiter +strstr-simple configure.ac: gl_FUNC_STRSTR +if test $REPLACE_STRSTR = 1; then + AC_LIBOBJ([strstr]) +fi Makefile.am: -lib_SOURCES += strstr.h Include: -"strstr.h" + License: -LGPL +LGPLv2+ Maintainer: -Bruno Haible, glibc - +all, Eric Blake