if (val != NULL) {
if (strcmp(c[i].key, "PACKAGESITE") == 0)
conf->string = subst_packagesite_str(val);
else
conf->string = strdup(val);
conf->fromenv = true;
}
else if (c[i].def != NULL)