bind9/lib
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
..
bind9 Make isc_result a static enum 2021-10-06 11:22:20 +02:00
dns Make isc_result a static enum 2021-10-06 11:22:20 +02:00
irs Check parsed resconf values 2021-08-12 09:52:52 -07:00
isc Make isc_result a static enum 2021-10-06 11:22:20 +02:00
isccc Make isc_result a static enum 2021-10-06 11:22:20 +02:00
isccfg Make isc_result a static enum 2021-10-06 11:22:20 +02:00
ns Make isc_result a static enum 2021-10-06 11:22:20 +02:00
.gitignore The isc/platform.h header has been completely removed 2021-07-06 05:33:48 +00:00
Makefile.am move samples/resolve.c to bin/tests/system 2021-04-16 14:29:43 +02:00
unit-test-driver.sh.in Enforce a run time limit on unit test binaries 2021-04-07 11:41:45 +02:00