bind9/lib
Ondřej Surý b03e90e0d4 Change the NS_PER_SEC (and friends) from enum to static const
New version of clang (19) has introduced a stricter checks when mixing
integer (and float types) with enums.  In this case, we used enum {}
as C17 doesn't have constexpr yet.  Change the time conversion constants
to be static const unsigned int instead of enum values.
2024-08-19 09:08:55 +00:00
..
dns Change the placement of ctor/dtor attributes in the dst_api 2024-08-14 15:30:18 +00:00
isc Change the NS_PER_SEC (and friends) from enum to static const 2024-08-19 09:08:55 +00:00
isccc Rework isccc_ccmsg to support multiple messages per tcp read 2024-04-18 20:08:44 +02:00
isccfg Silence all warnings that stem from the default config 2024-08-14 12:50:31 +00:00
ns make "max_restarts" a configurable value 2024-08-07 13:03:08 -07: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