summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Lu <ptlu@hawkwind.ncsa.uiuc.edu>1999-11-19 15:45:46 (GMT)
committerPatrick Lu <ptlu@hawkwind.ncsa.uiuc.edu>1999-11-19 15:45:46 (GMT)
commit81d7be5acc28173b5387bdbbcd5756b7e0bff717 (patch)
treec8560bf7f94a8a19000913ee47840222bc3dcf15
parenta71edc1314fcf8e7a3136169d62d8d103ea2ebaf (diff)
downloadhdf5-81d7be5acc28173b5387bdbbcd5756b7e0bff717.zip
hdf5-81d7be5acc28173b5387bdbbcd5756b7e0bff717.tar.gz
hdf5-81d7be5acc28173b5387bdbbcd5756b7e0bff717.tar.bz2
[svn-r1841] changed the #includes to the new ones defined in H5pubconf.h.
-rw-r--r--test/overhead.c10
1 files 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 <hdf5.h>
-#ifdef STDC_HEADERS
+#ifdef H5_STDC_HEADERS
# include <ctype.h>
# include <fcntl.h>
# include <stdlib.h>
@@ -20,20 +20,20 @@
# include <string.h>
#endif
-#ifdef HAVE_IO_H
+#ifdef H5_HAVE_IO_H
# include <io.h>
#endif
-#ifdef HAVE_UNISTD_H
+#ifdef H5_HAVE_UNISTD_H
# include <sys/types.h>
# include <unistd.h>
#endif
-#ifdef HAVE_IO_H
+#ifdef H5_HAVE_IO_H
# include <io.h>
#endif
-#ifndef HAVE_ATTRIBUTE
+#ifndef H5_HAVE_ATTRIBUTE
# undef __attribute__
# define __attribute__(X) /*void*/
# define UNUSED /*void*/