mirror of
https://github.com/pikami/slstatus.git
synced 2026-05-17 02:27:07 +01:00
e79d4932ea
Replace #ifdef with #if defined() and #elif with #elif defined() as it should only test if it is defined or not.