Syntax
__FB_SOLARIS__
Description
Defined without a value at compile time when the Solaris target is being used.
The compiler also defines
__FB_SOLARIS__ for the illumos target as a Solaris-family compatibility symbol. Use
__FB_ILLUMOS__ when code must detect illumos specifically.
Example
#IFDEF __FB_SOLARIS__
print "Solaris-family target"
#ENDIF
See also