mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-02-10 06:13:20 -05:00
yacc 1.9 and flex 2.6.1.
git-svn-id: file:///svn/unbound/trunk@4296 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
ae67923bab
commit
5797c77f55
3 changed files with 2037 additions and 1999 deletions
3154
util/configlexer.c
3154
util/configlexer.c
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
|
@ -259,7 +259,8 @@ extern int yydebug;
|
|||
VAR_IPSECMOD_WHITELIST = 469,
|
||||
VAR_IPSECMOD_STRICT = 470,
|
||||
VAR_CACHEDB = 471,
|
||||
VAR_CACHEDB_BACKEND = 472
|
||||
VAR_CACHEDB_BACKEND = 472,
|
||||
VAR_CACHEDB_SECRETSEED = 473
|
||||
};
|
||||
#endif
|
||||
/* Tokens. */
|
||||
|
|
@ -478,6 +479,7 @@ extern int yydebug;
|
|||
#define VAR_IPSECMOD_STRICT 470
|
||||
#define VAR_CACHEDB 471
|
||||
#define VAR_CACHEDB_BACKEND 472
|
||||
#define VAR_CACHEDB_SECRETSEED 473
|
||||
|
||||
/* Value type. */
|
||||
#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
|
||||
|
|
@ -488,7 +490,7 @@ union YYSTYPE
|
|||
|
||||
char* str;
|
||||
|
||||
#line 492 "util/configparser.h" /* yacc.c:1909 */
|
||||
#line 494 "util/configparser.h" /* yacc.c:1909 */
|
||||
};
|
||||
|
||||
typedef union YYSTYPE YYSTYPE;
|
||||
|
|
|
|||
Loading…
Reference in a new issue