summaryrefslogtreecommitdiffstats
path: root/src/H5FDdpss.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5FDdpss.h')
-rw-r--r--src/H5FDdpss.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5FDdpss.h b/src/H5FDdpss.h
index 7ba8ca2..82d0313 100644
--- a/src/H5FDdpss.h
+++ b/src/H5FDdpss.h
@@ -13,14 +13,14 @@
#include <H5public.h> /* typedef for herr_t */
#include <H5Ipublic.h> /* typedef for hid_t */
-#ifdef H5_HAVE_DPSS
+#ifdef H5_HAVE_GRIDSTORAGE
#define H5FD_DPSS (H5FD_dpss_init())
#else
#define H5FD_DPSS (-1)
#endif
/* Function prototypes */
-#ifdef H5_HAVE_DPSS
+#ifdef H5_HAVE_GRIDSTORAGE
hid_t H5FD_dpss_init(void);
herr_t H5Pset_fapl_dpss (hid_t fapl_id);