diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2015-01-29 14:15:48 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2015-01-29 14:15:48 (GMT) |
commit | aea0b5b46e8a017de05ce2bcc3983a38444f6b51 (patch) | |
tree | 78c433b2be0d0fc942a9ac1b1087029e18c1fbfb /vms | |
parent | fec3d82085dfe7fc5b36ee00389c642d5ec36d72 (diff) | |
download | hdf5-aea0b5b46e8a017de05ce2bcc3983a38444f6b51.zip hdf5-aea0b5b46e8a017de05ce2bcc3983a38444f6b51.tar.gz hdf5-aea0b5b46e8a017de05ce2bcc3983a38444f6b51.tar.bz2 |
[svn-r26071] Moved setting H5_DEFAULT_VFD from configure to src/H5private.h.
Fixes HDFFV-9081
Tested on: jam
Diffstat (limited to 'vms')
-rw-r--r-- | vms/src/h5pubconf.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/vms/src/h5pubconf.h b/vms/src/h5pubconf.h index 77f2819..21986b3 100644 --- a/vms/src/h5pubconf.h +++ b/vms/src/h5pubconf.h @@ -32,9 +32,6 @@ /* Define if C++ compiler recognizes offsetof */ #define H5_CXX_HAVE_OFFSETOF 1 -/* Define the default virtual file driver to compile */ -#define H5_DEFAULT_VFD H5FD_SEC2 - /* Define if `dev_t' is a scalar */ #define H5_DEV_T_IS_SCALAR 1 |