aboutsummaryrefslogtreecommitdiff
path: root/external/unbound/util/configparser.h
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2015-08-14 19:12:19 +0200
committerRiccardo Spagni <ric@spagni.net>2015-08-14 19:12:19 +0200
commit93944333c52050ab31d509fcee2333f2e166d945 (patch)
tree77e223a83bd35329987358ae6448a0ca661e731c /external/unbound/util/configparser.h
parentMerge pull request #369 (diff)
downloadmonero-93944333c52050ab31d509fcee2333f2e166d945.tar.xz
update unbound
Diffstat (limited to 'external/unbound/util/configparser.h')
-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 52ec99221..ca2daeefd 100644
--- a/external/unbound/util/configparser.h
+++ b/external/unbound/util/configparser.h
@@ -203,7 +203,8 @@ extern int yydebug;
VAR_RATELIMIT_BELOW_DOMAIN = 412,
VAR_RATELIMIT_FACTOR = 413,
VAR_CAPS_WHITELIST = 414,
- VAR_CACHE_MAX_NEGATIVE_TTL = 415
+ VAR_CACHE_MAX_NEGATIVE_TTL = 415,
+ VAR_PERMIT_SMALL_HOLDDOWN = 416
};
#endif
/* Tokens. */
@@ -365,6 +366,7 @@ extern int yydebug;
#define VAR_RATELIMIT_FACTOR 413
#define VAR_CAPS_WHITELIST 414
#define VAR_CACHE_MAX_NEGATIVE_TTL 415
+#define VAR_PERMIT_SMALL_HOLDDOWN 416
@@ -378,7 +380,7 @@ typedef union YYSTYPE
/* Line 2058 of yacc.c */
-#line 382 "util/configparser.h"
+#line 384 "util/configparser.h"
} YYSTYPE;
# define YYSTYPE_IS_TRIVIAL 1
# define yystype YYSTYPE /* obsolescent; will be withdrawn */