STRCASECMP
#define STRCASECMP(a,b) strcasecmp(a,b)
static int STRCASECMP (const char *a, const char *b)