From: Martin Mares Date: Mon, 24 Apr 2006 21:38:47 +0000 (+0200) Subject: Started moving configuration sections to cf/sherlock2. X-Git-Tag: holmes-import~645^2~11^2~50 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=6662981d299de1accd17662e178ef7e902335f4b;p=libucw.git Started moving configuration sections to cf/sherlock2. --- diff --git a/lib/conf2.c b/lib/conf2.c index e32960f7..57b487b9 100644 --- a/lib/conf2.c +++ b/lib/conf2.c @@ -1293,6 +1293,9 @@ error: return "included from here"; } +#undef DEFAULT_CONFIG /* FIXME */ +#define DEFAULT_CONFIG "cf/sherlock2" + #ifndef DEFAULT_CONFIG #define DEFAULT_CONFIG NULL #endif