ERR_LIB_CONF
#define ERR_FUNC(func) ERR_PACK(ERR_LIB_CONF,func,0)
#define ERR_REASON(reason) ERR_PACK(ERR_LIB_CONF,0,reason)
{ERR_PACK(ERR_LIB_CONF, 0, 0), "configuration file routines"},
#define ERR_R_CONF_LIB ERR_LIB_CONF /* 14 */
#define CONFerror(r) ERR_PUT_ERROR(ERR_LIB_CONF, (r))