diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2011-09-26 14:04:15 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2011-09-26 14:04:15 (GMT) |
commit | a07004c825e3a4e4b61269fd3e5f2b57092f073c (patch) | |
tree | 8c4012544251e2d5035c410d22634ba6a5c7d3ab /windows/src | |
parent | 3c51dc92f4a670be378feed681899bd49c0604e1 (diff) | |
download | hdf5-a07004c825e3a4e4b61269fd3e5f2b57092f073c.zip hdf5-a07004c825e3a4e4b61269fd3e5f2b57092f073c.tar.gz hdf5-a07004c825e3a4e4b61269fd3e5f2b57092f073c.tar.bz2 |
[svn-r21418] Change windows default driver to SEC2
Add option to allow -fPIC
Diffstat (limited to 'windows/src')
-rwxr-xr-x | windows/src/H5pubconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/src/H5pubconf.h b/windows/src/H5pubconf.h index d750cae..2b35600 100755 --- a/windows/src/H5pubconf.h +++ b/windows/src/H5pubconf.h @@ -41,7 +41,7 @@ #define H5_CXX_HAVE_OFFSETOF 1 /* Define the default virtual file driver to compile */ -#define H5_DEFAULT_VFD H5FD_WINDOWS +#define H5_DEFAULT_VFD H5FD_SEC2 /* Define if `dev_t' is a scalar */ #define H5_DEV_T_IS_SCALAR 1 |