Simon Kallweit wrote: > Hi > > Is there a simple way to have bool cdl_options output a "#define > OPTION_NAME 0" when the option is disabled?
What's wrong with using #if !defined(OPTION_NAME) That's the basic intent; boolean options are either defined or not (they have no value) -- ------------------------------------------------------------ Gary Thomas | Consulting for the MLB Associates | Embedded world ------------------------------------------------------------ -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss
