summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>1999-12-21 22:54:43 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>1999-12-21 22:54:43 (GMT)
commitce29075d9e7b0af9e145aeb72b471be627b822df (patch)
tree0a61c5cc66e84d5c045ad620b95f2b7a963674ab
parent173c0b6fe54eef89988048c928b703544d8baf92 (diff)
downloadhdf5-ce29075d9e7b0af9e145aeb72b471be627b822df.zip
hdf5-ce29075d9e7b0af9e145aeb72b471be627b822df.tar.gz
hdf5-ce29075d9e7b0af9e145aeb72b471be627b822df.tar.bz2
[svn-r1926] Macros HAVE_GASS and HAVE_DPSS are changed to H5_HAVE_GASS AND H5_HAVE_DPSS.
-rw-r--r--test/dpss_read.c2
-rw-r--r--test/dpss_write.c2
-rw-r--r--test/gass_append.c2
-rw-r--r--test/gass_read.c2
-rw-r--r--test/gass_write.c2
5 files changed, 5 insertions, 5 deletions
diff --git a/test/dpss_read.c b/test/dpss_read.c
index 953d06a..c8bafe9 100644
--- a/test/dpss_read.c
+++ b/test/dpss_read.c
@@ -18,7 +18,7 @@
#include <h5test.h>
#include <strings.h>
-#ifndef HAVE_DPSS
+#ifndef H5_HAVE_DPSS
int main(void)
{
printf("Test skipped because DPSS driver not available\n");
diff --git a/test/dpss_write.c b/test/dpss_write.c
index bd0a318..4287d3e 100644
--- a/test/dpss_write.c
+++ b/test/dpss_write.c
@@ -17,7 +17,7 @@
*/
#include <h5test.h>
-#ifndef HAVE_DPSS
+#ifndef H5_HAVE_DPSS
int main(void)
{
printf("Test skipped because DPSS driver not available\n");
diff --git a/test/gass_append.c b/test/gass_append.c
index 68f7343..5cac7f9 100644
--- a/test/gass_append.c
+++ b/test/gass_append.c
@@ -17,7 +17,7 @@
*/
#include <h5test.h>
-#ifndef HAVE_GASS
+#ifndef H5_HAVE_GASS
int main(void)
{
printf("Test skipped because GASS driver not available\n");
diff --git a/test/gass_read.c b/test/gass_read.c
index d90c27f..13cf951 100644
--- a/test/gass_read.c
+++ b/test/gass_read.c
@@ -18,7 +18,7 @@
#include <h5test.h>
#include <strings.h>
-#ifndef HAVE_GASS
+#ifndef H5_HAVE_GASS
int main(void)
{
printf("Test skipped because GASS driver not available\n");
diff --git a/test/gass_write.c b/test/gass_write.c
index 31b88e8..dbc7287 100644
--- a/test/gass_write.c
+++ b/test/gass_write.c
@@ -17,7 +17,7 @@
*/
#include <h5test.h>
-#ifndef HAVE_GASS
+#ifndef H5_HAVE_GASS
int main(void)
{
printf("Test skipped because GASS driver not available\n");