lix/src/libstore/globals.cc
2003-11-18 10:55:27 +00:00

9 lines
169 B
C++

#include "globals.hh"
string nixStore = "/UNINIT";
string nixDataDir = "/UNINIT";
string nixLogDir = "/UNINIT";
string nixDBPath = "/UNINIT";
bool keepFailed = false;