On Wed, Mar 23, 2005 at 11:28:45PM +0200, Shachar Shemesh wrote:
> >
> > Not sure I understand what you are after. Suppose there would have 
> >been # include <configuration_files.h>. What API would you expect to
> >find in it?
> >
> The most basic API is "get me the value this key has". So that if I have
> "PermiteRootLogin Yes"
> I could do GetValue("PermitRootLogin"), or even 
> "GetValue("PermitRootLogin", TYPE_BOOL)". The details will need to be 
> sorted out, of course.
> 


  Don't you want a parser for a simple language? libc? lex+bison?

=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to