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
}

View File

@@ -71,8 +71,6 @@ UnixEnvironment::UnixEnvironment()
manpath = "/usr/share/man";
#elif defined(_AIX)
manpath = "/usr/share/man:/usr/lpp/info";
#elif defined(hpux)
manpath = "/usr/man:/usr/contrib/man:/usr/local/man";
#elif defined(__linux__)
manpath = "/usr/share/man/%L:/usr/share/man:/usr/contrib/man/%L:/usr/contrib/man:/usr/local/man/%L:/usr/local/man";
#elif defined(__OpenBSD__)