diff options
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), |