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

@@ -421,9 +421,6 @@ _psGetResourceFileName(PrintSetup *pSetup)
static char *dtpadrc = NULL;
char *savePath, *saveFile;
#ifdef hpV4
return XtNewString("/tmp/dtpadrc");
#else
if (dtpadrc != NULL) return XtNewString(dtpadrc);
savePath = NULL;
@@ -440,7 +437,6 @@ _psGetResourceFileName(PrintSetup *pSetup)
dtpadrc = XtNewString(savePath);
return XtNewString(dtpadrc);
#endif
}
/************************************************************************

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 )