6db9e726b8
HDF is a multi-object file format that facilitates the transfer of various types of scientific data between machines and operating systems. HDF allows self-definitions of data content and easy extensibility for future enhancements or compatibility with other standard formats. HDF includes Fortran and C calling interfaces, and utilities to prepare raw image of data files or for use with other NCSA software. The HDF library contains interfaces for storing and retrieving compressed or uncompressed 8-bit and 24-bit raster images with palettes, n-Dimensional scientific datasets and binary tables. An interface is also included that allows arbitray grouping of other HDF objects.
13 lines
323 B
Text
13 lines
323 B
Text
$NetBSD: patch-ak,v 1.1.1.1 2001/02/28 22:18:41 jtb Exp $
|
|
|
|
--- mfhdf/libsrc/netcdf.h.in.orig
|
|
+++ mfhdf/libsrc/netcdf.h.in
|
|
@@ -61,7 +61,7 @@
|
|
*
|
|
* Implementation details are contained in the section below on fill values.
|
|
*/
|
|
-#define NC_OLD_FILLVALUES @OLD_FILLVALUES@
|
|
+#define NC_OLD_FILLVALUES 0
|
|
|
|
/*
|
|
* Fill values
|