From 9a2c38ed1fd9360dd32e8813617ea94c816527a3 Mon Sep 17 00:00:00 2001 From: Pedro Vicente Nunes Date: Sat, 7 Jul 2001 00:46:21 -0500 Subject: [svn-r4143] Purpose: code warrior port Description: added defines to avoid including the header sys/timeb.h Solution: Platforms tested: nt, linux: --- test/iopipe.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/test/iopipe.c b/test/iopipe.c index fc50012..5351438 100644 --- a/test/iopipe.c +++ b/test/iopipe.c @@ -11,6 +11,16 @@ #include "hdf5.h" #include "H5private.h" +#if defined (__MWERKS__) +#ifdef H5_HAVE_SYS_TIMEB +#undef H5_HAVE_SYS_TIMEB +#endif +#ifdef H5_HAVE_SYSTEM +#undef H5_HAVE_SYSTEM +#endif +#endif /* __MWERKS__*/ + + #ifdef H5_STDC_HEADERS # include # include @@ -41,6 +51,8 @@ # include #endif + + #ifdef H5_HAVE_SYS_TIMEB # include #endif -- cgit v0.12