From 354bcd9b7ffe198e183ff656d57854604533ec14 Mon Sep 17 00:00:00 2001 From: James Laird Date: Wed, 30 Mar 2005 08:45:23 -0500 Subject: [svn-r10509] Purpose: Bug fix Description: Header was expecting SRB headers to be installed. Solution: Only try to include SRB header if SRB is enabled. Platforms tested: sleipnir --- src/hdf5.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/hdf5.h b/src/hdf5.h index 05d49c7..3b6da96 100644 --- a/src/hdf5.h +++ b/src/hdf5.h @@ -48,7 +48,9 @@ #include "H5FDmpi.h" /* MPI-based file drivers */ #include "H5FDmulti.h" /* Usage-partitioned file family */ #include "H5FDsec2.h" /* POSIX unbuffered file I/O */ +#ifdef H5_HAVE_LIBSRBCLIENT #include "H5FDsrb.h" /* Remote access using SRB */ +#endif #include "H5FDstdio.h" /* Standard C buffered I/O */ #include "H5FDstream.h" /* In-memory files streamed via sockets */ -- cgit v0.12