[svn-r1926] Macros HAVE_GASS and HAVE_DPSS are changed to H5_HAVE_GASS AND H5_HAVE_DPSS.

This commit is contained in:
Raymond Lu 1999-12-21 17:54:43 -05:00
parent 173c0b6fe5
commit ce29075d9e
5 changed files with 5 additions and 5 deletions

View File

@ -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");

View File

@ -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");

View File

@ -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");

View File

@ -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");

View File

@ -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");