Bugzilla: 61747. netbsd

This commit is contained in:
larryh%netscape.com 2000-12-01 21:29:17 +00:00
parent 1a5b5839ba
commit 3316612be8

View File

@ -45,7 +45,7 @@
#define PR_AF_INET6 24 /* same as AF_INET6 */
#if defined(__i386__) || defined(__arm32__)
#if defined(__i386__) || defined(__arm32__) || defined(__MIPSEL__)
#define IS_LITTLE_ENDIAN 1
#undef IS_BIG_ENDIAN
@ -91,7 +91,7 @@
#define PR_ALIGN_OF_DOUBLE 4
#define PR_ALIGN_OF_POINTER 4
#elif defined(__sparc__) || defined(__mips__)
#elif defined(__sparc__) || defined(__MIPSEB__)
#undef IS_LITTLE_ENDIAN
#define IS_BIG_ENDIAN 1