bind9/lib/isccfg/include/isccfg
Colin Vidal 9c82d15bc2 shrunk cfgobj down from 48 bytes to 40 bytes
Follow-up of 38ce2906 as the size of the `cfg_obj_t` can actually goes
down to 40 bytes "for free", by using bitfields to only use 31 bits for
the `line` field, so the remaining bit can be use to hold the `cloned`
state without paying the extra 8 bytes padding.
2025-12-06 08:51:23 +01:00
..
aclconf.h refactor newzones configuration 2025-10-29 23:49:49 +01:00
cfg.h cfg_parse_ API doesn't need memory context 2025-12-04 16:09:40 +01:00
check.h rename cfg_aclconfctx_t variables to aclctx 2025-09-24 20:14:49 +02:00
duration.h Remove C++ support from the public header 2024-12-18 13:10:39 +01:00
grammar.h shrunk cfgobj down from 48 bytes to 40 bytes 2025-12-06 08:51:23 +01:00
kaspconf.h Change checkconf to include built-in dnssec-policy 2025-09-24 17:03:06 +02:00
namedconf.h fix delv when using the builtin trust-anchors 2025-10-29 13:55:47 -07:00