Remove Unixware and openserver support

This commit is contained in:
chase
2018-05-19 19:50:35 -05:00
committed by Jon Trulson
parent beea573d17
commit 07900bd93b
375 changed files with 725 additions and 9112 deletions

View File

@@ -143,7 +143,6 @@ XCOMM Return
XCOMM "hpux"
XCOMM "aix"
XCOMM "sun"
XCOMM "usl"
XCOMM "dec"
XCOMM ==========================================================================
@@ -155,7 +154,6 @@ GetPlatform()
*HP-UX*) getPlatform=hp;;
*AIX*) getPlatform=ibm;;
*SunOS*) getPlatform=sun;;
*UNIX_SV*) getPlatform=usl;;
*OSF1*) getPlatform=dec;;
esac
fi
@@ -174,7 +172,6 @@ XCOMM Return
XCOMM "hpux"
XCOMM "aix"
XCOMM "sun"
XCOMM "usl"
XCOMM "dec"
XCOMM ==========================================================================
@@ -182,7 +179,7 @@ ValidOS()
{
platform=$(GetPlatform)
case "$platform" in
hp|ibm|sun|usl|dec)
hp|ibm|sun|dec)
DtiReturn $platform
;;
*) Exit $INVALID_OS_MSG 1
@@ -675,8 +672,6 @@ XCOMM set up the path for whoami command
;;
sun) WHOAMI_PATH=/usr/ucb
;;
usl) WHOAMI_PATH=/usr/ucb
;;
dec) WHOAMI_PATH=/usr/bin
;;
esac