From 9865007240e7b7c36e30db5952f66b0de8032668 Mon Sep 17 00:00:00 2001 From: Dan Wells Date: Thu, 8 Oct 1998 16:28:06 -0500 Subject: [svn-r750] Put the MPIO header file inside the ifdef HAVE_PABLO --- src/H5Fmpio.c | 2 ++ src/H5Smpio.c | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/H5Fmpio.c b/src/H5Fmpio.c index 773ff47..a8461ee 100644 --- a/src/H5Fmpio.c +++ b/src/H5Fmpio.c @@ -65,7 +65,9 @@ #include #include +#ifdef HAVE_PABLO #include "MPIO_Trace.h" +#endif HAVE_PABLO #define PABLO_MASK H5F_mpio static hbool_t interface_initialize_g = FALSE; /* rky??? */ #define INTERFACE_INIT NULL diff --git a/src/H5Smpio.c b/src/H5Smpio.c index 022c95d..19b09d7 100644 --- a/src/H5Smpio.c +++ b/src/H5Smpio.c @@ -27,7 +27,9 @@ /* const hbool_t H5S_mpio_avail = FALSE; */ #else /* HAVE_PARALLEL */ /* Interface initialization */ +#ifdef HAVE_PABLO #include "MPIO_Trace.h" +#endif #define PABLO_MASK H5S_all_mask #define INTERFACE_INIT NULL static intn interface_initialize_g = FALSE; -- cgit v0.12