added support for linux on pa-risc

This commit is contained in:
Stefan Gartner
2008-03-23 12:59:26 +00:00
parent fa2d6c195e
commit 4a6d75af27
14 changed files with 14 additions and 21 deletions

View File

@@ -73,7 +73,7 @@
#define RET_YES (1 == 1)
#define RET_NO (1 == 0)
#if defined(__sgi) || defined(__sparc) || defined(__sparc__) || defined (__PPC__) || defined (__ppc__) || defined (__BIG_ENDIAN__)
#if defined(__sgi) || defined(__sparc) || defined(__sparc__) || defined (__PPC__) || defined (__ppc__) || defined (__hppa__) || defined (__BIG_ENDIAN__)
/* big endian */
#define MAKE_ID2(c, d) ( (c)<<8 | (d) )
#define MOST_SIG_BYTE 0