1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
Description: strcasestr() function: efficient case-insensitive search for unibyte substring. Files: Depends-on: strcasestr-simple configure.ac: gl_FUNC_STRCASESTR if test $HAVE_STRCASESTR = 0 || test $REPLACE_STRCASESTR = 1; then AC_LIBOBJ([strcasestr]) gl_PREREQ_STRCASESTR fi Makefile.am: Include: <string.h> License: LGPLv2+ Maintainer: Bruno Haible