This is the linux magic configuration reading library.  It provides an
abstract interface to various configuration file formats so they can be
read in a format independant fashion.  Modeled after a device driver
interface new formats can be added easily by providing the required
callback functions and registering them with an open function.

Currently this library supports qmail control file and environment
variables, and includes skeleton code for database and flat files which
will be added in the future.  A command line option interface will also
be added in the future when needed.

