case code:which(eqc) of
    non_existing ->
        CONFIG;
    _ ->
        OldErlOpts = proplists:get_value(erl_opts, CONFIG, []),
        lists:keystore(erl_opts, 1, CONFIG, {erl_opts, [{d, 'EQC'}]})
end.
