MACRO
OMNI_OS_DRAGONFLYBSD
- Defines DragnFly BSD environment was detected.
SYNOPSIS top
If compilation happens on a platform (or with a compiler) with certain preprocessor flags, this macro is defined.
See omni/defs/os.hpp for which flags enable this option.
If compilation happens on a platform (or with a compiler) with certain preprocessor flags, this macro is defined.
See omni/defs/os.hpp for which flags enable this option.
CONSIDERATIONS top
OS detection via preprocessor flags is not always guaranteed as they can be explicitly defined by a user. Take care when relying on these macros to determine platform specifics.
OS detection via preprocessor flags is not always guaranteed as they can be explicitly defined by a user. Take care when relying on these macros to determine platform specifics.