mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-24 18:30:38 -05:00
Added named service location in Registry
This commit is contained in:
parent
ecde762a60
commit
7e351cd18f
1 changed files with 5 additions and 1 deletions
|
|
@ -15,7 +15,7 @@
|
|||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: bind_registry.h,v 1.4 2001/07/09 21:34:41 gson Exp $ */
|
||||
/* $Id: bind_registry.h,v 1.5 2001/09/25 01:41:43 mayer Exp $ */
|
||||
|
||||
#ifndef ISC_BINDREGISTRY_H
|
||||
#define ISC_BINDREGISTRY_H
|
||||
|
|
@ -37,6 +37,10 @@
|
|||
"SYSTEM\\CurrentControlSet\\Services\\EventLog\\Application\\named"
|
||||
#define BIND_MESSAGE_NAME "named"
|
||||
|
||||
#define BIND_SERVICE_SUBKEY \
|
||||
"SYSTEM\\CurrentControlSet\\Services\\named"
|
||||
|
||||
|
||||
#define BIND_CONFIGFILE 0
|
||||
#define BIND_DEBUGLEVEL 1
|
||||
#define BIND_QUERYLOG 2
|
||||
|
|
|
|||
Loading…
Reference in a new issue