diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2007-06-14 19:55:39 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2007-06-14 19:55:39 (GMT) |
commit | 6719b3360a564f648705e521e25db4b837e8156a (patch) | |
tree | a6de4f56c6fecab5afccfa4b926364fbe62c77b8 /vms/src | |
parent | b2cf486a02f51d020cf23eaa0a42b630ca771d0b (diff) | |
download | hdf5-6719b3360a564f648705e521e25db4b837e8156a.zip hdf5-6719b3360a564f648705e521e25db4b837e8156a.tar.gz hdf5-6719b3360a564f648705e521e25db4b837e8156a.tar.bz2 |
[svn-r13867] Brought VMS port up to date; made h5repack script to work again.
Platforms tested: VMS server; no other tests are needed since changes are local to
the VMS command and source files.
Diffstat (limited to 'vms/src')
-rw-r--r-- | vms/src/h5pubconf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vms/src/h5pubconf.h b/vms/src/h5pubconf.h index d37f170..8bef64d 100644 --- a/vms/src/h5pubconf.h +++ b/vms/src/h5pubconf.h @@ -585,3 +585,4 @@ #define H5_CANNOT_OPEN_TWICE 1 #define H5_WANT_DATA_ACCURACY 1 #define H5_WANT_DCONV_EXCEPTION 1 +#define H5_DEFAULT_VFD H5FD_SEC2 |