mirror of
https://github.com/kiwix/libkiwix.git
synced 2026-05-04 04:55:58 -04:00
In C++11 `linux` is not a reserved word, so compilators do not define it. A correct way to check if we are compiling for linux is to check for `__linux__`.