This sets as many server options as possible at once to detect cut-and-paste bugs when implementing new server options in peer.c. Most of the accessor functions are similar and it is easy to miss updating a macro name or structure element name when adding new accessor functions. checkconf/setup.sh is there to minimise the difference to branches with optional server options where the list is updated at runtime.
11 lines
448 B
Bash
11 lines
448 B
Bash
# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
|
|
#
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
# file, you can obtain one at https://mozilla.org/MPL/2.0/.
|
|
#
|
|
# See the COPYRIGHT file distributed with this work for additional
|
|
# information regarding copyright ownership.
|
|
|
|
cp -f good-server-christmas-tree.conf.in good-server-christmas-tree.conf
|