Syntax
__FB_ILLUMOS__
Description
Define without a value created at compile time when the illumos target is
being used. The
sunos target spelling also selects the illumos target.
When compiling for illumos, the compiler also defines
__FB_SOLARIS__ for Solaris-family compatibility.
Example
#ifdef __FB_ILLUMOS__
Print "illumos target"
#endif
See also