diff options
author | Adam Jackson <ajax@redhat.com> | 2008-07-23 13:25:37 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2008-07-23 13:37:42 -0400 |
commit | 856db05b58b71c5ff22af727aba435a8c356abfa (patch) | |
tree | 11901335f246f57a87b87a3ac13a0b59883464fb /include | |
parent | ab6557fcd4bb4fd580bb1727dc8764f7dfb2cb30 (diff) |
Unifdef sgi.
Diffstat (limited to 'include')
-rw-r--r-- | include/servermd.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/include/servermd.h b/include/servermd.h index 13414f740..866242609 100644 --- a/include/servermd.h +++ b/include/servermd.h @@ -175,7 +175,7 @@ SOFTWARE. #endif /* ibm */ -#if (defined(mips) || defined(__mips)) && !defined(sgi) +#if (defined(mips) || defined(__mips)) #if defined(MIPSEL) || defined(__MIPSEL__) # define IMAGE_BYTE_ORDER LSBFirst /* Values for the PMAX only */ @@ -261,13 +261,6 @@ SOFTWARE. #endif /* linux/m68k */ -#ifdef sgi - -#define IMAGE_BYTE_ORDER MSBFirst -#define BITMAP_BIT_ORDER MSBFirst -#define GLYPHPADBYTES 4 - -#endif /* linux on ARM */ #if defined(linux) && defined(__arm__) |