
|
[openbeosnetteam]
||
[Date Prev]
[08-2004 Date Index]
[Date Next]
||
[Thread Prev]
[08-2004 Thread Index]
[Thread Next]
[openbeosnetteam] Re: DHCP Status
- From: "Axel Dörfler" <axeld@xxxxxxxxxxxxxxxx>
- To: openbeosnetteam@xxxxxxxxxxxxx
- Date: Wed, 25 Aug 2004 01:45:59 +0200 CEST
"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.
|

|