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