Discontinue HPUX support

This commit is contained in:
Chase
2022-07-22 21:42:06 -05:00
committed by Jon Trulson
parent bd83b53d56
commit edf4319548
235 changed files with 198 additions and 6290 deletions

View File

@@ -114,20 +114,6 @@ HelpSearchPath::HelpSearchPath
NormalizePath();
TraversePath();
#if defined(hpux)
AddToPath ("/etc/vhelp/%T/%L/%H");
AddToPath ("/etc/vhelp/%T/%H");
AddToPath ("/etc/vhelp/%T/%L/%H.hv");
AddToPath ("/etc/vhelp/%T/%H.hv");
AddToPath ("/etc/vhelp/%T/C/%H");
AddToPath ("/etc/vhelp/%T/C/%H.hv");
AddToPath ("/usr/vhelp/%T/%L/%H");
AddToPath ("/usr/vhelp/%T/%H");
AddToPath ("/usr/vhelp/%T/%L/%H.hv");
AddToPath ("/usr/vhelp/%T/%H.hv");
AddToPath ("/usr/vhelp/%T/C/%H");
AddToPath ("/usr/vhelp/%T/C/%H.hv");
#endif
}

View File

@@ -99,9 +99,6 @@ CString Usage ("Usage: dtsearchpath [ -v | -T | -o | -a | -csh | -ksh ] "
}
}
}
#if defined(hpux) || defined(hpV4)
flags |= 16;
#endif
}