* Refactored the source tree.

This commit is contained in:
Eelco Dolstra 2003-10-20 09:20:11 +00:00
parent 0eab306466
commit 53e376d836
50 changed files with 0 additions and 1 deletions

8
src/libnix/globals.cc Normal file
View file

@ -0,0 +1,8 @@
#include "globals.hh"
string nixStore = "/UNINIT";
string nixDataDir = "/UNINIT";
string nixLogDir = "/UNINIT";
string nixDBPath = "/UNINIT";
bool keepFailed = false;