1 2 3 4 5 6 7 8 9 10 11 12 13
#define CONF_UPDATE_CONFIG_FILE "/etc/conf-update/conf-update.conf" struct configuration { bool automerge_trivial; bool automerge_unmodified; bool check_actions; char *pager; char *diff_tool; char *merge_tool; char *edit_tool; } config; void read_config();