mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 03:34:29 +03:00
Adding DragonFlyBSD support.
This commit is contained in:
committed by
Felipe Zimmerle
parent
afefda53c6
commit
560f81200f
@@ -138,6 +138,8 @@ const std::string& ModSecurity::whoAmI() {
|
||||
platform = "MacOSX";
|
||||
#elif FREEBSD
|
||||
platform = "FreeBSD";
|
||||
#elif DRAGONFLY
|
||||
platform = "DragonFlyBSD";
|
||||
#elif NETBSD
|
||||
platform = "NetBSD";
|
||||
#elif WIN32
|
||||
|
Reference in New Issue
Block a user