diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-08-06 19:14:24 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-08-06 19:14:24 +0000 |
commit | 2304c14fe5d3796c557a86d0ece1f0fb92591469 (patch) | |
tree | 3cf87a3cceb8f747be8aea5af77fff1db2a693de /include | |
parent | fc29d014aa586229cdc976aa1bfe38bd949f7cde (diff) |
Fix endian test to work on big-endian platforms correctly
Diffstat (limited to 'include')
-rw-r--r-- | include/dix-config.h.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/dix-config.h.in b/include/dix-config.h.in index 2ba149b30..6a301894f 100644 --- a/include/dix-config.h.in +++ b/include/dix-config.h.in @@ -278,10 +278,6 @@ /* Use rgb.txt directly */ #undef USE_RGB_TXT -/* Define to 1 if your processor stores words with the most significant byte - first (like Motorola and SPARC, unlike Intel and VAX). */ -#undef WORDS_BIGENDIAN - /* unaligned word accesses behave as expected */ #undef WORKING_UNALIGNED_INT |