summaryrefslogtreecommitdiffstats
path: root/src/H5Fprivate.h
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>1999-12-17 14:37:22 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>1999-12-17 14:37:22 (GMT)
commit2c7bbf697f56815d82c298e1103870daebe298c3 (patch)
tree1df07bb74e8d7f53bdb1c931a35b40eec27bcf67 /src/H5Fprivate.h
parent36c94d90182b5740742aff9d15edc430520e2c71 (diff)
downloadhdf5-2c7bbf697f56815d82c298e1103870daebe298c3.zip
hdf5-2c7bbf697f56815d82c298e1103870daebe298c3.tar.gz
hdf5-2c7bbf697f56815d82c298e1103870daebe298c3.tar.bz2
[svn-r1881] Changed all the HAVE_PARALLEL and HAVE_GASS macros to the new
form of H5_HAVE_PARALLEL and H5_HAVE_GASS.
Diffstat (limited to 'src/H5Fprivate.h')
-rw-r--r--src/H5Fprivate.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5Fprivate.h b/src/H5Fprivate.h
index 3509a1e..ad4e1cf 100644
--- a/src/H5Fprivate.h
+++ b/src/H5Fprivate.h
@@ -414,9 +414,9 @@ __DLLVAR__ H5F_access_t H5F_access_dflt;
__DLLVAR__ H5F_xfer_t H5F_xfer_dflt;
__DLLVAR__ const H5F_mprop_t H5F_mount_dflt;
-#ifdef HAVE_PARALLEL
+#ifdef H5_HAVE_PARALLEL
__DLLVAR__ hbool_t H5_mpi_1_metawrite_g;
-#endif /* HAVE_PARALLEL */
+#endif /* H5_HAVE_PARALLEL */
/* Private functions, not part of the publicly documented API */
__DLL__ herr_t H5F_init(void);