6277037b00
changes: -configuration changes -support "szip" compression -some utilities added -fp2hdf replaced by hdfimport -USE_BUILDLINK3
13 lines
717 B
Text
13 lines
717 B
Text
$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
|