zoneconf.c revision 40f53fa8d9c6a4fc38c0014495e7a42b08f52481
a00f9e2f50675bd43cc6a9fe2669709162a2ccb4Evan Hunt * Copyright (C) 1999, 2000 Internet Software Consortium.
a00f9e2f50675bd43cc6a9fe2669709162a2ccb4Evan Hunt * Permission to use, copy, modify, and distribute this software for any
a00f9e2f50675bd43cc6a9fe2669709162a2ccb4Evan Hunt * purpose with or without fee is hereby granted, provided that the above
a00f9e2f50675bd43cc6a9fe2669709162a2ccb4Evan Hunt * copyright notice and this permission notice appear in all copies.
a00f9e2f50675bd43cc6a9fe2669709162a2ccb4Evan Hunt * THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM
a00f9e2f50675bd43cc6a9fe2669709162a2ccb4Evan Hunt * DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL
a00f9e2f50675bd43cc6a9fe2669709162a2ccb4Evan Hunt * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL
a00f9e2f50675bd43cc6a9fe2669709162a2ccb4Evan Hunt * INTERNET SOFTWARE CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT,
a00f9e2f50675bd43cc6a9fe2669709162a2ccb4Evan Hunt * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING
a00f9e2f50675bd43cc6a9fe2669709162a2ccb4Evan Hunt * FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
a00f9e2f50675bd43cc6a9fe2669709162a2ccb4Evan Hunt * NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
a00f9e2f50675bd43cc6a9fe2669709162a2ccb4Evan Hunt * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
/* $Id: zoneconf.c,v 1.51 2000/08/01 01:23:10 tale Exp $ */
#include <config.h>
* library defaults defined in zone.c.
#define RETERR(x) do { \
return (_r); \
static isc_result_t
dns_c_ipmatchlist_t **),
, dns_c_ipmatchlist_t **),
dns_c_ipmatchlist_t **),
return (result);
return (ISC_R_SUCCESS);
return (ISC_R_SUCCESS);
return (result);
static dns_zonetype_t
switch (cztype) {
case dns_c_zone_master:
return dns_zone_master;
case dns_c_zone_slave:
return dns_zone_slave;
case dns_c_zone_stub:
return dns_zone_stub;
INSIST(0);
#ifdef notyet
return (result);
#ifdef notyet
return (result);
&uintval);
&uintval);
&uintval);
&uintval);
&uintval);
&uintval);
case dns_c_zone_slave:
case dns_c_zone_stub:
#ifndef NOMINUM_PUBLIC
&uintval);
&uintval);
&sockaddr);
&sockaddr);
&sockaddr);
return (ISC_R_SUCCESS);
const char *cfilename;
const char *zfilename;
return (ISC_FALSE);
return (ISC_FALSE);
return (ISC_TRUE);
return (ISC_R_SUCCESS);