OPTIONS revision 370b4a45563fe85fd1b81f3e01187d58de1c62c0
b709b3f1548f4819325e64c133062c2fbf1ed07dDav GlassSetting the STD_CDEFINES environment variable before running configure can
b709b3f1548f4819325e64c133062c2fbf1ed07dDav Glassbe used to enable certain compile-time options that are not explicitly
b709b3f1548f4819325e64c133062c2fbf1ed07dDav Glassdefined in configure.
b709b3f1548f4819325e64c133062c2fbf1ed07dDav Glass
b709b3f1548f4819325e64c133062c2fbf1ed07dDav GlassSome of these settings are:
b709b3f1548f4819325e64c133062c2fbf1ed07dDav Glass
b709b3f1548f4819325e64c133062c2fbf1ed07dDav GlassSetting Description
b709b3f1548f4819325e64c133062c2fbf1ed07dDav Glass Don't ovewrite memory when allocating or freeing
b709b3f1548f4819325e64c133062c2fbf1ed07dDav Glass-DISC_MEM_FILL=0 it; this improves performance but makes
b709b3f1548f4819325e64c133062c2fbf1ed07dDav Glass debugging more difficult.
b709b3f1548f4819325e64c133062c2fbf1ed07dDav Glass Don't track memory allocations by file and line
b709b3f1548f4819325e64c133062c2fbf1ed07dDav Glass-DISC_MEM_TRACKLINES=0 number; this improves performance but makes
b709b3f1548f4819325e64c133062c2fbf1ed07dDav Glass debugging more difficult.
b709b3f1548f4819325e64c133062c2fbf1ed07dDav Glass-DISC_FACILITY=LOG_LOCAL0 Change the default syslog facility for named
b709b3f1548f4819325e64c133062c2fbf1ed07dDav Glass-DNS_CLIENT_DROPPORT=0 Disable dropping queries from particular
b709b3f1548f4819325e64c133062c2fbf1ed07dDav Glass well-known ports:
b709b3f1548f4819325e64c133062c2fbf1ed07dDav Glass-DCHECK_SIBLING=0 Don't check sibling glue in named-checkzone
b709b3f1548f4819325e64c133062c2fbf1ed07dDav Glass-DCHECK_LOCAL=0 Don't check out-of-zone addresses in
f73e114472cbbf13620d87d85c9bf053ed8973a8Dav Glass named-checkzone
b709b3f1548f4819325e64c133062c2fbf1ed07dDav Glass-DNS_RUN_PID_DIR=0 Create default PID files in ${localstatedir}/run
b709b3f1548f4819325e64c133062c2fbf1ed07dDav Glass rather than ${localstatedir}/run/{named,lwresd}/
b709b3f1548f4819325e64c133062c2fbf1ed07dDav Glass Enable DNSSEC signature chasing support in dig.
f73e114472cbbf13620d87d85c9bf053ed8973a8Dav Glass-DDIG_SIGCHASE=1 (Note: This feature is deprecated. Use delv
b709b3f1548f4819325e64c133062c2fbf1ed07dDav Glass instead.)
b709b3f1548f4819325e64c133062c2fbf1ed07dDav Glass Increase the maximum number of configurable
b709b3f1548f4819325e64c133062c2fbf1ed07dDav Glass-DNS_RPZ_MAX_ZONES=64 response policy zones from 32 to 64; this is the
b709b3f1548f4819325e64c133062c2fbf1ed07dDav Glass highest possible setting
b709b3f1548f4819325e64c133062c2fbf1ed07dDav Glass-DISC_HEAP_CHECK Test heap consistency after every heap
edc93c9cc1e86e5684132bf2ec631b8754217188Dav Glass operation; used when debugging
b709b3f1548f4819325e64c133062c2fbf1ed07dDav Glass Disable the use of inline functions to implement
b709b3f1548f4819325e64c133062c2fbf1ed07dDav Glass-DISC_BUFFER_USEINLINE=0 the isc_buffer API: this reduces performance but
b709b3f1548f4819325e64c133062c2fbf1ed07dDav Glass may be useful when debugging
b709b3f1548f4819325e64c133062c2fbf1ed07dDav Glass
b709b3f1548f4819325e64c133062c2fbf1ed07dDav Glass