# File rddc_generate_config.rb, line 15
def valid?
  #maybe a better checking should be performed?
  return !(@config_file["sanity_check"]=="0")
end