mirror of
https://github.com/xzeldon/htop.git
synced 2025-01-31 09:07:25 +03:00
57e0ce7b4f
This prefers the `#if defined()` syntax over the `#ifdef` variant whenever there's also a `#elif defined()` clause, thus making the multiple branching structure more obvious and the overall use more consistent.