diff options
author | Brad King <brad.king@kitware.com> | 2006-08-25 20:00:10 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2006-08-25 20:00:10 (GMT) |
commit | ffb1a9f80ad4e604c11c24a2f8769e93ba035ab3 (patch) | |
tree | 855aac7c8f94433ecdb66b519451c9044e6fdc02 /Source/kwsys/Configure.h.in | |
parent | 6c75c03143bb4ffed2dd192591adab89bde5b8b0 (diff) | |
download | CMake-ffb1a9f80ad4e604c11c24a2f8769e93ba035ab3.zip CMake-ffb1a9f80ad4e604c11c24a2f8769e93ba035ab3.tar.gz CMake-ffb1a9f80ad4e604c11c24a2f8769e93ba035ab3.tar.bz2 |
ENH: Moved test for large file support into kwsysPlatformCxxTests.cxx with name KWSYS_LFS_WORKS.
Diffstat (limited to 'Source/kwsys/Configure.h.in')
-rw-r--r-- | Source/kwsys/Configure.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/kwsys/Configure.h.in b/Source/kwsys/Configure.h.in index 5456467..ba4b99c 100644 --- a/Source/kwsys/Configure.h.in +++ b/Source/kwsys/Configure.h.in @@ -24,7 +24,7 @@ /* This is a support for files on the disk that are larger than 2GB. Since this is the first place that any include should happen, do this here. */ -#if @KWSYS_REQUIRE_LARGE_FILE_SUPPORT@ +#if @KWSYS_LFS_AVAILABLE@ # ifndef _LARGEFILE_SOURCE # define _LARGEFILE_SOURCE # endif |