]> mj.ucw.cz Git - libucw.git/commitdiff
Made DEFAULT_CONFIG optional.
authorMartin Mares <mj@ucw.cz>
Sat, 11 Dec 2004 10:47:49 +0000 (10:47 +0000)
committerMartin Mares <mj@ucw.cz>
Sat, 11 Dec 2004 10:47:49 +0000 (10:47 +0000)
lib/conf.c

index 28bbeaff954d2aa47c26f17ff2f0a8a324bf0661..8168eb0cb34463149a28d00e3d8418d5b3456b85 100644 (file)
 static struct cfitem *cfsection;
 struct mempool *cfpool;
 
+#ifndef DEFAULT_CONFIG
+#define DEFAULT_CONFIG NULL
+#endif
+
 byte *cfdeffile = DEFAULT_CONFIG;
 
 static void CONSTRUCTOR