aboutsummaryrefslogtreecommitdiff
path: root/external/unbound/util/configparser.h
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2015-12-30 12:57:50 +0200
committerRiccardo Spagni <ric@spagni.net>2015-12-30 12:57:50 +0200
commit2d43ae806359c89818c0519d81a65ded768746d8 (patch)
treec5ca4144a8f721efb0b4d051ee604f2694e6df64 /external/unbound/util/configparser.h
parentno longer need to pass the size to rapidjson (diff)
downloadmonero-2d43ae806359c89818c0519d81a65ded768746d8.tar.xz
update unbound, fix unbound openssl issue on OS X
Diffstat (limited to '')
-rw-r--r--external/unbound/util/configparser.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/external/unbound/util/configparser.h b/external/unbound/util/configparser.h
index ca2daeefd..53e5adcb6 100644
--- a/external/unbound/util/configparser.h
+++ b/external/unbound/util/configparser.h
@@ -204,7 +204,8 @@ extern int yydebug;
VAR_RATELIMIT_FACTOR = 413,
VAR_CAPS_WHITELIST = 414,
VAR_CACHE_MAX_NEGATIVE_TTL = 415,
- VAR_PERMIT_SMALL_HOLDDOWN = 416
+ VAR_PERMIT_SMALL_HOLDDOWN = 416,
+ VAR_QNAME_MINIMISATION = 417
};
#endif
/* Tokens. */
@@ -367,6 +368,7 @@ extern int yydebug;
#define VAR_CAPS_WHITELIST 414
#define VAR_CACHE_MAX_NEGATIVE_TTL 415
#define VAR_PERMIT_SMALL_HOLDDOWN 416
+#define VAR_QNAME_MINIMISATION 417
@@ -380,7 +382,7 @@ typedef union YYSTYPE
/* Line 2058 of yacc.c */
-#line 384 "util/configparser.h"
+#line 386 "util/configparser.h"
} YYSTYPE;
# define YYSTYPE_IS_TRIVIAL 1
# define yystype YYSTYPE /* obsolescent; will be withdrawn */