]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
2027. [port] libbind: solaris x68 support. [RT #16020]
authorMark Andrews <marka@isc.org>
Fri, 19 May 2006 02:36:00 +0000 (02:36 +0000)
committerMark Andrews <marka@isc.org>
Fri, 19 May 2006 02:36:00 +0000 (02:36 +0000)
CHANGES
lib/bind/include/arpa/nameser_compat.h

diff --git a/CHANGES b/CHANGES
index c6864ac02814f938149e16a4843479b7e74806c1..e9e18fabca180788a6558301f61747bd36355055 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,5 @@
+2027.  [port]          libbind: Solaris x68 support. [RT #16020]
+
 2026.  [bug]           Rate limit the two recursive client exceeded messages.
                        [RT #16044]
 
index c290aef4a9c9707f4997b27e9796f45715381feb..371329394d7ae6dba9d2218353c8b2b8d52b35c7 100644 (file)
@@ -32,7 +32,7 @@
 
 /*%
  *      from nameser.h 8.1 (Berkeley) 6/2/93
- *     $Id: nameser_compat.h,v 1.5.18.2 2005/04/27 05:00:50 sra Exp $
+ *     $Id: nameser_compat.h,v 1.5.18.3 2006/05/19 02:36:00 marka Exp $
  */
 
 #ifndef _ARPA_NAMESER_COMPAT_
@@ -50,8 +50,9 @@
 #define        BIG_ENDIAN      4321    /*%< most-significant byte first (IBM, net) */
 #define        PDP_ENDIAN      3412    /*%< LSB first in word, MSW first in long (pdp) */
 #if defined(vax) || defined(ns32000) || defined(sun386) || defined(i386) || \
-    defined(MIPSEL) || defined(_MIPSEL) || defined(BIT_ZERO_ON_RIGHT) || \
-    defined(__alpha__) || defined(__alpha) || \
+    defined(__i386__) || defined(__i386) || defined(__amd64__) || \
+    defined(__x86_64__) || defined(MIPSEL) || defined(_MIPSEL) || \
+    defined(BIT_ZERO_ON_RIGHT) || defined(__alpha__) || defined(__alpha) || \
     (defined(__Lynx__) && defined(__x86__))
 #define BYTE_ORDER     LITTLE_ENDIAN
 #endif