summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorThomas Radke <tradke@aei.mpg.de>2000-09-15 11:47:08 (GMT)
committerThomas Radke <tradke@aei.mpg.de>2000-09-15 11:47:08 (GMT)
commite8e9d7b5ac21cb230bbab289a80f539420b2c195 (patch)
tree57e0ecee2ae9661b60193892033b508a106628e1 /src
parentb4844aabb3a46c09d9c833b5c91bffd4a4381cf2 (diff)
downloadhdf5-e8e9d7b5ac21cb230bbab289a80f539420b2c195.zip
hdf5-e8e9d7b5ac21cb230bbab289a80f539420b2c195.tar.gz
hdf5-e8e9d7b5ac21cb230bbab289a80f539420b2c195.tar.bz2
[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.
Diffstat (limited to 'src')
-rw-r--r--src/H5config.h.in3
1 files changed, 3 insertions, 0 deletions
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