X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fstrcspn;h=f2788bbabe30117c476f9b9fbdb652cf72c4d972;hb=cd56634a4a8179fd5a4419fbb3e27211b042ab1c;hp=97cf584b681a1b5e0ea40e7251f188bd49710650;hpb=740e9a30efda7c5323b31860c249b2d9f778209c;p=gnulib.git diff --git a/modules/strcspn b/modules/strcspn index 97cf584b6..f2788bbab 100644 --- a/modules/strcspn +++ b/modules/strcspn @@ -1,4 +1,11 @@ Description: +strcspn() function: search a string for any of a set of characters. + +Status: +obsolete + +Notice: +This module is obsolete. Files: lib/strcspn.c @@ -8,9 +15,19 @@ Depends-on: configure.ac: gl_FUNC_STRCSPN +if test $ac_cv_func_strcspn = no; then + AC_LIBOBJ([strcspn]) + gl_PREREQ_STRCSPN +fi Makefile.am: Include: +License: +LGPL + +Maintainer: +Bruno Haible, glibc +