summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/Configure.h.in
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2006-08-25 20:00:10 (GMT)
committerBrad King <brad.king@kitware.com>2006-08-25 20:00:10 (GMT)
commitffb1a9f80ad4e604c11c24a2f8769e93ba035ab3 (patch)
tree855aac7c8f94433ecdb66b519451c9044e6fdc02 /Source/kwsys/Configure.h.in
parent6c75c03143bb4ffed2dd192591adab89bde5b8b0 (diff)
downloadCMake-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.in2
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