Split off the named.conf grammar into a source module separate
from the configuration parser, to facilitate reuse of the latter for
parsing non-BIND configuration files
This commit is contained in:
Mark Andrews
2003-08-12 07:10:32 +00:00
parent fc12c58264
commit fe73090122
16 changed files with 535 additions and 2551 deletions

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: cfg_test.c,v 1.11.2.1 2001/10/22 23:52:19 gson Exp $ */
/* $Id: cfg_test.c,v 1.11.2.1.10.1 2003/08/12 07:10:28 marka Exp $ */
#include <config.h>
@@ -26,7 +26,7 @@
#include <isc/string.h>
#include <isc/util.h>
#include <isccfg/cfg.h>
#include <isccfg/namedconf.h>
#include <dns/log.h>