mirror of
https://github.com/fluencelabs/redis
synced 2025-06-24 14:31:34 +00:00
Solaris fixes
This commit is contained in:
2
sha1.c
2
sha1.c
@ -49,7 +49,7 @@ A million repetitions of "a"
|
||||
defined(apollo) || defined(__convex__) || defined(_CRAY) || \
|
||||
defined(__hppa) || defined(__hp9000) || \
|
||||
defined(__hp9000s300) || defined(__hp9000s700) || \
|
||||
defined (BIT_ZERO_ON_LEFT) || defined(m68k)
|
||||
defined (BIT_ZERO_ON_LEFT) || defined(m68k) || defined(__sparc)
|
||||
#define BYTE_ORDER BIG_ENDIAN
|
||||
#endif
|
||||
#endif /* linux */
|
||||
|
Reference in New Issue
Block a user