Discontinue HPUX support
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -99,9 +99,6 @@ CString Usage ("Usage: dtsearchpath [ -v | -T | -o | -a | -csh | -ksh ] "
|
||||
}
|
||||
}
|
||||
}
|
||||
#if defined(hpux) || defined(hpV4)
|
||||
flags |= 16;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -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__)
|
||||
|
||||
Reference in New Issue
Block a user