From ffb0f23af213f9f914372a856c6766a9fe87e33f Mon Sep 17 00:00:00 2001 From: Dana Robinson Date: Thu, 13 Oct 2011 12:07:41 -0500 Subject: [svn-r21549] Removed unused references to USE_STDIO and MAX_BUF in Windows configuration CMake file. --- config/cmake/ConfigureChecks.cmake | 3 --- 1 file changed, 3 deletions(-) diff --git a/config/cmake/ConfigureChecks.cmake b/config/cmake/ConfigureChecks.cmake index f6aac09..4b2b887 100644 --- a/config/cmake/ConfigureChecks.cmake +++ b/config/cmake/ConfigureChecks.cmake @@ -151,14 +151,11 @@ ENDIF (WIN32) # IF (WINDOWS) SET (H5_HAVE_WINDOWS 1) -# SET (H5_WINDOWS_USE_STDIO 0) # ---------------------------------------------------------------------- # Set the flag to indicate that the machine has window style pathname, # that is, "drive-letter:\" (e.g. "C:") or "drive-letter:/" (e.g. "C:/"). # (This flag should be _unset_ for all machines, except for Windows) - # SET (H5_HAVE_WINDOW_PATH 1) - SET (WINDOWS_MAX_BUF (1024 * 1024 * 1024)) SET (LINK_LIBS ${LINK_LIBS} "kernel32") ENDIF (WINDOWS) SET (H5_DEFAULT_VFD H5FD_SEC2) -- cgit v0.12