summaryrefslogtreecommitdiffstats
path: root/src/H5config.h.in
diff options
context:
space:
mode:
authorMike McGreevy <mamcgree@hdfgroup.org>2007-06-11 13:35:43 (GMT)
committerMike McGreevy <mamcgree@hdfgroup.org>2007-06-11 13:35:43 (GMT)
commitb442ea5e7862ff4a9118a401856344164222f09b (patch)
tree3de964a0683cc854642a7f84dddfa8c5cf2749f9 /src/H5config.h.in
parentd9d31089db7bd7040de0ba656f91215fc6d89006 (diff)
downloadhdf5-b442ea5e7862ff4a9118a401856344164222f09b.zip
hdf5-b442ea5e7862ff4a9118a401856344164222f09b.tar.gz
hdf5-b442ea5e7862ff4a9118a401856344164222f09b.tar.bz2
[svn-r13849] Purpose: adding a --with-default-vfd= flag to configuration.
Description: this flag will define the macro H5_DEFAULT_VFD in src/pubconf.h and set it to be either H5FD_SEC2 or H5FD_STDIO, depending on the value set with the configuration flag (either sec2 or stdio). Tested: kagiso, smirom, linew
Diffstat (limited to 'src/H5config.h.in')
-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 3817ea8..a3a8c30 100644
--- a/src/H5config.h.in
+++ b/src/H5config.h.in
@@ -11,6 +11,9 @@
values. */
#undef CONVERT_DENORMAL_FLOAT
+/* Define the default virtual file driver to compile */
+#undef DEFAULT_VFD
+
/* Define if `dev_t' is a scalar */
#undef DEV_T_IS_SCALAR