Yoann Vandoorselaere wrote:
> Solaris 9 apparently lack the strcasestr() function.

If the program needs strcasestr(), then it needs the 'strcasestr' module.
It defines a replacement for strcasestr().

> Might we modify the 
> c-strcasestr module so that it provide a replacement for platform
> lacking the function now that one is identified?

The c-strcasestr module defines a variant of strcasestr that ignores the
user's locale. c_strcasestr() and strcasestr() are not equivalent.

Bruno


Reply via email to