diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2010-11-26 20:17:33 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2010-11-26 20:17:33 -0500 |
commit | d9782c50c96ef8aa0483a56605c9ac5234cd70db (patch) | |
tree | d76d2c6db71d0e141b70116a2ba39c4770b39a37 /src/LYReadCFG.c | |
parent | 5cbdeb153d524da0952422b8933289e7dc22f681 (diff) | |
download | lynx-snapshots-d9782c50c96ef8aa0483a56605c9ac5234cd70db.tar.gz |
snapshot of project "lynx", label v2-8-8dev_6d
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 593eed5e..6ce38c0a 100644 --- a/src/LYReadCFG.c +++ b/src/LYReadCFG.c @@ -1,5 +1,5 @@ /* - * $LynxId: LYReadCFG.c,v 1.157 2010/11/07 21:21:06 tom Exp $ + * $LynxId: LYReadCFG.c,v 1.158 2010/11/26 18:10:19 Frank.Heckenbach Exp $ */ #ifndef NO_RULES #include <HTRules.h> @@ -1549,6 +1549,7 @@ static Config_Type Config_Table [] = #endif PARSE_SET(RC_REUSE_TEMPFILES, LYReuseTempfiles), PARSE_PRG(RC_RLOGIN_PATH, ppRLOGIN), + PARSE_PRG(RC_RMDIR_PATH, ppRMDIR), PARSE_PRG(RC_RM_PATH, ppRM), #ifndef NO_RULES PARSE_FUN(RC_RULE, HTSetConfiguration), |