summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/kwsysPlatformCxxTests.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2003-12-30 22:15:51 (GMT)
committerBrad King <brad.king@kitware.com>2003-12-30 22:15:51 (GMT)
commitc14915697c9b607c827075da67137074672b6aa9 (patch)
treea00a9be78bdc23a536a8aa5d0526567060990bf9 /Source/kwsys/kwsysPlatformCxxTests.cxx
parent1c8f885f9dc2fe73dcc3651eaead86d566030c2b (diff)
downloadCMake-c14915697c9b607c827075da67137074672b6aa9.zip
CMake-c14915697c9b607c827075da67137074672b6aa9.tar.gz
CMake-c14915697c9b607c827075da67137074672b6aa9.tar.bz2
ENH: Renamed KWSYS_IOS_HAVE_* macros to KWSYS_IOS_USE_* to be more readable in the C++ sources.
Diffstat (limited to 'Source/kwsys/kwsysPlatformCxxTests.cxx')
-rw-r--r--Source/kwsys/kwsysPlatformCxxTests.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/Source/kwsys/kwsysPlatformCxxTests.cxx b/Source/kwsys/kwsysPlatformCxxTests.cxx
index b2c016b..e43bde5 100644
--- a/Source/kwsys/kwsysPlatformCxxTests.cxx
+++ b/Source/kwsys/kwsysPlatformCxxTests.cxx
@@ -4,7 +4,7 @@ void f(std::list<int>*) {}
int main() { return 0; }
#endif
-#ifdef TEST_KWSYS_IOS_HAVE_ANSI
+#ifdef TEST_KWSYS_IOS_USE_ANSI
#include <iosfwd>
int main() { return 0; }
#endif
@@ -15,17 +15,17 @@ void f(std::ostream*) {}
int main() { return 0; }
#endif
-#ifdef TEST_KWSYS_IOS_HAVE_SSTREAM
+#ifdef TEST_KWSYS_IOS_USE_SSTREAM
#include <sstream>
int main() { return 0; }
#endif
-#ifdef TEST_KWSYS_IOS_HAVE_STRSTREAM_H
+#ifdef TEST_KWSYS_IOS_USE_STRSTREAM_H
#include <strstream.h>
int main() { return 0; }
#endif
-#ifdef TEST_KWSYS_IOS_HAVE_STRSTREA_H
+#ifdef TEST_KWSYS_IOS_USE_STRSTREA_H
#include <strstrea.h>
int main() { return 0; }
#endif