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