From e8e9d7b5ac21cb230bbab289a80f539420b2c195 Mon Sep 17 00:00:00 2001 From: Thomas Radke Date: Fri, 15 Sep 2000 06:47:08 -0500 Subject: [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. --- src/H5config.h.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/H5config.h.in b/src/H5config.h.in index 544b1f5..3e5bbd4 100644 --- a/src/H5config.h.in +++ b/src/H5config.h.in @@ -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 -- cgit v0.12