bind9/lib/isccfg/include
Evan Hunt 714f73d786 reduce the size of cfg_obj by using pointers for addresses
instead of having sockaddr and netaddr members in the cfg_obj->value
union, we now just keep pointers, and allocate memory when parsing
these types. this reduces the size of cfg_obj_t from 112 to 80 bytes.
2025-10-30 15:17:21 -07:00
..
isccfg reduce the size of cfg_obj by using pointers for addresses 2025-10-30 15:17:21 -07:00
.clang-format Add separate .clang-format files for headers 2020-02-14 09:31:05 +01:00