diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2000-03-01 23:56:22 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2000-03-01 23:56:22 (GMT) |
commit | b70c49d253ac81ee4b53e3f37900061744edd04a (patch) | |
tree | 3606d61bde3b38414855a377924cafd7a9c4f84f /test/dpss_read.c | |
parent | 2be532445cd15ce80afd49127e8ddbc3175d7ac8 (diff) | |
download | hdf5-b70c49d253ac81ee4b53e3f37900061744edd04a.zip hdf5-b70c49d253ac81ee4b53e3f37900061744edd04a.tar.gz hdf5-b70c49d253ac81ee4b53e3f37900061744edd04a.tar.bz2 |
[svn-r1995] configure.in:
Makefile.in:
acconfig.h:
src/H5F.c:
src/H5FDdpss.c:
src/H5FDdpss.h:
src/H5config.h.in:
test/dpss_read.c:
test/dpss_write.c:
Changed the name DPSS to GRIDSTORAGE since that is the real name
of the API from ANL. DPSS is just one of the protocols it can use.
Changed a bug in the --with-ssl option.
Makefile.in:
Removed the copying of Makefile.dist since it caused problems
when doing a make distclean in a --srcdir configured directory.
Diffstat (limited to 'test/dpss_read.c')
-rw-r--r-- | test/dpss_read.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dpss_read.c b/test/dpss_read.c index c8bafe9..e2cd1c0 100644 --- a/test/dpss_read.c +++ b/test/dpss_read.c @@ -18,7 +18,7 @@ #include <h5test.h> #include <strings.h> -#ifndef H5_HAVE_DPSS +#ifndef H5_HAVE_GRIDSTORAGE int main(void) { printf("Test skipped because DPSS driver not available\n"); |