about summary refs log tree commit diff stats
path: root/src/LYReadCFG.c
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2019-01-25 23:35:20 +0000
committerThomas E. Dickey <dickey@invisible-island.net>2019-01-25 23:35:20 +0000
commit6e64c0cd63430e17d7cd8ae53fbf04b4f63f3c7d (patch)
tree1ce965d269f77311d8a07fef8aac53d5f418c511 /src/LYReadCFG.c
parente7901ddb0a5d4c0a607d45d8f73b21243e96bae3 (diff)
downloadlynx-snapshots-6e64c0cd63430e17d7cd8ae53fbf04b4f63f3c7d.tar.gz
snapshot of project "lynx", label v2-9-0dev_0k
Diffstat (limited to 'src/LYReadCFG.c')
-rw-r--r--src/LYReadCFG.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/LYReadCFG.c b/src/LYReadCFG.c
index 1b6caec9..0c2cd417 100644
--- a/src/LYReadCFG.c
+++ b/src/LYReadCFG.c
@@ -1,5 +1,5 @@
 /*
- * $LynxId: LYReadCFG.c,v 1.193 2018/05/11 00:03:10 tom Exp $
+ * $LynxId: LYReadCFG.c,v 1.194 2019/01/25 13:43:17 tom Exp $
  */
 #ifndef NO_RULES
 #include <HTRules.h>
@@ -1483,6 +1483,7 @@ static Config_Type Config_Table [] =
      PARSE_STR(RC_COOKIE_SAVE_FILE,     LYCookieSaveFile),
 #endif /* USE_PERSISTENT_COOKIES */
      PARSE_STR(RC_COOKIE_STRICT_INVALID_DOMAIN, LYCookieSStrictCheckDomains),
+     PARSE_ENU(RC_COOKIE_VERSION,       cookie_version, tbl_cookie_version),
      PARSE_Env(RC_CSO_PROXY,            0),
 #ifdef VMS
      PARSE_PRG(RC_CSWING_PATH,          ppCSWING),