diff --git a/lib/isccfg/include/isccfg/dnsconf.h b/lib/isccfg/include/isccfg/dnsconf.h index 5c01f7472f..809d699f88 100644 --- a/lib/isccfg/include/isccfg/dnsconf.h +++ b/lib/isccfg/include/isccfg/dnsconf.h @@ -9,10 +9,8 @@ * information regarding copyright ownership. */ -/* $Id: dnsconf.h,v 1.3 2009/09/02 23:48:03 tbox Exp $ */ - -#ifndef ISCCFG_NAMEDCONF_H -#define ISCCFG_NAMEDCONF_H 1 +#ifndef ISCCFG_DNSCONF_H +#define ISCCFG_DNSCONF_H 1 /*! \file * \brief @@ -27,4 +25,4 @@ LIBISCCFG_EXTERNAL_DATA extern cfg_type_t cfg_type_dnsconf; /*%< A complete dns.conf file. */ -#endif /* ISCCFG_CFG_H */ +#endif /* ISCCFG_DNSCONF_H */