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

@@ -80,13 +80,6 @@ typedef struct _TempFont {
# define DEFAULTSCANUNIT 1 /* default bitmap scan unit */
# endif
#elif defined(apollo)
# define DEFAULTGLPAD 2 /* default padding for glyphs */
# define DEFAULTBITORDER MSBFirst /* default bitmap bit order */
# define DEFAULTBYTEORDER MSBFirst /* default bitmap byte order */
# define DEFAULTSCANUNIT 1 /* default bitmap scan unit */
#elif defined(ibm032)
# define DEFAULTGLPAD 1 /* default padding for glyphs */

View File

@@ -110,7 +110,7 @@ pragma on(alloca);
/*
* warning: mips alloca is unsuitable in the server, do not use.
*/
#if defined(vax) || defined(sun) || defined(apollo) || defined(stellar)
#if defined(vax) || defined(sun) || defined(stellar)
/*
* Some System V boxes extract alloca.o from /lib/libPW.a; if you
* decide that you don't want to use alloca, you might want to fix

View File

@@ -171,15 +171,6 @@ This is unpublished proprietary source code of FUJITSU LIMITED
#endif /* sun */
#ifdef apollo
#define IMAGE_BYTE_ORDER MSBFirst /* Values for the Apollo only*/
#define BITMAP_BIT_ORDER MSBFirst
#define GLYPHPADBYTES 2
#define GETLEFTBITS_ALIGNMENT 4
#endif /* apollo */
#if defined(ibm032) || defined (ibm)
#ifdef i386