/*
 * call-seq:
 *   config_load(string) -> nil
 *
 * Loads a configuration from given file. See also ConfigEntry.
 */

static VALUE x_config_load(VALUE self, VALUE file_) {