bind9/bin
Ondřej Surý 2e3a2eecfe Make isc_result a static enum
Remove the dynamic registration of result codes.  Convert isc_result_t
from unsigned + #defines into 32-bit enum type in grand unified
<isc/result.h> header.  Keep the existing values of the result codes
even at the expense of the description and identifier tables being
unnecessary large.

Additionally, add couple of:

    switch (result) {
    [...]
    default:
        break;
    }

statements where compiler now complains about missing enum values in the
switch statement.
2021-10-06 11:22:20 +02:00
..
check Make isc_result a static enum 2021-10-06 11:22:20 +02:00
confgen Make isc_result a static enum 2021-10-06 11:22:20 +02:00
delv Make isc_result a static enum 2021-10-06 11:22:20 +02:00
dig Make isc_result a static enum 2021-10-06 11:22:20 +02:00
dnssec Make isc_result a static enum 2021-10-06 11:22:20 +02:00
named Make isc_result a static enum 2021-10-06 11:22:20 +02:00
nsupdate Make isc_result a static enum 2021-10-06 11:22:20 +02:00
plugins Make isc_result a static enum 2021-10-06 11:22:20 +02:00
rndc Make isc_result a static enum 2021-10-06 11:22:20 +02:00
tests Make isc_result a static enum 2021-10-06 11:22:20 +02:00
tools Make isc_result a static enum 2021-10-06 11:22:20 +02:00
Makefile.am Remove native PKCS#11 support 2021-09-09 15:35:39 +02:00