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