fn addConfigHeader(b: *Build, options: Step.ConfigHeader.Options, values: anytype) *Step.ConfigHeader
[src]
Using the values
provided, produces a C header file, possibly based on a template input file (e.g. config.h.in). When an input template file is provided, this function will fail the build when an option not found in the input file is provided in values
, and when an option found in the input file is missing from values
.