DEFINE

Abbreviation

DF

Arguments

One or more names separated by commas.

Default

None.

Description

The DEFINE directive defines names on the invocation line which may be queried by the preprocessor with #if, #ifdef, and #ifndef.  The defined names are copied exactly as they are entered. This command is case-sensitive.

Example