Re: strings.h on MSVC

2011-09-11 Thread Michael Goffioul
On Sun, Sep 11, 2011 at 8:24 PM, Bruno Haible wrote: >> The MSVC compiler also has no . > > And it has no strcasecmp(), strncasecmp() functions. To fix this, it's > sufficient to de-obsololetize the 'strcase' module, which provides the > replacements. You probably made my day ;) This will probabl

Re: strings.h on MSVC

2011-09-11 Thread Bruno Haible
> The MSVC compiler also has no . And it has no strcasecmp(), strncasecmp() functions. To fix this, it's sufficient to de-obsololetize the 'strcase' module, which provides the replacements. 2011-09-11 Bruno Haible strcase: Support for MSVC. * modules/strcase (Status, Notice):

strings.h on MSVC

2011-09-11 Thread Bruno Haible
The MSVC compiler also has no . Here's a fix to avoid to include a nonexistent header file. 2011-09-11 Bruno Haible strings: Don't assume exists. * lib/strings.in.h: Include only if HAVE_STRINGS_H is 1. * m4/strings_h.m4 (gl_HEADER_STRINGS_H_BODY): Set HAVE_STRINGS_H