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

@@ -64,9 +64,6 @@
#include <sys/types.h>
#include <sys/utsname.h>
#include <unistd.h>
#ifdef __apollo
#include <X11/apollosys.h> /* for pid_t, in hp-ux sys/types.h */
#endif
#include <sys/stat.h>
#include <sys/param.h>
#include <X11/Intrinsic.h>

View File

@@ -67,11 +67,6 @@
#include "SmHelp.h"
#include "SmGlobals.h"
#ifdef __apollo
#include <X11/apollosys.h>
#endif /* __apollo */
/*
* #define statements
*/

View File

@@ -64,9 +64,6 @@
#endif /* _SUN_OS */
#include <sys/types.h>
#include <stdlib.h>
#ifdef __apollo
#include <X11/apollosys.h> /* for pid_t struct in hp-ux sys/types.h */
#endif
#include <sys/socket.h>
#include <sys/wait.h>
#include <netinet/in.h>