mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-27 09:06:51 -04:00
replace the pattern `for (elt = cfg_list_first(x); elt != NULL; elt = cfg_list_next(elt))` with a new `CFG_LIST_FOREACH` macro. |
||
|---|---|---|
| .. | ||
| include | ||
| aclconf.c | ||
| check.c | ||
| duration.c | ||
| kaspconf.c | ||
| Makefile.am | ||
| namedconf.c | ||
| parser.c | ||
| tests | ||