mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-23 16:20:57 +08:00
[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:
parent
b4844aabb3
commit
e8e9d7b5ac
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user