summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2015-02-26 13:42:05 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2015-02-26 13:42:05 (GMT)
commite0fa2a2e0e9f6e74ce7885b72d9ac54d73842d4e (patch)
tree6ef42e2d76b5ef887e29dbbd0e63363a936009e5 /src
parentbb1960af1c49d8447685d589b434b584e2b40bfc (diff)
downloadhdf5-e0fa2a2e0e9f6e74ce7885b72d9ac54d73842d4e.zip
hdf5-e0fa2a2e0e9f6e74ce7885b72d9ac54d73842d4e.tar.gz
hdf5-e0fa2a2e0e9f6e74ce7885b72d9ac54d73842d4e.tar.bz2
[svn-r26310] Merge of r26071 from features/autotools_rework
Removes the --with-default-vfd option from configure. This was basically useless and only allowed selecting the stdio VFD. Since this is a demo VFD and not really a production VFD, we decided to retire this option. Fixes: HDFFV-9081 Tested on: jam (minor change)
Diffstat (limited to 'src')
-rw-r--r--src/H5config.h.in3
-rw-r--r--src/H5private.h4
2 files changed, 4 insertions, 3 deletions
diff --git a/src/H5config.h.in b/src/H5config.h.in
index eb18a5e..0c09fe6 100644
--- a/src/H5config.h.in
+++ b/src/H5config.h.in
@@ -20,9 +20,6 @@
/* Define the default plugins path to compile */
#undef DEFAULT_PLUGINDIR
-/* Define the default virtual file driver to compile */
-#undef DEFAULT_VFD
-
/* Define if `dev_t' is a scalar */
#undef DEV_T_IS_SCALAR
diff --git a/src/H5private.h b/src/H5private.h
index b4929e7..2808860 100644
--- a/src/H5private.h
+++ b/src/H5private.h
@@ -160,6 +160,10 @@
#include <dirent.h>
#endif
+/* Define the default VFD for this platform.
+ * Since the removal of the Windows VFD, this is sec2 for all platforms.
+ */
+#define H5_DEFAULT_VFD H5FD_SEC2
#ifdef H5_HAVE_WIN32_API
/* The following two defines must be before any windows headers are included */