]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
pullup:
authorMark Andrews <marka@isc.org>
Thu, 1 Jul 2004 04:43:41 +0000 (04:43 +0000)
committerMark Andrews <marka@isc.org>
Thu, 1 Jul 2004 04:43:41 +0000 (04:43 +0000)
1668.   [port]          solaris: allow applications compiling against
                        libbind to be compiled with "cc -Xc".

lib/bind/include/arpa/nameser_compat.h

index 03d462481470040ade47b83b12ca860ba88da773..464f12e13aa518d4a3707ad7421968a1ee1fdd76 100644 (file)
@@ -32,7 +32,7 @@
 
 /*
  *      from nameser.h 8.1 (Berkeley) 6/2/93
- *     $Id: nameser_compat.h,v 1.1.2.3.4.1 2004/03/09 08:33:30 marka Exp $
+ *     $Id: nameser_compat.h,v 1.1.2.3.4.2 2004/07/01 04:43:41 marka Exp $
  */
 
 #ifndef _ARPA_NAMESER_COMPAT_
@@ -65,7 +65,7 @@
     defined(__hppa) || defined(__hp9000) || \
     defined(__hp9000s300) || defined(__hp9000s700) || \
     defined(__hp3000s900) || defined(__hpux) || defined(MPE) || \
-    defined (BIT_ZERO_ON_LEFT) || defined(m68k) || \
+    defined (BIT_ZERO_ON_LEFT) || defined(m68k) || defined(__sparc) ||  \
     (defined(__Lynx__) && \
      (defined(__68k__) || defined(__sparc__) || defined(__powerpc__)))
 #define BYTE_ORDER     BIG_ENDIAN