typedef struct
{
    char *section;
    char *name;
    char *value;
} CONF_VALUE;