bind9/lib
Ondřej Surý 40fda03e50
Require the __builtin functions unconditionally
Currently following __builtin functions are used:

    __builtin_add_overflow
    __builtin_mul_overflow
    __builtin_prefetch
    __builtin_sub_overflow
    __builtin_unreachable

These are generally available on our supported platform, and also we use
some of these unconditionally anyway in qp.c.  Thus make the support for
these functions mandatory so we fail early in the 'setup' step.
2025-08-26 15:32:53 +02:00
..
dns Allow negative RRSIGs in the qpcache again 2025-08-26 09:03:04 +02:00
isc Require the __builtin functions unconditionally 2025-08-26 15:32:53 +02:00
isccc replace the build system with meson 2025-06-11 10:30:12 +03:00
isccfg Add a new 'servfail-until-ready' configuration option for RPZ 2025-08-22 16:31:17 +00:00
ns Implement '-T slowrpz' named testing option 2025-08-22 16:31:17 +00:00
.gitignore The isc/platform.h header has been completely removed 2021-07-06 05:33:48 +00:00
meson.build replace the build system with meson 2025-06-11 10:30:12 +03:00