- if(0 == strncasecmp(arg, "+inherit", 8)) { + if (0 == strncasecmp(arg, "+inherit", 8)) { modperl_cmd_options(parms, mconfig, "+InheritSwitches"); } else {
Isn't the normal c idiom if (!strncasecmp(....) ?
I don't think I've ever seen that form.... (though correct)