From: Lars Hjemli Date: Sat, 16 Feb 2008 12:07:13 +0000 (+0100) Subject: Add all config variables into struct cgit_context X-Git-Url: https://gitweb.ps.run/ps-cgit/commitdiff_plain/b228d4ff82a65fdcd4a7364759fe36a0bdda5978?ds=inline;hp=b228d4ff82a65fdcd4a7364759fe36a0bdda5978 Add all config variables into struct cgit_context This removes another big set of global variables, and introduces the cgit_prepare_context() function which populates a context-variable with compile-time default values. Signed-off-by: Lars Hjemli ---