summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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");