// -*- mode: cpp; mode: fold -*-
// Description /*{{{*/
-// $Id: configuration.cc,v 1.20 2001/04/27 05:49:34 jgg Exp $
+// $Id: configuration.cc,v 1.21 2001/04/29 05:24:42 jgg Exp $
/* ######################################################################
Configuration Class
Sectional config files are like bind's named.conf where there are
sections like 'zone "foo.org" { .. };' This causes each section to be
added in with a tag like "zone::foo.org" instead of being split
- tag/value. */
+ tag/value. AsSectional enables Sectional parsing.*/
bool ReadConfigFile(Configuration &Conf,string FName,bool AsSectional,
unsigned Depth)
{
don't build yet..
* run-parts. Closes: #94286
* 'apt-cache policy' preferences debug tool.
+ * Whatever. Closes: #89762
-- Jason Gunthorpe <jgg@debian.org> Thu, 8 Mar 2001 22:48:06 -0700