Remove apollo support

This commit is contained in:
chase
2018-06-24 14:15:00 -05:00
committed by Jon Trulson
parent 01c9b8889b
commit 6bf175ef2d
108 changed files with 59 additions and 2185 deletions

View File

@@ -47,17 +47,12 @@
#include <sys/types.h>
#include <errno.h>
#if defined(_AIX) || defined(__apollo)
#if defined(_AIX)
#include <sys/dir.h>
#else
#include <dirent.h> /* opendir(), directory(3C) */
#endif /* _AIX */
#ifdef __apollo
#include <X11/apollosys.h> /* needed for S_ISDIR macro */
#endif
#include <locale.h>
#include <X11/Xlib.h>
#include <Xm/MwmUtil.h>

View File

@@ -49,17 +49,11 @@
#ifdef __hpux
#include <ndir.h> /* opendir(), directory(3C) */
#else
#if defined(SVR4) || defined(sco) || defined(CSRG_BASED)
#elif defined(SVR4) || defined(CSRG_BASED)
#include <dirent.h> /* opendir(), directory(3C) */
#else
#include <sys/dir.h>
#ifdef __apollo
#include <X11/apollosys.h> /* needed for S_ISDIR macro */
#endif
#endif
#endif
#include <Xm/Xm.h>

View File

@@ -40,11 +40,7 @@
/*+++++++++++++++++++++++++++++++++++++++*/
/* include files */
/*+++++++++++++++++++++++++++++++++++++++*/
#ifdef __apollo
#include "/sys5/usr/include/limits.h"
#else /* common default */
#include <limits.h>
#endif /* __apollo */
#include <locale.h>
#include <stdlib.h>