Reduce ifdefs in Workspace::supportInformation()
All of these preprocessor constants are defined to 0 or 1, so we can use
a ternary expression instead of #if+#else
.
All of these preprocessor constants are defined to 0 or 1, so we can use
a ternary expression instead of #if+#else
.