CPR_CONFIG
static char *cpr_conf = CPR_CONFIG;
if ((asfd = open(CPR_CONFIG, O_RDONLY)) < 0) {
logerror("Unable to open CPR config file '%s'", CPR_CONFIG);
logerror("Unable to read CPR config file '%s'", CPR_CONFIG);
if ((fd = open(CPR_CONFIG, O_RDONLY)) < 0) {
if ((fd = cpr_fs_open(CPR_CONFIG)) != -1) {
static char config_path[] = CPR_CONFIG;