2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-29 05:28:00 +00:00

Added named service location in Registry

This commit is contained in:
Danny Mayer 2001-09-25 01:41:43 +00:00
parent ecde762a60
commit 7e351cd18f

View File

@ -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