summaryrefslogtreecommitdiff
path: root/src/frontend_common/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend_common/config.h')
-rw-r--r--src/frontend_common/config.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/frontend_common/config.h b/src/frontend_common/config.h
index 4798d6432..4ecb97044 100644
--- a/src/frontend_common/config.h
+++ b/src/frontend_common/config.h
@@ -76,6 +76,9 @@ protected:
76 void ReadCoreValues(); 76 void ReadCoreValues();
77 void ReadDataStorageValues(); 77 void ReadDataStorageValues();
78 void ReadDebuggingValues(); 78 void ReadDebuggingValues();
79#ifdef __unix__
80 void ReadLinuxValues();
81#endif
79 void ReadServiceValues(); 82 void ReadServiceValues();
80 void ReadDisabledAddOnValues(); 83 void ReadDisabledAddOnValues();
81 void ReadMiscellaneousValues(); 84 void ReadMiscellaneousValues();
@@ -107,6 +110,9 @@ protected:
107 void SaveCoreValues(); 110 void SaveCoreValues();
108 void SaveDataStorageValues(); 111 void SaveDataStorageValues();
109 void SaveDebuggingValues(); 112 void SaveDebuggingValues();
113#ifdef __unix__
114 void SaveLinuxValues();
115#endif
110 void SaveNetworkValues(); 116 void SaveNetworkValues();
111 void SaveDisabledAddOnValues(); 117 void SaveDisabledAddOnValues();
112 void SaveMiscellaneousValues(); 118 void SaveMiscellaneousValues();