[PATCH] Add compat version of strcasestr

2010-04-13 Thread Tomas Carnecky
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 ++

Re: [PATCH] Add compat version of strcasestr

2010-04-12 Thread Dirk Hohndel
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). > >

[PATCH] Add compat version of strcasestr

2010-04-12 Thread Dirk Hohndel
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). > >

[PATCH] Add compat version of strcasestr

2010-04-12 Thread Tomas Carnecky
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 ++