strcasecoll 74 src/system.h # define strcasecoll(a, b) stricoll (a, b) strcasecoll 76 src/system.h # define strcasecoll(a, b) strcasecmp (a, b) /* best we can do */