Refactor: Relocated Unix system-level config to libdeng2
Moved DD_Unix_GetConfigValue() into a proper class called UnixInfo in libdeng2. The App instance will create one on Unix platforms and host it for the lifetime of the application. This fixes the issue of re-parsing the Info files every time the config values were queried.
Refactor: Relocated Unix system-level config to libdeng2
Moved DD_Unix_GetConfigValue() into a proper class called
UnixInfo in libdeng2. The App instance will create one on
Unix platforms and host it for the lifetime of the application.
This fixes the issue of re-parsing the Info files every time
the config values were queried.