]> git.ipfire.org Git - thirdparty/bind9.git/commit
move default configuration to common bin/include folder
authorColin Vidal <colin@isc.org>
Thu, 16 Oct 2025 12:11:37 +0000 (14:11 +0200)
committerEvan Hunt <each@isc.org>
Wed, 29 Oct 2025 20:55:04 +0000 (13:55 -0700)
commit72862c2abc0bc6e87de08918bf21a7fc8fc4b1f7
treebfa81ecf40a5b9408c739fc9b28fca6254839b6b
parent2e8ecebc6391994a075e622689cba4c95ffb380a
move default configuration to common bin/include folder

Two programs need to be able to provide the effective configuration:
named (through a future rndc command) and named-checkconf (though a
future command line switch). In order to calculate the effective
configuration from named-checkconf, the default configuration
needs to be accessible.

The default configuration has now been moved from bin/named/config.c
into a common include directory for binaries: bin/include/defaultconfig.h.
bin/include/defaultconfig.h [new file with mode: 0644]
bin/named/config.c
bin/named/include/named/config.h
bin/named/main.c
bin/named/zoneconf.c
meson.build