diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 1999-12-21 22:54:43 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 1999-12-21 22:54:43 (GMT) |
commit | ce29075d9e7b0af9e145aeb72b471be627b822df (patch) | |
tree | 0a61c5cc66e84d5c045ad620b95f2b7a963674ab /test/gass_read.c | |
parent | 173c0b6fe54eef89988048c928b703544d8baf92 (diff) | |
download | hdf5-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_read.c')
-rw-r--r-- | test/gass_read.c | 2 |
1 files changed, 1 insertions, 1 deletions
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"); |