String value = cfgbuf.peekSimpleConfigurationVar(var);
if ("true".equals(value))
{
config.showActionScriptWarnings(true);
config.showBindingWarnings(true);
config.showDeprecationWarnings(true);
config.showUnusedTypeSelectorWarnings(true);
}
else if ("false".equals(value))
{
config.showActionScriptWarnings(false);