build: Use #ifdef consistently
Both #if
and #ifdef
are used through the entire source code for conditional groups.
This has been changed to use only #ifdef
.
Both #if
and #ifdef
are used through the entire source code for conditional groups.
This has been changed to use only #ifdef
.