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>2008-12-08 01:31:28 -0500
committerThomas E. Dickey <dickey@invisible-island.net>2008-12-08 01:31:28 -0500
commitfe7fe1904f61ce9b03d28f34640687d887cca01c (patch)
treed34e27795f9e1ac515c64f2f0e77d63534e60fd8 /src/LYReadCFG.c
parent711a9d1b98ce96d750833e0782afad12c3cfb286 (diff)
downloadlynx-snapshots-fe7fe1904f61ce9b03d28f34640687d887cca01c.tar.gz
snapshot of project "lynx", label v2-8-7dev_10c
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 718344fd..3f259e45 100644
--- a/src/LYReadCFG.c
+++ b/src/LYReadCFG.c
@@ -1,5 +1,5 @@
 /*
- * $LynxId: LYReadCFG.c,v 1.129 2008/09/10 12:06:23 tom Exp $
+ * $LynxId: LYReadCFG.c,v 1.130 2008/12/07 20:52:27 tom Exp $
  */
 #ifndef NO_RULES
 #include <HTRules.h>
@@ -1512,6 +1512,7 @@ static Config_Type Config_Table [] =
 #endif
      PARSE_ADD(RC_PRINTER,              printers),
      PARSE_SET(RC_QUIT_DEFAULT_YES,     LYQuitDefaultYes),
+     PARSE_INT(RC_READ_TIMEOUT,         reading_timeout),
      PARSE_FUN(RC_REFERER_WITH_QUERY,   referer_with_query_fun),
 #ifdef EXP_CMD_LOGGING
      PARSE_TIM(RC_REPLAYSECS,           ReplaySecs),