Portability
- Added support for GNU/Hurd and GNU/kFreeBSD systems (thanks to Jakub Wilk).
This commit is contained in:
@@ -87,6 +87,10 @@ int CmdDiagnostics::execute (std::string& output)
|
||||
"NetBSD"
|
||||
#elif defined (LINUX)
|
||||
"Linux"
|
||||
#elif defined (KFREEBSD)
|
||||
"GNU/kFreeBSD"
|
||||
#elif defined (GNUHURD)
|
||||
"GNU/Hurd"
|
||||
#else
|
||||
STRING_CMD_DIAG_UNKNOWN
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user