__FB_DRAGONFLY__
 

Syntax

__FB_DRAGONFLY__

Description

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