Make all of the rest of the code base be conditionally compiled.

This commit is contained in:
Jonathan Naylor
2023-07-03 16:21:35 +01:00
parent 50d3185432
commit 893952f024
115 changed files with 735 additions and 903 deletions

4
Conf.h
View File

@@ -488,7 +488,9 @@ private:
DMR_BEACONS m_dmrBeacons;
unsigned int m_dmrBeaconInterval;
unsigned int m_dmrBeaconDuration;
#endif
unsigned int m_dmrId;
#if defined(USE_DMR)
unsigned int m_dmrColorCode;
bool m_dmrSelfOnly;
bool m_dmrEmbeddedLCOnly;
@@ -517,7 +519,9 @@ private:
#if defined(USE_P25)
bool m_p25Enabled;
#endif
unsigned int m_p25Id;
#if defined(USE_P25)
unsigned int m_p25NAC;
bool m_p25SelfOnly;
bool m_p25OverrideUID;