ENH: get it working for linux

This commit is contained in:
Bill Hoffman 2008-09-23 12:50:38 -04:00
parent dd92d9ec38
commit 5740f2cbb8

View File

@ -23,8 +23,10 @@
# endif # endif
#endif #endif
#if !defined(USE_WIN32_LARGE_FILES) && !defined(USE_WIN32_SMALL_FILES) #if defined(_WIN32)
# define USE_WIN32_SMALL_FILES # if !defined(USE_WIN32_LARGE_FILES) && !defined(USE_WIN32_SMALL_FILES)
# define USE_WIN32_SMALL_FILES
# endif
#endif #endif
/* Define to 1 if you have the $func function. */ /* Define to 1 if you have the $func function. */
@ -857,7 +859,7 @@
#endif #endif
/* Number of bits in a file offset, on hosts where this is settable. */ /* Number of bits in a file offset, on hosts where this is settable. */
#cmakedefine _FILE_OFFSET_BITS #cmakedefine _FILE_OFFSET_BITS @_FILE_OFFSET_BITS@
/* Define for large files, on AIX-style hosts. */ /* Define for large files, on AIX-style hosts. */
#cmakedefine _LARGE_FILES #cmakedefine _LARGE_FILES