strncasecmp

Werner Koch wk@gnupg.org
Wed May 22 11:20:03 2002


On Wed, 22 May 2002 09:33:01 +0100, Andrew Marlow said:

> Some environments have strncasecmp and others don't. I usually define my
> own version of strncasecmp and the implementation differs from environment

And that is why you should have autoconf test for it and provide a
replacement.  I added the missing tests.
 
  Werner