[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
This commit is contained in:
James Laird 2005-03-30 08:45:23 -05:00
parent 680fa675fb
commit 354bcd9b7f

View File

@ -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 */