From 3e72dc653460b9d014723d3b43b30c406c8bdc6e Mon Sep 17 00:00:00 2001 From: Brian Wellington Date: Thu, 1 Mar 2001 23:03:43 +0000 Subject: [PATCH] DNS_CFG_H -> ISCCFG_CFG_H --- lib/isccfg/include/isccfg/cfg.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/isccfg/include/isccfg/cfg.h b/lib/isccfg/include/isccfg/cfg.h index 237f4d6917..a069619706 100644 --- a/lib/isccfg/include/isccfg/cfg.h +++ b/lib/isccfg/include/isccfg/cfg.h @@ -15,10 +15,10 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: cfg.h,v 1.18 2001/02/28 20:54:03 bwelling Exp $ */ +/* $Id: cfg.h,v 1.19 2001/03/01 23:03:43 bwelling Exp $ */ -#ifndef DNS_CFG_H -#define DNS_CFG_H 1 +#ifndef ISCCFG_CFG_H +#define ISCCFG_CFG_H 1 /***** ***** Module Info @@ -378,4 +378,4 @@ extern cfg_type_t cfg_type_keyref; /* A key reference, used as an ACL element */ ISC_LANG_ENDDECLS -#endif /* DNS_CFG_H */ +#endif /* ISCCFG_CFG_H */