diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2011-10-13 12:45:56 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2011-10-13 12:45:56 (GMT) |
commit | b2e5e9978d751a4467ad8615632cde480dcb2c89 (patch) | |
tree | a48bf246368e3d3cf7f1033f3dc6e8b1f07a6711 /config/cmake | |
parent | 6b4e6d992d18322920b4a413a17423c92a3f7026 (diff) | |
download | hdf5-b2e5e9978d751a4467ad8615632cde480dcb2c89.zip hdf5-b2e5e9978d751a4467ad8615632cde480dcb2c89.tar.gz hdf5-b2e5e9978d751a4467ad8615632cde480dcb2c89.tar.bz2 |
[svn-r21538] Removed obsolete Windows STDIO VFD configuration options from CMake config files.
Tested on Windows
Diffstat (limited to 'config/cmake')
-rw-r--r-- | config/cmake/H5pubconf.h.in | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/config/cmake/H5pubconf.h.in b/config/cmake/H5pubconf.h.in index 87d6b23..b2567b5 100644 --- a/config/cmake/H5pubconf.h.in +++ b/config/cmake/H5pubconf.h.in @@ -12,13 +12,6 @@ /* Define if using a Windows compiler (i.e. Visual Studio) */ #cmakedefine H5_HAVE_VISUAL_STUDIO @H5_HAVE_VISUAL_STUDIO@ -/* Define if the Windows virtual file driver should use buffered IO functions */ -/* #undef WINDOWS_USE_STDIO */ - -/* Define the maximum write size for the Windows file driver. Larger writes - will be split into many writes. Safe values are 1 <= WINDOWS_MAX_BUF <= 2GB-1. */ -#cmakedefine WINDOWS_MAX_BUF (1024 * 1024 * 1024) - /* Defined if HDF5 was built with CMake AND build as a shared library */ #cmakedefine H5_BUILT_AS_DYNAMIC_LIB @H5_BUILT_AS_DYNAMIC_LIB@ |