diff --git a/HISTORY.md b/HISTORY.md index 4ea313ae85..8c943f0ddf 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,18 @@ + ### Functional enhancements from prior major releases of BIND 9 #### BIND 9.11 diff --git a/OPTIONS b/OPTIONS new file mode 100644 index 0000000000..0be74b7aac --- /dev/null +++ b/OPTIONS @@ -0,0 +1,25 @@ +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..06e35c402a 100644 --- a/OPTIONS.md +++ b/OPTIONS.md @@ -1,3 +1,18 @@ + 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 7835cd6378..8f7f9fed01 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,18 @@ + # BIND 9 ### Contents diff --git a/doc/dev/contrib.md b/doc/dev/contrib.md index c006d87045..8b252c69a5 100644 --- a/doc/dev/contrib.md +++ b/doc/dev/contrib.md @@ -1,5 +1,5 @@