[PATCH 1/9] dix: Remove an ancient IBM configuration
Adam Jackson
ajax at redhat.com
Wed May 21 12:31:17 PDT 2014
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 at redhat.com>
---
include/servermd.h | 17 -----------------
1 file changed, 17 deletions(-)
diff --git a/include/servermd.h b/include/servermd.h
index 11f6c10..e8228da 100644
--- a/include/servermd.h
+++ b/include/servermd.h
@@ -170,23 +170,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__)
--
1.9.0
More information about the xorg-devel
mailing list