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

@@ -51,13 +51,8 @@
** (is it worth making resources for defaultShell
** and defaultShellArgv0?) JRM
*/
#ifdef hpV4
# define DEFAULT_SHELL "/usr/bin/sh"
# define DEFAULT_SHELL_ARGV0 "sh"
#else /* hpV4 */
# define DEFAULT_SHELL "/bin/sh"
# define DEFAULT_SHELL_ARGV0 "sh"
#endif /* hpV4 */
#define DEFAULT_SHELL "/bin/sh"
#define DEFAULT_SHELL_ARGV0 "sh"
#ifdef __cplusplus
extern "C" {