From 81d7be5acc28173b5387bdbbcd5756b7e0bff717 Mon Sep 17 00:00:00 2001 From: Patrick Lu Date: Fri, 19 Nov 1999 10:45:46 -0500 Subject: [svn-r1841] changed the #includes to the new ones defined in H5pubconf.h. --- test/overhead.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/test/overhead.c b/test/overhead.c index 35d6eef..0fff576 100644 --- a/test/overhead.c +++ b/test/overhead.c @@ -12,7 +12,7 @@ #undef NDEBUG #include -#ifdef STDC_HEADERS +#ifdef H5_STDC_HEADERS # include # include # include @@ -20,20 +20,20 @@ # include #endif -#ifdef HAVE_IO_H +#ifdef H5_HAVE_IO_H # include #endif -#ifdef HAVE_UNISTD_H +#ifdef H5_HAVE_UNISTD_H # include # include #endif -#ifdef HAVE_IO_H +#ifdef H5_HAVE_IO_H # include #endif -#ifndef HAVE_ATTRIBUTE +#ifndef H5_HAVE_ATTRIBUTE # undef __attribute__ # define __attribute__(X) /*void*/ # define UNUSED /*void*/ -- cgit v0.12