summaryrefslogtreecommitdiffstats
path: root/src/H5public.h
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2000-04-13 15:16:20 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2000-04-13 15:16:20 (GMT)
commit0461ad7f43fb39efeae0e7ee0b9cc43a6a85b646 (patch)
treea13ce1c2a32106237eff9db7861b5d0eac29a6c2 /src/H5public.h
parentcd6f954955e2e69a4d33d34cb376228d9bc93fef (diff)
downloadhdf5-0461ad7f43fb39efeae0e7ee0b9cc43a6a85b646.zip
hdf5-0461ad7f43fb39efeae0e7ee0b9cc43a6a85b646.tar.gz
hdf5-0461ad7f43fb39efeae0e7ee0b9cc43a6a85b646.tar.bz2
[svn-r2137] Add SRB as a new VFL, add related info into these source codes.
Diffstat (limited to 'src/H5public.h')
-rw-r--r--src/H5public.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/H5public.h b/src/H5public.h
index 9f25925..bbe7ef0 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -37,16 +37,20 @@ static char RcsId[] = "@(#)$Revision$";
#endif
#ifdef H5_HAVE_PARALLEL
# include <mpi.h>
-#ifndef MPI_FILE_NULL /*MPIO may be defined in mpi.h already*/
+#ifndef MPI_FILE_NULL /*MPIO may be defined in mpi.h already */
# include <mpio.h>
#endif
#endif
-#ifdef H5_HAVE_GASS
+#ifdef H5_HAVE_GASS /*for Globus GASS I/O */
#include "globus_common.h"
#include "globus_gass_file.h"
#endif
+#ifdef H5_HAVE_SRB /*for SRB I/O */
+#include <srbClient.h>
+#endif
+
#include <H5api_adpt.h>
/* Version numbers */