[svn-r2558] Purpose:

Define HAVE_STREAM.

Description:
     If the Stream VFD was configured the configured script
     will expand this into
       '#define HAVE_STREAM 1' in H5config.h and
       '#define H5_STREAM 1'   in H5pubconf.h.
This commit is contained in:
Thomas Radke 2000-09-15 06:47:08 -05:00
parent b4844aabb3
commit e8e9d7b5ac

View File

@ -86,6 +86,9 @@
/* Define if the Grid Storage is defined */
#undef HAVE_GRIDSTORAGE
/* Define if the Stream VFD is defined */
#undef HAVE_STREAM
/* The number of bytes in a __int64. */
#undef SIZEOF___INT64