[libbluray-devel] [PATCH[ Compiler happynessm for functions

Petri Hintukainen phintuka at users.sourceforge.net
Tue Mar 22 13:04:21 CET 2011


Erik Van Grunderbeeck wrote:
> Eem sry, should probably be a seperate patch. <strings.h> isn't available
> under VS/Intel compiler.

Looks like strings.h is included for strcasecmp(). Is it defined in some
other header or should there be replacement function for it ?
(strcasecmp is 4.4BSD/POSIX.1-2001 function).

I belive it can't be just left out, instead it should be checked in
configure.ac with AC_CHECK_HEADERS and conditionally included:

#ifdef HAVE_STRINGS_H
#include <strings.h>
#endif


- Petri



More information about the libbluray-devel mailing list