summaryrefslogtreecommitdiffstats
path: root/test/iopipe.c
diff options
context:
space:
mode:
authorPatrick Lu <ptlu@hawkwind.ncsa.uiuc.edu>1999-11-19 15:41:51 (GMT)
committerPatrick Lu <ptlu@hawkwind.ncsa.uiuc.edu>1999-11-19 15:41:51 (GMT)
commita71edc1314fcf8e7a3136169d62d8d103ea2ebaf (patch)
tree113815bd588154162166e1562d7a4b4a95c91df7 /test/iopipe.c
parentc865c80878d66aef2037a32b9c31e58905838535 (diff)
downloadhdf5-a71edc1314fcf8e7a3136169d62d8d103ea2ebaf.zip
hdf5-a71edc1314fcf8e7a3136169d62d8d103ea2ebaf.tar.gz
hdf5-a71edc1314fcf8e7a3136169d62d8d103ea2ebaf.tar.bz2
[svn-r1840] update the #includes so it would use the new ones defined in the H5pubconf.h
file. didn't compile otherwise.
Diffstat (limited to 'test/iopipe.c')
-rw-r--r--test/iopipe.c14
1 files changed, 7 insertions, 7 deletions
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 <hdf5.h>
-#ifdef STDC_HEADERS
+#ifdef H5_STDC_HEADERS
# include <assert.h>
# include <fcntl.h>
# include <stdio.h>
@@ -18,29 +18,29 @@
# include <stdlib.h>
#endif
-#ifdef HAVE_UNISTD_H
+#ifdef H5_HAVE_UNISTD_H
# include <sys/types.h>
# include <unistd.h>
#endif
-#if defined(TIME_WITH_SYS_TIME)
+#if defined(H5_TIME_WITH_SYS_TIME)
# include <sys/time.h>
# include <time.h>
-#elif defined(HAVE_SYS_TIME_H)
+#elif defined(H5_HAVE_SYS_TIME_H)
# include <sys/time.h>
#else
# include <time.h>
#endif
-#ifdef HAVE_SYS_RESOURCE_H
+#ifdef H5_HAVE_SYS_RESOURCE_H
# include <sys/resource.h>
#endif
-#ifdef HAVE_WINSOCK_H
+#ifdef H5_HAVE_WINSOCK_H
#include <Winsock.h>
#endif
-#ifdef HAVE_SYS_TIMEB
+#ifdef H5_HAVE_SYS_TIMEB
#include <sys/timeb.h>
#endif