Cfpeek User Manual (split by node):   Section:   Chapter:FastBack: Invocation   Up: Invocation   FastForward: Exit Codes   Contents: Table of ContentsIndex: Concept Index

5.5 Preprocessor Control Options

The options described below control the preprocessor facility. They are meaningful only for ‘GRECS’ and ‘BIND’ configuration files. Preprocessor is not used for another configuration file formats.

-Dname[=value]
--define=name[=value]

Define the preprocessor symbol name as having value, or empty. See Preprocessor.

-I dir
--include-directory=dir

Add dir to include search path.

See #include.

-N
--no-preprocessor

Disable preprocessor. see Preprocessor.

-P command
--preprocessor=command

Use command instead of the default preprocessor. see Preprocessor.