mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 14:29:59 -04:00
Missing enum from config.
This commit is contained in:
parent
29ed825602
commit
3e9a5c9dc6
1 changed files with 5 additions and 0 deletions
|
|
@ -84,6 +84,10 @@ typedef enum {
|
|||
dns_bitlabel_1 = 1
|
||||
} dns_bitlabel_t;
|
||||
|
||||
typedef enum {
|
||||
dns_one_answer, dns_many_answers
|
||||
} dns_transfer_format_t;
|
||||
|
||||
typedef enum {
|
||||
dns_namereln_none = 0,
|
||||
dns_namereln_contains = 1,
|
||||
|
|
@ -99,6 +103,7 @@ typedef enum {
|
|||
*/
|
||||
|
||||
enum {
|
||||
dns_rdatatype_none = 0,
|
||||
TYPEENUM
|
||||
dns_rdatatype_ixfr = 251,
|
||||
dns_rdatatype_axfr = 252,
|
||||
|
|
|
|||
Loading…
Reference in a new issue