summaryrefslogtreecommitdiff
path: root/util/configparser.h
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2019-12-28 05:27:06 +0000
committerCy Schubert <cy@FreeBSD.org>2019-12-28 05:27:06 +0000
commite2fe726866d062155f6b1aae749375475ef19191 (patch)
treefe6b00611d5c987d2c12c32063891ae19295ffeb /util/configparser.h
parent366b94c4a9552acfb560d3234aea0955ebc1eb8e (diff)
downloadsrc-test2-e2fe726866d062155f6b1aae749375475ef19191.tar.gz
src-test2-e2fe726866d062155f6b1aae749375475ef19191.zip
Vendor import of Unbound 1.9.6.vendor/unbound/1.9.6
Notes
Notes: svn path=/vendor/unbound/dist/; revision=356143 svn path=/vendor/unbound/1.9.6/; revision=356144; tag=vendor/unbound/1.9.6
Diffstat (limited to 'util/configparser.h')
-rw-r--r--util/configparser.h16
1 files changed, 11 insertions, 5 deletions
diff --git a/util/configparser.h b/util/configparser.h
index 9582232acc27..4a883d1020b4 100644
--- a/util/configparser.h
+++ b/util/configparser.h
@@ -1,8 +1,8 @@
-/* A Bison parser, made by GNU Bison 3.0.5. */
+/* A Bison parser, made by GNU Bison 3.0.4. */
/* Bison interface for Yacc-like parsers in C
- Copyright (C) 1984, 1989-1990, 2000-2015, 2018 Free Software Foundation, Inc.
+ Copyright (C) 1984, 1989-1990, 2000-2015 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -308,7 +308,10 @@ extern int yydebug;
VAR_STREAM_WAIT_SIZE = 518,
VAR_TLS_CIPHERS = 519,
VAR_TLS_CIPHERSUITES = 520,
- VAR_TLS_SESSION_TICKET_KEYS = 521
+ VAR_TLS_SESSION_TICKET_KEYS = 521,
+ VAR_IPSET = 522,
+ VAR_IPSET_NAME_V4 = 523,
+ VAR_IPSET_NAME_V6 = 524
};
#endif
/* Tokens. */
@@ -576,17 +579,20 @@ extern int yydebug;
#define VAR_TLS_CIPHERS 519
#define VAR_TLS_CIPHERSUITES 520
#define VAR_TLS_SESSION_TICKET_KEYS 521
+#define VAR_IPSET 522
+#define VAR_IPSET_NAME_V4 523
+#define VAR_IPSET_NAME_V6 524
/* Value type. */
#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
union YYSTYPE
{
-#line 66 "util/configparser.y" /* yacc.c:1910 */
+#line 66 "util/configparser.y" /* yacc.c:1909 */
char* str;
-#line 590 "util/configparser.h" /* yacc.c:1910 */
+#line 596 "util/configparser.h" /* yacc.c:1909 */
};
typedef union YYSTYPE YYSTYPE;