minor cosmetic fixes

- the configuration summary reported zlib compression was not
  supported even when it was.
- when bind.keys.h was regenerated it violated clang-format style.
This commit is contained in:
Evan Hunt
2020-02-19 00:17:03 -08:00
parent 9a53720502
commit beda680f90
3 changed files with 13 additions and 9 deletions

View File

@@ -23,7 +23,7 @@ while (<>) {
$lines .= $_ . "\n";
}
my $mkey = '#define TRUST_ANCHORS "\\' . "\n" . $lines . "\"\n";
my $mkey = "#define TRUST_ANCHORS \\\n\t\"\\\n" . $lines . "\"\n";
print "#ifndef BIND_KEYS_H\n";
print "#define BIND_KEYS_H 1\n";