summaryrefslogtreecommitdiffstats
path: root/test/gass_write.c
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 /test/gass_write.c
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.
Diffstat (limited to 'test/gass_write.c')
-rw-r--r--test/gass_write.c2
1 files changed, 1 insertions, 1 deletions
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");