#endif /* NOMINUM_PUBLIC */ was missing the required comment

This commit is contained in:
Andreas Gustafsson 2000-08-22 17:36:31 +00:00
parent 8a63ecd933
commit f0bdf4aa8b
4 changed files with 8 additions and 8 deletions

View file

@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: confctx.c,v 1.84 2000/08/22 05:14:50 marka Exp $ */
/* $Id: confctx.c,v 1.85 2000/08/22 17:36:31 gson Exp $ */
#include <config.h>
@ -1660,7 +1660,7 @@ dns_c_ctx_optionsnew(isc_mem_t *mem, dns_c_options_t **options)
#ifndef NOMINUM_PUBLIC
opts->notifyacl = NULL;
#endif
#endif /* NOMINUM_PUBLIC */
opts->queryacl = NULL;
opts->transferacl = NULL;
opts->recursionacl = NULL;

View file

@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: confctx.h,v 1.51 2000/08/22 05:14:56 marka Exp $ */
/* $Id: confctx.h,v 1.52 2000/08/22 17:36:29 gson Exp $ */
#ifndef DNS_CONFCTX_H
#define DNS_CONFCTX_H 1
@ -204,7 +204,7 @@ struct dns_c_options {
#ifndef NOMINUM_PUBLIC
dns_c_ipmatchlist_t *notifyacl;
#endif
#endif /* NOMINUM_PUBLIC */
dns_c_ipmatchlist_t *queryacl;
dns_c_ipmatchlist_t *transferacl;
dns_c_ipmatchlist_t *recursionacl;

View file

@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: zone.h,v 1.72 2000/08/22 05:14:59 marka Exp $ */
/* $Id: zone.h,v 1.73 2000/08/22 17:36:28 gson Exp $ */
#ifndef DNS_ZONE_H
#define DNS_ZONE_H 1
@ -559,7 +559,7 @@ dns_zone_setnotifyacl(dns_zone_t *zone, dns_acl_t *acl);
* 'zone' to be a valid zone.
* 'acl' to be a valid acl.
*/
#endif
#endif /* NOMINUM_PUBLIC */
void
dns_zone_setqueryacl(dns_zone_t *zone, dns_acl_t *acl);
/*

View file

@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: zone.c,v 1.193 2000/08/22 05:14:47 marka Exp $ */
/* $Id: zone.c,v 1.194 2000/08/22 17:36:26 gson Exp $ */
#include <config.h>
@ -3529,7 +3529,7 @@ dns_zone_setnotifyacl(dns_zone_t *zone, dns_acl_t *acl) {
dns_acl_attach(acl, &zone->notify_acl);
UNLOCK(&zone->lock);
}
#endif
#endif /* NOMINUM_PUBLIC */
void
dns_zone_setqueryacl(dns_zone_t *zone, dns_acl_t *acl) {