Re: [Mesa-dev] [PATCH] glsl: Add strings.h on non-MSC platforms

2014-08-27 Thread Kenneth Graunke
On Wednesday, August 27, 2014 04:55:37 PM Alexander von Gluck IV wrote: > * IEEE Std 1003.1-2001 placed strcasecmp() in strings.h. > * ISO C99 doesn't mention strcase* in string.h > * On all platforms I could find, strcasecmp is in strings.h and string.h > as a compatibility layer for software wr

[Mesa-dev] [PATCH] glsl: Add strings.h on non-MSC platforms

2014-08-27 Thread Alexander von Gluck IV
* IEEE Std 1003.1-2001 placed strcasecmp() in strings.h. * ISO C99 doesn't mention strcase* in string.h * On all platforms I could find, strcasecmp is in strings.h and string.h as a compatibility layer for software written pre-2001 POSIX * Technically strcasecmp should be only in strings.h and th