From 6662981d299de1accd17662e178ef7e902335f4b Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Mon, 24 Apr 2006 23:38:47 +0200 Subject: [PATCH] Started moving configuration sections to cf/sherlock2. --- lib/conf2.c | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.39.5