]> 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>
Sun, 22 Apr 2018 19:59:06 +0000 (12:59 -0700)
- 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

(cherry picked from commit a08ba418ef31b55df5069f326c8fb654d38cb05b)
(cherry picked from commit b9db91aa64cffaa62f2f46b8b37f930feaf0d80c)

lib/isccfg/include/isccfg/dnsconf.h

index 7b9667f5680c09c80b9da1f4d05a376701a6242f..21fc089d6d60e0dbab8bf223b8813290200cd619 100644 (file)
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $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
@@ -32,4 +30,4 @@
 LIBISCCFG_EXTERNAL_DATA extern cfg_type_t cfg_type_dnsconf;
 /*%< A complete dns.conf file. */
 
-#endif /* ISCCFG_CFG_H */
+#endif /* ISCCFG_DNSCONF_H */