mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 22:15:20 +00:00
1295. [port] libbind: hpux: treat all hpux systems as BIG_ENDIAN.
This commit is contained in:
2
CHANGES
2
CHANGES
@@ -1,3 +1,5 @@
|
||||
1295. [port] libbind: hpux: treat all hpux systems as BIG_ENDIAN.
|
||||
|
||||
1294. [bug] Memory leak in lwres_gnbarequest_parse().
|
||||
|
||||
1293. [port] libbind: solaris: 64 bit binary compatability.
|
||||
|
@@ -32,7 +32,7 @@
|
||||
|
||||
/*
|
||||
* from nameser.h 8.1 (Berkeley) 6/2/93
|
||||
* $Id: nameser_compat.h,v 1.2 2001/11/01 03:49:00 marka Exp $
|
||||
* $Id: nameser_compat.h,v 1.3 2002/05/20 04:29:29 marka Exp $
|
||||
*/
|
||||
|
||||
#ifndef _ARPA_NAMESER_COMPAT_
|
||||
@@ -64,7 +64,7 @@
|
||||
defined(apollo) || defined(__convex__) || defined(_CRAY) || \
|
||||
defined(__hppa) || defined(__hp9000) || \
|
||||
defined(__hp9000s300) || defined(__hp9000s700) || \
|
||||
defined(__hp3000s900) || defined(MPE) || \
|
||||
defined(__hp3000s900) || defined(__hpux) || defined(MPE) || \
|
||||
defined (BIT_ZERO_ON_LEFT) || defined(m68k) || \
|
||||
(defined(__Lynx__) && \
|
||||
(defined(__68k__) || defined(__sparc__) || defined(__powerpc__)))
|
||||
|
Reference in New Issue
Block a user