v4.0.0-rc4 - add config parsing
This commit is contained in:
parent
309c60e0b1
commit
2ffa8e3236
@ -40,10 +40,10 @@ char GLACIER_ALLOWED_LICENSES;
|
||||
int GLACIER_DO_INT_CHECK;
|
||||
int GLACIER_VERBOSE;
|
||||
|
||||
char GLACIER_REPO;
|
||||
char GLACIER_ARCH;
|
||||
char GLACIER_TARGET;
|
||||
char GLACIER_SYSTEM_PROFILE;
|
||||
const char *GLACIER_REPO;
|
||||
const char *GLACIER_ARCH;
|
||||
const char *GLACIER_TARGET;
|
||||
const char *GLACIER_SYSTEM_PROFILE;
|
||||
|
||||
const char *runtime_files[] = {
|
||||
"/etc/glacier.cfg",
|
||||
|
Loading…
Reference in New Issue
Block a user