bind9/lib/isccfg
Evan Hunt 24d077afb0 add CFG_LIST_FOREACH macro
replace the pattern `for (elt = cfg_list_first(x); elt != NULL;
elt = cfg_list_next(elt))` with a new `CFG_LIST_FOREACH` macro.
2025-05-27 21:08:09 -07:00
..
include add CFG_LIST_FOREACH macro 2025-05-27 21:08:09 -07:00
aclconf.c add CFG_LIST_FOREACH macro 2025-05-27 21:08:09 -07:00
check.c add CFG_LIST_FOREACH macro 2025-05-27 21:08:09 -07:00
duration.c Remove redundant parentheses from the return statement 2024-11-19 12:27:22 +01:00
kaspconf.c add CFG_LIST_FOREACH macro 2025-05-27 21:08:09 -07:00
Makefile.am Null clausedefs for ancient options 2024-10-01 10:17:04 +02:00
namedconf.c Implement a new 'notify-defer' configuration option 2025-05-15 12:24:13 +00:00
parser.c add CFG_LIST_FOREACH macro 2025-05-27 21:08:09 -07:00
tests Move all the unit tests to /tests/<libname>/ 2022-05-28 14:53:02 -07:00