diff --git a/Makefile.in b/Makefile.in index e20f6cf5b5..f918b682f9 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2002, 2004-2009, 2011-2016 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 1998-2002, 2004-2009, 2011-2017 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 diff --git a/OPTIONS b/OPTIONS new file mode 100644 index 0000000000..9176a80a19 --- /dev/null +++ b/OPTIONS @@ -0,0 +1,32 @@ + +Setting the STD_CDEFINES environment variable before running configure can +be used to enable certain compile-time options that are not explicitly +defined in configure. + +Some of these settings are: + +Setting Description + Don't ovewrite memory when allocating or freeing +-DISC_MEM_FILL=0 it; this improves performance but makes + debugging more difficult. + Don't track memory allocations by file and line +-DISC_MEM_TRACKLINES=0 number; this improves performance but makes + debugging more difficult. +-DISC_FACILITY=LOG_LOCAL0 Change the default syslog facility for named +-DNS_CLIENT_DROPPORT=0 Disable dropping queries from particular + well-known ports: +-DCHECK_SIBLING=0 Don't check sibling glue in named-checkzone +-DCHECK_LOCAL=0 Don't check out-of-zone addresses in + named-checkzone +-DNS_RUN_PID_DIR=0 Create default PID files in ${localstatedir}/run + rather than ${localstatedir}/run/{named,lwresd}/ + Enable DNSSEC signature chasing support in dig. +-DDIG_SIGCHASE=1 (Note: This feature is deprecated. Use delv + instead.) + diff --git a/OPTIONS.md b/OPTIONS.md index 7dfbe867cd..f994df8065 100644 --- a/OPTIONS.md +++ b/OPTIONS.md @@ -1,3 +1,10 @@ + Setting the `STD_CDEFINES` environment variable before running `configure` can be used to enable certain compile-time options that are not explicitly defined in `configure`. diff --git a/README.md b/README.md index a2f24f3122..bb949641df 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ + # BIND 9 ### Contents diff --git a/bin/named/named.conf.docbook b/bin/named/named.conf.docbook index 2dc5f5f51c..03f592dc88 100644 --- a/bin/named/named.conf.docbook +++ b/bin/named/named.conf.docbook @@ -1,5 +1,5 @@