__FB_DRAGONFLY__
 

Syntax

__FB_DRAGONFLY__

Description

Define without a value created at compile time when the DragonFly BSD
target is being used. It can be used to compile parts of a program only
for DragonFly BSD.

Example

#ifdef __FB_DRAGONFLY__
    Print "DragonFly BSD target"
#endif



See also