Remove macII support

This commit is contained in:
chase
2018-06-24 07:22:21 -05:00
committed by Jon Trulson
parent 63269240eb
commit 01c9b8889b
9 changed files with 14 additions and 124 deletions

View File

@@ -226,9 +226,6 @@ typedef union wait waitType;
char *malloc(), *realloc();
void exit();
#endif
#if defined(macII) && !defined(__STDC__) /* stdlib.h fails to define these */
char *malloc(), *realloc();
#endif /* macII */
#ifdef X_NOT_STDC_ENV
extern char *getenv();
#endif
@@ -263,7 +260,7 @@ extern int errno;
* This define of strerror is copied from (and should be identical to)
* Xos.h, which we don't want to include here for bootstrapping reasons.
*/
#if defined(X_NOT_STDC_ENV) || (defined(sun) && !defined(SVR4)) || defined(macII)
#if defined(X_NOT_STDC_ENV) || (defined(sun) && !defined(SVR4))
# ifndef strerror
extern char *sys_errlist[];
extern int sys_nerr;

View File

@@ -65,10 +65,6 @@ in this Software without prior written authorization from The Open Group.
#endif
#endif
#if defined(macII) || defined(_AUX_SOURCE)
#define imake_ccflags "-DmacII -DSYSV"
#endif
#ifdef stellar
#define imake_ccflags "-DSYSV"
#endif
@@ -354,9 +350,6 @@ char *cpp_argv[ARGUMENTS] = {
#ifdef M4310
"-DM4310", /* Tektronix */
#endif
#if defined(macII) || defined(_AUX_SOURCE)
"-DmacII", /* Apple A/UX */
#endif
#ifdef sony
"-Dsony", /* Sony */
#if !defined(SYSTYPE_SYSV) && !defined(_SYSTYPE_SYSV) && NEWSOS < 42