On Tue, Oct 28, 2003 at 10:05:45AM +0100, Andreas Metzler wrote: > > You could as well decide at the first option if parsing should
> > be done old style or new style.
>
> Could you show some examples?
It looks different enough to me that the parser could easily decide
how the values are specified. The current option parser would be used
for colon separated lists, with #ifdef around it. That way you stay
backwards compatible for now and it is easy to disable that code later.
The old parser could even emit a warning, telling how to modify the
configuration.