bind9/lib
Ondřej Surý 6afa961534
Don't undef <unit>_TRACE, instead add comment how to enable it
In units that support detailed reference tracing via ISC_REFCOUNT
macros, we were doing:

    /* Define to 1 for detailed reference tracing */
    #undef <unit>_TRACE

This would prevent using -D<unit>_TRACE=1 in the CFLAGS.

Convert the above mentioned snippet with just a comment how to enable
the detailed reference tracing:

    /* Add -D<unit>_TRACE=1 to CFLAGS for detailed reference tracing */
2023-10-13 11:40:16 +02:00
..
dns Don't undef <unit>_TRACE, instead add comment how to enable it 2023-10-13 11:40:16 +02:00
isc Don't undef <unit>_TRACE, instead add comment how to enable it 2023-10-13 11:40:16 +02:00
isccc Limit isccc_cc_fromwire recursion depth 2023-09-07 19:46:19 +02:00
isccfg Detect duplicate use of control sockets in named.conf 2023-10-05 11:32:01 +11:00
ns Remove unnecessary NULL-checks in ns__client_setup() 2023-09-28 13:43:18 +00:00
.gitignore The isc/platform.h header has been completely removed 2021-07-06 05:33:48 +00:00
Makefile.am Move irs_resconf into libdns and remove libirs 2023-02-24 09:38:59 +00:00