diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2004-01-19 12:02:00 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2004-01-19 12:02:00 -0500 |
commit | 264781cf73284efb1e6eb24c3c71d46ce36685aa (patch) | |
tree | 2067cb0c1143434169c22ca268d58721f7c434e0 /WWW/Library/Implementation/HTFile.c | |
parent | 77995ed82818d1dbbf5716a2af237493564872a6 (diff) | |
download | lynx-snapshots-264781cf73284efb1e6eb24c3c71d46ce36685aa.tar.gz |
snapshot of project "lynx", label v2-8-5pre_2
Diffstat (limited to 'WWW/Library/Implementation/HTFile.c')
-rw-r--r-- | WWW/Library/Implementation/HTFile.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/WWW/Library/Implementation/HTFile.c b/WWW/Library/Implementation/HTFile.c index ea60145d..98353450 100644 --- a/WWW/Library/Implementation/HTFile.c +++ b/WWW/Library/Implementation/HTFile.c @@ -2953,6 +2953,11 @@ PUBLIC void HTInitProgramPaths NOARGS path = RM_PATH; break; #endif +#ifdef RMDIR_PATH + case ppRMDIR: + path = RMDIR_PATH; + break; +#endif #ifdef TAR_PATH case ppTAR: path = TAR_PATH; |