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

@@ -871,17 +871,11 @@ TTdesktopOpen( int *ttFd, Editor *pPad, Boolean sendStarted )
#ifdef sun
vendor = "Sun Microsystems";
#else
#ifdef _AIX
#elif defined(_AIX)
vendor = "IBM";
#else
#ifdef hpux
vendor = "Hewlett-Packard";
#else
vendor = "Unknown";
#endif /* hpux */
#endif /* _AIX */
#endif /* sun */
procId = ttdt_open( ttFd, "dtpad", vendor, "2.1", sendStarted );
if ( (status = tt_ptr_error( procId )) != TT_OK )