mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-09 09:40:45 -04:00
define RNDC_AUTOCONFFILE on win32 so that the code again
compiles on win32 and behaves like it did before.
This commit is contained in:
parent
929b55a64d
commit
e5b18854e3
1 changed files with 3 additions and 1 deletions
|
|
@ -15,7 +15,7 @@
|
|||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: ntpaths.h,v 1.5 2001/07/26 20:06:22 gson Exp $ */
|
||||
/* $Id: ntpaths.h,v 1.6 2001/07/26 20:40:01 gson Exp $ */
|
||||
|
||||
/*
|
||||
* Windows-specific path definitions
|
||||
|
|
@ -51,6 +51,8 @@ enum NtPaths {
|
|||
#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