summaryrefslogtreecommitdiffstats
path: root/src/H5private.h
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2015-02-22 10:44:41 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2015-02-22 10:44:41 (GMT)
commitbfc039550751118a400351bad921b63d4bbd274f (patch)
tree7b8252fab5e33e6971ad5bf3373a0b713ce26700 /src/H5private.h
parentf634105bdb7c494a5ab39291d64c00676c11b476 (diff)
downloadhdf5-bfc039550751118a400351bad921b63d4bbd274f.zip
hdf5-bfc039550751118a400351bad921b63d4bbd274f.tar.gz
hdf5-bfc039550751118a400351bad921b63d4bbd274f.tar.bz2
[svn-r26272] 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: h5committest NOTE: platypus cmake fails, but this is not a new error.
Diffstat (limited to 'src/H5private.h')
-rw-r--r--src/H5private.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/H5private.h b/src/H5private.h
index 32b605b..f70530d 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 */