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

@@ -48,9 +48,7 @@
#include <X11/Xlib.h>
#ifdef __hpux
#include <ndir.h> /* opendir(), directory(3C) */
#elif defined(SVR4) || defined(CSRG_BASED)
#if defined(SVR4) || defined(CSRG_BASED)
#include <dirent.h> /* opendir(), directory(3C) */
#else
#include <sys/dir.h>
@@ -137,11 +135,7 @@ static char *home_palette_dir;
static int loopcount = 0;
static DIR *dirp;
#ifdef __hpux
static struct direct *file_descpt;
#else
static struct dirent *file_descpt;
#endif /* __hpux */
static Boolean open_dir = False;
extern XrmDatabase hm_pl_DB;
@@ -761,11 +755,7 @@ AddDirectories( char *text )
********************************************************************/
void
CheckForDeletedFile(
#ifdef __hpux
struct direct *file_descpt )
#else
struct dirent *file_descpt )
#endif /* __hpux */
{
char *filename;
int i;