APR_LABELLEN
strncpy(pcmd.apc_label, proxy, APR_LABELLEN);
pcmd.apc_label[APR_LABELLEN - 1] = '\0';
strncpy(pcmd.apc_config, conf, APR_LABELLEN);
pcmd.apc_config[APR_LABELLEN - 1] = '\0';
#ifndef APR_LABELLEN
#ifndef APR_LABELLEN
char apc_label[APR_LABELLEN];
char apc_config[APR_LABELLEN];
char apr_label[APR_LABELLEN]; /* Proxy label # */