]> mj.ucw.cz Git - libucw.git/commitdiff
Started moving configuration sections to cf/sherlock2.
authorMartin Mares <mj@ucw.cz>
Mon, 24 Apr 2006 21:38:47 +0000 (23:38 +0200)
committerMartin Mares <mj@ucw.cz>
Mon, 24 Apr 2006 21:38:47 +0000 (23:38 +0200)
lib/conf2.c

index e32960f75c2f411ecafbd2e9898679ad762df816..57b487b9af8bb15a0b84cd72aa0e317e5e3ec247 100644 (file)
@@ -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