diff options
Diffstat (limited to 'util/configparser.h')
-rw-r--r-- | util/configparser.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/util/configparser.h b/util/configparser.h index 8d9c3c4826eb9..b59fe311edbc5 100644 --- a/util/configparser.h +++ b/util/configparser.h @@ -172,7 +172,8 @@ extern int yydebug; VAR_FORWARD_FIRST = 381, VAR_STUB_FIRST = 382, VAR_MINIMAL_RESPONSES = 383, - VAR_RRSET_ROUNDROBIN = 384 + VAR_RRSET_ROUNDROBIN = 384, + VAR_MAX_UDP_SIZE = 385 }; #endif /* Tokens. */ @@ -303,6 +304,7 @@ extern int yydebug; #define VAR_STUB_FIRST 382 #define VAR_MINIMAL_RESPONSES 383 #define VAR_RRSET_ROUNDROBIN 384 +#define VAR_MAX_UDP_SIZE 385 @@ -316,7 +318,7 @@ typedef union YYSTYPE /* Line 2049 of yacc.c */ -#line 320 "util/configparser.h" +#line 322 "util/configparser.h" } YYSTYPE; # define YYSTYPE_IS_TRIVIAL 1 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ |