1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-05 16:31:47 +02:00

* Flags to indicate how values are specified on the command line

(--hash, --file, --name).
This commit is contained in:
Eelco Dolstra 2003-06-20 14:11:31 +00:00
parent 5079ccb455
commit 85effedca3
4 changed files with 137 additions and 64 deletions

View file

@ -2,7 +2,7 @@
#define __UTIL_H
#include <string>
#include <vector>
#include <list>
#include <sstream>
#include <unistd.h>
@ -34,7 +34,7 @@ public:
};
typedef vector<string> Strings;
typedef list<string> Strings;
/* The canonical system name, as returned by config.guess. */