Posts Tagged ‘configuration’

libconfig may be yet another configuration library, but I gave it a once-over anyway, and it is good. libconfig calls itself "a simple library for processing structured configuration files", with a "file format which is much more readable than XML". The file format really is readable, as the following short example shows:

# authenticator

name = "JP";
enabled [...]

Thursday, September 17th, 2009 at 21:58 | 3 comments
Categories: Linux, MacOSX, Software, dnsbook
TOP