From d51aede4afeb49182879f257b56394b70938028f Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 6 Jul 2006 15:30:37 +0000 Subject: * Allow the canonical system name to be specified at runtime in the Nix config file. --- src/libstore/globals.hh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/libstore/globals.hh') diff --git a/src/libstore/globals.hh b/src/libstore/globals.hh index b5de709f7b54..408076b751e7 100644 --- a/src/libstore/globals.hh +++ b/src/libstore/globals.hh @@ -53,6 +53,9 @@ extern unsigned int maxBuildJobs; database. */ extern bool readOnlyMode; +/* The canonical system name, as returned by config.guess. */ +extern string thisSystem; + Strings querySetting(const string & name, const Strings & def); -- cgit 1.4.1