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