Remove macII support
This commit is contained in:
@@ -5,7 +5,7 @@ XCOMM $TOG: Imake.cf /main/30 1998/04/28 13:55:25 barstow $
|
||||
* 1. Identify a machine-specific cpp symbol. If your preprocessor
|
||||
* does not have any built in, you will need to add the symbol to the
|
||||
* cpp_argv table in config/imake/imakemdep.h and rebuild imake with
|
||||
* the BOOTSTRAPCFLAGS variable set (see the macII for an example).
|
||||
* the BOOTSTRAPCFLAGS variable set.
|
||||
*
|
||||
* 2. Add all machine-specific cpp symbols (either defined by you or by
|
||||
* the preprocessor or compiler) to the predefs table in
|
||||
@@ -317,13 +317,6 @@ XCOMM $TOG: Imake.cf /main/30 1998/04/28 13:55:25 barstow $
|
||||
# define M4330Architecture
|
||||
#endif /* M4330 */
|
||||
|
||||
#ifdef macII
|
||||
# define MacroIncludeFile <macII.cf>
|
||||
# define MacroFile macII.cf
|
||||
# undef macII
|
||||
# define MacIIArchitecture
|
||||
#endif /* macII */
|
||||
|
||||
#ifdef _CRAY
|
||||
# define MacroIncludeFile <cray.cf>
|
||||
# define MacroFile cray.cf
|
||||
|
||||
@@ -72,7 +72,6 @@ ibm.cf \
|
||||
isc.cf \
|
||||
linux.cf \
|
||||
luna.cf \
|
||||
macII.cf \
|
||||
mach.cf \
|
||||
minix.cf \
|
||||
moto.cf \
|
||||
|
||||
@@ -1,53 +0,0 @@
|
||||
XCOMM platform: $XConsortium: macII.cf /main/50 1996/09/28 16:11:19 rws $
|
||||
|
||||
#ifndef OSName
|
||||
#define OSName A/UX 3.0.1
|
||||
#endif
|
||||
#ifndef OSMajorVersion
|
||||
#define OSMajorVersion 3
|
||||
#endif
|
||||
#ifndef OSMinorVersion
|
||||
#define OSMinorVersion 0
|
||||
#endif
|
||||
#ifndef OSTeenyVersion
|
||||
#define OSTeenyVersion 1
|
||||
#endif
|
||||
XCOMM operating system: OSName
|
||||
|
||||
#if HasGcc
|
||||
#define BootstrapCFlags -DmacII
|
||||
#endif
|
||||
#define SystemV YES
|
||||
#define HasPoll NO
|
||||
#define NeedBerklib YES
|
||||
#define ExtraLibraries $(XBSDLIB) -lposix -lm -lmr
|
||||
#define Malloc0ReturnsNull YES
|
||||
#define StandardDefines -DmacII -DSYSV
|
||||
#define ExecableScripts NO
|
||||
#define RemoveTargetProgramByMoving YES
|
||||
#define ExpandManNames YES
|
||||
#define PexShmIPC NO
|
||||
#define XmacIIServer YES
|
||||
#define XawI18nDefines -DUSE_XWCHAR_STRING -DUSE_XMBTOWC
|
||||
#if MacHasc89
|
||||
#define CcCmd c89 -D_POSIX_SOURCE
|
||||
#else
|
||||
#define HasVoidSignalReturn NO
|
||||
#endif
|
||||
#if OSMajorVersion <= 2
|
||||
#define ServerExtraDefines -DSUPPORT_2_0
|
||||
#endif
|
||||
#define InstKmemFlags -g sys -m 2711
|
||||
#define ExtensionOSDefines -DXTESTEXT1
|
||||
|
||||
#if !HasGcc
|
||||
#define DefaultCCOptions -A 3
|
||||
#define PexCCOptions -A 4
|
||||
#endif
|
||||
|
||||
/*
|
||||
* If you wish to override the man page directories, do so here using just
|
||||
* one tab between the parameter name (e.g. ManDirectoryRoot) and the
|
||||
* value so that cpp doesn't get confused.
|
||||
*/
|
||||
#define ManDirectoryRoot /usr/catman/u_man
|
||||
Reference in New Issue
Block a user