summaryrefslogtreecommitdiffstats
path: root/src/H5config.h.in
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2000-03-01 23:56:22 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2000-03-01 23:56:22 (GMT)
commitb70c49d253ac81ee4b53e3f37900061744edd04a (patch)
tree3606d61bde3b38414855a377924cafd7a9c4f84f /src/H5config.h.in
parent2be532445cd15ce80afd49127e8ddbc3175d7ac8 (diff)
downloadhdf5-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 'src/H5config.h.in')
-rw-r--r--src/H5config.h.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5config.h.in b/src/H5config.h.in
index af035f9..161c034 100644
--- a/src/H5config.h.in
+++ b/src/H5config.h.in
@@ -80,8 +80,8 @@
/* Define if we have Globus support */
#undef HAVE_GLOBUS
-/* Define if we have DPSS support */
-#undef HAVE_DPSS
+/* Define if we have Globus Grid Storage support */
+#undef HAVE_GRIDSTORAGE
/* The number of bytes in a __int64. */
#undef SIZEOF___INT64