From a71edc1314fcf8e7a3136169d62d8d103ea2ebaf Mon Sep 17 00:00:00 2001 From: Patrick Lu Date: Fri, 19 Nov 1999 10:41:51 -0500 Subject: [svn-r1840] update the #includes so it would use the new ones defined in the H5pubconf.h file. didn't compile otherwise. --- test/chunk.c | 2 +- test/iopipe.c | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/test/chunk.c b/test/chunk.c index 738dd21..d939458 100644 --- a/test/chunk.c +++ b/test/chunk.c @@ -14,7 +14,7 @@ #undef NDEBUG #include -#ifdef STDC_HEADERS +#ifdef H5_STDC_HEADERS # include # include # include diff --git a/test/iopipe.c b/test/iopipe.c index d53537d..5f62918 100644 --- a/test/iopipe.c +++ b/test/iopipe.c @@ -10,7 +10,7 @@ #undef NDEBUG #include -#ifdef STDC_HEADERS +#ifdef H5_STDC_HEADERS # include # include # include @@ -18,29 +18,29 @@ # include #endif -#ifdef HAVE_UNISTD_H +#ifdef H5_HAVE_UNISTD_H # include # include #endif -#if defined(TIME_WITH_SYS_TIME) +#if defined(H5_TIME_WITH_SYS_TIME) # include # include -#elif defined(HAVE_SYS_TIME_H) +#elif defined(H5_HAVE_SYS_TIME_H) # include #else # include #endif -#ifdef HAVE_SYS_RESOURCE_H +#ifdef H5_HAVE_SYS_RESOURCE_H # include #endif -#ifdef HAVE_WINSOCK_H +#ifdef H5_HAVE_WINSOCK_H #include #endif -#ifdef HAVE_SYS_TIMEB +#ifdef H5_HAVE_SYS_TIMEB #include #endif -- cgit v0.12