Syntax
__FB_SOLARIS__
Description
Define without a value created 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