summaryrefslogtreecommitdiffstats
path: root/src/H5FDfphdf5.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2003-10-24 19:36:56 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2003-10-24 19:36:56 (GMT)
commit9d22c9e61aaeb70fa03b0c3cea521edd79c95867 (patch)
tree8fb464f625db54dbdfd2661d29d82c08cb57e305 /src/H5FDfphdf5.h
parente792c449200d05002206c37e45bffae857f41ba7 (diff)
downloadhdf5-9d22c9e61aaeb70fa03b0c3cea521edd79c95867.zip
hdf5-9d22c9e61aaeb70fa03b0c3cea521edd79c95867.tar.gz
hdf5-9d22c9e61aaeb70fa03b0c3cea521edd79c95867.tar.bz2
[svn-r7724] Purpose:
Bug fix Description: Change "H5_HAVE_PARALLEL" to "H5_HAVE_FPHDF5" around VFL ID, to prevent daily builds from failing. Platforms tested: FreeBSD 4.9 (sleipnir) w/parallel too specialized to require h5committest
Diffstat (limited to 'src/H5FDfphdf5.h')
-rw-r--r--src/H5FDfphdf5.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5FDfphdf5.h b/src/H5FDfphdf5.h
index 0736c15..eeda50a 100644
--- a/src/H5FDfphdf5.h
+++ b/src/H5FDfphdf5.h
@@ -18,11 +18,11 @@
#include "H5FDmpio.h"
#include "H5FDpublic.h" /* for the H5FD_t structure */
-#ifdef H5_HAVE_PARALLEL
+#ifdef H5_HAVE_FPHDF5
# define H5FD_FPHDF5 (H5FD_fphdf5_init())
#else
# define H5FD_FPHDF5 (-1)
-#endif /* H5_HAVE_PARALLEL */
+#endif /* H5_HAVE_FPHDF5 */
/* Macros */