Remove apollo support
This commit is contained in:
@@ -270,13 +270,6 @@ XCOMM $TOG: Imake.cf /main/30 1998/04/28 13:55:25 barstow $
|
||||
# define NCRArchitecture
|
||||
#endif /* NCR */
|
||||
|
||||
#ifdef apollo
|
||||
# define MacroIncludeFile <apollo.cf>
|
||||
# define MacroFile apollo.cf
|
||||
# undef apollo
|
||||
# define ApolloArchitecture
|
||||
#endif /* apollo */
|
||||
|
||||
#ifdef sony
|
||||
# define MacroIncludeFile <sony.cf>
|
||||
# define MacroFile sony.cf
|
||||
|
||||
@@ -62,7 +62,6 @@ Mips.cf \
|
||||
NetBSD.cf \
|
||||
Oki.cf \
|
||||
Win32.cf \
|
||||
apollo.cf \
|
||||
bsd.cf \
|
||||
convex.cf \
|
||||
cray.cf \
|
||||
|
||||
@@ -1,38 +0,0 @@
|
||||
XCOMM platform: $XConsortium: apollo.cf /main/34 1996/09/28 16:09:07 rws $
|
||||
|
||||
/*
|
||||
* Minimally tested, and only in the bsd4.3 environment. X_NOT_POSIX is not
|
||||
* in Xosdefs.h, because we suspect someone might want to try building with
|
||||
* POSIX support in the sysv environment (the OS doc seems to imply that
|
||||
* POSIX is supported in sysv).
|
||||
*/
|
||||
|
||||
#ifndef OSName
|
||||
#define OSName Domain/OS SR10.3
|
||||
#endif
|
||||
XCOMM operating system: OSName
|
||||
#ifndef OSMajorVersion
|
||||
#define OSMajorVersion 10
|
||||
#endif
|
||||
#ifndef OSMinorVersion
|
||||
#define OSMinorVersion 3
|
||||
#endif
|
||||
|
||||
#ifndef CCompilerMajorVersion
|
||||
#define CCompilerMajorVersion 6
|
||||
#endif
|
||||
#ifndef CCompilerMinorVersion
|
||||
#define CCompilerMinorVersion 8
|
||||
#endif
|
||||
|
||||
#define StandardDefines -DX_NOT_POSIX
|
||||
#define BuildServer NO
|
||||
#define HasNdbm YES
|
||||
#define ConnectionFlags -DTCPCONN
|
||||
|
||||
#define InstallManPageLong(file,destdir,dest) @@\
|
||||
install.man:: file.man @@\
|
||||
MakeDir($(DESTDIR)destdir) @@\
|
||||
$(NROFF) $(MANMACROS) file.man > file.mantxt @@\
|
||||
$(INSTALL) -c $(INSTMANFLAGS) file.mantxt $(DESTDIR)destdir/dest.$(MANSUFFIX) @@\
|
||||
$(RM) file.mantxt
|
||||
@@ -132,10 +132,6 @@ in this Software without prior written authorization from The Open Group.
|
||||
#define imake_ccflags "-fn -tm c1"
|
||||
#endif
|
||||
|
||||
#ifdef apollo
|
||||
#define imake_ccflags "-DX_NOT_POSIX"
|
||||
#endif
|
||||
|
||||
#ifdef WIN32
|
||||
#if _MSC_VER < 1000
|
||||
#define imake_ccflags "-nologo -batch -D__STDC__"
|
||||
@@ -233,9 +229,6 @@ in this Software without prior written authorization from The Open Group.
|
||||
#define USE_CC_E
|
||||
#define DEFAULT_CC "cl"
|
||||
#endif
|
||||
#ifdef apollo
|
||||
#define DEFAULT_CPP "/usr/lib/cpp"
|
||||
#endif
|
||||
#if defined(_IBMR2) && !defined(DEFAULT_CPP)
|
||||
#define DEFAULT_CPP "/usr/ccs/lib/cpp"
|
||||
#endif
|
||||
@@ -604,9 +597,6 @@ char *cpp_argv[ARGUMENTS] = {
|
||||
#define DEF_STRINGIFY(_x) DEF_EVALUATE(_x)
|
||||
|
||||
struct symtab predefs[] = {
|
||||
#ifdef apollo
|
||||
{"apollo", "1"},
|
||||
#endif
|
||||
#ifdef ibm032
|
||||
{"ibm032", "1"},
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user