[openbeosnetteam] Re: DHCP Status

"David Enderson" <DEnderson@xxxxxxxxxxxxxx> wrote:
> Also, does the Haiku source tree contain any library or object for
> parsing config files?  I think it would be best if one config parsing
> object or library were used throughout the OS rather than each team 
> or
> person writing their own.

Yes, we have the driver_settings implementation; it can be used by 
config files easily.
It will be in our libroot.so (maybe slightly changed), so you can use 
it now by directly linking driver_settings.o into your executable (or 
compile the source with yours - there are a lot of examples in the 
repository how you would do this with Jam, especially the test section 
is full with these, there is even a test for that API as well).

Bye,
   Axel.


Other related posts: