diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2008-01-03 01:16:19 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2008-01-03 01:16:19 -0500 |
commit | 297adfacb3d8f416878b4abff8db35df6366aaa8 (patch) | |
tree | d16fc8bf5e4e1b8c5a6b868817a7eb3a8c9026b0 /src/LYReadCFG.c | |
parent | bcb42c7f898bdeb1a6ceae297215b8ce0a6b2ecd (diff) | |
download | lynx-snapshots-297adfacb3d8f416878b4abff8db35df6366aaa8.tar.gz |
snapshot of project "lynx", label v2-8-7dev_7b
Diffstat (limited to 'src/LYReadCFG.c')
-rw-r--r-- | src/LYReadCFG.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/LYReadCFG.c b/src/LYReadCFG.c index d2999bd4..f75b9770 100644 --- a/src/LYReadCFG.c +++ b/src/LYReadCFG.c @@ -1,4 +1,4 @@ -/* $LynxId: LYReadCFG.c,v 1.124 2007/08/02 19:40:31 tom Exp $ */ +/* $LynxId: LYReadCFG.c,v 1.125 2008/01/03 00:50:26 Joey.Schulze Exp $ */ #ifndef NO_RULES #include <HTRules.h> #else @@ -1505,6 +1505,7 @@ static Config_Type Config_Table [] = PARSE_ENU(RC_SOURCE_CACHE, LYCacheSource, tbl_source_cache), PARSE_ENU(RC_SOURCE_CACHE_FOR_ABORTED, LYCacheSourceForAborted, tbl_abort_source_cache), #endif + PARSE_STR(RC_SSL_CERT_FILE, SSL_cert_file), PARSE_STR(RC_STARTFILE, startfile), PARSE_SET(RC_STRIP_DOTDOT_URLS, LYStripDotDotURLs), PARSE_SET(RC_SUBSTITUTE_UNDERSCORES, use_underscore), |