mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-17 16:10:24 +08:00
[svn-r1926] Macros HAVE_GASS and HAVE_DPSS are changed to H5_HAVE_GASS AND H5_HAVE_DPSS.
This commit is contained in:
parent
173c0b6fe5
commit
ce29075d9e
@ -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");
|
||||
|
@ -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");
|
||||
|
@ -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");
|
||||
|
@ -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");
|
||||
|
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user