summaryrefslogtreecommitdiffstats
path: root/Tests/ComplexOneConfig/cmTestConfigure.h.in
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2001-08-24 19:54:06 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2001-08-24 19:54:06 (GMT)
commit6a3138293b6c0ad79bd06a4dac0c46df78d87745 (patch)
tree00d1deee76548477d9f175336bfdc91013c39b75 /Tests/ComplexOneConfig/cmTestConfigure.h.in
parentd6aee2bc3654890fd6031572bf7dcadeb41c3fe2 (diff)
downloadCMake-6a3138293b6c0ad79bd06a4dac0c46df78d87745.zip
CMake-6a3138293b6c0ad79bd06a4dac0c46df78d87745.tar.gz
CMake-6a3138293b6c0ad79bd06a4dac0c46df78d87745.tar.bz2
BUG: fix complex test for old compilers
Diffstat (limited to 'Tests/ComplexOneConfig/cmTestConfigure.h.in')
-rw-r--r--Tests/ComplexOneConfig/cmTestConfigure.h.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/Tests/ComplexOneConfig/cmTestConfigure.h.in b/Tests/ComplexOneConfig/cmTestConfigure.h.in
index 563463d..a7bffb7 100644
--- a/Tests/ComplexOneConfig/cmTestConfigure.h.in
+++ b/Tests/ComplexOneConfig/cmTestConfigure.h.in
@@ -3,7 +3,7 @@
#define STRING_VAR "${STRING_VAR}"
-#undef CMAKE_NO_STD_NAMESPACE
-#undef CMAKE_NO_ANSI_STREAM_HEADERS
-#undef CMAKE_NO_ANSI_FOR_SCOPE
+#cmakedefine CMAKE_NO_STD_NAMESPACE
+#cmakedefine CMAKE_NO_ANSI_STREAM_HEADERS
+#cmakedefine CMAKE_NO_ANSI_FOR_SCOPE