mirror of
https://github.com/isc-projects/bind9.git
synced 2026-07-17 00:44:16 -04:00
Updated config information
This commit is contained in:
parent
238e6556ea
commit
b59115de5f
1 changed files with 3 additions and 6 deletions
|
|
@ -15,7 +15,7 @@
|
|||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: ntpaths.h,v 1.9 2001/07/27 17:45:29 gson Exp $ */
|
||||
/* $Id: ntpaths.h,v 1.10 2001/07/28 02:50:39 mayer Exp $ */
|
||||
|
||||
/*
|
||||
* Windows-specific path definitions
|
||||
|
|
@ -44,21 +44,18 @@ enum NtPaths {
|
|||
};
|
||||
|
||||
/*
|
||||
* Define a macro to get the path of the RNDC config file
|
||||
* Define macros to get the path of the config files
|
||||
*/
|
||||
#define NAMED_CONFFILE isc_ntpaths_get(NAMED_CONF_PATH)
|
||||
#define RNDC_CONFFILE isc_ntpaths_get(RNDC_CONF_PATH)
|
||||
#define RNDC_AUTOCONFFILE isc_ntpaths_get(NAMED_KEY_PATH)
|
||||
|
||||
#define NAMED_CONFFILE isc_ntpaths_get(NAMED_CONF_PATH)
|
||||
|
||||
/*
|
||||
* Information about where the files are on disk
|
||||
*/
|
||||
#define NS_LOCALSTATEDIR "/dns/bin"
|
||||
#define NS_SYSCONFDIR "/dns/etc"
|
||||
|
||||
#define RNDC_AUTOCONFFILE NS_LOCALSTATEDIR "/run/named.key"
|
||||
|
||||
ISC_LANG_BEGINDECLS
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Reference in a new issue