Files
Christoph Moench-Tegeder 129995acbd Handle libspnav login on FreeBSD just like on Linux
FreeBSD uses libspnav, just like a Linux does, so all the
conditional code addressing the spnav APIs should be used
on FreeBSD, too.
Unfortunately, the logic was not consistent in all places:
sometimes we had "#ifdef", sometimes "#if defined" and
sometimes it was negated as "#ifndef". To make the intention
clearer across both Linux and FreeBSD, I unified all places
to a "#if defined(__linux__) || defined(__FreeBSD__)".
If we get another OS latching onto the same logic, we should
introduce a simple flag for this, but for only two OSes I
decided against adding central logic for this.
2026-02-16 22:56:27 +00:00
..
2025-08-03 12:51:34 +01:00
2025-09-24 18:43:47 -07:00
2025-12-15 16:38:43 +00:00
2025-12-15 16:38:43 +00:00
2025-12-15 16:38:43 +00:00
2024-02-09 15:55:57 -08:00
2024-02-09 15:55:57 -08:00
2025-02-28 01:57:37 +00:00