module RbSys::Mkmf

def env_or_makefile_config(key)

def env_or_makefile_config(key)
  ENV[key] || RbConfig::MAKEFILE_CONFIG[key]
end