diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2008-09-10 14:03:11 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2008-09-10 14:03:11 -0400 |
commit | b64489ef364361173db889faaf608495b887edf2 (patch) | |
tree | 4765b0d37392e038d69f068e646cceec34ce4c4e /src/LYReadCFG.c | |
parent | 67b10f416009d4334c0a494a46235d284675fa2d (diff) | |
download | lynx-snapshots-b64489ef364361173db889faaf608495b887edf2.tar.gz |
snapshot of project "lynx", label v2-8-7dev_9k
Diffstat (limited to 'src/LYReadCFG.c')
-rw-r--r-- | src/LYReadCFG.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/LYReadCFG.c b/src/LYReadCFG.c index 4096feed..718344fd 100644 --- a/src/LYReadCFG.c +++ b/src/LYReadCFG.c @@ -1,4 +1,6 @@ -/* $LynxId: LYReadCFG.c,v 1.128 2008/03/18 00:38:10 Paul.B.Mahol Exp $ */ +/* + * $LynxId: LYReadCFG.c,v 1.129 2008/09/10 12:06:23 tom Exp $ + */ #ifndef NO_RULES #include <HTRules.h> #else @@ -1601,6 +1603,7 @@ static Config_Type Config_Table [] = PARSE_FUN(RC_VIEWER, viewer_fun), PARSE_Env(RC_WAIS_PROXY, 0), PARSE_STR(RC_XLOADIMAGE_COMMAND, XLoadImageCommand), + PARSE_SET(RC_XHTML_PARSING, LYxhtml_parsing), PARSE_PRG(RC_ZCAT_PATH, ppZCAT), PARSE_PRG(RC_ZIP_PATH, ppZIP), |