From b2e5e9978d751a4467ad8615632cde480dcb2c89 Mon Sep 17 00:00:00 2001 From: Dana Robinson Date: Thu, 13 Oct 2011 07:45:56 -0500 Subject: [svn-r21538] Removed obsolete Windows STDIO VFD configuration options from CMake config files. Tested on Windows --- CMakeLists.txt | 10 ---------- config/cmake/H5pubconf.h.in | 7 ------- 2 files changed, 17 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fb1c0c6..d7209ea 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -250,16 +250,6 @@ IF (WIN32 AND NOT CYGWIN) ENDIF (WIN32 AND NOT CYGWIN) #----------------------------------------------------------------------------- -# Option to enable use of stdio instead of posix io -#----------------------------------------------------------------------------- -IF (WIN32) - OPTION (HDF5_ENABLE_WINDOWS_STDIO "Enable use of stdio instead of posix io" OFF) - IF (HDF5_ENABLE_WINDOWS_STDIO) - SET (H5_WINDOWS_USE_STDIO 1) - ENDIF (HDF5_ENABLE_WINDOWS_STDIO) -ENDIF (WIN32) - -#----------------------------------------------------------------------------- # Option to Build Shared/Static libs, default is static #----------------------------------------------------------------------------- OPTION (BUILD_SHARED_LIBS "Build Shared Libraries" OFF) 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@ -- cgit v0.12