[Cmake-commits] [cmake-commits] hoffman committed config.cmake.h.in 1.1.1.1 1.2

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Sep 23 12:50:40 EDT 2008


Update of /cvsroot/CMake/CMake/Utilities/cmcurl-7.19.0/lib
In directory public:/mounts/ram/cvs-serv24284/lib

Modified Files:
	config.cmake.h.in 
Log Message:
ENH: get it working for linux


Index: config.cmake.h.in
===================================================================
RCS file: /cvsroot/CMake/CMake/Utilities/cmcurl-7.19.0/lib/config.cmake.h.in,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C 2 -d -r1.1.1.1 -r1.2
*** config.cmake.h.in	23 Sep 2008 16:32:05 -0000	1.1.1.1
--- config.cmake.h.in	23 Sep 2008 16:50:38 -0000	1.2
***************
*** 24,29 ****
  #endif
  
! #if !defined(USE_WIN32_LARGE_FILES) && !defined(USE_WIN32_SMALL_FILES)
! #  define USE_WIN32_SMALL_FILES
  #endif
  
--- 24,31 ----
  #endif
  
! #if defined(_WIN32)
! #  if !defined(USE_WIN32_LARGE_FILES) && !defined(USE_WIN32_SMALL_FILES)
! #    define USE_WIN32_SMALL_FILES
! #  endif
  #endif
  
***************
*** 858,862 ****
  
  /* Number of bits in a file offset, on hosts where this is settable. */
! #cmakedefine _FILE_OFFSET_BITS
  
  /* Define for large files, on AIX-style hosts. */
--- 860,864 ----
  
  /* Number of bits in a file offset, on hosts where this is settable. */
! #cmakedefine _FILE_OFFSET_BITS @_FILE_OFFSET_BITS@
  
  /* Define for large files, on AIX-style hosts. */



More information about the Cmake-commits mailing list