lix/src/libnix/globals.cc
2003-10-20 09:20:11 +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;