2003-06-16 15:33:38 +02:00
|
|
|
#include "globals.hh"
|
|
|
|
|
2003-06-27 15:55:12 +02:00
|
|
|
string nixStore = "/UNINIT";
|
2003-07-10 15:41:28 +02:00
|
|
|
string nixDataDir = "/UNINIT";
|
2003-06-16 15:33:38 +02:00
|
|
|
string nixLogDir = "/UNINIT";
|
2003-11-19 18:27:16 +01:00
|
|
|
string nixStateDir = "/UNINIT";
|
2003-07-31 15:47:13 +02:00
|
|
|
string nixDBPath = "/UNINIT";
|
|
|
|
|
2003-08-19 11:04:47 +02:00
|
|
|
bool keepFailed = false;
|
2004-01-13 17:35:43 +01:00
|
|
|
|
|
|
|
Verbosity buildVerbosity = lvlDebug;
|