mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-09 01:30:39 -04:00
fix duplicate include guard in dnsconf.h
- 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 a08ba418ef)
This commit is contained in:
parent
2054c850d8
commit
b9db91aa64
1 changed files with 3 additions and 5 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue