Optional power-user treatment to reduce syscalls during startup This commit provides the possibility to pass system library search paths as well as some compiler include paths to ROOT as environment variables. This has the advantage that ROOT will not spawn sub-processes and we can do the setup only once, instead of doing it for every single executable that is linked to ROOT.