Added user agent for Haiku

This commit is contained in:
Panagiotis Vasilopoulos 2020-06-14 21:54:27 +03:00
parent 6e4c4a757d
commit cdb33f18fa
No known key found for this signature in database
GPG Key ID: FD806FDB3B2C5270

View File

@ -1388,6 +1388,8 @@ namespace StringUtils
uagent += (std::string)" (Macintosh)";
#elif defined(__FreeBSD__)
uagent += (std::string)" (FreeBSD)";
#elif defined(__HAIKU__)
uagent += (std::string)" (Haiku)";
#elif defined(ANDROID)
uagent += (std::string)" (Android)";
#elif defined(linux)