]> mj.ucw.cz Git - libucw.git/blobdiff - lib/conf.c
Moved endianity settings etc. to the per-CPU section.
[libucw.git] / lib / conf.c
index 28bbeaff954d2aa47c26f17ff2f0a8a324bf0661..de6598105cfe08e540eeda36a4725a37b3b37d6e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *     Sherlock Library -- Reading of configuration files
+ *     UCW Library -- Reading of configuration files
  *
  *     (c) 2001 Robert Spalek <robert@ucw.cz>
  *     (c) 2003 Martin Mares <mj@ucw.cz>
 static struct cfitem *cfsection;
 struct mempool *cfpool;
 
+#ifndef DEFAULT_CONFIG
+#define DEFAULT_CONFIG NULL
+#endif
+
 byte *cfdeffile = DEFAULT_CONFIG;
 
 static void CONSTRUCTOR