summaryrefslogtreecommitdiffstats
path: root/Source/cmStandardIncludes.h
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2003-03-26 15:45:23 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2003-03-26 15:45:23 (GMT)
commitb133b832fdcb50bc7bb9dc4bfb0631bb9aa6989e (patch)
treeeb69b22825a71a13383b0db978398178a6e063e6 /Source/cmStandardIncludes.h
parent62314ea808ead384c72a17a29b1d5d04fb9dd647 (diff)
downloadCMake-b133b832fdcb50bc7bb9dc4bfb0631bb9aa6989e.zip
CMake-b133b832fdcb50bc7bb9dc4bfb0631bb9aa6989e.tar.gz
CMake-b133b832fdcb50bc7bb9dc4bfb0631bb9aa6989e.tar.bz2
Remove bogus flags from cmStandardIncludes and make complex test pass
Diffstat (limited to 'Source/cmStandardIncludes.h')
-rw-r--r--Source/cmStandardIncludes.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/Source/cmStandardIncludes.h b/Source/cmStandardIncludes.h
index 4204b53..0b3aef5 100644
--- a/Source/cmStandardIncludes.h
+++ b/Source/cmStandardIncludes.h
@@ -24,11 +24,9 @@
#define CMAKE_TO_STRING(x) CMAKE_TO_STRING0(x)
#define CMAKE_TO_STRING0(x) #x
-// include configure generated header to define
-// CMAKE_NO_ANSI_STREAM_HEADERS and CMAKE_NO_STD_NAMESPACE
-#if defined(CMAKE_HAS_AUTOCONF) || defined(CMAKE_BUILD_WITH_CMAKE)
+// include configure generated header to define CMAKE_NO_ANSI_STREAM_HEADERS,
+// CMAKE_NO_STD_NAMESPACE, and other macros.
#include "cmConfigure.h"
-#endif
#define CMake_VERSION_STRING \
CMAKE_TO_STRING(CMake_VERSION_MAJOR) "." \