blob: de4c17a1a2fc03fda5886f73d2468337fb0eda63 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ap,v 1.2 2004/04/20 18:14:37 drochner Exp $
--- hdf/src/hconv.h.orig 2003-11-01 01:17:13.000000000 +0100
+++ hdf/src/hconv.h 2004-04-20 14:29:46.000000000 +0200
@@ -63,7 +63,7 @@
/* CONSTANT DEFINITIONS */
/*****************************************************************************/
/* Generally Big-Endian machines */
-#if !defined(VMS) && !defined(INTEL86) && !defined(MIPSEL) && !defined(DEC_ALPHA) && !defined(I860) && !defined(SUN386) && !defined(__ia64) && !defined(__x86_64__)
+#if BYTE_ORDER == BIG_ENDIAN
# if !defined(UNICOS)
# define UI8_IN DFKnb1b /* Unsigned Integer, 8 bits */
# define UI8_OUT DFKnb1b
|