summaryrefslogtreecommitdiff
path: root/ace/config-linux-common.h
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-01-09 17:33:22 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-01-09 17:33:22 +0000
commit214bd9c725f7f1122c9f8ec14de1853fdc832ed9 (patch)
tree27eb97cba99018d4bfb33f5ce14c110e5b14f65f /ace/config-linux-common.h
parentc07ee159231d8d81913c379d99c494fefba522f8 (diff)
downloadATCD-214bd9c725f7f1122c9f8ec14de1853fdc832ed9.tar.gz
added ACE_HAS_STDCPP_STL_INCLUDES and removed ACE_LACKS_ACE_IOSTREAM
Diffstat (limited to 'ace/config-linux-common.h')
-rw-r--r--ace/config-linux-common.h10
1 files changed, 2 insertions, 8 deletions
diff --git a/ace/config-linux-common.h b/ace/config-linux-common.h
index cf38f794367..fa57ba19f50 100644
--- a/ace/config-linux-common.h
+++ b/ace/config-linux-common.h
@@ -66,15 +66,9 @@
// egcs or really modern gcc
#if __GNUC__ > 2 || ( __GNUC__ == 2 && __GNUC_MINOR__ >= 90)
-
-// Compiler/platform has correctly prototyped header files.
-# define ACE_HAS_CPLUSPLUS_HEADERS
-
-# define ACE_LACKS_ACE_IOSTREAM
-
-// Compiler supports to-be-ANSI casts
# define ACE_HAS_ANSI_CASTS
-
+# define ACE_HAS_CPLUSPLUS_HEADERS
+# define ACE_HAS_STDCPP_STL_INCLUDES
#endif /* EGCS */