strcasestr is not part of any standard (unlike for example strcasecmp) and thus
not available on all platforms (in my case Solaris).
---
compat/Makefile.local|4
compat/compat.h |4
compat/have_strcasestr.c |8
compat/strcasestr.c | 15 ++
Funny that we both submitted patches...
cworth can decide which one he likes better :-)
/D
On Tue, 13 Apr 2010 05:45:51 +0200, Tomas Carnecky wrote:
> strcasestr is not part of any standard (unlike for example strcasecmp) and
> thus
> not available on all platforms (in my case Solaris).
>
>
Funny that we both submitted patches...
cworth can decide which one he likes better :-)
/D
On Tue, 13 Apr 2010 05:45:51 +0200, Tomas Carnecky wrote:
> strcasestr is not part of any standard (unlike for example strcasecmp) and
> thus
> not available on all platforms (in my case Solaris).
>
>
strcasestr is not part of any standard (unlike for example strcasecmp) and thus
not available on all platforms (in my case Solaris).
---
compat/Makefile.local|4
compat/compat.h |4
compat/have_strcasestr.c |8
compat/strcasestr.c | 15 ++