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_append.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_append.c')
-rw-r--r-- | test/gass_append.c | 2 |
1 files changed, 1 insertions, 1 deletions
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"); |