v4.0.0-rc4 - add config parsing

This commit is contained in:
Liam Waldron 2024-10-20 15:32:58 -04:00
parent 309c60e0b1
commit 2ffa8e3236

View File

@ -40,10 +40,10 @@ char GLACIER_ALLOWED_LICENSES;
int GLACIER_DO_INT_CHECK; int GLACIER_DO_INT_CHECK;
int GLACIER_VERBOSE; int GLACIER_VERBOSE;
char GLACIER_REPO; const char *GLACIER_REPO;
char GLACIER_ARCH; const char *GLACIER_ARCH;
char GLACIER_TARGET; const char *GLACIER_TARGET;
char GLACIER_SYSTEM_PROFILE; const char *GLACIER_SYSTEM_PROFILE;
const char *runtime_files[] = { const char *runtime_files[] = {
"/etc/glacier.cfg", "/etc/glacier.cfg",