From e91c406e0606f428094fbaedfa7e049724d20579 Mon Sep 17 00:00:00 2001 From: Dan Wells Date: Tue, 30 Apr 2002 10:23:11 -0500 Subject: [svn-r5291] Purpose: bug fix Description: Had an #ifdef HAVE_XXX in the header file HDFIOTrace.h Solution: Changed the condition to H5_HAVE_XXX Platforms tested: Origin 2000 64 bit --- pablo/HDFIOTrace.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pablo/HDFIOTrace.h b/pablo/HDFIOTrace.h index 4124dda..4c88403 100644 --- a/pablo/HDFIOTrace.h +++ b/pablo/HDFIOTrace.h @@ -289,7 +289,7 @@ void HDFtraceWriteEnd ( int ); void HDFtraceIOBegin ( int, int ); void HDFtraceIOEnd ( int, double, char * ); -#ifdef HAVE_PARALLEL +#ifdef H5_HAVE_PARALLEL #include "HDFmpioProtos.h" @@ -418,6 +418,6 @@ void HDFtraceIOEnd ( int, double, char * ); #ifdef __cplusplus } -#endif /* HAVE_PARALLEL */ +#endif /* H5_HAVE_PARALLEL */ -#endif /* HDFIOTRACE conditional */ +#endif /* HDFIOTRACE conditional */ -- cgit v0.12