diff options
author | Adam Jackson <ajax@redhat.com> | 2014-07-21 10:06:45 -0400 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2014-07-24 16:46:18 -0700 |
commit | 5aaacb501ff26bad391664cc7367bfe5164f72c7 (patch) | |
tree | 461bb71e472f820256850276f2f05bc5cd24aa70 /include/servermd.h | |
parent | 06268a0c55b7ce2737bdaa39f11cce07efa8bfa3 (diff) |
dix: Remove an ancient IBM configuration
Whatever unix this was meant to be is either no longer in circulation,
or is AIX, which we don't claim to support anyway.
Signed-off-by: Adam Jackson <ajax@redhat.com>
Reviewed-by: Daniel Stone <daniels@collabora.com>
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'include/servermd.h')
-rw-r--r-- | include/servermd.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/include/servermd.h b/include/servermd.h index e41331463..77cc418ce 100644 --- a/include/servermd.h +++ b/include/servermd.h @@ -175,23 +175,6 @@ SOFTWARE. #endif /* sun && !(i386 && SVR4) */ -#if defined(ibm032) || defined (ibm) - -#ifdef __i386__ -#define IMAGE_BYTE_ORDER LSBFirst /* Value for PS/2 only */ -#else -#define IMAGE_BYTE_ORDER MSBFirst /* Values for the RT only */ -#endif -#define BITMAP_BIT_ORDER MSBFirst -#define GLYPHPADBYTES 1 -/* ibm pcc doesn't understand pragmas. */ - -#ifdef __i386__ -#define BITMAP_SCANLINE_UNIT 8 -#endif - -#endif /* ibm */ - #if (defined(mips) || defined(__mips)) #if defined(MIPSEL) || defined(__MIPSEL__) |