Syntax
__FB_ILLUMOS__
Description
Defined without a value 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