]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix duplicate include guard in dnsconf.h
authorEvan Hunt <each@isc.org>
Mon, 19 Mar 2018 17:23:23 +0000 (17:23 +0000)
committerEvan Hunt <each@isc.org>
Fri, 20 Apr 2018 23:51:00 +0000 (19:51 -0400)
- IMHO we should consider removing dnsconf.c and deprecating the
  /etc/dns.conf file, though, as I don't think it's likely anyone
  is using it

lib/isccfg/include/isccfg/dnsconf.h

index 5c01f7472f568e543c8858e45a318366a2e01f63..809d699f88792eed755c93095056ea1f230c24f1 100644 (file)
@@ -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 */