• Jean-Claude BAU's avatar
    Configuration file parsing enhancement · 6df5da42
    Jean-Claude BAU authored
    - We can declare now a list of keyword for the parameter name :
    it make the declaration of keywords more compact in conf.c and use less
    memory (eg. "extension profile" )
    - We can declare also a list of keywords for the parameter value
    (eg. "true 1 on" = 1)
    - Add the possibility to mark parameters set in the config file. It is
    very important to know in some cases in order to apply the default value
    or not.
    - Decode other parameter types: boolean, double
    6df5da42
conf.c 16.5 KB