diff options
Diffstat (limited to 'Source/kwsys/kwsysPlatformCxxTests.cxx')
-rw-r--r-- | Source/kwsys/kwsysPlatformCxxTests.cxx | 8 |
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 |