diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-01-09 17:33:22 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-01-09 17:33:22 +0000 |
commit | 214bd9c725f7f1122c9f8ec14de1853fdc832ed9 (patch) | |
tree | 27eb97cba99018d4bfb33f5ce14c110e5b14f65f /ace/config-linux-common.h | |
parent | c07ee159231d8d81913c379d99c494fefba522f8 (diff) | |
download | ATCD-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.h | 10 |
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 */ |