Remove UXPDS support

This commit is contained in:
chase
2018-05-15 20:11:08 -05:00
committed by Jon Trulson
parent 0f8233dadd
commit 8a4f389634
319 changed files with 317 additions and 8776 deletions

View File

@@ -12,16 +12,10 @@ XCOMM $XConsortium: Imakefile /main/16 1996/09/09 11:45:13 drk $
XLOCALEDIR = $(XPROJECTROOT)/lib/X11/locale
XFONTDIR = $(XPROJECTROOT)/lib/X11/fonts
#if defined (UXPArchitecture)
UXPFONTDIR = /usr/lib/X11/fonts
UDCFONTPATH = $(UXPFONTDIR)/uxp:$(UXPFONTDIR)/misc
FALOPT1 = -DDTUDCFONTPATH='"'$(UDCFONTPATH)'"'
#else
UDCFONTPATH = $(XFONTDIR)/misc
FALOPT1 = -DDTUDCFONTPATH='"'$(XFONTDIR)/misc'"'
#endif /* UXPArchitecture */
FALOPT2 = -DXLOCALEDIR='"'$(XLOCALEDIR)'"'
FALOPT3 = -DDTUDCFONTSLISTDIR='"'$(FALDESTDIR)/$(FONTLIST)'"'
FALOPT2 = -DXLOCALEDIR='"'$(XLOCALEDIR)'"'
FALOPT3 = -DDTUDCFONTSLISTDIR='"'$(FALDESTDIR)/$(FONTLIST)'"'
#ifdef X11ProjectRoot
OPT2 = -DFONTC='"'$(XPROJECTROOT)/bin/bdftopcf'"'

View File

@@ -68,11 +68,7 @@ extern unsigned long serverGeneration;
#endif
#endif
#ifdef __uxp__
#define MAXSCREENS 5
#else /* !__uxp__ */
#define MAXSCREENS 3
#endif /* !__uxp__ */
#define MAXCLIENTS 128
#define MAXFORMATS 8
#define MAXVISUALS_PER_SCREEN 50

View File

@@ -65,7 +65,7 @@ This is unpublished proprietary source code of FUJITSU LIMITED
#define SCREEN_SAVER_OFF 1
#define SCREEN_SAVER_FORCER 2
#if defined(stellar) || defined(__uxp__)
#if defined(stellar)
#define MAX_REQUEST_SIZE 65535
#else
#define MAX_REQUEST_SIZE 16384
@@ -97,13 +97,13 @@ pragma on(alloca);
#endif /* defined(__HIGHC__) */
#if defined(__GNUC__) || defined(__uxp__)
#if defined(__GNUC__)
#if !defined(linux)
#define alloca ___builtin_alloca
#endif
#define ALLOCATE_LOCAL(size) alloca((int)(size))
#define DEALLOCATE_LOCAL(ptr) /* as nothing */
#else /* ! __GNUC__ ! __uxp__ */
#else /* ! __GNUC__ */
/*
* warning: mips alloca is unsuitable in the server, do not use.
*/

View File

@@ -146,20 +146,6 @@ This is unpublished proprietary source code of FUJITSU LIMITED
#endif /* vax */
#ifdef __uxp__
#define IMAGE_BYTE_ORDER MSBFirst
#define BITMAP_BIT_ORDER MSBFirst
#define AVOID_MEMORY_READ
#define LARGE_INSTRUCTION_CACHE
#define FAST_CONSTANT_OFFSET_MODE
#define GLYPHPADBYTES 4
#define GETLEFTBITS_ALIGNMENT 1
#endif /* __uxp__ */
#ifdef sun
#if defined(sun386) || defined(sun5)